html {
	height: 100%
}

body{
background-color:#F5F0EB;
margin:0px;
height: 100%;
FONT-WEIGHT: normal; 
FONT-SIZE: 11px; 
COLOR: #000000; 
FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
background: no-repeat fixed center top #F5F0EB;
}

#logo {
	position: relative;
    vertical-align: top;
    float: left;
    top:-70px;
    margin-bottom: -70px;
}

#sponsors {
	text-align: center;
}

.logos {
	box-shadow: 5px 5px 5px #333;
	-moz-border-radius: 10px;
	border-radius: 15px;
	background-color: #ffffff;
}



.actions {
	text-align: left;
	padding-bottom: 10px;
}
#nowReg {
	margin: 0 0
}

div.section {
/*	margin-right: 10px; */
	padding-bottom: 15px;
	text-align: center;
}

div.section p {
	text-align: left;
}

#userInfo {
padding-left:195px;
height:31px;
padding-top:7px;
padding-bottom:30px;
}

#pad {
    background: url(/img/top_gradient.jpg) no-repeat 50% 0%;
    background-color: #ffffff;
    height: 30px;
    padding-bottom: 50px;

}

#leagueNav {
    background-color: #E7E7E7;
    height: 24px;
    padding-left: 145px;
    padding-top: 7px;
}

#first_header {
padding-left: 185px;
background-color: #F4DB84;
height: 75px;
}

#banner {
	font-family: 'Luckiest Guy', Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: xx-large;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
	line-height: 1.1;
	padding-top: 5px;
}


#new_header {

	background-color: #F4DB84; 
	font-size:16px;

    /* Mozilla: */
    background:-moz-linear-gradient(center top , #ef3939, #b52121) repeat scroll 0 0 transparent;

    /* Chrome, Safari:*/
    background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#ef3939), to(#b52121));

    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#ef3939', EndColorStr='#b52121', GradientType=0);

	/* Opera */
    background: -o-linear-gradient(top, #ef3939, #b52121);    

	height: 30px;
}

#page_container {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 996px;
	-moz-box-shadow: 0px 5px 8px #333;
	-webkit-box-shadow: 0px 5px 8px #333;
	box-shadow: 0px 5px 8px #333;
	padding-bottom: 20px;
}

/* General Style Info */
a{
color:#003d4c;
text-decoration:underline;
}
a:hover{
color:#003d4c;
text-decoration:none;
}

a img{
border:none;
vertical-align: middle;
}

em {
font-size: 12px;
}

ul, li {
margin: 0 8px;
list-style: none outside none;
}

/* Layout */

#container{
text-align:left;
}

#header{
margin-top: 1em;
padding: 4px 20px;
}

#content{
clear:both;
padding: 0px 40px 10px 40px;
background-color: #fff;
color: #333;
}

/* tables */

table {
width: 100%;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
border-bottom: 1px solid #ccc;
color:#333;
background-color: #fff;
clear:both;
padding: 0;
margin: 0 0 2em 0;
white-space: normal;
}
th {
background-color: #e2e2e2;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-right: 1px solid #003d4c;
border-bottom: 1px solid #003d4c;
text-align: left;
padding:1px 4px;
}
table tr td {
border-right: 1px solid #ddd;
padding:4px 4px;
vertical-align:top;
text-align: left;
}
table tr.altRow td {
background: #f4f4f4;
}
table td.actions {
	white-space: nowrap;
}
#cakeSqlLog td {
text-align: left;
padding: 4px 8px;
background: #fff;
border-bottom: 2px solid #ccc;
}

/* scaffold show */

div.related {
clear:both;
display:block;
}
dl {
line-height:2em;
margin:0em 1em;
float:left;
width: 400px;
}
dt {
font-weight: bold;
vertical-align:top;
}
dd {
margin-left:10em;
margin-top:-2em;
vertical-align:top;
}

/* notices and errors */

.flash_error {
color: Black;
background-image: url(/img/warning.png);
background-repeat: no-repeat;
background-position: 10px 10px;
background-color: LemonChiffon ;
border: 2px solid Orange;
padding: 10px 10px 10px 50px;
font-weight: bold;
color:#900;
}

.flash_success {
color: Black;
background-image: url(/img/tick.png);
background-repeat: no-repeat;
background-position: 10px 10px;
background-color: #E8FBE8 ;
border: 2px solid DarkGreen;
padding: 10px 10px 10px 50px;
font-weight: bold;
color:#090;
}

