@charset "utf-8";
/* CSS Document */

/* Set all to zero */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

Body {
	background-color:black;
	padding: 20px;
	
	}
	
#frame {
	width:850px;
	background-color:black;
	}

#wrapper {
	
	}
	
#MainCol {
background-color:black;
	float:right;
	width:500px;
	padding-left:20px;
	padding-top:10px;
	padding-right:20px;
	text-align:justify;
}

#LeftCol {
	background-color:black;
	width:149px;
	float:left;
	padding-top:10px;

	/*  Set Borders */
	border-right-style:solid;
	border-right-color:#000000;
	border-right-width:1px;

	}

#LeftCol p {
	padding: 5px;
	border-bottom-style:solid;
	border-bottom-color:#000000;
	border-bottom-width:1px;

	}

#LeftCol p:hover {
	background-color: red;
	}

#LeftCol .active {
	background-color:red;
	color:#000000;
	}

#LeftCol .normal {
	background-color:black;
	color: #FFFFFF;
	}

#LeftCol p.normal:hover {
	background-color:black;
	color: #FFFFFF;
	}
	
#wx_module_9464 {
	width:160px;
	float:right;
	}

#Login	{
	font:xx-small;
	}
#Login p	{
	font-size:9px;
	}
#Login p:hover	{
	background-color: black;
	font-size:9px;
	}

#Login h5	{
	font-size:12px;
	color:#FF0000;
	}

#Login .box	{
	font-size:9px;
	width:140px;
	}

#Login .button	{
	font-size:9px;
	padding-left:0px;
	margin-left:0px;
	}

#enclose {
	float:left;
	width:690px;
	background-color:black;
	color:#FFFFFF;
	}

#footer {
	clear:both;
	width:850;
	height:50px;
	text-align:center;
	line-height:50px;

	border-bottom-style:solid;
	border-bottom-color:#000000;
	border-bottom-width:1px;
	border-top-style:solid;
	border-top-color:#000000;
	border-top-width:1px;
	}

a:link  {
	color: red;
	cursor:pointer;
	text-decoration:none;
	}

a:visited {
	color:#0000FF;
	text-decoration:none;
	}

a:hover {
	color:#0000FF;
	text-decoration:none;
	}

a:active {
	color: #000000;
	text-decoration:none;
	}

li {
	list-style-position:inside;
	text-indent:10px;
	}

td	{
	
	height:30px;

	font-size:14px;
	font-weight:bold;
	}

p	{
	color:#FFFFFF;
	}

img.pass	{
	display:block;
	float:right;
	}
img.dst	{
	float:left;
	padding-left: 0;
	padding-top:10px;
	padding-right:10px;
	padding-bottom:5px;
	}