/* CSS Document */
body {
	margin:0px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:75%;
	line-height:150%;
	text-align:justify;
	background-color:#afb8be;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
}

#tableAdminNav a{
	text-decoration:none;
	font-size: 79%;
	background-color:#000099;
	color:#FFFFFF;
	font-weight: bold;
	padding: 2px;
	line-height: 150%;
}
#tableAdminNav a:hover{
	background-color:#FFFFFF;
	color:#000099;
}
#navBut{
	width:150px;
	cursor:hand;
}

h1{
	color:#003366;
 	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:155%;
}
h2 {
	font-size:100%

}
#dropshadow {
	margin:0px auto 0px auto;
	border-collapse:collapse;
	padding:0px;
}
#shadowleft {
	background-image:url(../images/shadow_l1px.gif);
	background-repeat:repeat-y;

}
#shadowright {
	background-image:url(../images/shadow_r1px.gif);
	background-repeat:repeat-y;

}
#mainTable {
/*	margin:0px auto 0px auto; */
	border-collapse:collapse;
/*	border-left:1px #006600 solid;
	border-right:1px #006600 solid; */
	width:800px;
	background-color:#ffffff;
}
#mainTable td{
	padding:0px;
	vertical-align:top;
	width:800px;
}
#tableBottom {
	font-size:80%;
	width:100%;
	text-align:center;
}
#tdMainContent{
	background-image:url(../images/bg2.gif);
	background-repeat:no-repeat;

}
#divMainContent{
	padding:15px 20px 10px 20px;
	float:left;
	width:440px;
}
#divMainContent a{
	text-decoration:none;
	color:#FF0000;
}
#divMainContentFull {
	padding:15px 20px 10px 20px;
}
#divRHBox{
	float:right;
	margin:57px 20px 10px 0px;
	width:274px;
	overflow:hidden;
}
#right {
	float:right;
	padding:5px 0 5px 5px

}

#divRHBlock {
	/* padding: 0 0 10px 10px;*/
	padding: 10px;
	float: right;
	text-align:centre;
	font-size: 90%;
	font-style:italic;
	background-color:#DDDDDD;
	border-left: 10px solid #ffffff;
}
#divRHBlock img {
	border: 1px solid #000000;
}
.smallFixedText {
	font-size:9px;
	color:#003366;
	line-height:12px;
}
#tableUnit {
	margin:10px;
}
#tableUnit td{
	padding-bottom:10px;

}

#tableUnit strong{
	color:#5874b3;
	font-size:120%;
}

#tableList{
	text-align:center;
}
#tableListHeader td{
	
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
font-size:0.85em;
position:relative;
z-index:100;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:11px;
text-decoration:none; 
height:31px; 
color: #ffffff;
line-height:29px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:85px;
w\idth:85px;
}

/* style the second level background 
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#d4d8bd url(../../graphics/drop.gif) bottom right no-repeat;

}
/* style the second level hover 
.menu ul ul a.drop:hover{
background:#c9ba65 url(../../graphics/drop.gif) bottom right no-repeat;
}
.menu ul ul :hover > a.drop {
background:#c9ba65 url(../../graphics/drop.gif) bottom right no-repeat;
}
/* style the third level background 
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#e2dfa8;
}
/* style the third level hover 
.menu ul ul ul a:hover {
background:#b2ab9b;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:31px;
left:0; 
width:85px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:30px;
t\op:31px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:150px; 
top:0;
width:150px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-150px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#215182; 
color:#ffffff; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:85px;
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:85px;
w\idth:85px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#ffffff; 
background:none;
}
.menu ul ul a:hover{
color:#ffffff;
background:#5983b5; 
}
.menu ul ul :hover > a {
color:#ffffff;
background:#dd0d2f;
/* background:#dd0d2f; */
}
.menu :hover > a {
color:#ffffff;
background-image:url(images/nav/nav_bg.gif);
background-repeat:repeat-x
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link 
.menu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link 
.menu ul :hover ul :hover ul{ 
visibility:visible;
}