﻿body {
	background: #efefef;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:8.5pt;
	text-align: center;
	margin-left: 0px;
	margin-top: 15px;
}
* html body{
	background: #efefef;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:8.5pt;
	text-align: center;
}

html { overflow: -moz-scrollbars-vertical; }

.container{
	border: #666 solid 1px;
	width:993px;
	margin: 0;
	overflow:hidden;
	padding:0;
	background: #fff;
	text-align: left;
}

.header
{
	width:100%;
	background: #FFFFFF;
	color:#FFFFFF;
}

.footer
{
	width:993px;
	font-size:7pt;
	background: #efefef;
	color:#AAAAAA;
	margin: 0px;
	padding-top: 4px;
}

.footer a, .footer a:link, .footer a:hover, .footer a:visited, .footer a:active
{
	background: #efefef;
	color:#AAAAAA;
	text-decoration: none;
}


.main
{
	width: 980px;
	margin:8px;
	color: #000000;
	background: #FFFFFF;
	padding:0px;
}

.main h1 {margin:10px 0 3px 0; padding:0; color:#000000; font-size:11pt; font-weight:bold;}
.main h2 {margin:10px 0 3px 0; padding:0; color:#000000; font-size:11pt;}
.main p { margin: 0px 0px 4px 0px; }

.main h2 a, .main h2 a:link, .main h2 a:hover, .main h2 a:visited, .main h2 a:active {color:#000000;text-decoration: none;}

.main p a, .main p a:link, .main p a:hover, .main p a:visited, .main p a:active {color:#000000;text-decoration: underline;}


.ToolLabel
{
	text-align: left;
	font-size: 10pt;
	font-weight: bold;
	padding: 4px 4px 4px 0px;
}

.ToolButton 
{
	font: 10pt Verdana, Arial, Helvetica, sans-serif, sans-serif; 
	font-weight: bold;
	vertical-align: middle;
	background: #C02719; 
	color:#fff; 
	border: 1px solid #000000; 
	height:22px; 
	padding: 0px 1px 4px 1px; 
	margin: 0px 0px 4px 0px;
	cursor:pointer;
}

.HomeToolButton
{
	font: 10pt Verdana, Arial, Helvetica, sans-serif, sans-serif; 
	font-weight: bold;
	background: #EEEEEE; 
	color:#000; 
	border: 1px solid #000000; 
	width: 110px;
	height: 60px; 
	padding: 10px 1px 4px 1px; 
	margin: 0px 0px 4px 0px;
	cursor:pointer;
	white-space:normal;
	text-align:center;
	text-decoration:none;
	display:block;
	vertical-align:middle;
}

.HomeToolButton a, .HomeToolButton a:link, .HomeToolButton a:hover, .HomeToolButton a:visited, .HomeToolButton a:active
{
	text-decoration: none;
	vertical-align:middle;
}
.DnsCheckTitle 
{
	background-color: #DDDDDD;
	color: #000000;
	height:24px;
	font-size: 10pt;
	font-weight: bold;
	border: none 0px;
	padding-left:4px;
}

.DnsCheckHeader 
{
	background-color: #888888;
	color: #FFFFFF;
	height: 20px;
	font-size: 10pt;
	font-weight: bold;
	border: none 0px;
	padding-left:4px;
}

.DnsCheckSubHeader 
{
	background-color: #DDDDDD;
	color: #000000;
	height:20px;
	font-size: 9pt;
	font-weight: bold;
	border: none 0px;
	padding-left:4px;
}

.DnsCheckRow 
{
	background-color: #FFFFFF;
	color: #000000;
	font-size: 9pt;
	font-weight: normal;
	border: none 0px;
	padding-left:4px;
	cursor:hand;
}

.DnsCheckErrorRow 
{
	background-color: #FFFFFF;
	color: #FF0000;
	font-size: 9pt;
	font-weight: bold;
	border: none 0px;
	padding-left:4px;
}

.DnsCheckExplanationRow 
{
	background: #FFFFD0;
	color: #000000;
	font-size: 8pt;
	font-weight: normal;
	font-style:italic;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:4px;
	cursor:hand;
}

.bartable
{
	font-size: 7.5pt;
}

.linkerror, .linkerror:active, .linkerror:visited
{
	color: #ff0000;
	text-decoration: none;
}

.linkerror:hover
{
	text-decoration: underline;
}

.bartable a, .bartable a:active, .bartable a:visited
{
	color: #000000;
	text-decoration: none;
}

.bartable a:hover
{
	text-decoration: underline;
}

.bartable .header
{
	color: #000000;
	font-weight: normal;
	font-size: 8.5pt;
	cursor: pointer;
	padding-bottom: 4px;
}


.bartable .headerSortDown
{
	/*
	background-image: url(../images/down.png);
	background-repeat: no-repeat;
	background-position: right center;
	*/
	font-weight: bold;
}

.bartable .headerSortUp
{
	/*
	background-image: url(../images/up.png);
	background-repeat: no-repeat;
	background-position: right center;
	*/
	font-weight: bold;
}

.bargrid
{
	background-image: url(../images/bargrid2.png);
	background-repeat: repeat;
}

.bargrideven
{
	background-image: url(../images/bargrid2a.png);
	background-repeat: repeat;
}

.bargridordinal
{
	background-image: url(../images/bargrid2.png);
	background-repeat: repeat;
	text-align: right;
	padding-right: 10px;
	width: 20px;
	color: #666666;
}

.bargridordinaleven
{
	background-image: url(../images/bargrid2a.png);
	background-repeat: repeat;
	text-align: right;
	padding-right: 10px;
	width: 20px;
	color: #666666;
}

.barwait
{
	height: 10px;
	float: left;
}

.barresolve
{
	background-image: url(../images/bar-yellow.png);
	background-repeat: repeat-x;
	height: 10px;
	float: left;
}

.barconnection
{
	background-image: url(../images/bar-blue.png);
	background-repeat: repeat-x;
	height: 10px;
	float: left;
}

.bardownload
{
	background-image: url(../images/bar-green.png);
	background-repeat: repeat-x;
	height: 10px;
	float: left;
}

.barerror
{
	background-image: url(../images/bar-red.png);
	background-repeat: repeat-x;
	height: 10px;
	float: left;
}

.baraxis
{
	float: left;
	font-size: 7.5pt;
	font-weight: bold;
	padding: 4px 0px 0px 0px;
}

.legend
{
	width: 100%;
	border: solid 1px #000000;
	background-color: #efefef;
}

.legend a, .legend a:active, .legend a:visited
{
	color: #000000;
	text-decoration: none;
}

.legend a:hover
{
	text-decoration: underline;
}
