@charset "utf-8";
/* CSS Document */
html { height: 100%;}
body {margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; background-color:#FFF; height:100%;}

body,td,th {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;}
a:link {text-decoration: none;}
a:visited {text-decoration: none; color: #0000FF; }
a:hover {text-decoration: none; color: #FF0000; }
a:active {text-decoration: none; }


.login_container{
	margin-top: 0px; /* these four values specity its center align */
	margin-right: auto; /* these four values specity its center align */
	margin-bottom: 0px; /* these four values specity its center align */
	margin-left: auto; /* these four values specity its center align */
}


.visit { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px; 
	color:#007700;
	line-height:25px;
}

.visitor_number {
	border: solid thin; 
	border-color:#000000; 
	border-radius: 4px; 
	background-color:#000000; 
	font-size:12px; 
	color: #34f324 ;
	padding: 2px;
	font-family: Orbitron, sans-serif;
	letter-spacing: 2px;
	font-weight:lighter;
}

/* Footer begins */
.footer { 
	background-color:#330066;  
	text-align:center; 
	padding:20px; 
	margin-top:5px; 
	font-size:x-small; 
	color:#a6a8a9;
	text-decoration:none;
	width:100%;
}

.footer a { 
	color:#a6a8a9; 
	text-decoration:none;
}

.footer a:hover { 
	color:#a6a8a9; 
	text-decoration: underline; 
}

/* Export table design begins */
.tdesign1{
	background-color:#9bf2b8;
	text-align:center;
	height:30px;
	font-size:11px;
	}
.tdesign2{
	background-color:#d8f0dc;
	text-align:center;
	height:30px;
	font-size:11px;
}
.tds{
	background-color:#9bf2b8;
	text-align:center;
	height:30px;
	font-size:11px;
	}
/* link display table */
.dign{
background-color:#84C1C1;
color:#333333;
height:20px;
}
.dign a:link {text-decoration: none;}
.dign a:visited {text-decoration: none; color: #0000FF; }
.dign a:hover {text-decoration: none; color: #FF0000; }
.dign a:active {text-decoration: none; }