#flashMessage, .error, .error_message {
color:#900;
background-color:#FFA;
font-weight: bold;
}
.error_message {
clear: both;
}
.error em {
font-size: 18px;
color: #003d4c;
}
.notice {
color: #656565;
font-size: 14px;
background-color: #f4f4f4;
padding: 0.5em;
margin: 1em 0;
display:block;
}
.tip {
color: #656565;
background-color: #ddd;
}

/* forms */

form {
margin-top: 2em;
}
form div{
vertical-align: text-top;
}
label {
text-align: right;
float: left;
/*clear: left;*/
width: 300px;
padding-right: 20px;
margin-bottom: 5px;
font-weight: bold;
}
form#UserLoginForm label,form#UserEditpicturesForm label {
float: left;
text-align: left;
width: 125px;
}

form#AdminEditbannerForm label {
text-align: right;
width: 20px;
clear: none;
}

form#AdminEditbannerForm div {
width: 40px;
clear: both;
float: left;
}

.radioInline div {
display: inline;
}

form#MailAddForm label {
width: 75px;
}


form#mailForm label{
	float: left;
	margin-bottom: 5px;
	padding-right: 20px;
	text-align: right;
	width: 75px;
}

/*div.checkbox label {
width:auto;
clear: none;
float: none;
text-align: left;
margin-left: 1em;
}*/
div.radio label {
width:auto;
clear: none;
float: left;
text-align: left;
margin-left: 1em;
}

input[type=checkbox] {
float: left;
}
input[type=radio] {
/*float: left;*/
}
input, textarea, select {
/*display: block;*/
/*font-size: 14px;*/
/*font-family: inherit;*/
}
select {
/*clear: both;
vertical-align: text-bottom;
font-family: inherit;
margin-top: 5px;
margin-bottom: 5px;*/
}
input[type=submit] {
display: inline;
clear:both;
vertical-align: bottom;
width: auto;
float:none;
text-align:center;
font-weight: bold;
}
div.input {
	margin-top:5px;
	margin-bottom:5px;
	width:100%;
	float: left;
}

div.submit {
display:block;
clear: both;
margin: auto;
margin-left: auto;
margin-right: auto;
text-align: center;
}
/* action links */
ul.actions {
float: left;
margin-left:20px;
width: 200px;
}
ul.actions li {
margin-top: 4px;
}
pre {
padding: 1em;
}

/* NHSSC Specific */

TABLE,TD,TR,P,DIV {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	line-height:1.7;
	vertical-align:top;
}
DIV {
	padding:0px;
}
FORM {
	margin:0px;
}

/*P {
	MARGIN: 0px;
	PADDING: 0px;
}*/
STRONG {
	MARGIN: 0px;
	PADDING: 0px;
}

A:link {
	FONT-WEIGHT: bold; color: #c64934; TEXT-DECORATION: none
}

A:visited {
	FONT-WEIGHT: bold; color: #c64934; TEXT-DECORATION: none
}

A:hover {
	FONT-WEIGHT: bold; color: #900; TEXT-DECORATION: none
}

ul.tabmenu {
  border-collapse: collapse;
  padding: 0.2em 0em 0.3em 1em;
  white-space: nowrap;
  list-style: none;
  margin: 7px 0px 0px 0px;
  height: auto;
  line-height: normal;
  border-bottom: 1px solid #bbb;
  
}
ul.tabmenu li {
  padding: 0px;
  display: inline;
  background-image: none;
  margin: auto;
}
ul.tabmenu li a {
  background-color: #ddd;
  border-color: #bbb;
  border-width: 1px;
  border-style: solid solid none solid;
  height: auto;
  margin-right: 0.5em;
  padding: 0.3em 1.25em;
  text-decoration: none;
}
ul.tabmenu li.activetab a {
  background-color: #fff;
  border: 1px solid #bbb;
  border-bottom: #fff 1px solid;
}
ul.tabmenu li a:hover {
  background-color: #eee;
  border-color: #ccc;
  border-bottom-color: #eee;
}
tr.shadelo {
  background-color: #eee;
}
tr.shadehi {
  background-color: #ddd;
}

.titlebar {
	background-color:#F4DB84;
	color:Black;
	font-weight:bold;
	padding:4px;
	border-top: 2px solid #ccc;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
	float: none;
}

