body
{
	background-color: #FFFFF;
        background-repeat:repeat;
	margin: 0 auto;
	overflow: visible;
	text-align: left;
	font-family: Arial; font-size: 11px; font-weight: 300; font-style: normal;
    color : #FFFFF; 
}

.bodyContents
{
	width:800px;
	margin-top:10px;
	margin-bottom:10px;
	background-color:White;
	margin-left: auto;
	margin-right:auto;
	min-height:200px;
	text-align: left;
	
	border: solid 2px #cfba7e;
}
.maincontent {
	vertical-align:top;
	padding-left:8px;
	padding-right:8px;
	min-height:500px;
	border-right: solid 2px; black;
	border-bottom: solid 0px black;
	
}
.MasterTop
{
	background-color:Black;
	
}
.MasterRight
{
	background-color:Black;
}
.MasterLeft
{
	background-color:Black;
}
.MasterBottom
{
	background-color:black;
	border-right: solid 2px black;
	border-bottom: solid 2px black;
	border-left: solid 2px black;
	
}
.MasterTopMid
{
	background-color:black;Height:0px;Width:0px;
}

h1 {
	font-family: "Arial";
	font-size: 20px;
	color: #DBC789;
	text-decoration: none;
}
h2 {
	font-family: "Arial";
	font-size: 15px;
	color: #DBC789;
	text-decoration: none;
}
h3 {
	margin-top:0px;
	margin-bottom:0px;
	font-family: "Arial";
	font-size: 20px;
	color: #DBC789;
	text-decoration: none;
}
a img {
	border:none;
}


p {
	margin-top:0px;
	line-height:130%;
}
ul {
	marker-offset: 10px;
	margin-left: 16px;
	margin-top: 0px;
	list-style-position: outside;
}
li	{
	line-height:130%;
}
iframe body
{
	background-color:#FFFFFF;
	border:none;
}
.mainEntrant 
{
	background-color:#FFFF0F; margin:0px -10px 20px -10px; padding-left: 20px; padding-right:20px;
}
#mainframe 
{
	background-color:#FFFFFF;
	border:none;
}
.mainContentZone a:link {
	color: #FFCB05;
	text-decoration: underline;
}
.mainContentZone a:active {
	color: #FFCB05;
	text-decoration: underline;
}
.mainContentZone a:visited {
	color: #FFCB05;
	text-decoration: underline;
}
.mainContentZone a:hover {
	color: #FFCB05;
	text-decoration: none;
}


.mainContentZone {
	vertical-align:top;
	background-color:#000000;
	padding-left:8px;
	padding-right:8px;
	min-height:500px;
	color: #FFCB05;
}
.TableTextBox
{
 font-family: Arial; font-size: 11px; font-weight: 400; font-style: normal; text-decoration: none; text-transform: none; font-variant: normal;
  color:Black; background: #C0C0C0;
  background-color:#FFFFFF;width:150px;
}
.TableHeader
{
	font-family: "Cooper Black";
	font-size: 15px;
	color:#ff0000;
	text-decoration: none;
	font-weight: bolder;
 
}
.TableLabel
{
 font-family: Arial; font-size: 11px; font-weight: 300; font-style: normal;
 color: #000000; 
 
}
.MandatoryStar
{
 font-family: Arial; font-size: 13px; font-weight: 400; font-style: normal; text-decoration: none; text-transform: none; font-variant: normal;
  color: #FF0000; background: #FFFFFF;
  background-color:#FFFFFF;width:150px;
}

.eventCountDownTimerLabel
{
	font-size:large;
	color:White;
}

.eventCountDownTimerTable
{
	color:White;
}

.eventCountDownTimerTable th
{
	font-weight:bold;
}

.errorLabel
{
	color:Red;
}







.tabberlive .tabbertabhide 
{
	/*--------------------------------------------------
	REQUIRED to hide the non-active tab content.
	But do not hide them in the print stylesheet!
	--------------------------------------------------*/
 	display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {}
.tabberlive 
{
	margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
	margin:0;
	padding: 3px 0;
	border-bottom: 1px solid #778;
	font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
	list-style: none;
	margin: 0;
	display: inline;
}

ul.tabbernav li a
{
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #778;
	border-bottom: none;
	background: #DDE;
	text-decoration: none;
}

ul.tabbernav li a:link 
{
	color: #448;
}
ul.tabbernav li a:visited
{
	color: #667;
}

ul.tabbernav li a:hover
{
	color: #000;
	background: #AAE;
	border-color: #227;
}

ul.tabbernav li.tabberactive a
{
	background-color: #fff;
	border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
	color: #000;
	background: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab 
{
	padding:5px;
	border:1px solid #aaa;
	border-top:0;
	/* If you don't want the tab size changing whenever a tab is changed
	you can set a fixed height */
	/* height:200px; */

	/* If you set a fix height set overflow to auto and you will get a
	scrollbar when necessary */
	/* overflow:auto; */
}


.tabberlive .tabbertab h2 
{
	/* If desired, hide the heading since a heading is provided by the tab */
	/*display:none;*/
}
.tabberlive .tabbertab h3 
{
	/* If desired, hide the heading since a heading is provided by the tab */
	display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}
#box, #UploadingImageBox, #SavingPageBox
{
	width: 150px;
	height: 50px;
	background: #FFF;
	border: black solid 5px;
	text-align: center;
	position: fixed;
	margin-left: -75px;
	margin-top: -75px;
	left: 50%;
	top: 50%;
	z-index: 20;
	display: none;
}

#screen
{
	position: absolute;
	left: 0;
	top: 0;
	background: #000;
	
}