.tab { 
	/*font-family: verdana,sans-serif; 
	font-size: 14px;*/
	width: 100px;
	white-space: nowrap;
	text-align: center;
	border-style: solid;
	border-color: #5b6487;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: pointer;
	font-weight: bold;
	font-size: 13px;
	font-family: Trebuchet MS, Verdana, sans;
	}
.tabhold { 
	background-color: #dddddd;
	color: black;
	}
.tabfocus { 
	background-color: #AFB8CF;
	color: black;
	}
.tabcontent { 
	/*font-family: sans-serif; */
	font-size: 13px;
	width: 650px;
	/*height: 275px;*/
	border-style: solid;
	border-color: #5b6487;
	border-width: 1px;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-color: #dddddd;
	}
	
.tabDetails { 
	/*font-family: verdana,sans-serif; 
	font-size: 14px;*/
	width: 50px;
	white-space: nowrap;
	text-align: left;
	font-size: 13px;
	/*border-style: solid;
	border-color: #5b6487;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 0px;*/
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: pointer;
	font-weight: bold;
	font-size: 13px;
	}	
	
.tabcontentDetails { 
	/*font-family: sans-serif; 
	font-size: 14px;*/
	width: 550px;
	font-size: 13px;
	/*height: 275px;*/
	border-left-style: solid;
	border-color: #5b6487;
	border-left-width: 1px;
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 5px;
	padding-bottom: 0px;
	background-color: #dddddd;
	}
	
.tabholdDetails { 
	background-color: #dddddd;
	color: black;
	}
.tabfocusDetails { 
	background-color:#FEC592;
	color: black;
	}



.tabcontentDetailsNoBorder { 
	/*font-family: sans-serif; 
	font-size: 14px;*/
	width: 550px;
	font-size: 13px;
	/*height: 275px;*/
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 5px;
	padding-bottom: 0px;
	background-color: #dddddd;
	border-left-style: solid;
	border-color: #5b6487;
	border-left-width: 1px;
	}
