/* MAIN STYLING */

html
{
	height: 100%;
	overflow: -moz-scrollbars-vertical;
}

body
{
	font-family: Arial !IMPORTANT;
	font-size: 12px;
	color: #ff9510;
}

h1
{
	color: #ff9510;
	font-size: 12pt;
	font-weight: bold;
	height: 20px;
}

img
{
	background-color:white;
	border:1px solid #FFCA87;
	padding:1px;
}

p
{
	margin-top: 0 !IMPORTANT;
}

p.table
{
	line-height: 22px;
	margin: 0;
}

ul
{
	margin: 0;
	line-height: 170%;
}


a
{
	color:#FF9510;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a img
{
	border: none;
	overflow: hidden;
}

form#dataForm
{
	overflow: hidden;
	display: block;
}

label
{
	display: block;
	overflow: auto;
	float: left;
	width: 115px;
	text-align: right;
	line-height: 22px;
	height: 22px;
	font-size: 100%;
	clear:left;
	font-weight: bold;
	padding: 0px 25px 0px 0px;
}

input
{
	height: 17px;
	margin-bottom: 5px;
	border: 1px solid black;
	float: left;
	width: 125px;
	padding:3px 3px 0;
}

input.large
{
	width:170px;
}

select
{
	height: 22px;
	margin-bottom: 5px;
	border: 1px solid black;
	float: left;
	width: 155px;
	font-size: 90%;
}

select.small
{
	border:1px solid black;
	float:left;
	font-size:90%;
	height:22px;
	margin-bottom:5px;
	margin-left:5px;
	width:40px;
}

textarea
{
	margin-bottom: 5px;
	border: 1px solid black;
	float: left;
	height: 150px;
	width: 350px;
	clear: right;
}


span.alert
{
	color: red;
	display: block;
	text-align: center;
	margin-top: 20px;
	font-weight: bold;
}



/* SPONSOR STYLING */
div.sponsorBlock
{
	background-color: white;
	border:1px solid #AFB9C2;
	margin:8px auto;
	min-height:130px;
	overflow:hidden;
	padding:8px 0px;
	width:140px;
	position:relative;
}

div.sponsorBlock img
{
	width: 100px;
	display: block;
	overflow: hidden;
	margin: auto;
}

div.sponsorBlock a span
{
	bottom:5px;
	display:block;
	font-size:10px;
	margin-top:5px;
	max-height:39px;
	overflow:hidden;
	position:absolute;
	text-align:center;
	width: 140px;
}


/* TEAM STYLING */
div.column
{
	width: 100%;
	display: block;
	overflow: hidden;
	float: left;
}

div.column div
{
	display: block;
	overflow: hidden;
}

div.column img
{
	border: none;
	margin-right:2px;
	float: left;
}

div.column span
{
	color:#989898;
	display:block;
	float:left;
	margin-bottom:5px;
	margin-top:1px;
	overflow:hidden;
	width:165px;
}