/*
 * general layout
 */
 
html, body {
	color: #000000;
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	padding: 0;
}

body {
	background-color: #5C5C5C;
}

body.dark, div.dark {
	background-color: #2C2C2C !important;
}



.pagecontainer {
	background: url('../i/vectorcity/backgroundThin.gif') no-repeat;
	background-repeat: repeat-x;
	margin: 0px auto;
	padding: 0px 0px 0px;
}

.pagecontent {
	background: url('../i/vectorcity/backgroundCutOut.jpg') no-repeat;
	background-position:center 55px;
}

body.dark .pagecontent {
	background: url('../i/vectorcity/backgroundCutOutDark.jpg') no-repeat;
	background-position:center 55px;
}


.pageheader {
	margin-bottom: -1px;
	cursor: default;
	background-color: #ff3a00;
	height: 55px;
	position: relative;
	border: 0px solid tan;
	width: 800px;
	margin: 0px auto;
}


.pageheader .logo {
	background: url('../i/vectorcity/vcLogo.gif') no-repeat;
	float: left;
	height: 36px;
	width: 564px;
	margin-right: 0px;
	border: 0px solid blue;
}

.pageheader .bottomheader{
	height: 11px;
	width: 800px;
	clear: both;
	background-color: #962200;
}

.pageheader .logo a {
	display: block;
	height: 100%;
	width: 100%;
}

.pageheader .topbuttonbar {
	height: 19px;
	width: 800px;
	clear: left;
	background-color: #ffffff;
}

.pageheader .topbuttonbar .homedisable {
	background: url('../i/vectorcity/topList.gif') no-repeat;
	/*using the up state as disabled because the homepage looks funky with it*/
	background-position: 0 0;
	height: 19px;
	width: 134px;
	float: left;
}

.pageheader .topbuttonbar a.homebutton{
	background: url('../i/vectorcity/topList.gif') no-repeat;
	background-position: 0 0;
	float: left;
	height: 19px;
	width: 134px;
	border: none;
}

.pageheader .topbuttonbar a.homebutton:hover{
	background-position: 0 -19px; 
}

.pageheader .topbuttonbar .newsdisable {
	background: url('../i/vectorcity/topList.gif') no-repeat;
	background-position: 0 -247px;
	height: 19px;
	width: 134px;
	float: left;
}

.pageheader .topbuttonbar a.newsbutton{
	background: url('../i/vectorcity/topList.gif') no-repeat;
 	background-position: 0 -38px;
	float: left;
	height: 19px;
	width: 134px;
	border: none;
}

.pageheader .topbuttonbar a.newsbutton:hover{
	background-position: 0 -57px;
}

.pageheader .topbuttonbar .leaderboarddisable {
	background: url('../i/vectorcity/topList.gif') no-repeat;
	background-position: 0 -266px;
	height: 19px;
	width: 134px;
	float: left;
}

.pageheader .topbuttonbar a.leaderboardbutton{
	background: url('../i/vectorcity/topList.gif') no-repeat;
	background-position: 0 -76px;
	float: left;
	height: 19px;
	width: 134px;
	border: none;
}

.pageheader .topbuttonbar a.leaderboardbutton:hover{
	background-position: 0 -95px;
}

.pageheader .topbuttonbar .membershipdisable {
	background: url('../i/vectorcity/topList.gif') no-repeat;
	background-position: 0 -285px;
	height: 19px;
	width: 134px;
	float: left;
}

.pageheader .topbuttonbar a.membershipbutton{
	background: url('../i/vectorcity/topList.gif') no-repeat;
	background-position: 0 -114px;
	float: left;
	height: 19px;
	width: 134px;
	border: none;
}

.pageheader .topbuttonbar a.membershipbutton:hover{
	background-position: 0 -133px;
}

.pageheader .topbuttonbar .helpdisable {
	background: url('../i/vectorcity/topList.gif') no-repeat;
	background-position: 0 -304px;
	height: 19px;
	width: 134px;
	float: left;
}

