* { margin: 0px; padding: 0px; }

html, body {
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	background: url("/images/bg-body.jpg") repeat-y #c00000;
	background-position: top center;
	color: #222222;
}

p, li, td, input, select, textarea {
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	font-size: 12px;
}

ul, ol {
	padding-left: 20px;
}

h1 { font-size: 20px; color: #be2a30; text-transform: uppercase; }
h2 { font-size: 18px; color: #be2a30; text-transform: uppercase; }
h3 { font-size: 16px; color: #000000; text-transform: uppercase; }
h4 { font-size: 13px; color: #000000; text-transform: uppercase; }
h1 span {
	font-weight: normal;
}
h1 span.vs {
	font-size: 16px; font-weight: bold; color: #000000; padding: 0px 5px;
}


h1, h2, h3, h4, p, li {
	padding: 5px 0px;
	padding-bottom: 2px;
}

a {
	color: #be2a30;
}
a img {
	border: 0px;
}

.Clear {
	clear: left;
}
.Right {
	text-align: right;
}
.example { color: #888; }
iframe {
	border: 1px solid #444;
}
.Divider {
	clear: left;
	width: 100%;
	border-top: 1px solid #B9B9B9;
	padding-bottom: 25px;
	margin-top: 25px;
}


/**********************************************************/
/* PAGE WRAPPER STYLES                                    */

#Body {
	clear: left;
	width: 1200px;
	margin: 0px auto;
	background: url("/images/bg-page.jpg") repeat-x #e7e7e7;
	display: block;
}

#Body .Page,
#Footer .Page {
	width: 1000px;
	margin: auto;
}

#Header,
#Content {
	clear: left;
	float: left;
	width: 100%;
}


/**********************************************************/
/* HEADER WRAPPER STYLES                                  */

#Header {
	height: 140px;
}

#Header #Logo {
	clear: left;
	float: left;
	width: 500px;
	height: 75px;
}

#Header #TopNav {
	float: left;
	width: 500px;
}
#Header #TopNav p {
	text-align: right;
	text-transform: uppercase;
	color: #7c7c7c;
}
#Header #TopNav p span {
	padding: 0px 5px;
}
#Header #TopNav p a {
	color: #7c7c7c;
}

#Header #Menu {
	clear: left;
	width: 100%;
	padding-top: 8px;
}

#Header #Menu ul {
	float: right;
	list-style-type: none;
	padding: 0px;
	padding-right: 5px;
}

#Header #Menu ul li {
	float: left;
	padding: 0px 5px;
}

#Header #Menu ul li a {
	display: block;
	height: 60px;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
	color: #7c7c7c;
}
#Header #Menu ul li a span {
	float: left;
	height: 60px;
	padding: 12px 5px;
	padding-bottom: 18px;
}
#Header #Menu ul li a span.Left,
#Header #Menu ul li a span.Right {
	width: 8px;
	display: block;
	padding: 0px;
}

#Header #Menu ul li.Active a,
#Header #Menu ul li a:hover {
	border-bottom: 1px solid #000;
	background: url("/images/bg-menu-back.jpg") repeat-x;
	color: #FFF;
}
#Header #Menu ul li.Active a .Left,
#Header #Menu ul li a:hover .Left {
	background: url("/images/bg-menu-left.jpg") no-repeat;
	background-position: top right;
}
#Header #Menu ul li.Active a .Right,
#Header #Menu ul li a:hover .Right {
	background: url("/images/bg-menu-right.jpg") no-repeat;
	background-position: top left;
}


/**********************************************************/
/* CONTENT WRAPPER STYLES                                 */

#Content {
	padding-bottom: 50px;
}

#Content #Whole {
	float: left;
	width: 100%;
}

#Content #Main {
	float: left;
	width: 690px;
}

#Content #SubMain {
	float: left;
	width: 335px;
}

#Content #Side {
	float: left;
	width: 275px;
}

.Conference {
	width: 48%;
	float: left;
	display: block;
	padding: 5px 0px;
}
.Conference.Right {
	text-align: left;
	margin-left: 4%;
}
table.Winners,
.Conference ul,
.Conference table,
#Content #SubMain ul {
	list-style-type: none;
	padding: 0px;
	padding-top: 6px;
	border-bottom: 1px solid #A9A9A9;
}
table.Winners td,
.Conference ul li,
.Conference table td, 
#Content #SubMain ul li {
	font-size: 13px;
	border-top: 1px solid #A9A9A9;
	padding: 8px 0px;
}
.Conference ul li span,
#Content #SubMain ul li span {
	text-transform: uppercase;
	font-size: 10px;
}

table.Winners td {
	font-size: 14px;
	text-transform: uppercase;
	padding: 8px 8px;
}
table.Winners td.Label {
	width: 185px;
	font-weight: bold;
	background: #E7E7E7;
}

#Content #Whole .Wrapper {
	clear: left;
	background: #FFF;
	border: 1px solid #898989;
	padding: 25px 30px;
	margin-bottom: 20px;
}
#Content #Main .Wrapper {
	background: #FFF;
	border: 1px solid #898989;
	padding: 25px 30px;
	margin-bottom: 20px;
}
#Content #Side .Wrapper {
	padding-bottom: 20px;
}