div.helpbox {
	border: 3px solid silver;
	background-image: url(/img/girl_medium.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	display: table-cell;
	padding: 20px;
	padding-left: 110px;
	/*height: 80px;*/
}

div.authbox {
	border: 2px solid orange;
	background-color: #FFFFCC;
	display: table-cell;
	padding: 10px;
	width:750px;
}

div.successbox {
	border: 2px solid darkgreen;
	background-color: #DDFFDD;
	/*background-image: url(img/girl_medium.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;*/
	display: block;
	padding: 10px;
	/*padding-left: 110px;
	height: 80px;*/
	text-align:left;
	
}

div.framebox {
	border: 3px solid silver;
	background-position: 10px 10px;
	display: table-cell;
	padding: 10px;
}

a.redbutton, a:link.redbutton, a:visited.redbutton, a:hover.redbutton {
	background-color:#C64934;
	border-left: 2px solid silver;
	border-top: 2px solid silver;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	color: #FFFFFF;
	padding: 5px;
	margin:2px;
	text-align:center;
	display: table-cell;
	
}

a.mainmenu {
	font-size:12px;
	color:white;
	text-transform: uppercase;
	padding-left:10px;
	padding-right:10px;
}

a.sportmenu {
	font-size:11px;
	text-transform: uppercase;
	padding-left:10px;
}

table.layout {
	border: 0px;
	margin: 0px;
	width: auto;
}

table.layout tr td {
	border: 0px;
	padding: 1px 1px;
}

div.error-message {
padding-left:320px;
clear: both;
color: red;
}

.leagues  {
	
}

a.leagues {
	background-color:#e7e7e7;
	font-size:12px;
	color:#9a0100;
	text-align: center;
	text-transform: uppercase;
	padding-left:5px;
	padding-right:5px;
	width:125px;
}


#menu {
       margin-right: auto;
       margin-left: auto;	
	   padding-left: 55px;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	/*width: 12em;*/
	float: left;
}


#fisrt {
	padding-left:0px;
}

#last {
	padding-right:0px;
}

#playerDel{
	color: white;
}

#editCancel {
	color:white;
}

#addLeague {
	font-weight: bold;	
}

.alert {
	background: #fff6bf;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 20px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	border-left: 2px solid #ffd324;
	border-right: 2px solid #ffd324;
	text-align: center;
}


#rightCol
{
	background-color: #F4F2EF;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
	width: 300px;
}

#eventRight {
	background-color: #F4F2EF;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
	width: 350px;
}

#eventRight H3
{
	border-bottom: 1px inset black;
	color: #C02626;
	font-weight:200;
	line-height:1em;
	padding-bottom:5px;
	text-align: left;
	/*text-shadow: 1px 1px 1px #aaa;*/
}

#eventLeft {
	float: left;
	font-family:Arial,Verdana,sans-serif;
	margin-left: 10px;	
	margin-right:9px;
	padding-left: 5px;
	padding-right: 5px;
	width: 550px;
}

#rightCol H2
{
	border-bottom: 1px inset black;
	color: #C02626;
	font-weight:300;
	line-height:1em;
	padding-bottom:5px;
	text-align: left;
	/*text-shadow: 1px 1px 1px #aaa;*/
}


#home2
{
	float: left;
	font-family:Arial,Verdana,sans-serif;
	margin-left: 10px;	
	margin-right:9px;
	padding-left: 5px;
	padding-right: 5px;
	width: 600px;
}


#home2 H1
{
	color: #C02626;
	font-weight:300;
	line-height:1em;
	padding-bottom:5px;
	/*text-shadow: 1px 1px 1px #aaa;*/
}

#home2 H2
{
	color: #C02626;
	font-weight:300;
	line-height:1em;
	padding-bottom:5px;
	border-bottom: 1px inset black;
	text-align: left;
}

#home2 h3 {
	color: #C02626;
	padding-bottom:5px;
}

#featured {
	height: 320px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

a.jButton {
	color: #fff;
	width: 150px;
}

.col {
	float: left;
	width: 295px;
	padding-left:10px;
	padding-right: 10px;
	text-align: left;
	color: #ccc;
}

.col h2 {
	font-weight:300;
	line-height:1em;
	padding-bottom:5px;
	border-bottom: 1px inset #ccc;
	text-align: left;	
}

#footCol1 ul li {
	list-style: none outside none;
	margin: 0;
	padding: 0;

}

#footCol3 {
	text-align: center;
}

.col img {
	vertical-align: middle;
}

.col ul {
	margin-left: 0px;
	padding-left: 0px;
}


.reset
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	line-height: 1;
}

