@charset "utf-8";
/* CSS Document */
/* root element for tabs  */


ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;	
	border-bottom:1px solid #666; 	
	height:24px;

	
}



/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 

	
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	background: url(http://www.dcmilitaryed.com/images/gz/tabs_style03.png) no-repeat 0 0;
	font-size:11px;
	display:block;
	height: 24px;  
	line-height:24px;
	width: 99px;
	text-align:center;	
	text-decoration:none;
	color:#333;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
	color:#fff; 

	
}

ul.tabs a:active {
	outline:none;

		
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position: 0 -25px;	
	color:#fff;

	
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs li.current a, ul.tabs li.current a:hover, ul.tabs li.current a {
	background-position: 0 -50px;		
	cursor:default !important; 
	color:#000 !important;
}



ul.tabs li.current a {
	font-weight:bold;

}

/*



/* initially all panes are hidden */ 
.panes .pane {
	/*display:none;*/

}

div.panes {background-color:#fff; font-family:Georgia, "Times New Roman", Times, serif; font-size:13px; }

div.panes div ul{
	padding:0px 0px 0px 17px;
	margin-top:-5px;
	margin-bottom:0px;
	margin-left:-7px;	
	margin-right:0px;
}

div.panes div ul li{
	padding:0px 0px 0px 0px;
	margin-top:0px;
	margin-bottom:4px;
	margin-left:10px;
	margin-right:0px;
	list-style:outside;
	list-style-type:disc;
	font-weight:bold;
	line-height:15px;
}

div.panes div ul li span {font-weight:normal;}

div.panes div {
	/*display:none;*/		
	padding:15px 0px 15px 10px; 		
	border-top:0;
	
}

div.panes div ul li span.icons {vertical-align:middle; font-size:10px; font-family:verdana; padding:0px; margin:0px; color:#990000; white-space:nowrap;}

div.panes div ul li span.teaser_kicker {color:#000; font-weight:bold; font-family:Verdana, Arial, sans-serif;}
div.panes div ul li span.teaser_kicker_section {color:#900; font-weight:bold; font-family:Verdana, Arial, sans-serif;}

.panes .mostRead ul li{ list-style-type:decimal }

.panes a.most {font-family:Verdana, Geneva, sans-serif; font-weight:bold; font-size:9px; margin:2px 0 5px 0; clear:both; color:#000;}