body	{
	margin:10px;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	/*background-color: #ECE9D8;*/
}

.eventTable	{
	width: 100%;
	border:1px solid #CCCCCC;
	margin:5px 2px 5px 2px;
	font-family: Arial, sans-serif;
	
}
.eventTable tr	{
	border:1px solid #CCCCCC;
	border-width: 1px 0px 0px 0px;
}
.eventTable td	{
	padding:3px;
}
.eventTable tr.altrow	{
	background:#CCC6B5;
}
.eventTable th	{
	background:#CCC6B5;
	color:#333333;
	padding:5px;
}
.eventTable td.label	{
	width:30%;
	text-align:right;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
}
.eventTable td.eventContent	{
	text-align:center;
	font-size: 12px;
}
.eventTable .button {
    margin: 10px 0px 10px 0px !important;
    padding: 2px !important;
    width: auto !important;
    height: auto !important;
}

.eventReg .button {
    margin: 10px 4px 5px 0px !important;
    padding: 2px !important;
    width: auto !important;
    height: auto !important;
    display: block !important;
}

.eventTable td.icons {
	text-align:center;
}

img .closeIcon {
 display: none;
}

img	{
	border:0;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: normal;
	margin: 10px 10px 10px 10px;
	width: auto;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	margin: 10px 10px 10px 10px;
	width: auto;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	margin: 10px 10px 0px 10px;
	width: auto;
}

h4, h5, h6 {
	font-size: 12px;
	font-weight: bold;
	margin: 10px 10px 0px 10px;
	width: auto;
}

p {
	margin: 5px 0px 0px 0px;
}

a, a:visited, a:active {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	color: #999966;
}

a img {
	border: 0;
}

img {
	display: block;
}

fieldset {
	border: 1px solid #CCCCCC;
	padding: 10px 10px 10px 10px;
	margin: 10px 0 0 0;
	font-size: 12px;
}

fieldset a, fieldset a:visited {
	font-weight: normal;
	text-decoration: underline;
}

fieldset a:active, fieldset a:hover {
	font-weight: normal;
	text-decoration: none;
}

legend {
	border: 1px solid #CCCCCC;
	margin-left: 1em;
	padding: 5px 10px 5px 5px;
	font-weight: bold;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
}

label {
	display: block;
	margin-top: 5px;
	font-size: 15px;
	font-family: "Times New Roman", Times, serif;
}

/*wforms validation styles*/
.errFld {
	border: 1px solid #C33; 
}
.errMsg {
	color: #C33; 
	padding-top: 5px;
} 
/*end w
s validation styles*/

input {
	width: 200px;
	border: 1px outset #CCC6B5;
	background:#ECE9D8;
}

select, textarea {
	width: 200px;
	border: 1px outset #CCC6B5;
	background-color: #ECE9D8;
}

textarea {
	overflow: hidden;
}

input[type="submit"] , input[type="button"], .button {
	margin: 10px 0px 10px 0px !important;
	width: auto !important;
	float: left;
	border: 1px outset #CCC6B5;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	padding: 5px 5px 5px 5px;
	background-color: #CCC6B5 !important;
}

.mediaPlayerBody {
	width: auto !important;
	height: auto !important;
	background: #990000;
	margin: 20px 40px 40px 20px !important;
	*margin: 20px 20px 20px 20px !important;
}

.mediaPlayerBody a, .mediaPlayerBody a:visited {
 color: #990000;
}

.mediaPlayerBody a:hover, .mediaPlayerBody a:active {
	color: #330000;
}

#mediaPlayerWrapper {
	background-color: #DAD4B4;
	padding: 10px;
	width: 100%;
	height: 100%;
}

#mediaPlayerWrapper #logo {
	border-bottom: 5px solid #990000;
	padding: 0px 0px 10px 0px;
	margin-bottom: 10px;
	background-image: url(/templates/fbct/images/media_player_logo.jpg);
	background-repeat: no-repeat;
	background-position: top left;	
	height: 99px;
	width: 100%;
}

#mediaPlayer {
	float: left;
	width: auto;
	margin: 0;
	padding: 0;
	margin-right: 10px;
}

.mediaPlayerMenu {
	position: inherit;
	width: auto;
	border-bottom: 20px solid #C9C193;
}

.mediaPlayerMenu a, .mediaPlayerMenu a:visited, .mediaPlayerMenu a:active {
	padding: 6px 11px 6px 11px; 
	line-height: 24px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 12px;
	background-image: url(/templates/fbct/images/tab_active.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
	
}

.mediaPlayerMenu a:hover {
	color: #333333 !important;
	background-image: url(/templates/fbct/images/tab_active.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;	
}

.mediaPlayerMenu a.active {
	background-color: #C9C193;	
	background-image: none;
}

.mediaPlayerBg {
	position: inherit;
	height: 225px;
	background-color: #FFFFFF;
	background-image: url(/templates/fbct/images/media_player_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0;
	padding: 0;
}

.mediaPlayerObject {
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 100;
}

#mediaPlayer .links {
	padding: 10px 0px 0px 0px;
}

#mediaPlayerInfo {
	width: auto;
	float: left;
	margin: 0;
	padding: 0;
	margin-left: 10px;
}

#mediaPlayerInfo ul.hr {
	border-bottom: 1px solid #999966;
	border-top: 1px solid #999966;
	padding: 20px 0px 20px 0px;
	margin: 20px 0px 20px 0px;
	list-style-image: none;
	width: 100%;
}

#mediaPlayerInfo p {
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 10px 0px;
}

#mediaPlayerInfo li {
	list-style: none;
	background-image: url(/templates/fbct/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding: 0px 0px 0px 10px;
}

#mediaPlayerInfo h1 {
	font-weight: normal;
	margin: 0;
	color: #990000;
}

#mediaPlayerInfo .time {
	font-size: 11px;
	color: #330000;
	font-style: italic;
}