#post {
	padding-left:20px;
	text-align:left;
	float:left;
	width:780px;
}

#post label {
	width: auto;
}

#PostTitle {
	width: 250px;
}

.post{
	clear: both;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: left;
	width: 95%;
}

#footerCert ul li{
	display: inline;
	list-style: none outside none;
	margin: 0;
	padding: 0;

}

#footerCert img {
	vertical-align: middle;
}

#footerCert {
	text-align: center;
}

#main {

    background-color: #ffffff;
	padding-bottom: 25px;
    padding-top: 0px;
    width: 960px;
    margin-right: auto;
    margin-left: auto;
	clear: both;
}

#footer{

    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#3F3F3F', EndColorStr='#2B2B2B', GradientType=0);

	background-image: -moz-linear-gradient(center top , #3F3F3F, #2B2B2B);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3F3F3F), to(#2B2B2B));
    background-color: #3F3F3F;
    box-shadow: 0 5px 8px #333333;
    clear: both;
    color: #fff;
    margin: 0 auto;
    text-align: right;
    width: 996px;
    min-height: 150px;
    text-align: center;
    font-size: small;
    
}

#footer .inside {
	width: 95%;
	margin: 0 auto;
	padding: 25px 0;	
}

#rightCol .inside {
	border: 5px solid transparent;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
	padding: 0 5px 10px;
}

#eventRight .inside {
	border: 5px solid transparent;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
	padding: 0 5px 10px;
}

#rightCol .inside ul {
	list-style: none outside none;
	padding-left: 0px;

}

#eventRight .inside ul {
	list-style: none outside none;
	padding-left: 0px;

}

.inside ul li {
	padding-bottom: 5px;
	list-style: none outside none;
}

.spacer
{
	clear: both;
	padding-bottom: 10px;
	padding-top: 10px;
}

#tinyLinks {
	font-size: smaller;
}

#tinyLinks ul li {
	display: inline;
	list-style: none outside none;
	margin: 0;
	padding: 10px;
	float:left;

}

/* ------------------  Sponsorship Stuff  ------------------ */

#sponsors h2 {

	border-bottom: 1px inset black;
	color: #C64934;
	font-weight:300;
	line-height:1em;
	padding-bottom:5px;
}

div.sponsorType {
	padding-bottom: 10px;
}

ul.sponsorlist {
	list-style: none;
}

ul.sponsorlist li {
    float: left;
    height: 150px;
    width: 185px;
}

/* ------------------  Reg Player  ------------------ */

#regplayer ul {
list-style-type: none;
}

#regplayer label {
float: none;
}

#regplayer div {
text-align: left; 
}

.center {
	text-align: center;
}

/* ------------------  Contact V2  ------------------ */

.contactText
{
	text-align: left;
}
.contact
{
	clear: both;
	height: 225px;
	padding-bottom: 10px;
	text-align: left;
}
.contactPicLeft
{
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
	box-shadow: 1px 1px 5px #999;
	border: 1px solid #EFEFEF;
	float: left;
	margin-right: 10px;
	padding: 5px;
	padding-bottom: 25px;
/*border:1px solid #021a40;*/
}
.contactPicRight
{
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
	box-shadow: 1px 1px 5px #999;
	border: 1px solid #EFEFEF;
	float: right;
	margin-left: 10px;
	padding: 5px;
	padding-bottom: 25px;
/*border:1px solid #021a40;*/
}

/* ------------------  Event Stuff  ------------------ */

#col250 {width:250px;float:left}
#col500 {width:500px;float:left;padding-right:10px}
.evtHeader {margin: 0;padding: 10px 0px;text-align:left}
.evtBox {border: 1px solid black;margin:10px 0px;width:100%;text-align:center}
.evtBoxLeft {border: 1px solid black;margin:10px 0px;width:100%;}
.evtBox table * {border:none}
.evtBox table thead {font-weight:bold;border-bottom: 1px inset black}


.left {
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        height: 100%;
}

.right {
        float: right;
        padding-left: 10px;
        padding-right: 10px;
        height: 100%;
}


.clear {
        clear: both;
}

.center {
		text-align: center;
}

#post {
	padding-left:20px;
	text-align:left;
	float:left;
	width:575px;
}

#post label {
	width: auto;
}

#PostTitle {
	width: 250px;
}

.sponsorPost{
	clear: both;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: left;
	width: 95%;
	height: 175px;
}

.sponsorPost a {
	text-align: center;
	width: 255px;
	height: 100%;
}

