#dhtmltooltip
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11pt;
	position: absolute;
	left: -300px;
	width: 150px;
	border: 1px solid black;
	padding: 2px;
	background-color: lightyellow;
	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);
}

#dhtmlpointer{
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}



#HEADER
{
	padding-right: 3px;
	padding-left: 3px;
	/*font-weight: bold;*/
	font-size: 9pt;
	padding-bottom: 3px;
	margin: 0px;
	color: whitesmoke;
	text-indent: 5pt;
	padding-top: 3px;
	letter-spacing: normal;
	background-color: #6699ff;
	text-align: left;
}


.TITLE
{
	/*font-weight: bold;*/
	font-size: 8pt;
	vertical-align: super;
	color: mediumblue;
	line-height: 15pt;
	text-align: left;
	text-decoration: none;
}

.NORMAL
{
	/*font-weight: bold;*/
	font-size: 8pt;
	color: dimgray;
}
.ALERTMSG
{
	/*font-weight: bolder;*/
	font-size: 8pt;
	color: sienna;
}

.griditem
{
	vertical-align: text-top;
	padding: 0 0 0 5;
}
.gridrownum
{
	text-align: center;
	vertical-align: text-top;
}

LI.minor
{
	list-style-position: outside;
	font-size: 8pt;
	left: 2px;
	color: black;
	line-height: 12pt;
	list-style-type: circle;
	text-decoration: none;
}

#ListItem
{
	background: url(../images/square.gif) no-repeat 0em 0.3em;
	list-style: none outside;
}
#mainMenu
{
	background-color: #EEE;
	border: 1px solid #CCC;
	color: #000;
	width: 275px;
}

#menuList
{
	padding-right: 0px;
	padding-left: 5px;
	padding-bottom: 5px;
	margin: 0px;
	padding-top: 5px;
}
.inversetitle
{
	padding-right: 1px;
	padding-left: 1px;
	padding-bottom: 1px;
	padding-top: 1px;
	background-color: #000099;
	color: White;
	font-size: 10px;
	font-variant: small-caps;
	font-weight: 600;
	text-align: center;
}
li.menubar
{
	list-style-position: outside;
	font-size: 8pt;
	background: url(../images/plus.gif) no-repeat 0em 0.3em;
	line-height: 15pt;
	list-style-type: none;
}

.menu, .submenu
{
	display: none;
	margin-left: 15px;
	padding: 0px;
}

.menu li, .submenu li
{
	background: url(../images/square.gif) no-repeat 0em 0.3em;
	list-style: none outside;
}

a.actuator
{
	padding-left: 15px;
	font-weight: bold;
	font-size: 8pt;
	color: #000;
	background-color: transparent;
	text-decoration: none;
}
a.actuator1
{
	padding-left: 15px;
	font-weight: normal;
	font-size: 8pt;
	color: #000;
	background-color: transparent;
	text-decoration: none;
}
a.actuator:hover, a.actuator1:hover
{
	text-decoration: underline;
}

.menu li a, .submenu li a
{
	background-color: transparent;
	color: #000;
	font-size: 8pt;
	padding-left: 15px;
	text-decoration: none;
}

.menu li a:hover, submenu li a:hover
{
	/*border-bottom: 1px dashed #000;*/
	text-decoration: underline;
}

span.key
{
	text-decoration: underline;
}
OL
{
	/* Tag added by GPond 12/5/2005 */
	font-size: 8px;
	color: navy;
	font-family: Sans-Serif, Arial;
	font-weight:normal;
	list-style-type: decimal;
}

.TreeViewFont
{
	font-size: 8px;
	color: navy;
	font-family: Verdana, Arial;
}
