
body {
	background: #2B2F36 url(images/bg.gif) center repeat-y;
	padding: 0;
	margin: 0;
}
table#Holder {
	width: 906px;
}
/*table#Holder td#HLeft {
	width: 15px;
	background: url(images/PageBorderLeft.gif) repeat-y right #000103;
}
table#Holder td#HRight {
	width: 15px;
	background: url(images/PageBorderRight.gif) repeat-y right #000103;
}*/
table#Holder td#HLeft {
	width: 3px;
	background: #FFFFFF;
}
table#Holder td#HRight {
	width: 3px;
	background: #FFFFFF;
}
table#Holder table#Content {
	width: 900px;
}
table#Content td#LoginBar {
	background: url(images/LoginBarBg.gif) repeat-x top #000000;
	height: 25px;
}
table#Content td#Header {
	background: #000000;
	height: 181px;
	text-align: right;
}
table#Content td#MenuBar {
	background: url(images/MenuBarBg.gif) repeat-x top #FFFFFF;
	height: 44px;
	padding-left: 20px;
}

td#MenuBar td#InnerMenuBar {
	background: url(images/MenuBar.gif) no-repeat top left;
	height: 44px;
	padding-left: 20px;
	}
table#Content td#Footer {
	width: 100%;
	height: 14px;
	background: url(images/Footer.gif) no-repeat;
	color: #b0b0b0;
	text-align: center;
	font-size: 9px;
}
table#Content table#BodyHolder {
	width: 900px;
	border-top: 1px solid #FFFFFF;
}
table#BodyHolder td#BodyBorder {
	background: #646f7a;
	width: 3px;
}
table#BodyHolder td#Body {
	background: #646f7a;
	border-top: 2px solid #FFFFFF;
}
table#BodyHolder table#Body {
	background: #FFFFFF;

	border-bottom: 0;
	font-size: 10px;
}
table#Body td#Footer {
	background: #646f7a;
	height: 170px;
}
table#Body td#holder {
	background: #d9d9d9;
	color: #FFFFFF;
}
table#Body td#holder p {
	margin: 5px;
}
table#Body td#title {
	background: #f5f5f5;
	border-top: 1px solid #FFFFFF;
	color: #000000;
	height: 24px;
	vertical-align: middle;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 5px 0 5px;
	font-size: 11px;
}
table#Body td#bigtitle {
	background: #d9d9d9;
	border-top: 1px solid #FFFFFF;
	color: #000000;
	height: 28px;
	vertical-align: middle;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 5px 0 5px;
	font-size: 13px;
	text-align: center;
		border-bottom: 2px solid #646f7a;
}
table#Body td#content {
	background: url(images/ContentBg.gif) repeat-x bottom #FFFFFF;
	color: #000000;
	padding: 5px;
	border-bottom: 2px solid #646f7a;
}
table#Body td#ContentLow {
	background: #FFFFFF;
	color: #000000;
	padding: 5px;
	border-bottom: 1px solid #d6d6d6;
}
.off {
position: relative;
top: 0px;
	height:20px;
	background-color: #000000;
filter:alpha(opacity=0);
	-moz-opacity:0;
	float: left;
	cursor: pointer;
opacity: 0; 
}
.on {
position: relative;
top: 0px;
	height:20px;
	background-color: #000000;
filter:alpha(opacity=10);
	-moz-opacity:0.1;
	float: left;
	cursor: pointer;
opacity: 0.1; 
}

table#Content td#LoginBar {
	background: url(images/LoginBarBg.gif) repeat-x top #000000;
	height: 25px;
	padding-left: 5px;
}
td#LoginBar input#loginfield {
	background: url(images/LoginField.gif) no-repeat top left #000000;
	border: 0;
	width: 141px;
	height: 15px;
	font-size: 10px;
	padding-left: 2px;
	margin: 0;
	margin-left: 5px;
	font-weight: bold;
	vertical-align: top;
	margin-top: 4px;
}
td#LoginBar td#loginfield a {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
td#LoginBar td#loginfield a:hover {
	text-decoration: underline;
	}
		button.mult_submit {
    border: none;
    background-color: transparent;
}