body
{
	background-color: #EEE;
	color:#000;
	font-size:10pt;
	font-family:Times New Roman, Verdana, Arial, Helvetica, sans-serif;
	margin: 10px;
	padding: 0;
	overflow: auto;
	text-align: center;
}
a:link
{
	color:#666699;
	text-decoration:none;
}
a:visited
{
	color:#666699;
	text-decoration:none;
}
a:hover
{
	color:#6666BB;
	text-decoration:underline;
}
a:active	
{
	color:#FF0000;
	text-decoration:none;
}
form,input
{
	margin:0px;
	padding:0px;
}
textarea
{
	overflow:auto;
}
input,textarea
{
	border:1px solid #746A54;
	color:#000000;
	background-color: #D9E2EB;
	font-size:8pt;
	font-family:Courier New, Arial, sans-serif;
	margin:1px;
}
input.check
{
	border:0px;
	background-color:transparent;
	cursor:pointer;
}
input.highlight,textarea.highlight,select:focus,input:focus,textarea.highlight,textarea:focus
{
	background-color:#EEE;
}
.indent
{
	margin-left: 23px;
}
.error
{
	color:#FF6666;
	background-color:#EEEEEE;
	text-align: left;
	text-indent: 5px;
	font-size:10pt;
	font-weight:700;
	font-family:tahoma, Arial, sans-serif;
	cursor:default;
	float:right;
	width:200px;
	margin: 0px 0px 0px 0px;
	position:absolute;
}
.copyright
{
	font-size:8pt;
	color:#222222;
	font-family:Arial, Helvetica, sans-serif;
	text-align: right;
}

img
{
	border:0px;
	vertical-align:text-top;
}
img.displayed
{
	display: block;
	margin: 1em auto
}
.main {
	/*background-color:#FFF;*/
	background: #FFF url(mainbg.png) 0 100% repeat-x;
	color:#000;
	margin: 0px auto 10px auto;

	padding: 10px 5px 0px 5px;
	border:1px solid #000;
	width:550px;
	/*left:44%;*/
	text-align:center;

}
.submain
{
	color:#000;
	/*background: #BBB5A5 url(smbg.png) 0 100% repeat-x;*/
	background-color: transparent;
	margin:5px auto 5px auto;
	margin: 0 auto 10px auto;
	padding:0px;
	border:0;
	border-collapse: collapse;
	/*border-left-width: 10px;*/
	width:100%;
	text-align:left;
}
.proxy_server
{
	clear: both;
	border-top: 1px solid #ccc;
	min-height: 3.3em; /*for the hover*/
	padding: 0;
	margin: 0;
	width: 100%;
	/*padding: 0px;
	width: 100%;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #EEE8DD;
	background-color: #77aa77;*/
	/*background: url('gradient-small.gif') 0 100% repeat-x;*/
	margin-bottom: 1px;
	text-align:left;
}
.online
{
	background: #FFF url(onlinebg.png) 0 100% repeat-x;
}
.offline
{
	background: #FFF url(offlinebg.png) 0 100% repeat-x;
}
ul, li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.ct
{
	float: left;
	padding: 0;
	margin: 0;
}
.ipaddressport
{
	/*width: 125px;*/
	font-family:tahoma;
	color: #105CB6;
	font-size: 14pt;
	font-weight: bold;
/*	white-space: nowrap;*/
	float: left;
	padding: 0px 11px 0px 7px;
}
.statuses
{
	float:right;
	/*display: block; 
	top:-10px;
	left:0px;*/
	display: inline;
	text-align: right;
	padding: 0;
	margin: 0;
}
.oip
{
	padding: 0 0 0 30px;
	clear: both;
	color: #8A9DB2;
	font-weight: bold;
}

::-moz-selection
{
	background: #D1CCC1;
	color: #273653;
}
/*::selection {
background: #a3adbd;
color: #273653;
}*/