/* CSS Document */

body
{ 
	font-family:Verdana, Arial, Helvetica, sans-serif, Mangal; background-image:url(images/bkgrnd_greydots.png)}

a:link {color:#3861C9; text-decoration:none}
a:visited {color:#3861C9; text-decoration:none}
a:hover {color: #CC0000; text-decoration:underline}
a:active{color: #3861C9; text-decoration: none}

table, tr,td
{
 font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.headerbar{
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding-left:10px;
	padding-right:0;
	padding-top:1px;
	padding-bottom:1px;
	background-color:#082982;/* #dddddd; */
	border-left:1px solid #082982; /* #A9A9A9;  */
	border-right:1px solid #082982; /* #A9A9A9;  */
	border-top:1px solid  #082982; /* #A9A9A9;  */
	font-weight:bold;
	font-size:14px;
	color:white;
}


.person_name
{
font-family:Verdana, Arial, Helvetica, sans-serif,Mangal;
font-size:9pt;
font-weight:bold;
}


#hr{
margin:0; background-position: 
0% 0%; clear: both;
padding: 0;
background-color:#004184; background-repeat:repeat; background-attachment:scroll; word-spacing:0; text-align:center 
}

.footer 
{ 
/*	border-top:1px solid #255FA0; */
	font-family:Verdana;
	font-size: 80%; 
	text-align:center; height:20px; background-color:#FFFFFF 

}

.shadetabs
{
	margin: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif, Mangal; 
	font-size:10pt;
	list-style-type: none;
	text-align: left; 
	padding-left:10px; 
	padding-top:3px; 
}

.shadetabs li
{
	display: inline;
	margin: 0;
}

.shadetabs li a
{
	border-left:1px solid #A9A9A9; 
	border-right:1px solid #A9A9A9; 
	border-top:1px solid #A9A9A9; 
	text-decoration: none;
	font-weight:bold;
	background-color: #dddddd;
	color: #000000;
	border-bottom-width:medium; 
	padding-left:8px; 
	padding-right:8px; 
	padding-top:3px; 
	padding-bottom:3px
}

.shadetabs li a:visited
{
	color: black;
}

.shadetabs li a:hover
{
	background: #eeeeee;
	color: black;
}


.shadetabs li a.selected
{
	border-left:1px Solid darkgray; 
	border-right:1px Solid darkgray; 
	border-top:1px Solid darkgray; 
	background-color:white/*Gainsboro*/;
	border-bottom:1px solid white/*Gainsboro*/;
	color:#D25A0B;
	text-decoration:underline;
	font-weight:bold;
}

.tabcontent
{
	border:1px solid #A9A9A9; 
    margin:0;
    padding:10px;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.sidebarmenu ul{

border: 1px solid #082982; /*#C0C0C0; */
border-bottom-width: 0;
margin: 0;
padding: 0;
list-style-type: none;
width: 186px; /* Main Menu Item widths */
background-color: #082982; /*#CCCCCC;*/

}
 
.sidebarmenu ul li{
position: relative;
background-color: #082982; /*#CCCCCC;*/
}

/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding: 1px; 
background-color:#C6C6C6;
border-bottom: 1px solid #082982;/* #C0C0C0; */

}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active  {
background-color: #4C65A8; /*#EEEEEE;*/
color: #ffffff;


/* background-color: #ffffff; /*background of tabs (default state)*/
}

.sidebarmenu ul li a:visited{
color: white; /*black;*/
}

.sidebarmenu ul li a:hover{
background-color: #cccccc;
text-decoration:none;
color: black;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 186px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
}

.sidebarmenu a.subfolderstyle{
background: url(right.gif) no-repeat 97% 50%;
}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */
