/* @group Global */

* {
	margin: 0;
	padding: 0;
}
 /* uncomment for sticky footer */
 /* also must add <div class='push'></div> right before div.wrapper closes */
/*html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -30px;
}
.footer, .push {
	height: 30px;
}
*/
body {
	font: 12px/16px Arial, Helvetica, Tahoma, Geneva, sans-serif;
	color: #464646;
	background: url(../images/body_default.jpg) no-repeat center top;
}
body.default {
	background: url(../images/body_default.jpg) no-repeat center top;
}
body.default #container.default {
	background: url(../images/body_default.jpg) no-repeat center top;
}
body.ss {
	background: url(../images/body_ss.jpg) no-repeat center top;
}
body.ss #container.ss {
	background: url(../images/body_ss.jpg) no-repeat center top;
}
body.standings {
	background: url(../images/body_standings.jpg) no-repeat center top;
}
body.standings #container.standings {
	background: url(../images/body_standings.jpg) no-repeat center top;
}
body.fields {
	background: url(../images/body_fields.jpg) no-repeat center top;
}
body.fields #container.fields {
	background: url(../images/body_fields.jpg) no-repeat center top;
}
body.res {
	background: url(../images/body_res.jpg) no-repeat center top;
}
body.res #container.res {
	background: url(../images/body_res.jpg) no-repeat center top;
}
body.sponsors {
	background: url(../images/body_sponsors.jpg) no-repeat center top;
}
body.sponsors #container.sponsors {
	background: url(../images/body_sponsors.jpg) no-repeat center top;
}
body.login {
	background: url(../images/body_login.jpg) no-repeat center top;
}
body.login #container.login {
	background: url(../images/body_login.jpg) no-repeat center top;
}
h1 {
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 10px;
}
h2 {
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 10px;
}
h3 {
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 10px;
}
h4 {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 5px;
	margin-top: 5px;
}
p {
	margin-bottom: 15px;
}
ul {
	margin: 0;
	padding: 0;
}
ul li {
	list-style-type: none;
}
ol li {
	list-style-position: inside;
}
a {
	text-decoration: none;
	outline: none;
	color: #002d56;
}
a:hover {
	text-decoration: underline;
}
a.on {
	text-decoration: underline;
}
div.clear {
	clear: both;
}
#container {
	position: relative;
	width: 945px;
	margin: 0 auto;
	/*border: 1px solid blue;*/
}
#header {
	position: relative;
	height: 400px;
	/*background: url(../images/body_bg_1.jpg) no-repeat center top;*/
}

body.default #header {
	background: url(../images/body_bg_1.jpg) no-repeat center top;
}

a.header {
	background:url("../images/onepixclear.gif") repeat scroll 0 0 transparent;
	display:block;
	height:90px;
	left:380px;
	position:absolute;
	top:40px;
	width:176px;
}
span.site-name {
	position: absolute;
	left: -9999px;
}

#header ul li {
	display: inline;
}
#header #top_nav ul li.slash {
	background: url(../images/nav_slash_top.png) no-repeat center center;
	width: 8px;
	height: 20px;
	padding-left: 8px;
	padding-right: 8px;
}
#header ul li.slash {
	background: url(../images/nav_slash.png) no-repeat center center;
	width: 8px;
	height: 20px;
	padding-left: 8px;
	padding-right: 8px;
}
#header ul li a {
	color: #464646;
	text-transform: lowercase;
	font-size: 9px;
	vertical-align: middle;
}
#header ul li a.on, #header ul li a:hover {
	color: #002d56;
	text-decoration: none;
}
#top_nav {
	position: relative;
	width: 400px;
	margin: 0 auto;
	font-size: 16px;
	text-align: center;
	padding-top: 5px;
}
#top_nav.member-reg {
	width: 475px;
}

#top_nav ul li a {
	line-height: 16px;
}
#left_nav {
	position: absolute;
	left: 0;
	top: 63px;
	width: 370px;
	text-align: right;
}
#left_nav ul li, #right_nav ul li {
	line-height: 24px;
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
}

