.tabs {
				width:100%; 
				overflow:hidden;
				/*font-size:0.9em;*/
				margin:2em 0;
				
				padding:1px;
				position:relative;
				zoom:1;
			}
			
.tabs dt {
        font-size:0.94em;
        color:#CCCCCC;
          float:left;
				line-height:2;
				height:2em;
				background:#fff;
				border:1px solid #CCCCCC;
				border-bottom:0;
				padding:0 0.9em;
				position:relative;
				left:20px;
				margin-right:1px;
				cursor:pointer;
				font-weight:bold;
			
}
			
.tabs dt:hover {
			color:#CCCCCC;
				background-color:#fff;
				font-weight:bold;
}
			
.tabs dt.selected {
        color:#666666;
				border-color:#CCCCCC;
				background:#fff;
				font-weight:bold;
				;
				z-index:3;
				cursor:auto;
}
			
.tabs dd {
				background:#fff;
				display:none;
				float:right;
				width:100%;
				margin:2.6em 0 0 -100%;
				position:relative;
				z-index:2;
			}
			
.tabs dd.selected {
				display:block;
}
			
.tabs .tab-content {
				border:1px solid #CCCCCC;
				padding:20px;
				
	
}
.boxOverview td, .boxOverview table, boxOverview
{
	     
 
	border-bottom: solid 1px #616161;
}


