body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin: 0px;
	background-color: #e3e3e3;
}

input[type="text"], input[type="file"], input[type="password"], input[type="button"], input[type="submit"]
{border:1px solid slategray;font-size:100%;}

blockquote
{ margin: 20px 0px 20px 0px; 
  padding: 10px 20px 0px 20px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  background-color: #F1F4F5;
  color: #3E4244;
  border-color: #D4DBDE;
}

#main {
	width: 1010px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

#banner {
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 183px;
	text-align: right;
	padding-top: 3px;
	padding-right: 12px;
	padding-left: 12px;
}

#navb {
	height: 35px;
	margin-bottom: 7px;
	margin-right: 5px;
	margin-left: 5px;
}

#navb a, a:visited {
	color: #FFF;
	text-decoration: none;
}

#navb a:hover {
	text-decoration: underline;
}

#navb table {
	width: 100%;
	border: 0;
}

#content {
}

#columeleft {
	float: left;
	width: 180px;
	overflow: hidden;
}

#columeleft table {
	width: 100%;
	border: 0;
}

#mastermenu {
	width: 179px;
}

#mastermenu .statbar {
	text-align: center;
	padding-bottom: 6px;
}

#mastermenu a, a:visited {
	color: #06C;
	text-decoration: none;
}

#mastermenu a:hover {
	text-decoration: underline;
}


#altmenu {
}

#altmenu .vmenu {
	text-align: center;
	vertical-align: bottom;
	padding-bottom: 6px;
}

#altmenu a, a:visited {
	color: #06C;
	text-decoration: none;
}

#altmenu a:hover {
	text-decoration: underline;
}

#columemain {
	float: right;
	width: 830px;
	overflow: hidden;
}

#columemain table {
	width: 100%;
	border: 0;
}

#intro {
	margin-top: 7px;
}

#mastercontent .statbar {
	vertical-align: bottom;
	padding-bottom: 6px;
	padding-left: 15px;
}

#mastercontent a, a:visited {
	color: #06C;
	text-decoration: none;
}

#mastercontent a:hover {
	text-decoration: underline;
}

#forumcontent {
	padding-top: 10px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 5px;
}



#footer {
	vertical-align: bottom;
	padding-right: 15px;
	padding-left: 15px;
	float: right;
	width: 980px;
	text-align: right;
	font-size: 10px;
	color: #666;
	margin-top: 20px;
	margin-bottom: 15px;
}

#footer .menu {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-bottom: 5px;
	padding-right: 2px;
}

#footer a, a:visited {
	color: #06C;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}






.TransparentBackground 
{
	position: fixed;
	top: 0;
	left: 0;
	background-color:#000000;
	height: 100%;
	width: 100%;
	min-height: 100%;
	min-width: 100%;
	filter:alpha(opacity=70);
  	opacity:0.7;

}

.UpdateProgress
{
	background-color:#ffffff;
	border-top:solid 15px white;
	color:#000000;
	width: 150px;
	text-align: center;
	vertical-align: middle;
	position: fixed;
	bottom: 50%;
	left: 45%;
}

.UpdateProgressIE
{
	background-color:#ffffff;
	background-image: url(../images/loading.gif);
	background-position:top center;
	background-repeat:no-repeat;
	border-top:solid 15px white;
	color:#000000;
	width: 150px;
	text-align: center;
	vertical-align: middle;
	position: fixed;
	bottom: 50%;
	left: 45%;
}




.statbar {
	font-size: 18px;
	color: #FFF;
	background-image: url(../images/statbar.png);
	background-position: bottom;
	background-repeat: repeat-x;
	height: 34px;
	vertical-align: bottom;
}

.statbarleft {
	background-image: url(../images/statbarleft.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 34px;
	width: 17px;
}

.statbarright {
	background-image: url(../images/statbarright.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 34px;
	width: 15px;
}

.vbarleft {
	background-image: url(../images/vbarleft.png);
	background-repeat: repeat-y;
	background-position: right;
	width: 17px;
}

.vbarright {
	background-image: url(../images/vbarright.png);
	background-repeat: repeat-y;
	background-position: left;
	width: 15px;
}

.vbarbm {
	background-image: url(../images/vbarbm.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 18px;
}

.vbarbmleft {
	background-image: url(../images/vbarbmleft.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 18px;
}

.vbarbmright {
	background-image: url(../images/vbarbmright.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 18px;
}

.navbar {
	background-image: url(../images/navbar.png);
	background-repeat: repeat-x;
	background-position: center;
	height: 35px;
	vertical-align: middle;
	color: #333;
	font-size: 10px;
}

.navbarleft {
	background-image: url(../images/navbarleft.png);
	background-repeat: no-repeat;
	background-position: right center;
	height: 35px;
	width: 11px;
}

.navbarright {
	background-image: url(../images/navbarright.png);
	background-position: left center;
	height: 35px;
	background-repeat: no-repeat;
	width: 11px;
}

.vcontent {
	background-color: #FFF;
	vertical-align: top;
	padding-top: 5px;
	color: #333;
	font-size: 12px;
}

.vmenucontent {
	background-color: #FFF;
	vertical-align: top;
	padding-top: 5px;
	color: #333;
	font-size: 12px;
}

.vmenucontent a {
	line-height: 16px;
}

.vmenu {
	background-image: url(../images/vmenu.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 34px;
	font-size: 18px;
	color: #FFF;
}

.vmenuleft {
	background-image: url(../images/vmenuleft.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 34px;
}
.vmenuright {
	background-image: url(../images/vmenuright.png);
	background-position: left bottom;
	height: 34px;
	background-repeat: no-repeat;
}