#left_nav ul li a, #right_nav ul li a {
	font-size: 11px;
	font-weight: bold;
	color: #7d7e7f;
}
#right_nav {
	position: absolute;
	right: 0;
	top: 63px;
	width: 380px;
}
#bottom_nav {
	position: absolute;
	top: 308px;
	left: 335px;
	width: 280px;
	text-align: center;
}
#bottom_nav ul li {
	width: 33%;
	display: block;
	float: left;
	background: url(../images/middle_nav_bg.jpg) no-repeat center top;
	padding-top: 20px;
}

#bottom_nav ul li a {
	color: #002d56;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	float: left;
	text-align: center;
	width: 100%;
	background: url(../images/nav_arrow.jpg) no-repeat left center;
}
#bottom_nav ul li a.first {
	background: url(../images/nav_arrow.jpg) no-repeat left center;
}
#bottom_nav ul li a.middle {
	background: url(../images/nav_arrow.jpg) no-repeat 18px center;
}
#bottom_nav ul li a.last {
	background: url(../images/nav_arrow.jpg) no-repeat 9px center;
}
#bottom_nav ul li.clear {
	clear: both;
	float: none;
	background: none;
	width: 1%;
	height: 1%;
	padding: 0;
}
#content {
	position: relative;
	padding-bottom: 10px;
	min-height: 250px;
	height: auto !important;
	height: 250px;
}
#content #sub_nav {
	position: relative;
	float: left;
	width: 225px;
	min-height: 150px;
	height: auto !important;
	height: 150px;
	margin-right: 50px;
}
#content #sub_nav.home {
	position: relative;
	top: 0px;
	left: 0;
	min-height: 75px;
	height: auto !important;
	height: 75px;
	z-index: 1000;
	float: none;
}
#content #sub_nav ul {
	padding: 0;
}
#content #sub_nav ul li {
	list-style-type: none;
	display: block;
}
#content #sub_nav ul li a {
	display: block;
	color: #002d56;
	border-bottom: 1px dotted #a8a8a8;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 12px;
	padding-left: 10px;
}
#content #sub_nav ul li a.on, #content #sub_nav ul li a:hover {
	font-weight: bold;
	text-decoration: none;
}
#content div.content {
	position: relative;
	float: left;
	width: 670px;
	min-height: 150px;
	height: auto !important;
	height: 150px;	
}
#content.home div.content {
	width: 945px;
	margin-top: 5px;
}
#content div.content.wide {
	width: 945px;
}
#content #home_left {
	position: relative;
	float: left;
	width: 422px;
	min-height: 150px;
	height: auto !important;
	height: 150px;
	padding-right: 50px;
}
#content #home_left h3 {
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
}
#content #home_left #player_reg {
	border-bottom:1px dotted #9E9EA0;
}
#content #home_left #player_reg p {
	margin-bottom: 5px;
}
#content #home_left #player_reg #reg_left {
	position: relative;
	width: 204px;
	float: left;
	/*padding-right: 20px;*/
	border-right:1px dotted #9E9EA0;
}
#content #home_left #player_reg #reg_right {
	position: relative;
	width: 217px;
	float: right;
	/*padding-left: 20px;*/
}
#content #home_left #player_reg div.reg-title {
	border-bottom:1px dotted #9E9EA0;
	padding-top: 5px;
	padding-bottom: 0;
	margin-bottom: 5px;
	padding-right: 20px;
}
#content #home_left #player_reg #reg_right div.reg-title {
	padding-right: 0;
	padding-left: 20px;
}
#content #home_left #player_reg div.reg-body {
	padding-right: 20px;
}
#content #home_left #player_reg #reg_right div.reg-body {
	padding-right: 0px;
	padding-left: 20px;
}
#content #home_left #player_reg h3 {
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 5px;
	text-transform: capitalize;
}
#content #home_left #player_reg_links {
	position: relative;
	margin-top: 2px;
	border-top:1px dotted #9E9EA0;
}
#content #home_left #player_reg_links a {
	padding-left: 15px;
	background: url(../images/item_arrow.png) no-repeat left center;
	font-weight: bold;
}
#content #home_left #player_reg_links div.left-link {
	position: relative;
	float: left;
	width: 204px;
	border-right:1px dotted #9E9EA0;
	padding-top: 5px;
}
#content #home_left #player_reg_links div.right-link {
	position: relative;
	float: right;
	width: 204px;
	padding-top: 5px;
}
#content #home_left a.read-more {
	width: 70px;
	float: right;
	display: block;
	text-transform: uppercase;
	font-size: 11px;
	background: url(../images/item_arrow.png) no-repeat left center;
	padding-left: 15px;
	font-weight: bold;
	text-align: right;
	margin-top: 10px;
}
#content #home_left #registration {
	position: relative;
	border-bottom: 1px dotted #9e9ea0;
	margin-top: 25px;
}
#content #home_left #registration h3 {
	border-bottom: 1px dotted #9e9ea0;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#content #home_left #registration div.home-reg {
	position: relative;
	/*border-top: 1px dotted #9e9ea0;*/
	/*border-bottom: 1px dotted #9e9ea0;*/
	margin-bottom: 15px;
}
#content #home_left #season_links {
	position: relative;
	/*border-top: 1px dotted #9e9ea0;*/
	border-bottom: 1px dotted #9e9ea0;
	padding-bottom: 2px;
	padding-top: 2px;
	margin-bottom: 25px;
}
#content #home_left #season_links div.season-link {
	position: relative;
	border-bottom:1px dotted #9E9EA0;
	margin-left:0;
	/*width:180px;*/
	float: left;
	
}
#content #home_left #season_links div.season-link a {
	position: relative;
	/*border-bottom:1px dotted #9E9EA0;*/
	margin-left:0;
	width:173px;
	float: left;
	background: url(../images/item_arrow.png) no-repeat left center;
	padding: 5px 15px;
}
#content #home_left #season_links div.season-link.top {
	border-top:1px dotted #9E9EA0;	
}
#content #home_left #season_links div.season-link.left a {
	border-right:1px dotted #9E9EA0;	
}
#content #home_left #season_links div.season-link.right a {
	/*border-left:1px dotted #9E9EA0;*/
	margin-left: 15px;
}
#content #home_left #player_reg {
	position: relative;
	border-top:1px dotted #9E9EA0;	
}
#content #home_right {
	position: relative;
	float: right;
	width: 422px;
	min-height: 150px;
	height: auto !important;
	height: 150px;
	padding-left: 50px;
	border-left: 1px dotted #9e9ea0;
}
#content #home_news {
	position: relative;
	border-bottom: 0px dotted #9e9ea0;
	margin-bottom: 2px;
}
#content #home_right h3 {
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
#content #home_right ul {
	padding-left: 0;
	margin-left: 0;
}
#content #home_right li {
	width: 100%;
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	list-style-image: url(../images/item_arrow.png);
	list-style-position: outside;
	border-bottom: 1px dotted #9e9ea0;
	padding-bottom: 5px;
	padding-top: 5px;
}
#content #home_right li a {
	
}
#content #home_deadlines {
	position: relative;
	border-top: 1px dotted #9e9ea0;
	border-bottom: 1px dotted #9e9ea0;
	margin-left: 1px;
}
#content #home_deadlines h3 {
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 5px;
}
#content #home_deadlines ul {
	margin-bottom: 2px;
}
#content ul {
	padding-left: 15px;
}

