/* common */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration: none;
	margin: 0px;
	cursor: default;
	overflow: -moz-scrollbars-vertical;
	background-color: #000000;
	background-image:url(images/backtile.jpg);
	background-repeat:repeat;
	font-weight:normal;
}

.IEcenter {
	text-align:center;
}
a:link, a:visited {
	text-decoration:none;
	color:#000099;
}
a:hover {
	text-decoration:none;
	color:#0000FF;
}
#admin {
	width:95%;
	margin-left:auto;
	margin-right:auto;
}
/* header */
#header {
	position:relative;
}
.header-right {
	font-family: Arial, Helvetica, sans-serif;
	float:right;
	padding-right:10px;
	padding-bottom:4px;
	text-align:right;
	position:relative;
	bottom:0;
	right:0;
}
.header-title {
	font-size: 24px;
	color: #6D6DFF;
	font-weight: bold;
}
.header-login {
	color: #ffffff;
	font-size: 9pt;

}
.header-login a:link, .header-login a:visited {
	color: #ffffff;
	font-size: 9pt;
	text-decoration:none;
}
.header-login a:hover {
	text-decoration:underline;
}
.header-bottom {
	border-color: #414142;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
}
.header-bottom .top {
	height:12px;
	padding: 4px 24px 4px 24px;
	font-weight: bold;
	background-color: #818181;
	border-left: 1px solid #B2B2B2;
	border-top: 1px solid #B2B2B2;
	border-right: 1px solid #414142;
}
.header-bottom .highlight {
	height:2px;
	background-color:#6D6DFF;
}
/* content */
#middle {
	background-color:#FFFFFF;
}

#menuCol {
	float:left;
	background-color: #F1F5F8;
	border-color: #C9C7C9;
	border-style: solid;
	border-width: 0px 1px 0px 0px;
	padding:8px;
	height:350px;
	margin:0px;
}

#menu {
	width:214px;
	background-color: #FFFFFF;
	margin-bottom: 8px;
	font-size: 11px;
	border: 1px solid #CDCDCD;
}

#menu h1 {
	font-size:11px;
	padding: 4px;
	border-bottom: 1px solid #EFE8DA;
	text-transform: uppercase;
	margin:0px;
	font-weight:normal;
}
#menu ul {
	list-style-type:none;
	list-style-image:none;
	margin-left:0px;
	padding-left:13px;
}
#menu li { 
	padding-left: 8px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	text-transform:uppercase;
	font-weight:bold;
	margin-left:0px;
	padding-left:0px;
	vertical-align:middle;
	padding-bottom:10px;
}
#menu li img {
	vertical-align:middle;
	margin-right:5px;
}
#menu li li {
	text-transform:none;
	font-weight:normal;
	padding-left:12px;
	padding-bottom:0px;
}
#menu li a:link, #menu li a:visited {
	text-decoration:none;
	color:#000099;
}
#menu li a:hover {
	text-decoration:none;
	color:#0000FF;
}
.submenu {
	display:block;
	text-align:right;
	text-transform:uppercase;
	font-weight:bold;
}

/* content body */
#content {
	margin-left:230px;
	padding: 8px;
	font-size: 11px;
	margin-bottom: 8px;
}
#content h1 {
	font-size:11px;
	font-weight:normal;
	padding-bottom: 2px;
	text-transform:uppercase;
	border-bottom: 1px solid #999999;
}
#content p {
	color: #969696;
}
#content>table {
	border-width:0px;
	padding:0px;
	background-color: #e6e6e6;
	margin-bottom: 8px;
}
#content>table>tr>th,#content>table>tbody>tr>th {
	height:18px;
	padding: 8px 4px 8px 4px;
	background-color: #e6e6e6;
	font-weight: bold;
	color: #444444;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 1px 1px 0px 1px;
	text-transform:uppercase;
}
#content>table>tr>th.footer,#content>table>tbody>tr>th.footer {
	text-align:right;
}
#content>table>form>tr>td, #content>table>tr>td, #content>table>tbody>form>tr>td, #content>table>tbody>tr>td {
	height:18px;
	color: #444444;
	padding: 8px 6px 8px 6px;
	background-color: #fafafa;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 1px 1px 0px 1px;
}

/* footer */
#footer { 
	border-color: #414142;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
}
#footer .inside {
	padding: 4px 8px 4px 8px;
	color: #FFFFFF;
	background-color: #848484;
	border-top: 1px solid #B2B2B2;
	text-align: right;
}

/* login */
#login {
	width:320px;
	margin-top:55px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 8px;
	text-align:center;
	font-weight:bold;
	background-color: #A9B8C2;
}
#login h1 {
	padding: 8px 4px 8px 4px;
	margin:0px;
	background-color: #e6e6e6;
	font-size:12px;
	color: #444444;
	border-color: #FFFFFF #FFFFFF #A9B8C2 #FFFFFF;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	text-transform:uppercase;
}
#login .f1 {
	margin: 0px 0px 0px 0px;
	padding: 8px 6px 8px 6px;
	background-color: #e6e6e6;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 1px 1px 0px 1px;
}

.twoColForm .row {
	height:20px;
	clear: both;
	padding: 8px 6px 8px 6px;
	background-color: #fafafa;
	border-color: #FFFFFF #FFFFFF #A9B8C2 #FFFFFF;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
}

.twoColForm .row span.label {
	width:80px;
	font-weight:normal;
	float: left;
	text-align: right;
	line-height:22px;
}

.twoColForm .row span.field {
	width:220px;
	float: right;
	text-align: left;
}

.alert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	text-decoration: none;
}

.clear {
	clear:both;
}
h1 {
	font-size: 22px;
	font-weight: bold;
	color: #CCCCCC;
}
