﻿@import url("css/menu.css");
/* --------------------------- New Design CSS ---------------------- */
body{
margin:0;
background: #e8e8ed;
font-family: Arial, Helvetica, sans-serif; font-size: 12px;
}
.Normal hr {border:0;
color: #fdba31;
background-color: #fdba31;
margin-top: -6px;
}

.Normal h1 {margin-bottom: 4px;}

h3 {font-size: 16px; font-weight: bold;}

	  .ControlPanel {width: 770px;
	margin-left: auto;
	margin-right: auto;
}

.Content    {padding: 0px 10px 10px 10px;}
.Content p {margin-bottom: 15px;}

p {margin-top: 5px;margin-bottom: 0px; line-height: 120%; font-size: 12px;}
.footer, .footer p {color: #FFFFFF; font-size: 12px; margin: 0;}

.footer a, .footer p a,.footer p a:hover {text-decoration:underline; color: #FFFFFF; font-size: 12px;}
	  /*-------------------*/
.divFooter  {margin-top: 5px; margin-bottom: 5px; color: #666666;}
	  /*-------------------*/
.divLogin {color: #FFFFFF; margin-top: -4px; padding-top: -4px;}
.divLogin a {color: #FFFFFF;}
	  /*-------------------*/

.menu_bg{padding:0 0 0 6px;  margin: 0 21px 0 9px; background:url(../images/menu_bg.png) top left;}
.menu_left{padding:0px; margin:0px; background:url(../images/menu_left.png) repeat-y  top left;}
.menu_right{margin:0px; background:url(../images/menu_right.png) repeat-y top right; }

/*	  -------------------*/
	  
.rsiTreeMenu {margin-left: 10px;}
.rsiTreeMenu p {margin:0;}
.rsiTreeMenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.rsiTreeMenu ul li{
position: relative;
display: inline;
float: left;
list-style-type: none;
/*background-color: #F3F3F3; overall menu background color*/
}

/*Top level menu link items style*/
.rsiTreeMenu ul li a {
	float:left;
	margin:0;
	padding:0 0 0 5px;
	text-decoration:none;
	background:url("menu_files/tableftJ.gif") no-repeat;/* left top;*/
	background-position: top left;
	/*display: block;
	width: auto; Width of top level menu link items
	
	float:left;
      background:url("menu_files/tableftJ.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;*/
	  
}

.rsiTreeMenu ul li a span {
	display: block;
	width: auto; /*Width of top level menu link items*/
	float:left;
	text-decoration:none;
	background:url("menu_files/tabrightJ.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#24618E;
	white-space: nowrap;
	cursor: pointer;
	  
}
.rsiTreeMenu ul li ul li a span  {
	display: block;
	width: auto; /*Width of top level menu link items*/
	float:left;
	text-decoration:none;
	background-image: none;
	padding:5px 15px 4px 6px;
	color:#FFFFFF;
	white-space: nowrap;
	cursor: pointer;
	margin:0;
	}
	
/*1st sub level menu*/
.rsiTreeMenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.rsiTreeMenu ul li ul li{
display: list-item;
float: none;
list-style-type: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.rsiTreeMenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.rsiTreeMenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: #FFFFFF;
text-decoration: none;
padding: 3px 5px;
border: 0px solid #ccc;
list-style-type: none;
background: #083d65;
}

.rsiTreeMenu ul li ul li a:hover{
display: block;
width: 160px; /*width of sub menu levels*/
color: #FFFFFF;
text-decoration: none;
padding: 3px 5px;
border: 0px solid #ccc;
background: #266493;
list-style-type: none;
background-image: none;
}


.rsiTreeMenu ul li a:hover span {
      color:#FFF;
      }
    .rsiTreeMenu ul li a:hover {
      background-position:0% -42px;
      }
      
    .rsiTreeMenu ul li a:hover span {
      background-position:100% -42px;
      }
	  

/*Background image for top level menu list links */
.rsiTreeMenu .mainfoldericon{
/*background: #F3F3F3 url(media/arrow-down.gif) no-repeat center right;*/
}

/*Background image for subsequent level menu list links */
.rsiTreeMenu .subfoldericon{
background: #F3F3F3 url(media/arrow-right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows rsiTree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .rsiTreeMenu ul li { float: left; height: 1%; }
* html .rsiTreeMenu ul li a { height: 1%; }
/* End */


/* -------------- Sub Left Menu ------------------ */
#navcontainer { width: 150px; padding-left: 5px; padding-top: 0px; font-size: 95%; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
}

#navcontainer ul li
{
list-style-type: none;
}


#navcontainer a
{
display: block;
padding: 6px 0px 6px 0px;
width: 150px;
border-bottom: 1px solid #999999;
font-weight: bold; 
}

#navcontainer a:link, #navlist a:visited
{
color: #020236;
text-decoration: none;
}

#navcontainer a:hover
{
color: #020236;
border-bottom: 1px solid #020236;
}

