/* CSS Document */


body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-size: 10px;
	color: #999999;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}

.style_white {
color: #FFFFFF;
}

.style_white a:link, .style_white a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

.style_white a:hover, .style_white a:active {
	text-decoration: none;
	color: #FFFFFF;
}

td.line {
border-top: 1px solid #CCCCCC;
}

td.lineside {
border-left: 1px solid #CCCCCC;
}

td.updown {
padding-top: 10px;
padding-bottom: 10px;
}

td.loader {
background-image: url(graphics/loader.gif);
background-position: center;
background-repeat: no-repeat;
}

td.linered {
background-image: url(graphics/red.gif);
background-position: center;
background-repeat: repeat-x;
}

img {
border: 0px;
}

#xhtmltooltip
{
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	position: absolute;
	width: 600px;
	max-width: 500px !important;
	border: 2px solid #FFFFFF;
	padding: 8px;
	background-color: #FF0000;
	visibility: hidden;
	z-index: 100;
}

.style_form {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #999999;
}

.style_red {
color: #FF0000;
}

.style_red a:link, .style_red a:visited {
	text-decoration: none;
	color: #FF0000;
}

.style_red a:hover, .style_red a:active {
	text-decoration: none;
	color: #FF0000;
}

input {
color: #999999;
background-color:#FFFFFF;
border: 1px solid #CCCCCC;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
}
