/* CSS Document */
body{
	background:#000000;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin-top: 0px;
}

.table_titlebar {
	background: url(img/newlogo_visiontheatreplayers.jpg);
	background-repeat: no-repeat;
	margin-top:0px;
	width: 802px;
	height: 230px;
	background-color: #000000;
	color: #ffffff;	
	border-color: #430D0F;
	border-width: 1px;
	border-right-style:solid;
	border-top-style:solid;
	border-left-style:solid;
	border-bottom-style:none;
}

.table_menubar {
	width: 800px;
	height: 46px;
	border-color: #D0A25B;
	background-color: #000000;
	color: #ffffff;
	border-width: 0px;
	border-right-style:solid;
	border-top-style:none;
	border-left-style:solid;}

.table_content {
	width: 802px;
	height:550px;
	border-color: #D0A25B;
	background-color: #FFF3A9;
	color: #000000;
	border-width: 1px;
	border-top-style: none;
	border-right-style:solid;
	border-bottom-style:none;
	border-left-style:solid;
}

.table_footer {
	width: 802px;
	height: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-color: #D0A25B;
	border-width: 0px;
	border-top-style:solid;
	border-right-style:solid;
	border-bottom-style:solid;
	border-left-style:solid;
}

.popup_content {
	border-color: #D0A25B;
	background-color: #FFF3A9;
	color: #000000;
	border-width: 1px;
	border-top-style: none;
	border-right-style:solid;
	border-bottom-style:none;
	border-left-style:solid;
	font-size: 11px;
}
.popup_content input {
	font-size: 11px;
}
.popup_content select {
	font-size: 11px;
}


.mybreadcrumb {
	color: #000000;
	font-size: 10px;
}

.footer {
	color: #606060;
	font-size: 11px;
}
.footer a {
	color: #606060;
	text-decoration: none;
}
.footer a:hover {
	color: #606060;
	text-decoration: underline;
}

.nav_menu {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}
.nav_menu a {
	color: #ffffff;
	text-decoration: none;
}
.myheader {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 8px;
	padding-top: 8px;
}
.myseason {
	font-size: 14px;
	font-weight: bold;
	text-transform:uppercase;
	padding-bottom: 10px;
}
.mytitle {
	font-size: 14px;
	font-weight: bold;
}
.mysubtitle {
	font-weight: bold;
}
.myawards {
	font-size: 14px;
	font-weight: bold;
	color: red;
}

label {
	font-weight: bold;
}

em {
	color: red;
	font-weight: bold;
}

.errText {
	font-family: Arial;
    	font-size: 10px;
    	color: #CC0000;
    	text-decoration: none;
    	font-weight: normal;
	padding: 0px 0px;
}