#content #adminLayer {
	position: relative;
	margin-bottom: 15px;
}
#content #adminLayer.home {
	position: absolute;
	margin-bottom: 15px;
}
#content #adminLayer img{
	margin: 0;
}
#content #adminLayer #member_tabs {
	position: relative;
	margin-bottom: 0px;
	z-index: 10;
	width: 220px;
}
#content #adminLayer #member_tabs div.tab {
	position: relative;
	color: #002d56;
	text-transform: uppercase;
	text-align: center;
	padding: 5px 7px;
	font-size: 10px;
	border-top: 1px dotted #464646;
	border-left: 1px dotted #464646;
	border-right: 1px dotted #464646;
	float: left;
	z-index: 100;
}
#content #adminLayer #member_tabs div.tab.off {
	position: relative;
	color: #464646;
	border: 0;
	border-bottom: 1px dotted #464646;
	padding: 5px 6px;
}
#content #adminLayer #member_tabs div.tab.middle {
	padding-right: 0;
	padding-left: 0;
	margin-right: -2px;
	margin-left: -1px;
}
#content #adminLayer #member_tabs div.tab.middle.off {
	padding-right: 0;
	padding-left: 0;
	margin-right: -1px;
	margin-left: 0;
}
#content #adminLayer #member_tabs div.tab.off a {
	color: #464646;
}
#content #adminLayer #member_tabs div.tab.empty {
	position: relative;
	border: 0;
	padding: 5px 0;
	border-bottom: 1px dotted #464646;
	height: 16px;
}
#content #adminLayer #member_tabs div.tab.manager.empty {
	width: 46px;
}
#content #adminLayer #member_tabs div.tab.board-member.off {
	float: right;
	background: none repeat-y right center;
	padding-right: 10px;
}
#content #adminLayer #member_tabs div.tab.board-member {
	float: right;
	background: url(../images/member_tab_bg.png) repeat-y right center;
	border-right: 0;
	padding-right: 10px;
}
#content #adminLayer div#admin_options {
	padding: 6px 10px 2px 6px;
	background: url(../images/member_bg.png) repeat-y;
}
#content #adminLayer div#admin_options.home {
	display: none;
}
#content #adminLayer.home div.toggle {
	background:url(../images/member_bg.png) repeat-y;
	width: 225px;
	padding-bottom: 4px;
}
#content #adminLayer.home a.nav-toggle {
	display: block;
	padding: 2px 5px 2px 10px;
	font-weight: bold;
	margin-right: 9px;
	margin-left: 5px;
	font-size: 11px;
	background: #eaeaea url(../images/nav_arrow_down.png) no-repeat left center;
}
#content #adminLayer.home a.nav-toggle.open {
	background: #eaeaea url(../images/nav_arrow_up.png) no-repeat left center;	
}
#content #adminLayer div#admin_options a {
	display: block;
	margin-bottom: 3px;
	font-size: 11px;
	padding-left: 4px;
}
#content ul li {
	list-style-type: disc;
}
#content img {
	margin: 10px;
}
#footer {
	position: relative;
	border-top: 1px dotted #a8a8a8;
	color: #a8a8a8;
	text-align: center;
	margin-bottom: 10px;
}
#footer p {
	font-size: 9px;
	color: #a8a8a8;
}
#footer p a {
	
}
#footer_nav ul {
	position: relative;
	border-top: 1px dotted #a8a8a8;
	margin-top: 3px;
	padding-top: 5px;
}
#footer_nav ul li {
	display: inline;
}
#footer_nav ul li a {
	color: #a8a8a8;
	padding-left: 5px;
	padding-right: 5px;
	text-transform: lowercase;
	font-size: 10px;
	font-weight: bold;
}
/* @group Accelsite Definitions */

