@charset "utf-8";
body {
	background:url(/templates/126/bg.jpg) top center no-repeat;
	background-color: #102c41;
	margin: 0px;
	padding: 0px;
	font-family: Helvetica,Verdana,Arial,sans-serif;
	font-size: 13px;
	color: #000;
}
a:link { 
	color: #021124;
}
a:visited { 
	color: #021124;
}
a:hover { 
	color: #09355a;
}
a:active { 
	color: #09355a;
}

.menu {
	font-size: 13px;
	color: #0d334f;
	padding:10px 0px 10px 25px;
}
.menu a {
	color: #0d334f;
}
.menuSep {
	background: url(/templates/126/break.gif);
	height:10px;
}

a
{
	text-decoration: none;
	color: #000000;
}

img
{
	border:0px
}

.content, .content a
{
	font-size: 13px;
	text-decoration: none;
	color: #000000;
}

.table
{
	border-collapse:collapse;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
}
.table TH
{
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	position:relative;
	font-weight: bold;
	text-align: left;
}
.table TD
{
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	position:relative;
}
.none
{
	border-collapse: separate;
}
.none TD, .none TH
{
	font-weight: none;
	border: 0px;
}
.title, .title a
{
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

#tabs {
	float:left;
	width:100%;
	font-size:93%;
	line-height:normal;
	border-bottom:1px solid #666;
	margin-bottom:1em; /*margin between menu and rest of page*/
	overflow:hidden;
	}

#tabs ul {
	margin:0;
	padding:10px 10px 0 0px;
	list-style:none;
	
	}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}

#tabs a {
	float:left;
	background:url("/images/left.png") no-repeat left top;
	margin:0;
	padding:0 0 0 6px;
	text-decoration:none;
	}

#tabs a span {
	float:left;
	display:block;
	background:url("/images/right.png") no-repeat right top;
	padding:6px 15px 4px 6px;
	margin-right:2px;
	color:#FFF;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
	}

#tabs a:hover {
	background-position:0% -42px;
	}

#tabs a:hover span {
	background-position:100% -42px;
	}

input[type=text] {
    width: 170px;
    height: 15px;
    background: #fff;
    font-size: 12px;
    border: 1px solid #102c41;
    padding:2px 4px 2px 4px;
    }

input[type=password] {
    width: 170px;
    height: 15px;
    background: #fff;
    font-size: 12px;
    border: 1px solid #102c41;
    padding:2px 4px 2px 4px;
    }

.form {
    width: 170px;
    height: 15px;
    background: #fff;
    font-size: 12px;
    border: 1px solid #102c41;
    padding:2px 4px 2px 4px;
    }

.ref_field{
    width: 280px;
    height: 15px;
    background: #E4F0F9;
    font-size: 12px;
    border: 1px solid #102c41;
    padding:2px 4px 2px 4px;
    }

.ref_code{
    width: 270px;
    height: 70px;
    background: #fff;
    font-size: 12px;
    border: 1px solid #102c41;
    padding:2px 4px 2px 4px;
    }

#container{ 
	margin:0 auto;
	margin-top:40px;
	width:260px;
}

.clean-ok{
    border:solid 1px #349534; 
    background:#C9FFCA url(/images/tick.png) 8px 6px no-repeat;
    color:#008000;
    padding:4px;
    text-align:center;
}
.clean-error{
    border:solid 1px #EF1416; 
    background:#F7CBCA url(/images/X.png) 8px 6px no-repeat;
    color:#EF1416;
    padding:4px;
    text-align:center;
}
.stat_table{
background: #E4F0F9; 
border: 1px solid #C5D9E8;
}

.table
{
	border-collapse:collapse;
	border-top: 0px solid #E4F0F9;
	border-left: 1px solid #000000;
}
.table TH
{
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	position:relative;
	font-weight: bold;
	text-align: left;
}
.table TD
{
	border-right: 1px solid #000000;