@charset "UTF-8";
/* CSS Document */

 
.yui-navset div.loading div {
    background:url(images/spinner.gif) no-repeat center center;
    height:8em; /* hold some space while loading */
}


.yui-content {
background-color:#234666;
color:white;
 height:385px; 
overflow-y:auto;
overflow-x:hidden;

}
.yui-nav a{
	font-style:normal;
	text-decoration:none;
	font-weight: bold;
	color:#38312b;
	font-size:12.5px;
	font-family:Arial, Helvetica, sans-serif;
}

.yui-navset li em{
font-style:normal;


}



.yui-nav{
	background-color:#e9e9eb;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	margin:0px;
	height:28px;
	overflow:hidden;
	
}

.yui-navset .yui-nav .selected a{
	
	margin-left:0px;
	margin-right:0px;
	background-image:url(/images/blueCornerTabBk.gif);
	height:26px;
	width:103px;
	display:block;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:4px;
	cursor:default;

}

.yui-navset .yui-nav .selected a:hover{
	
	color:white;


}

.yui-navset .yui-nav li {
	width:auto;
	padding-left:3px;
	padding-right:3px;
	list-style-type: none;
	margin:5px;
	display:inline-block;
	text-align:center;
	float:left;
}

.yui-navset .yui-nav a:hover {
color:orange;
}

.yui-navset .yui-nav .selected a{
	 
color:white;
}


 .yui-navset div.loading div {
	height:8em; /* hold some space while loading */
	background-image: url(/images/spinner.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

