/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: 98ab9b;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

#dhtmltooltip
{
	border-right: black 1px solid;
	padding-right: 5px;
	border-top: black 1px solid;
	padding-left: 5px;
	z-index: 101;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,strength=5);
	left: -300px;
	visibility: hidden;
	padding-bottom: 5px;
	border-left: black 1px solid;
	width: 250px;
	padding-top: 5px;
	border-bottom: black 1px solid;
	position: absolute;
	background-color: white;
}

#dhtmlpointer
{
position:absolute;
left: -300px;
z-index: 102;
visibility: hidden;
}

.top_nav_links
{
	font-size: 10pt;
	color: white;
	font-family: 'Eras Demi ITC' , Arial;
	text-decoration: none;
}
