 @charset "UTF-8";
/* CSS Document */
/* root element for tabbed  */



.tabbed {
margin:0 auto;
}
ul.tabbed { 
	list-style:none; 
	margin-top:0;
	margin-left:18px;
	
	padding:0;
	text-align:center;
	height:40px;
	
}

/* single tab */
ul.tabbed li { 
	float:left;
	display:inline;
	text-align:center;	
	padding:0;
	margin:0 auto;
	text-align:center;	
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.tabbed a { 
	background: url(/images/tabbednavy.png) no-repeat -420px 0;
	font-size:11px;
	display:block;
	height: 40px;  
	line-height:30px;
	width: 100%;
	text-align:center;	
	text-decoration:none;
	color:#fff;
	padding:0px;
	margin:0px;	
	position:relative;

}

ul.tabbed a:active {
	outline:none;
	color:#FFF;
}

/* when mouse enters the tab move the background image */
ul.tabbed a:hover {
	background-position: -652px -41px;

	color:#fff;	
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabbed a.current, ul.tabbed a.current:hover, ul.tabbed li.current a {
	background-position: -652px -82px;		
	cursor:default !important;
	color:#fff;
	text-align:center;	
	}

/* Different widths for tabbed: use a class name: w1, w2, w3 or w2 */
div.tabbedpanes div {

	display:none;		
	padding:5px 0px;
	margin-top:0px;
	margin-bottom:5px;
	border-bottom: 1px dotted #ccc;
	font-size:12px;


}


/* width 1 */
ul.tabbed a.w1 			{ background-position: -555px 0; width:78px; }
ul.tabbed a.w1:hover 	{ background-position: -555px -41px; }
ul.tabbed a.w1.current { background-position: -555px -82px; }

/* width 2 */
ul.tabbed a.w3 			{ background-position: -247px -0px; width:174px; }
ul.tabbed a.w3:hover 	{ background-position: -247px -41px; }
ul.tabbed a.w3.current  { background-position: -247px -82px; }

/* width 3 */
ul.tabbed a.w4 			{ background-position: 0 -0px; width:248px; }
ul.tabbed a.w4:hover 	{ background-position: 0 -41px; }
ul.tabbed a.w4.current { background-position: 0 -82px; }

/* width 4 */
ul.tabbed a.w2 			{ background-position: -438px -0px; width:100px; }
ul.tabbed a.w2:hover 	{ background-position: -438px -41px; }
ul.tabbed a.w2.current { background-position: -438px -82px; }


.itemTitle a{
	color: #00427f;
	font-size:12px;
	font-weight:bold;
}

.pagedboxRight a{
	color: #00427f;
	font-weight:bold;
	}
.pagedboxLeft a{
	color: #00427f;
	font-weight:bold;
	}
	