/* CSS Document */
<!--
body,td,th {
	font-family: Tahoma, Trebuchet MS, Arial;
	font-size: 11px;
	color: #333333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-family: Tahoma, Trebuchet MS, Arial;
	font-size: 11px;
	color: #333333;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #333333;
}

input {
	color : #666666;
	font-size : 9px;
	font-family : Tahoma,Verdana,Arial;
}
.input {
	color : #666666;
	font-size : 9px;
	font-family : Tahoma,Verdana,Arial;
}

.white {color:#FFFFFF;}
.white:link {color:#FFFFFF;}
.white:visited {color:#FFFFFF;}
.white:active {color:#FFFFFF;}
.white:hover { color:#FFFF00;}

.green {color: #006600;}
.green:link {color: #006600;}
.green:visited {color: #006600;}
.green:active {color: #006600;}
.green:hover {color: #FF0000;}

.sky, sky:link, sky:visited, sky:active {color: #0099CC;}


.red {color: #FF0000;}
.red:link {color: #FF0000;}
.red:visited {color: #FF0000;}
.red:active {color: #FF0000;}
.red:hover {color: #000000;}

#showimage{
position:absolute;
visibility:hidden;
border: 1px solid gray;
}

#dragbar{
cursor: hand;
cursor: pointer;
background-color: #EFEFEF;
min-width: 100px; /*NS6 style to overcome bug*/
}

#dragbar #closetext{
font-weight: bold;
margin-right: 1px;
}


-->