body {
	color: black;
	margin: 0 10% 10% 10%;
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	background: url('img/background.png');
}
#viewport {
	background: white;
	width: 100%;
}

#Atop {
	position: relative;
	width: 100%;
	height: 10%;
	text-align: center; 
}

#Atop img {
	vertical-align:middle;	
}

img {
	border: 0;	
}

#Amenu {
	position: relative;
	width: 100%;
}

#Amenu ul {
	list-style-type:square;	
	margin-right: 10px;
}

#Aviewport {
	background: white;
	color: #000;	
	position: relative;
	padding: 0;
	width: 100%;
}

#loginbox {
	margin: 20% auto;
	text-align: center;	
	width: 300px;
}

#loginbox .text {	
	width: 200px;
}

#footer {
	padding-top: 5px;
	padding-left: 15px;
	color: white;
	font-size: 15px;
	font-weight: 800;
}
#footer a {
	text-decoration:none;
	color: white;
	font-size: 15px;
	font-weight: 800;
}	

a {
	color: #2b8324;	
}

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

#Aviewport table.stats {
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
	font-weight: normal;
	font-size: 11px;
	color: #fff;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
}

#Aviewport table.stats td {
	color: #000;
	padding: 4px;
	text-align: left;
}
#Aviewport table.stats th {
	color: #2b8324;
	padding: 4px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}
table.main {
	color: black;
	width: 100%;	
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
}
table.main td {
	padding: 0;
}
table.podbox {
	position: relative;
	margin-top: 0px;
	width: 100%;
	border-collapse:collapse;
	border-spacing:0;
	vertical-align: middle;
	background: #eaf9d2;	
}
table.podbox td {	
	text-align: center;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;
	font-weight: 700;
	color: #20231c;
}
table.podbox td h4{
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica;
	font-weight: 700;
	color: #20231c;
}

table.podbox a {
	color: #b4d77d;
	font-weight: 600;
	font-size: 12px;
}

.indapodbox {
	width: 150px;
	max-width: 200px;
	margin: auto;	
}

input {
	background: white;
	color:#06374e;
}

#messageBox {
	background: white;
	position: fixed;
	top: 10px;
	border:5px black solid;
	z-index:5;
	text-align:center;	
	overflow: auto;
	padding: 5px;
}
