td img {display: block;}

.hiddenDiv {display:none;}

body{
	margin:0;
	padding:0;
	background: #453d32;
}

body, td, th, tr, p, div {
	font-family: Arial,Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 125%;
}


A:link    {
		color:#FFFFFF;
		text-decoration:none;
		   }
A:visited {color: #FFFFFF;
		text-decoration:none;
		   }
A:active  {color: #FFFFFF;
		text-decoration:none;
              }
A:hover   {color:#FF7200;
      		text-decoration:none;
		}

.main {
padding: 10px 10px 10px 150px;	
	
}

.inputbox {
	margin-right: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	border: 1px solid #ddd;
}


.small {
  font-size: 9px;
  text-decoration: none;
  font-weight: normal;  
}

form {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4 {
	color: #333333;
	font-weight: bold;
	margin: 5px 5px 5px 5px;
	padding: 10px 10px 10px 10px;
	border-bottom: 1px dashed #441617;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-shadow: 0.2em 0.2em 0.1em #CCC;
}

h1 {
	font-size: 14px;
}

h2 {
	font-size: 13px;
	color: #333;
}

h3 {
	font-size: 12px;
}

img, fieldset {
	border: 0;
}

p {
	color: #000000;
	margin: 10px;
}

/* box used to display data table */
#boxsponsors {
 width:100%;
 height:200px;
 padding: 0px 5px 5px 5px;
 border-left: 1px dashed #441617;
 overflow:auto;
 }

#boxshout {
width:100%;
 height:200px;
 padding: 0px 5px 5px 5px;
 border-left: 1px dashed #441617;
 overflow:none;
 }

.error {
	color: #C00;
	font-weight: bold;
}

#error {
  border: 5px solid #FF3E3E;
  background-color: #C00;
  padding: 5px 40px;
  margin: 0 80px 0 80px;
}