/* @group Generic Module Styles */

#module_toc {
	position: relative;
	padding: 10px;
}
#module_toc div.module-item {
	position: relative;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
	padding-top: 5px;
	padding-bottom: 5px;
}
#module_toc h2 {
	
}
#module_toc div.module-image {
	
}
#module_toc div.module-description {
	
}
#module_detail {
	position: relative;
}
#module_detail a.back-to-list {
	
}
#module_detail h1 {
	
}

#module_detail h3 {
	
}

#module_detail h3 a {
	
}

#module-image-detail {
	margin-bottom: 10px;
}

#module-image-detail img {
	padding: 3px;
	border: 1px solid #ddd;
}
/* @end */

/* @group Table Sorting Styles */


.table-stripe-nosort {
	border-collapse: collapse;
}

.table-stripe-nosort tr.table-hover td {
	background-color: #ffd !important;
}

.table-stripe-nosort thead tr th {
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #FDE5B4;
}
.table-stripe-nosort tr.even td.contentListCell {
	background: #fafafa;
}

.table-stripe-nosort tr.odd td.contentListCell {
	background: #f6f6f6;
}

table.table-stripe {
	border-collapse: collapse;
	margin-bottom: 25px;
	border-bottom: 2px solid #ccc;
}

table.table-stripe thead tr th {
	border-bottom: 1px solid #FDE5B4;
}
table.issue tr td.contentListCell.first {
	width: 40%;
}
div.content table .categoryCell {
	background: #dfdfdf none repeat;
	font-weight: bold;

}
table .categoryCell {
	background: transparent url("/index.php?accelFile=theme|admin/new/bg.gif") repeat bottom;
	font-weight: bold;

}
table td.contentListCell {
	
}

table .adminHeaderCell {
	background: transparent url("/index.php?accelFile=theme|admin/new/bg.gif") repeat bottom;
}
.table-stripe tr.table-hover td {
	background-color: #ffd !important;
}


