html, body {
	margin:0;
	padding:0;
	background: #006600  url('/images/back_gradient.gif') repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000;
}

body { font-size: 76%; background-color: #006600; }

.stat {
	color: #fff;
	font-style:italic;
	font-weight: bold;
}

div, p, table, th, td, li, .normal {font-size: 1.0em;}

a img { 	border: 0;}

a, a:link, a:visited { color: #036; text-decoration: none;}

a:hover { color: #F60; text-decoration: none;}

h1, h2, h3, h4, p {margin-top: 0;}

h1 { font-size: 2em;}
h2 { font-size: 1.5em;}
h3 { font-size: 1.3em;}
h4 { font-size: 1.2em;}
h5 { font-size: 1.1em;}

hr{
	border: 0;
	height: 1px;
	width: 100%;
	color: #ccc;
	background-color: #ccc;
}

img { border: 0; padding: 0; margin: 0;}

/* \*/
* html #overall {height: 1%;}
* html #middle { height: 1%; }
* html #left { height: 1%;}
* html #main { height: 1%;}
* html .content { height: 1%;}
/* */

#overall {
	width: 958px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	text-align: justify;
}

#overall .content {margin: 0;	padding-top: 5px;}

#header {
	width: 100%;
	height: 165px;
	margin: 0;
	padding: 0;
	background: transparent;
}

#header .screens {
	float: right;
	width: 355px;
}

#topmenu { height: 30px; margin-left: 16px;}
#topmenu ul { margin: 0; padding: 0; list-style: none;}
#topmenu li { float: left; margin: 0; padding: 0;}
#topmenu a { float: left; display: block; margin: 0 10px; border-bottom:1px double #000; font-weight: bold; color: #FFF; text-decoration: none;}
#topmenu .selected { text-decoration: underline; }
#topmenu a:hover { color: #FF9900; text-shadow: 0px 0px 2px white;}

#header .logo {	width: 401px; height: 104px;}
#header .logo img { margin-left: 16px;}

#tabmenu {
	width: auto;
	margin: 0 16px;  
	padding: 0;
	height: 31px;
	background: transparent  url('/images/menutab_back.gif') repeat-x left bottom;}

#tabmenu ul {	margin: 0; padding: 0; list-style: none;}
#tabmenu li { float: left; margin: 0; padding: 0;}
#tabmenu a { float: left; display: block; padding: 0px;}
#tabmenu a:hover { }

/* Home page CSS */
#banner {
	width: 100%;
	height: 258px;
	margin: 0;
	padding:0;
	background: url('/images/grass.jpg') no-repeat left top;
	background-color: #006600;
}
#banner .content { width:65%; margin: 0; padding:15px 20px; color:#fff; font-size: 1.2em; font-weight:normal;}
#banner .content h2 { margin: 0; margin-bottom: 10px; color:#fff; font-size: 1.4em; font-weight:bold; }
#banner .content a { color:#fff; }
#banner .content a:hover { color: #33ccff; text-decoration: underline;}
#bannerphoto { float: right; margin:15px 25px 0px 10px; padding: 0px; background: #FFF; border: solid 2px white; }

#boxholder { width: auto; margin:0; padding:0; background: transparent  url('/images/box_back.gif') no-repeat right bottom;}
#boxholder .content { padding: 0 0 15px 0;}

#box01 h3, #box02 h3, #box03 h3 { margin-bottom: 10px; font-size: 1.4em; font-weight: bold; color:#000;}
#box01 .content, #box02 .content, #box03 .content { padding: 10px; color:#000;}
#box01, #box02 { float: left;}
#box01 { width: 278px;}
#box02 { width: 340px; background: transparent  url('/images/box02_back.gif') repeat-y left top;}
#box03 { float: left; width: 340px;  background: transparent  url('/images/box03_back.gif') repeat-y right top;}

#features, #box01 ul, #box02 ul, #box03 ul {
    list-style-image: url(../images/arrow.gif);
    margin: 0px;
    padding: 8px;
    margin-left: 8px;
}

#features li { margin-bottom: 10px;}

#box01 li, #box02 li, #box03 li { border-bottom: 1px dotted #ccc; margin: 5px; }

#main { width: auto; margin:0; padding: 0;background: transparent  url('/images/main_back_bottom.gif') no-repeat left bottom;}
#main div.content { margin-bottom: 10px; padding: 0; background: transparent  url('/images/main_back.gif') repeat-y left top;}

/* 2 Column page CSS */
#middle {
	width: auto;
	padding: 0;
	margin: 0;
	margin-left: 200px;
	background: transparent url('/images/main_back_top.jpg') no-repeat right top;;
}

#middle .midcontent { margin: 0px; padding: 20px;}

#left {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0;
	background: transparent  url('/images/main_back_top.jpg') no-repeat left top;
}

#left .leftcontent { margin:0; padding: 20px;  background: transparent;}
#left .content a { font-weight: bold; }

#footer {
	width: 100%;
	padding: 0;
	margin-top: 8px;
}

#footer .content {
	padding: 8px 10px;
	text-align: center;
	color: #FFF;
}

#footer .content a {
	color: #FFF;
	text-decoration: underline;
}

#main { padding-bottom: 20px;}

div.float { float: left; padding: 10px;}

.clr { clear: both; }
.clrleft { clear: left; }
.small { font-size: 11px;}
.error { color: red;}
#featurelist {
    list-style: none;
    padding: 0px;
    border: dotted 1px #aaa; 
    margin: 0px;
    width: 340px;
}


#featurelist .title_selected {
    border: 2px solid black;
    border-right: none; 
    margin-top: -1px;
    z-index: 2;
    background-color: yellow;
    position: relative;
    width: 335px;
}

.description {
    position: absolute;
    left: -1000px;
    top: -1000px;
    width: 340px;
    border: 2px solid black;
    padding: 5px 10px 10px 10px;
    background-color: yellow;
    z-index: 1;
    min-height: 100px;
    font-size: 1.2em;
}

#featurelist li {
    padding: 3px;
    border: solid 2px transparent;
    border-bottom: dotted 1px #cccccc;
    clear: right;
    cursor: pointer;
    height: 20px;
    width: 330px;
    margin: 0px;
}


#featurelist li .feature {
    float: left;
    width: 300px;
}

#featurelist li .tick {
    background-color: Green;
    float: left;
    width: 25px;
    text-align: center;
    color: White;
    clear: right;
}

#hitslist{
    list-style: none;
    padding: 5px;
    border: dotted 1px #aaa; 
    margin: 0px;
    width: 450px;
}

#hitslist li {
	float: left;
	width: 100%;
}

#hitslist .button{
    text-align: right;
}

#hitslist li .heading {
    float: left;
    width: 100px;
}

#hitslist li .detail {
    float: left;
    width: 340px;
}

.failed img { padding: 5px;}

.failed {
	background-color: pink;
	color: Red;
	border: solid 1px red;
	padding: 5px;
	font-size: 0.8em;
}

.succeeded img { padding: 5px;}

.succeeded {
	background-color: #33CC33;
	color: darkgreen;
	border: solid 1px darkgreen;
	font-size: 1em;
	padding: 5px;
	vertical-align: middle;
}

#features li .head {
    font-weight: bold;
    color: #18526C;
    margin-right: 10px;
}


/* clearfix 
add class to any container element that needs to assume the height of contained elements
*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */