body {
	background-color:#e6e8f1;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:auto;
}

img {
	border:0px;
}

.date_header {
	background-color:#B1B9CE;
	color:#000;
	font-weight:bold;
	border: 1px solid #000;
	padding:2px;
	width:100%;
}

.th_header {
	background-color:#B1B9CE;
	color:#000;
	font-weight:bold;
	border: 1px solid #000;
	text-align:center;
}

/*
Layout Designs
****************************/
.blue_stripe1 {
	background-color:#263866;
	width:100%;
	height:1px;
}

.blue_stripe2 {
	background-color:#263866;
	width:100%;
	height:9px;
}

.white_stripe1 {
	background-color:#FFF;
	width:100%;
	height:1px;
}

.gray_stripe1 {
	background-color:#D6DBE0;
	width:100%;
	height:18px;
}

.red_stripe1 {
	background-color:#750B4C;
	width:100%;
	height:1px;
}

.header_span {
	background-color:#E8EBF2;
}

#wrapper {
	text-align:center;
}

#outline {
	width:95%;
	border:1px solid #000;
	margin:auto;
	text-align:left;
	background-color:#FFFFFF;
}

/*
Navigation
****************************/
#nav {
	width:135px;
	background-color:#B1B9CE;
	border-right:1px solid #263866;
	font-size:11px;
	text-align:left;
	vertical-align:top;
	position:relative;
}

#nav a {
	color:#263866;
	font-size:11px;
	text-decoration:none;
}

#nav a:hover {
	color:#263866;
	font-size:11px;
	text-decoration:underline;
}

#nav strong {
	letter-spacing:1px;
	color:#263866;
}

#nav .big a {
	color:#FFF;
	margin-bottom:2px;
	font-size:14px;
	padding-bottom:0px;
	text-align:center;
	margin-top:0px;
}

#nav .big a:hover {
	color:#FFF;
	margin-bottom:2px;
	font-size:14px;
	padding-bottom:0px;
	text-align:center;
	margin-top:0px;
}

.nav_league {
    background-color:#dd0000;
	color:#e6e8f1;
	font-weight:bold;
	padding-left:5px;
}

.nav_legend {
    background-color:#D6DBE0;
	color:#000000;
	font-weight:bold;
	padding-left:5px;
	border-top:1px solid #263866;
}

.nav_title {
	background-color:#ffffff;
	color:#263866;
	font-weight:bold;
	padding-left:10px;
}

.nav_sep {
	border-bottom:1px solid #263866;
}

.nav_bg {
	background-color:#B1B9CE;
	padding-left:15px;
}

.nav_nights {
	background-color:#B1B9CE;
	padding-left:10px;
}

/*
Main Content Area
****************************/
#main {
	background-color:#FFF;
	width:100%;
	padding:13px;
	vertical-align:top;
	font-size:11px;
}

#main a {
	color:#DD0000;
	text-decoration:underline;
}

#main a:hover {
	color:#DD0000;
	text-decoration:none;
}

/*
Misc Styles
****************************/
.banner_jr {
    padding:3px;
    color:#dd0000;
    font-size:14px;
    font-weight:bold;
}
.big {
	color:#FFF;
	margin-bottom:2px;
	font-size:14px;
	text-align:center;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:1px;
	border-bottom:1px solid #263866;
	border-top:1px solid #263866;
	background-color:#263866;
}

#big_jr {
	margin-bottom:2px;
	font-size:11px;
	padding-bottom:2px;
	padding-top:1px;
	text-align:center;
	margin-top:0px;
	background-color:#750B4C;
}

#big_jr a {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}

#big_jr a:hover {
	color:#FFF;
	text-decoration:underline;
	font-weight:bold;
}

blockquote {
	margin-left:5px;
}

.header {
	background-color:#263866;
	color:#FFF;
	font-size:11px;
}

.headline {
	color:#263866;
	margin-bottom:2px;
	font-size:12px;
	text-align:center;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:1px;
	background-color:#FFFFFF;
}

.tables {
	background-color:#B1B9CE;
	border:1px solid #263866;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}

.cell {
	font-size:11px;
	text-align:center;
	border-bottom: 1px solid #263866;
	font-weight:bold;
}

.cell2 {
	background-color:#cecece;
	font-size:11px;
	text-align:center;
	border-bottom: 1px solid #263866;
	font-weight:bold;
}

.cell_lose {
	font-size:11px;
	text-align:center;
	border-bottom: 1px solid #263866;
	color:#750B4C;
	font-weight:bold;
}

.cell_spacer {
	font-size:11px;
	background-color:#cecece;
}

.input {
	font-size:11px;
}

.line_jr {
    border-top:1px solid #750B4C;
}

.nights {
	margin-top:3px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}

.nights li {
	margin-top:10px;
}

.select {
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}

.strong {
	letter-spacing:1px;
	color:#263866;
	font-weight:bold;
}

.top {
	color:#263866;
	font-size:14px;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}

input {
	font-size:11px;
	background-color:#CCC;
	border:1px solid #000;
	padding:2px;
}

.error {
	font-size:11px;
	color:#FF0000;
	font-weight:bold;
}

input, select {
	border: 1px solid silver;
}

input.error, select.error {
	background-color:#FFFF99;
	color:#990000;
	border:1px solid #000099;
	background-image: url(warning.gif);
	background-position: right;
	background-repeat: no-repeat;
}

input:focus, select:focus {
	border: 1px solid #000099;
	background-color:#EFEFEF;
}

.download {
    background-color:#D6DBE0;
    color:#000;
    padding:3px;
    border:1px solid #000;
    width:200px;
    text-align:center;
    margin-top:3px;
}

.download a {
    color:#000;
    font-weight:bold;
}

.small {
	text-align:center;
}

.teams {
	margin-left:25px;
	border: 1px solid black;
}

.teams td {
	border-bottom: 1px solid black;
}

/* Sortable tables */
table.sortable a.sortheader {
    color:#FFFFFF;
    font-weight: bold;
    text-decoration: none;
    display: block;
}
table.sortable span.sortarrow {
    color: black;
    text-decoration: none;
}

.jr_tables {
	margin-top:5px;
	background-color:#B1B9CE;
	border:1px solid #263866;
	text-align:left;
}

.jr_td {
	border-bottom:1px solid #263866;
}