.pageheader .topbuttonbar a.helpbutton{
	background: url('../i/vectorcity/topList.gif') no-repeat;
	background-position: 0 -152px;
	float: left;
	height: 19px;
	width: 134px;
	border: none;
}

.pageheader .topbuttonbar a.helpbutton:hover{
	background-position: 0 -171px;
}

.pageheader .topbuttonbar .parentsdisable {
	background: url('../i/vectorcity/topList.gif') no-repeat;
	background-position: 0 -323px;
	height: 19px;
	width: 130px;
	float: left;
}

.pageheader .topbuttonbar a.parentsbutton{
	background: url('../i/vectorcity/topList.gif') no-repeat;
	background-position: 0 -190px;
	float: left;
	height: 19px;
	width: 130px;
	border: none;
}

.pageheader .topbuttonbar a.parentsbutton:hover{
	background-position: 0 -209px;
}


.pageheader .parent {
	background: url('../i/vectorcity/tab.gif') no-repeat;
	height: 24px;
	width: 24px;
	position: relative;
	top: 0px;
	left: 0px;
	float: right;
	margin-right: 4px;
}

.pageheader .parent a {
	display: block;
	height: 100%;
	width: 100%;
}

.pageheader .help {
	background: url('../i/vectorcity/tab.gif') no-repeat;
	height: 24px;
	width: 24px;
	position: relative;
	left: 0px;
	top: 0px;
	float: right;
	margin-right: 2px;
}

.pageheader .help a {
	display: block;
	height: 100%;
	width: 100%;
}

.pageheader .userpanelholder {
	float: right;
	height: 36px;
	width: 210px;
}

.pageheader .userpanelholder .userpanel {
	float: right;
	height: 16px;
	position: relative;
	top: 3px;
	margin-right: 0px;
	color: #fff;
	text-align:right;
}

.pageheader .userpanelholder .userpanel a{
	color: blue;
}

.pagebody {
	clear: both;
	padding: 25px;
	line-height: 16px;
	margin-top: 0px;
	width: 800px;
	margin: 0px auto;
}

.pagebody .pagetitle {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}

.pagebody .feedbackPanel {
	color: #ff0000;
	font-weight: bold;
	list-style: none;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 0;
	padding-left: 0;
	display: none;
}

.pagebody .feedbackPanelINFO {
	color: green;
}

.pagebody .paragraph {
	clear: both;
	margin-bottom: 15px;
}

.pagefooter * {
	color: #FFF;
	
}

.pagefooter {
	clear: both;
	position: relative;
	margin-top: 0px;
	/*background-color: #5C5C5C;*/
	width: 800px;
	margin: 0px auto;
}

.pagefooter .buttonbar {
	margin: 0 auto;
	height: 30px;
	width: 800px;
	cursor: default;
	/*background-color: #5C5C5C;*/
}

.pagefooter .copyright {
	font: 9px  Verdana, Arial, Helvetica, sans-serif;
	margin-top: 8px;
	text-align: center;
	/*background-color: #5C5C5C;*/
}

.pagefooter .privoimage {
	height: 84px;
	width: 152px;
	margin: 0 auto;
}

.pagefooter .privoimage .privodisable{
	margin-top: 12px;
	margin-bottom: 12px;
	height: 77px;
	width: 137px;
	float: left;
	background: url( '../i/vectorcity/privoGray.png' ) top left no-repeat;
	background-position: bottom;
}

.pagefooter .privoimage a.privobutton {
	height: 77px;
	width: 137px;
	float: left;
	background: url( '../i/vectorcity/privoGray.png' ) top left no-repeat;
	background-position: bottom;
}

body.dark .pagefooter .privoimage .privodisable, body.dark .pagefooter .privoimage a.privobutton{
	background: url( '../i/vectorcity/privoGrayDark.png' ) top left no-repeat;
	background-position: bottom;
}

