/*******************************************************
TITLE: Fluid Two-Column Layout (Basic) V1.0 (Beta)
DATE: 20060418
AUTHOR: The CSS Tinderbox - http://www.csstinderbox.com
*******************************************************/

body {
	margin:0;
	padding:0;
	font: 0.8em verdana, arial, helvetica, sans-serif;
	background-color: #DCD8BC;
	background-repeat: repeat-x;
	background-position: 500px top;
	background-image: url(../images/layout/topbar.jpg);
}

a {
	color:#990000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

blockquote {
	margin:1em;
	padding: 0.5em;
	font-size: 0.9em;
	background-color:#cccccc;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
}

blockquote p {
	margin:.2em;
}

a img {
	border:none;
}

#header {
	padding:0;
	height:80px;
	margin: 0 0 0 137px;
}

#header h1 {
	margin:0;
	Overflow: hidden;
    padding: 80px 0 0 0;
	height: 0px !important; /*for most browsers*/
	height: /**/:80px; /*for IE 5.5 bad box model*/
	background: url(../images/layout/titlebar2.jpg) no-repeat left top;
}

#header h3 { 
	margin:0; 
	padding:0;
	font-size:.9em;
}

#header a {
	text-decoration:none;
}

#leftColumn {
	position:absolute;
	left:0px;
	top:0px;
	width:12em;
	margin:0;
	font-size: 0.9em;
	padding: 10em 0em 2em;
	background: url(../images/layout/shield.jpg) no-repeat left top;
}

#leftColumn h2 { 
	margin:0 0 -1em 0; 
	padding:0;
	font-size:1em;
	letter-spacing:.1em;
}

#navcontainer {
	width: 12em;
}

#navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a {
	display: block;
	outline: none;
	padding: 0.5em 0;
	width: 12em;
	background-color: #fff;
	text-align: center;
	border-bottom: 2px solid #DCD8BC;
}

#navcontainer a:link, #navlist a:visited {
	color: #072204;
	text-decoration: none;
	font-weight: bold;
}

#navcontainer a:hover{
	background-color: #34420B;
	color: #fff;
}

#centerColumn {
	margin-top:0;
	margin-left: 12em;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left:12em;
	font-size: 0.9em;
	width: 55em;
	padding: 1.5em 1em 0.5em 1em;
	background: #fff url('../images/layout/topshadow.gif') repeat-x top;
	border-right: 1px solid #3E2011;
	border-bottom: 1px solid #3E2011;
	border-left: 1px solid #3E2011;
}

#contentContainer {
	background: url(/assets/images/layout/ballbg.jpg) no-repeat;
}

html>body #centerColumn {
	margin-left:12em;
}

#centerColumn h2 { 
	font: small-caps bold 1.2em verdana,arial,helvetica,sans-serif;
	padding-bottom: 0; 
	margin-bottom: 0.5em;
	color: #003333; 
}

#centerColumn h3 {
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

#centerColumn p {
	line-height: 1.3em;
}

#footer {
    padding-top: 2em;
	clear:both;
	font-size: 0.9em;
}

/************  STYLES FOR HOME PAGE  *****************/

#centerColumn #frontNews h2 {
	padding-bottom: 0;
	margin-bottom: 0.2em;
}

p.welcomeMessage {
	text-align: center;
	margin: 0.5em auto;
}

#mainContent {
	margin: 0;
    width: 45em;
	float:left;
}

#frontNews {
	width: 25em;
	float: left;
}

#frontNews_full {
	width: 100%;
}

#frontNews p, #frontNews_full p {
	line-height: 1.4em;
	padding: 0;
	margin-top: 0.2em;
}

#frontNews .photo, #frontNews_full .photo {
	float:right;
	font-size: 0.9em;
	margin-left: 0.7em;
	text-align: center;
}

#frontNews_full .photoMain {
	font-size: 0.9em;
	margin-bottom: 1em;
	text-align: center;
}

#scoreUpdate {
	float:left;
	width: 22em;
	margin-top: 2em;
	font-size: 0.9em;
}


