﻿/*ahdeloitteclaim*/

body{
	background-color: #33445b;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	text-align: center;
}

.container{
	width: 1000px;
	position: relative;
	height: auto !important;
	height: 590px;
	min-height: 590px;
	text-align: left;
	background-color: #FFFFFF;
	
}


.topbar {
	width: 1000px;
	height: 67px;
	position: relative;
	top: 0px;
	left: 0px;
}

.topbargradient{
	background: url(./?id=52809) repeat-x;
	padding-top: 2px;
	position: relative;
	top: 0px;
	left: 0px;
	text-align: center;
	height: 28px;
	width: 1000px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}

.topbar img {
	border: none;
	cursor: pointer;
}

.menu{
	width: 200px;
	height: 400px;
	position: absolute;
	top: 100px;
	left: 20px;
}

.news{
	width: 150px;
	height: 400px;
	position: absolute;
	top: 100px;
	right: 20px;
}

.newsContainer{
	display: none;
	height: auto !important;
	height: 700px;
	min-height: 700px;
}

.bottom{
	width: 100%;
	height: 15px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	text-align: center;
}

.content{
	width: 590px;
	position: relative;
	top: 0px;
	left: 210px;
	line-height: 18px;
	height: auto !important;
	height: 700px;
	min-height: 700px;
	padding-top: 10px;
	padding-bottom: 20px;
	
}

/*text*/
.pagetitle{
	font-size: 13px;
  color: #ed1d24;
  font-weight: bold;
}

.pagesubtitle{
	font-size: 13px;
  color: #325696;
  font-weight: bold;
}

a,
.red {
	color: #ed1d24;
}

.treeText{
	position: relative;
	left: 15px;
	color: #325696;
	font-weight: normal;
	cursor: default;
}

#newsSrc{
	margin: 0px;
}

#newsSrc li{
	margin-top: 9px;
	font-size: 13px;
	font-weight: bold;
}

#newsSrc li a{
	text-decoration: none;
}

#newsSrc li a:hover{
	text-decoration: underline;
}

.bwOvRowEven{
	position: relative;
	height: 20px;
	background: #e2e3e4;
	padding: 2px 0px 0px 5px;
}

.bwOvRowOdd{
	position: relative;
	height: 20px;
	background: #FFFFFF;
	padding: 2px 0px 0px 5px;
}

.bwOvFields{
	border: 1px solid #000000;
	margin-bottom: 10px;
}


.bwOvLabel{
	position: absolute;
	left: 5px;
}
.bwOvData{
	position: absolute;
	left: 425px;
}