.pagefooter .buttonbar div, .pagefooter .buttonbar a {
	background-image: url('../i/vectorcity/bottomList.gif');
	background-repeat: no-repeat;
}

body.dark .pagefooter .buttonbar div, body.dark .pagefooter .buttonbar a {
	background-image: url('../i/vectorcity/bottomListDark.gif');
}

.pagefooter .buttonbar .betadisable {
	background-position: 0 -364px;
	height: 19px;
	width: 134px;
	float: left;
}

.pagefooter .buttonbar a.betabutton{
	background-position: 0 0;
	float: left;
	height: 19px;
	width: 134px;
	border: none;
}

.pagefooter .buttonbar a.betabutton:hover{
	background-position: 0 -19px;
}

.pagefooter .buttonbar .privacydisable {
	background-position: 0 -390px;
	height: 19px;
	width: 134px;
	float: left;
	position: relative;
}

.pagefooter .buttonbar a.privacybutton{
	background-position: 0 -38px;
	float: left;
	height: 19px;
	width: 134px;
	border: none;
}

.pagefooter .buttonbar a.privacybutton:hover{
	background-position: 0 -57px;
}

.pagefooter .buttonbar .termsdisable {
	background-position: 0 -416px;
	height: 19px;
	width: 134px;
	float: left;
	position: relative;
}

.pagefooter .buttonbar a.termsbutton {
	background-position: 0 -76px;
	float: left;
	height: 19px;
	width: 134px;
	border: none;
}

.pagefooter .buttonbar a.termsbutton:hover{
	background-position: 0 -95px;
}

.pagefooter .buttonbar .rulesdisable {
	background-position: 0 -442px;
	height: 19px;
	width: 134px;
	float: left;
	position: relative;
}

.pagefooter .buttonbar a.rulesbutton{
	background-position: 0 -114px;
	float: left;
	height: 19px;
	width: 134px;
	border: none;
}

.pagefooter .buttonbar a.rulesbutton:hover{
	background-position: 0 -133px;
}

.pagefooter .buttonbar .companydisable {
	background-position: 0 -468px;
	height: 19px;
	width: 134px;
	float: left;
	position: relative;
}

.pagefooter .buttonbar a.companybutton{
	background-position: 0 -152px;
	float: left;
	height: 19px;
	width: 134px;
	border: none;
}

.pagefooter .buttonbar a.companybutton:hover{
	background-position: 0 -171px;
}

.pagefooter .buttonbar .contactdisable {
	background-position: 0 -190px;
	height: 19px;
	width: 130px;
	float: left;
	position: relative;
}

.pagefooter .buttonbar a.contactbutton{
	background-position: 0 -190px;
	float: left;
	height: 19px;
	width: 130px;
	border: none;
}

.pagefooter .buttonbar a.contactbutton:hover{
	background-position: 0 -209px;
}


.pagebody a:link, .pagebody a:visited {
	color: #ffffff;
}

.pageheader a:link, .pageheader a:visited {
	color: #ffffff;
}

/*
 * reusable styles
 */
.message {
	color: #FF0000;
	font-size: 12px;
}

.message ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.indent {
	margin-bottom: 20px;
	margin-left: 10px;
	margin-top: 5px;
}

p {
	margin-bottom: 20px;
}

.ptitle {
	color: #ffff00;
	font: 13px Arial, Verdana, Helvetica, sans-serif;	
	font-weight: bold;
}

.pbottom {
	margin-bottom: 0px;
}

.randombold {
	font-weight: bold;
}

.randombold a:link, .randombold a:visited {
	font: 13px Arial, Verdana, Helvetica, sans-serif;	
	font-weight: bold;
	color: #ffff00;
}

ol {
	margin-bottom: 20px;
	margin-top: 0px;
}

.fillout{
	clear: both;
}
