﻿@charset "utf-8";
/* CSS Document */

.normal {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 19px;
	text-align: center;
}

.bolder {
	font-size: 16px;
	font-weight: bold;
}

.menu {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 19px;
	text-align: center;
	background-color: #000000;
	color:#FFFFFF;
	}

.hidden-rollover {
	text-align:center;
	visibility:hidden;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;

}

.footer {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 15px;
	text-align: center;
	
}

.footer_left {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	
}


.header {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;	
}

.detailed {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
}

a:link.click {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited.click {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover.click {
	text-decoration: underline;
	color: #000000;
}
a:active.click {
	text-decoration: none;
	color: #FFFFFF;
}

/* Links */

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #000000;
}
/* End of Links */

/* Glossy Menu */

.glossymenu{
margin: 5px 0;
padding: 0;
width: 180px; /*width of menu*/
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu a.menuitem{
background: black url(../images/menu/glossyback.gif) repeat-x bottom left;
font: bold 17px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
text-align: center;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background-image: url(../images/menu/glossyback2.gif);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid #000000;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 15px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
text-align: center;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 0px;
}

.glossymenu div.submenu ul li a:hover{
background: #DFDCCB;
colorz: white;
}

/* End of glossy Menu */

/* Mouse Over Special Popup */
#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: black;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);

	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 15px;
	text-align: left;
	color:#FFFFFF;

}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

