html { height: 100%; }

td, th {font-size: 12px;}
input {font-size: 8pt; border: 1px solid black;}

a:hover{ text-decoration: underline; cursor: pointer; color: #3fa1e0; }  

.a2{ color: #000000; text-decoration: none;}
.a2:hover{ text-decoration: underline; cursor: pointer; color: #3fa1e0; }  

.a3{ color: #706f70; text-decoration: none;}
.a3:hover{ text-decoration: underline; cursor: pointer; color: #3fa1e0; }  

.a5{ color: #0069ad; text-decoration: none;}
.a5:hover{ text-decoration: underline; cursor: pointer; color: #0069ad; }  

.a5{ color: #a00807; text-decoration: none;}
.a5:hover{ text-decoration: none; cursor: pointer; color: #a00807; }  

body 
{
	margin: 0px;
	padding: 0px;
	background:#484848;
	font-size:11px; 
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}



.modern-button{  /* hacked */
	height: 18px; 
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	cursor: pointer; 
	border: 0px; 
	font-size: 11px;
	z-index: 1;
	color: #FFFFFF;
}

.modern-button-browse{  /* hacked */
	height: 17px; 
	padding-top: 1px;
	padding-bottom: 0px;
	padding-left: 3px;
	padding-right: 3px;
	cursor: pointer; 
	border: 0px; 
	font-size: 11px;
	z-index: 1;
	color: #FFFFFF;
}

.success-sms{
	padding-top: 15px; 
	padding-left: 30px; 
}


.browse-div{ /* hacked */
	margin: 0px 0px 0px 5px; 
	float: left;
	position: absolute;
	filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: .0;
	cursor: pointer;
}

.browse-button-div{ /* hacked */
	position: absolute; 
	float: left; 
	margin: 0px 0px 0px 0px;
	cursor: pointer;
}



.error-sms-form{
	border:2px solid red;
	background: #eac8be;
	text-align: left;
	margin: 5px;
	padding-bottom: 5px;
}

.error-sms{
	font-size: 10pt;
	font-family: Tahoma;
	padding-left: 10px;
	color: red;
}

.success-sms-form{
	border:1px solid green;
	background: #bad76b;
	text-align: left;
	margin: 5px;
	padding-bottom: 5px;

}

.success-sms{
	font-size: 10pt;
	font-family: Tahoma;
	padding-left: 10px;
}



.th-class{
	background: gray;
	color: #FFFFFF;
	font-size: 9pt;
	text-align: center;
	padding: 0px 3px 3px 3px;
	border: 1px solid #FFFFFF;
	font-weight: bold;
}
.th-class-last{
	background: gray;
	color: #FFFFFF;
	font-size: 9pt;
	padding: 0px 3px 3px 3px;
	text-align: center;
	border: 1px solid #FFFFFF;
}

.td-class{
	background: #e2e2e2;
	color: black;
	font-size: 9pt;
	text-align: left;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.td-class-last{
	background: #e2e2e2;
	color: black;
	font-size: 9pt;
	text-align: left;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.register-input{
	border: 1px solid #000000;
	background: #FFFFFF;
	font-size: 9pt;
	width: 220px;
	margin-right: 5px;
}

.select-input{
	border: 1px solid #000000;
	background: #FFFFFF;
	font-size: 10pt;
}

.title{
	font-size: 12pt;
	text-align: center;
	color: #000000;
	font-weight: bold;
}


.top-menu-item{
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom: 1px solid #a00807;
	border-left: 5px solid #a00807;
	letter-spacing: 1px;
	font-weight: bold;
	cursor: pointer;
	color: #a00807;
}


/*
.a10:link {color: 706f70;}     
.a10:active {color: red;}      
.a10:hover {color: magenta;} 
.a10:visited {color: purple;}   
*/


