﻿@font-face {
    font-family: robotomed;
    src: url(font/Roboto-Medium.ttf);
}
@font-face {
    font-family: robotocond;
    src: url(font/Roboto-Condensed.ttf);
}
@font-face {
    font-family: robotoreg;
    src: url(font/Roboto-Regular.ttf);
}
popdiv {
	opacity:0.0;
	filter:alpha(opacity=0); /* For IE8 and earlier */
	position: absolute;
	visibility:hidden;
}
textarea {
    resize: none;
}
#main {
	background-color: #eee;
	font-family: robotocond;
	font-size: 12pt;
	font-weight:bold;
	color: #555;
}
#csv {
	background-color: #eee;
	font-family: robotocond;
	font-size: 10pt;
	font-weight:normal;
	color: #555;
}
#roundrect {
	border-radius: 16px;
	border: 2px solid #ccc;
	padding: 0px;
	font-family: robotoreg;
	font-size: 12pt;
	font-weight:normal;
	color: #00003d;
	text-align: center;
	margin-top: 0em;
	margin-bottom: 0em;
}
input[type=submit] {
    width: 128;  height: 36;
}
#login {
  display: table;
  margin: 0 auto;
}
#message {
	font-family: robotoreg;
	font-size: 12pt;
	font-weight:normal;
	color: #00003d;
	text-align: center;
}
#title {
	font-family: robotomed;
	font-weight:bold;
	font-size: 30px;
	color: #aaa;
}
#instructions {
	font-family: robotoreg;
	font-size: 10pt;
	font-weight:normal;
	color: #55559d;
}
#error {
	font-family: robotoreg;
	font-size: 10pt;
	font-weight:normal;
	color: #3d0000;
	text-align: center;
}
#fail {
	font-family: robotoreg;
	font-size: 12pt;
	font-weight:normal;
	color: #400;
	text-align: left;
}
#success {
	font-family: robotoreg;
	font-size: 10pt;
	font-weight:normal;
	color: #003d00;
	text-align: center;
}
#succeeded {
	font-family: robotoreg;
	font-size: 12pt;
	font-weight:normal;
	color: #040;
	text-align: left;
}
#number {
	position: relative;
	top: 0;
	left: 0;
	font-family: robotoreg;
	font-size: 48pt;
	font-weight:normal;
	color: #fff;
	text-align: left;
}

#pagebkg {
	position:absolute;
	left:6px;
	top:0px;
	height:516;
	width:786px;
}
#tabbkg {
	position:absolute;
	left:6px;
	top:0px;
	height:164;
	width:786px;
}
#tab1 {
	position:relative;
	width:800px;
	height:172px;
}
#hometitle {
	align:left;
	position:absolute;
	left:16px;
	top:12px;
	width:124px;
}
#tabtitle {
	align:left;
	position:absolute;
	left:16px;
	top:12px;
	width:256px;
}
#tabimage {
	position:absolute;
	right:22px;
	top:39px;
}
#abouttab{
	position:absolute;
	top:416px;
	width:180px;
	font-family: robotocond;
	font-size: 9pt;
	font-weight:normal;
	text-align: justify;
}
#aboutimage {
	position:absolute;
	top:300px;
}
#aboutdesc {
	position:absolute;
	top:280px;
	font-family: robotocond;
	font-size: 8pt;
	color: #8d8d8d;
}
#bottombar {
	align:center
	position: relative;
	width: 800px;
	height: 36px;
}
#feedbackheadertext {
	text-decoration: none;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #afafaf;
}
#feedbacktext {
	text-decoration: none;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #7aa578;
}
#feedbackheader 
{
	text-decoration: none;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #afafaf;
	top: 0px;
	margin:2px;  
	padding: 4px;
	border-bottom: 2px gray solid;
	width: 100%;
}
#feedbackitem 
{
	text-decoration: none;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #afafaf;
	top: 0px;
	margin:2px;  
	padding: 4px;
	border-bottom: 1px gray solid;
	width: 100%;
}
#releaseitem 
{
	text-decoration: none;
	font-family: Tahoma, sans-serif;
	font-size: 8pt;
	font-weight:normal;
	color: #afafaf;
	top: 0px;
	border-bottom: 1px gray solid;
	width: 100%;
}
#releasetext {
	text-decoration: none;
	font-family: Tahoma, sans-serif;
	font-size: 9pt;
	font-weight:normal;
	color: #7aa578;
}

#contactaddress {
	text-decoration: none;
	font-family: Tahoma, sans-serif;
	font-size: 9pt;
	font-weight:normal;
	color: #7aa578;
	text-align:center;
}