.sponsorPost img {
	vertical-align: center;
}

.post{
	clear: both;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: left;
	width: 95%;
}

.post a {
	text-align: center;
	width: 230px;
	height: 100%;
}

#eventTable {

	/*font-family: Georgia, serif;*/
	font-size: small;
    font-style: normal;
	font-weight: normal;
    letter-spacing: -1px;
    line-height: 1.2em;
    border-collapse:collapse;
	border-radius: 15px;
	-moz-border-radius: 15px;  
	-khtml-border-radius: 15px;  
	-webkit-border-radius: 15px; 

    text-align:center;
    width: 100%;

}

#eventTable thead :nth-last-child(1){
    border-right:none;
}

#eventTable :first-child,
#eventTable tbody :nth-last-child(1){
    border:none;
}

#eventTable tbody th{
    text-align:right;
    padding:10px;
    color:#333;
    text-shadow:1px 1px 1px #ccc;
    background-color:#f9f9f9;
    width:100px;
}

#eventTable tbody td{
    padding:10px;
    background-color:#f0f0f0;
    border-right:1px dotted #999;
    text-shadow:-1px 1px 1px #fff;
    text-transform:uppercase;
    color:#333;
}

/* ------------------  Jobs Stuff  ------------------ */

#jobsV2
{
	font-family:Arial,Verdana,sans-serif;
}

#jobsV2 H1
{
	color: #C64934;
	font-weight:300;
	line-height:1em;
	padding-bottom:5px;
}

#jobsV2 H2
{
	border-bottom: 1px inset black;
	color: #C64934;
	font-weight:300;
	line-height:1em;
	padding-bottom:5px;
	text-align: left;
}
#jobsV2 h3
{
	color: #C64934;
	padding-bottom:5px;
}

#jobsV2 label {
	width: 100px;
}

/* ------------------  Login Stuff  ------------------ */

#login {
	padding: 0;
	margin: 0;
}

#login input {
	float: left;
	margin-bottom: 5px;
}

#login li {
	list-style: none outside none;
	margin: 0;
	padding: 0 0 5px;
}

#leaguepic {
	width: 425px;
	height: 250px;
}

.post-it {
background:#fefabc;
padding:15px;
color: #000;
width:200px;
-moz-transform: rotate(7deg);
-webkit-transform: rotate(7deg);
-o-transform: rotate(7deg);
-ms-transform: rotate(7deg);
transform: rotate(7deg);
box-shadow: 0px 4px 6px #333;
-moz-box-shadow: 0px 4px 6px #333;
-webkit-box-shadow: 0px 4px 6px #333;
}

.note {
	font-size: smaller;
}

/* ------------------  Album Stuff  ------------------ */

.album {
	color: #C64934;
	float: left;
	height: 200px;
	padding-bottom: 40px;
	text-align: center;
	width: 175px;
}

.albumCover
{
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
	box-shadow: 1px 1px 5px #999;
	border: 1px solid #EFEFEF;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 5px;
	padding-bottom: 20px;
}

.label {
	font-weight: bold;
	width: 100px;
	display: inline-block;
}

#editCancel, #playerDel, #editPlayer {
	width: 75px;
}

ul li label {
	float: none;
}

/* ------------------  Mail Chimp Stuff  ------------------ */

#mc_embed_signup {
	float: left;
	text-align: left;
	padding-bottom: 10px;
}

#mc_embed_signup .asterisk{
	color: #c64934;
}

.mc-field-group label {
	text-align: left;
	float: none;
}

input#mce-FNAME.required, input#mce-EMAIL.required {
	width: 250px;
}


#mc_embed_signup ul {
	list-style: none outside none;
}

/* ------------------  Player Reg Stuff  ------------------ */

#playerInfo {
	width: 600px;
	height: 300px;
	margin: 0 auto;
}

#playerInfo label{
	width: 100px;
}

#LeagueName {
	width: 300px;
}

.leagueSection {
	width: 50%;
	float:left;
}

.leagueSectionLeft {
	width: 40%;
	float: left;
}

.leagueSectionRight {
	width: 60%;
	float: left;
}

/* ------------------  Team Stuff  ------------------ */

.player {
	border-bottom: 1px inset black;
	padding:10px;
}

.playerImg {
	float:left;
	margin-right:20px;
	min-height:75px;
}


.large {
	font-size: large;
}

/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

/* ------------------  Rulebook Stuff  ------------------ */

#rules > ul, li {
	list-style-type: decimal;
}


