﻿*
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 14px;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html, body
{
    margin: 0 auto;
    padding: 0;
	width: 100%;
	height: 99%;
	background-color:#1f1f1f;
	color:#ffffff;
}

.noBorder
{
    border:0px;
}

#mainPageArea
{
    margin: 0 auto;
	padding: 0;
    width:960px;
    background:transparent url(../../images/pages/background.png) repeat-y top left;
}
#brought
{
    margin: 0 auto;
    margin-left:25px;
    *margin-top:10px;
    padding: 0px;
	width: 940px;
	height: 20px;
	clear:both;
	background:transparent url(../../images/pages/brought.png) no-repeat top left
}
#sponsors
{
    margin: 0 auto;
    padding: 0;
	width: 960px;
	height: 86px;
	clear:both;
	background:transparent url(../../images/pages/sponsors.png) no-repeat top left
}

div.sponsorItem
{   
    margin: 0 auto;
    padding: 0;
    padding-left:14px;
    padding-right:14px;
	float:left;
}
#footerCopy
{
    margin: 0 auto;
    padding: 0;
    width:960px;
    height:80px;
	clear:both;
	color:#999999;
	font-size:10px;
}
.linkStandard
{
    color:#ececec;
    text-decoration:underline;
}
.linkRed
{
    color:#cf0303;
    text-decoration:underline;
}

#footer
{
    margin: 0 auto;
    margin-top:10px;
    padding: 0;
	width: 960px;
	height: 7px;
	clear:both;
	background:transparent url(../../images/pages/footer.png) no-repeat top left
}
p
{
    margin:15px;
}
.pageTitle
{
    padding-left:15px;
}
.pageHeader
{
    margin: 0 auto;
    margin-bottom:20px;
    padding: 0;
	width: 960px;
	height: 156px;
	clear:both;
	background:transparent url(../../images/pages/pageHeader.jpg) no-repeat top left
}
.copyPadding
{
    clear:both;
    height:20px;
}
.c1
{
	margin: 3px;
	margin-left:0px;
    float: left;
    width: 225px;
    text-align: left;
}

.c2
{
	margin: 3px;
    /* float: left;    */ 
    width: 385px;
    text-align: left;
    clear:both;
}

.c3
{
	margin: 3px;
    float: left;    
    width: 400px;
    text-align: left;
}
.c4
{
	margin: 3px;
    /* float: left;    */ 
    width: 500px;
    text-align: left;
    clear:both;
}
.clearall
{
	width: 100%;
	clear: both;
	overflow: hidden;
	height: 5px;
	background: transparent;
}

input.txtbox
{
	margin: 0 auto;
	padding-left: 3px;
	width: 300px;
	font-size: 12px;
	color: #000;
	border: 1px solid #000000;
}

input.txtbox2
{
	margin-top: 3px;
	padding-left: 3px;
	width: 300px;
	font-size: 12px;
	color: #000;
	border: 1px solid #000000;
}

select.txtbox
{
	margin: 0 auto;
	padding-left: 3px;
	*margin-left:3px;
	width: 300px;
	font-size: 12px;
	color: #000;
	border: 1px solid #000;
}
.friendMessage
{
	background: #dddddd;
	width:440px;
}

.innerround
{
	padding: 10px;
	color:Black;
}

/* modal styles */
.modalBackground
{
	background-color: #000;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalpopup
{
	background: #cf0303;
	padding: 5px;
	width: 500px;
}

.modalinnerpopup
{
	background: #1f1f1f;
	padding: 10px;
	width: 480px;
}

.modalclosebutton
{
	padding-bottom: 10px;
}
.clearbottom
{
	width: 100%;
	clear: both;
	overflow: hidden;
	height: 15px;
	background: transparent;
}
.pageArea
{
    margin: 0 auto;
    margin-left:15px;
	padding: 0;
    width:940px;
    clear:both;
    font-size:12px;
    line-height:16px;
}