table.table-stripe tr.even td.contentListCell {
	background: #fafafa;
}

table.table-stripe tr.odd td.contentListCell {
	background: #f6f6f6;
}
table.navigation td.main_level{
	background-color: #ececec;
	border-bottom: 1px solid #ccc;
}

table.navigation td.sub_level{
	background-color: #f9f9f9;
}

/* @end */

.smallNote {
 font-size: 11px;
 color: #999999;
 font-style: italic;
 }
.formLabel {
 background-color: #ECEEF0;
 }
.requiredField {
 font-weight: bold;
 }
.missingField {
 font-weight: bold;
 color: #FF0000;
 }
.contentHeaderCell {
 background-color: #AAAA77;
 color: #FFFFFF;
 font-weight: bold;
 }
.contentListCell {
 background-color: #ececec;
 color: #000000;
 }
.contentListCellAlt1 {
 background-color: #CCCCCC;
 color: #000000;
 }
.contentListCellAlt2 {
 background-color: #DDDDDD;
 color: #000000;
 }
 .contentListCellLineThrough {
 text-decoration:line-through;
 }
.alternate1 {
 background-color: #ececec;
 color: #000000;
 }
.alternate2 {
 background-color: #DDDDDD;
 color: #000000;
 }
.alternate3 {
  background-color: #FFF;
  border:2px solid #EFEDEE;
  color: #000000;
}
.loginStatusSpan {
  font-size: 10px;
  color: #333;
}
.loginStatusSpan a {
  color: #4E4E4E;
  text-decoration: none;
}
.as_errorText {
  color: red;
  font-weight: bold;
}
.as_errorField {
  border: 2px solid red;
}
.as_errorInput {
  border: 2px solid red;
}
.as_successMessage {
 font-weight: bold;
 color: green;
 font-size: 14px;
 }

/* @end */

/* @end */

/* @group Fields */

table#fields_list td, table#fields_detail td {
	padding-bottom: 5px;
}
table#fields_detail td h2.field-title {
	font-size: 14px;
	margin-bottom: 5px;
	line-height: 14px;
}
/* @end */

/* @group Login Form */
#login_required {
	/*text-align: center;*/
}
div.as-login-form {
	position: relative;
	width: 366px;
	/*margin: 0 auto;*/
}
div.as-login-form table {
	
}
div.as-login-form form table td {
	padding-bottom: 10px;
	border-right: 0;
	border-left: 0;
}
div.as-login-form td.formLabel {
	background-color: transparent;
	background-image: none;
	padding-right: 10px;
}
div.as-login-form form table td input.text, div.as-login-form form table td input.password {
	border: 1px solid #ccc;
	padding: 2px 5px;
	width: 97%;
}
div.as-login-form td.br input.submit {
	margin-bottom: 5px;
	float: right;
}
div.as-login-form td.br div {
	clear: both;
	white-space: nowrap;
}
/* @end */

/* @group tables */
div.content div.table-wrap {
	position: relative;
}
div.content div.table-wrap div.table-top {
	background: #ececec url("../images/table_tl.png") no-repeat scroll 0 0;
}
div.content div.table-wrap div.table-top-r {
	background:url("../images/table_tr.png") no-repeat scroll right 0 transparent;
	height:9px;
}
div.content div.table-wrap div.table-bottom {
	background:url("../images/table_bl.png") no-repeat scroll 0 0 transparent;
	background-color: #ececec;
}
div.content div.table-wrap div.table-bottom-r {
	background:url("../images/table_br.png") no-repeat scroll right 0 transparent;
	height:9px;
}
div.content div.table-content {
	background-color: #ececec;
}
div.content table {
	background-color: #ececec;
	border: 0px solid white;
	border-collapse: collapse;
}
div.content table td {
	padding: 3px 5px;
	border: 1px solid white;
}
div.content table td.tl, div.content table td.tr, div.content table td.bl, div.content table td.br {
	border-top: 0;
	border-bottom: 0;
}

div.content table td input.checkbox, div.content table td input.radio {
	margin-right: 5px;
	margin-bottom: 5px;
}
.pointer{
	cursor:pointer;
}
#list_emails{
	padding:10px;
	margin:10px 0px;
	border: 1px solid #ECECEC;
}
/* @end */