#Content #Side h2 {
	color: #be2a30;
	border-bottom: 2px solid #e6babc;
}

#Content #Main p {
	padding-bottom: 8px;
}
#Content #Main p.Date {
	font-size: 13px;
	padding-top: 0px;
	padding-bottom: 8px;
}
#Content #Main p .Host {
	color: #555;
}
#Content #Main p .More {
	font-size: 11px;
}

.TopScores h4,
.Standings h4 {
	padding-top: 10px;
}
.Odd {
	background: #F3F3F3;
}

#RecentBlog .Photo {
	float: left;
	width: 225px;
}
#RecentBlog .Info {
	float: left;
}
#RecentBlog .Info h1 {
	padding-top: 0px;
}
#RecentBlog .Info p.More {
	font-size: 11px;
	text-transform: uppercase;
}

.Comments ul {
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 15px;
	border-top: 1px solid #B9B9B9;
	list-style-type: none;
}
.Comments ul li {
	padding: 5px 8px;
	border-bottom: 1px solid #B9B9B9;
	line-height: 1.5em;
}
.Comments ul li.Even {
}
.Comments ul li span {
	text-transform: uppercase;
	font-size: 11px;
}

.Promote td {
	vertical-align: top;
}
.Promote h3 {
	padding-top: 0px;
}
.Promote h3 span {
	color: #be2a30;
}
.Promote p {
	margin: 0px;
	line-height: 1em;
	padding: 0px 0px;
	font-size: 12px;
	color: #444;
}
.Promote input {
	color: #888;
}

.AffiliateStandings {
	margin-top: 5px;
	margin-bottom: 15px;
	border: 1px solid #B9B9B9;
	padding: 10px 15px;
}
.GameSchedule table,
.AffiliateStandings table {
	padding-bottom: 5px;
}
.AffiliateStandings th {
	padding: 0px 8px;
}
.GameSchedule td,
.AffiliateStandings td {
	border-top: 1px solid #D9D9D9;
	padding: 5px 8px;
}

#Login table td {
	padding: 3px 10px;
	padding-left: 0px;
}

#Submenu { }
#Submenu ul {
	padding: 0px;
	list-style-type: none;
	border-top: 1px solid #A9A9A9;
}
#Submenu ul li {
	padding: 0px;
	list-style-type: none;
	border-bottom: 1px solid #A9A9A9;
}
#Submenu ul li a {
	display: block;
	padding: 5px 8px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}
#Submenu ul li a.Active {
	color: #000;
}
#Submenu ul li a:hover {
	background: #FFF;
}



#GameResults table,
#RegistrationForm table {
	border-top: 1px solid #DDD;
}
#GameResults table td,
#PaymentForm table td,
#RegistrationForm table td {
	padding: 8px 10px;
	border-bottom: 1px solid #DDD;
	background: #EEE;
}
#GameResults table td.Label,
#PaymentForm table td.Label,
#RegistrationForm table td.Label {
	width: 110px;
	padding: 8px 0px;
	font-weight: bold;
	background: #FFF;
}
.RegisterStep {
	float: right;
	width: 400px;
}
.RegisterStep h1 {
	font-size: 40px;
	padding-top: 0px;
	line-height: .8em;
}
.RegisterStep p {
	text-transform: uppercase;
	color: #888;
}
#RegistrationForm .Divider {
	clear: left;
	width: 100%;
	padding-top: 20px;
	border-bottom: 0px dashed #BBB;
	margin-bottom: 20px;
}

#AccountStatus { }
#AccountStatus td {
	padding: 4px 0px;
	border-top: 1px solid #CCC;
}
#AccountStatus td.Label {
	vertical-align: top;
	font-weight: bold;
	width: 65px;
}

.List {
	width: 100%;
}
.List th {
	padding: 5px 2px;
	padding-bottom: 3px;
	font-size: 13px; color: #000000; text-transform: uppercase;
	border-bottom: 2px solid #e6babc;
}
.List td {
	padding: 5px 2px;
	border-bottom: 1px solid #C9C9C9;
}
.List tr.Total td {
	font-weight: bold;
	border-top: 1px solid #C9C9C9;
	border-bottom: 0px;
	font-size: 15px;
}

.Button_AddRecord,
.Button_Return {
	float: right;
	padding-top: 0px;
}

.Buttons {

}
.Buttons td {
	padding: 3px 0px;
	padding-right: 8px;
}
.Buttons td span {
	font-size: 11px;
	font-weight: bold;
}


.Message {
	clear: left;
	font-size: 12px;
	margin: 10px 0px;
	padding: 4px 10px;
	background: #FFFFCC;
	line-height: 1.4em;
	border: 2px solid #153E73;
}
.Error {
	border: 2px solid #AA0000;
}

/**********************************************************/
/* FOOTER WRAPPER STYLES                                  */

#Footer {
	width: 1200px;
	margin: 0px auto;
	border-top: 1px solid #b2b2b2;
}

#Footer .Page {
	padding-top: 10px;
	padding-bottom: 50px;
}

#Footer p {
	font-size: 11px;
	color: #999;
}

#Footer a {
	color: #666;
}