
.clear {
clear:both;
line-height:1px;
font-size:1px;
}
.main {
width:500px;
margin:10px auto;
padding:5px;
}
.tabs {
	width: 110px;
	float:left;
}
.tabs ul{
	list-style: none;
}
.tabs li {
	list-style: none;
	padding: 3px 0px 3px 10px;
	background: url(../images/arrow.gif) no-repeat 0px 10px;
}
.tabs li a {
font-family:Verdana, Geneva, Arial;
font-size:9pt;
font-weight:bold;
	padding:2px 3px;
	display:block;
	background:#FFF;
	border:1px solid #FFF;
	color:#003163;
	outline:none;
}
.tabs li a:hover {
	background:#EEE;
	border-right-color:#EEE;
}
.tabSelected {
	background:#EEE !important;
	border:1px solid #999!important;
	border-right-color:#EEE !important;
	margin-right:-1px !important;
}
.content{
	margin-left:110px;
	padding:0;
	background: #FFF;
}
.showDiv{
	display:block;
	border: 1px solid #999;
}
.hideDiv{
	display:none;
}
.greyTd {
	background-color:#EEE !important;
	border-right:1px solid #999!important;
}
.detailsTd h4{
font-family: Verdana,Geneva,Arial;
font-size: 9pt;
color: #004349;
line-height: 15px;
font-weight: bold;
padding:6px 10px 4px 10px;
}
.detailsTd p{
font-family: Verdana,Geneva,Arial;
font-size: 8pt;
color: #333333;
line-height: 15px;
padding:3px 10px;
}
.dottedline{
border-bottom: dotted 1px #a9a9a9;
}