#frontStandings {
	width: 25em;
	margin: 1em 0 0 0;
	float: left;
}

#frontPhoto {
	width: 19em;
	float:left;
	text-align: center;
	margin: 3em 0 0 1em;
}

#banners {
	width: 9em;
	float:left;
	margin-left: 1em;
}

.banner {
	background-color: #FFFFFF;
	border: medium double #000000;
	height: 150px;
	text-align: center;
	margin: 5px 0px 5px 5px;
}

#bigHeadline {
 	font: small-caps bold 1.5em verdana,arial,helvetica,sans-serif;
	text-align:center;
	color: #003333; 
}

/************  END STYLES FOR HOME PAGE  *****************/


/************  SCORE UPDATE TABLE  *****************/
.headcell { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
}

.inversecell {
	color: #FFFFFF;
	background-color: #000000;
}

/************  END STYLES FOR SCORE UPDATE TABLE  *****************/


/************  STANDINGS TABLE  *****************/

.gold { background-color: #FFFF66; }
.silver { background-color: #999999; }
.bronze { background-color: #FFCC33; }
.copper { background-color: #996633; }

/************  END STANDINGS TABLE  *****************/

#roster {
	width: 100%;
}

#roster td {
	font-size: 0.9em;
}

#schedulewrapper {
	margin: 0;
	padding: 0 1em;
}

table.schedule {
	width: 100%;
	border: none;
	border-collapse:collapse;
}

#standings {
	width: 100%;
	border: none;
	border-collapse:collapse;
}

#scoring {
	width: 100%;
	border: none;
	border-collapse:collapse;
}

#standings tr.guapos {
	font-weight: bold;
}

table.schedule th, #standings th, #scoring th{
	color:#FFFFFF;
	background-color:#000000;
}

table.schedule tr, #standings tr, #scoring tr, #links tr {
	text-align:center;
}

#links td {
	padding: 1%;
}

div#schedulestandings {
	width: 25em;
	float: left;
}

div#schedulescoring {
	width: 20em;
	float: left;
	margin-left: 5em;
}

tr.altrow {
	background-color:#CCCCCC;
}

.newsDate {
	font-style: italic;
}

#tags {
	margin:0 0 .5em 0;
	width:10em;
	float:left;
	border:none;
	text-align:left;
}

#tags img {
	border:none;
}

#tags p {
	margin:0 0 .25em 0;
}

#tags a {
	font-size:.7em;
	color:#cc0000;
}

.highlight, .cb_captchamessage {
	color: #660000;
}

.mainheading {  
	font-size: 1.4em; 
	font-weight: bold; 
	color: #003333; 
	font-variant: small-caps
	}

div.clear {
	clear:both;
}

div.center {
	text-align:center;
}

#signuplist {
}

#signuplist table {
	border: 1px solid #B80606;
	border-collapse: collapse;
}

#signuplist th {
	padding: 0.5em;
}

#signuplist td {
	font-size: 0.9em;
}

#signuplist td, #signuplist th {
	border: 1px solid #73C0D4;
}

#signuplist tr.altrow {
	background: #EBEBEB;
}

/************  COLDBOX MESSAGEBOX STYLES *****************/

.cbox_messagebox{
	font-size: 13px;
	font-weight: bold;
	margin: 10px;
}
.cbox_messagebox_info{
	background: #D1E6EF url(/assets/images/icons/cmsg.gif) no-repeat scroll .5em 50%;
	border: 1px solid #2580B2;
	margin: 0.3em;
	padding: 0pt 1em 0pt 3.5em;
}
.cbox_messagebox_warning{
	background: #FFF2CF url(/assets/images/icons/wmsg.gif) no-repeat scroll .5em 50%;
	border: 1px solid #2580B2;
	margin: 0.3em;
	padding: 0pt 1em 0pt 3.5em;
}
.cbox_messagebox_error{
	background: #FFFFE0 url(/assets/images/icons/emsg.gif) no-repeat scroll .5em 50%;
	border: 1px solid #2580B2;
	margin: 0.3em;
	padding: 0pt 1em 0pt 3.5em;
}

