/*
	SpeedOf.Me, HTML5 Speed Test
	http://speedof.me - contact@speedof.me
	All rights reserved. Copyright (c) SPEED OF ME, 2011-2014 
	Ver 2.66
*/

html, body
{
	-webkit-text-size-adjust: 100%; /* none auto*/
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #213C2E /*  dark green  */
}
.header, .msgCol
{
	color: #E1F9E1;
}
.header
{
	width: 100%;
	height: 9%;
	font-size: 90%;
}

.pane
{
	width: 100%;
	height: 80%;
}

.adpane_left, .adpane_right
{
	height: 100%;
	width: 160px;
	float: left;
	display:table; /* for vertical align */
	background-color: #292929; /* old browsers */
	background-image: linear-gradient(0 0, rgb(95,95,95) 0%, rgb(20,20,20) 100%);
	background-image: -o-linear-gradient(0 0, rgb(95,95,95) 0%, rgb(20,20,20) 100%);
	background-image: -moz-linear-gradient(0 0, rgb(95,95,95) 0%, rgb(20,20,20) 100%);
	background-image: -webkit-linear-gradient(0 0, rgb(95,95,95) 0%, rgb(20,20,20) 100%);
	background-image: -ms-linear-gradient(0 0, rgb(95,95,95) 0%, rgb(20,20,20) 100%);
	background-image: -webkit-gradient(linear, 0 0, 10 150, color-stop(0, rgb(95,95,95)), color-stop(1, rgb(20,20,20)));
}

.adpane_right
{
	float: right;
}

.adcontainer
{
	display:table-cell;    /* for vertical align */
	vertical-align:middle; /* for vertical align */
}

.mainpane
{
	height: 100%;
	float: none;
    width: auto;
    overflow: hidden;
}

.main
{
	width: 100%;
	height: 70%;
}
.cols
{
	width: 100%;
	height: 30%;
}

.leftCol, .rightCol
{
	width: 45%;
	height: 100%;
	float: left;
}

.rightCol
{
	width: 55%;
}

.msgCol
{
	width: 60%;
	height: 100%;
	float: left;
	font-size: 90%;
	font-weight: bold;
	font-family: Lucida Grande, Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif;
	color: #DDD;
	
	background-color: #292929; /* old browsers - rgb(70,70,70); */
	background-image: linear-gradient(0 0, rgb(95,95,95) 0%, rgb(20,20,20) 100%);
	background-image: -o-linear-gradient(0 0, rgb(95,95,95) 0%, rgb(20,20,20) 100%);
	background-image: -moz-linear-gradient(0 0, rgb(95,95,95) 0%, rgb(20,20,20) 100%);
	background-image: -webkit-linear-gradient(0 0, rgb(95,95,95) 0%, rgb(20,20,20) 100%);
	background-image: -ms-linear-gradient(0 0, rgb(95,95,95) 0%, rgb(20,20,20) 100%);
	background-image: -webkit-gradient(linear, 0 0, 10 150, color-stop(0, rgb(95,95,95)), color-stop(1, rgb(20,20,20)));
}

.prgsCol
{
	width: 40%; 
	height: 100%; 
	float: left;"
}

.footer
{
	color: #E1F9E1;
	width: 100%;
	height: 10%;
	text-align: center;
	font-size: 90%;
	clear: both;
}

a
{
	color: #E1F9E1;
	padding: 5px;
	text-decoration: none;
}

a.myMenu:hover
{
    background-color: #E1F9E1;
    color:  #213C2E;  /*  dark green  */
    text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
} 