@charset "utf-8";
/* CSS Document */

/*
body, div, span, p, a, img, ul, ol, li, table, th, tr, td, form, fieldset, legend, dl, dt, dd, blockquote, applet, object { border:0; }
*/

ol {list-style-type:decimal; margin-top: 6px; }

ol li {line-height: 16px; margin-left: 20px; padding-bottom: 5px; }

#main { 
	/* float:left;  */
	padding: 10px; 	
	}
	
#wrapper { 
	width: 415px; 
}
	
#main h1, h2 {
	letter-spacing: -1px;
	margin: 5px 0 5px; 0;
	}
	
#main h1 { 
	font: bold 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding-bottom: 5px; 
	}
	
#main h2 { 
	font: bold 20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none; 
	color:#333333;
	/* padding-bottom: 0px;	*/
	margin: 0 0 5px; 0;
	}

#main h3 { 
	font: 20px Tahoma, Arial, "MS Trebuchet", sans-serif;
	text-decoration:none; 
	color:#1b6eb4; 
	margin: 0px 0 0px; 0;
	}
	
#main h4 { 
	font: bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none; 
	color:#333333; 
	}	
	
#main p {
	padding-bottom: 0px; 
	line-height:150%;
	}	
	
#main b {
	font-weight:bold;
	}	
		
.line-break { display:block; margin:5px 0 2px 0; padding:5px 0 2px 0; border-bottom:1px dotted #b0b0b0; } 	

img.left { 
	vertical-align: middle; 
	float:left;
	margin-top:0px;
    margin-bottom: 5px;
	margin-right: 12px;
	}

table .teams { 
	/*width: 460px; */
   	border-collapse: collapse;
   	border-spacing: 0px;
   	margin-left: 0px;
}
   
.teams th {
    text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    font-weight: bold;	
    padding: 5px;
    background: #cccccc;
    color: black;
}   

.teams tr.odd td {
	background-color: #fffff; 
	color: black;
	font-size: 12px;
	padding: 2px;
	padding-left: 5px;
}

.teams tr.even td {
	background-color: #e3f0f7; color: black;
	font-size: 12px;
	padding: 2px;
	padding-left: 5px;
}

table.roster { 
	width: 100%; /*460px; */
   	border-spacing: 0px;
}
   
.roster th {
    text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    font-weight: bold;	
    padding: 5px;
    /*background: #cccccc; */
    color: black;
}   

.roster td.odd  {
	background-color: #fffff; 
	color: black;
	font-size: 12px;
	padding: 3px;
	padding-left: 5px;
	text-align: center;
	border-bottom: 1px #cccccc solid;
}

.roster td.even {
	background-color: #e3f0f7; color: black;
	font-size: 12px;
	padding: 3px;
	padding-left: 5px;
	text-align: center;
	border-bottom: 1px #cccccc solid;
}

a {
	color:#1b8bb4; 
	text-decoration:none; 
	border:none;
}

a:link, li a.active {
	color:#1b8bb4; 
	text-decoration:none; 
	border:none;
}

a:hover {
	color:#1b8bb4; 
	text-decoration: underline;
	border:none;
}

.raised {
    box-shadow: 0px 15px 10px -10px rgba(0, 0, 0, 0.5), 0px 1px 4px rgba(0, 0, 0, 0.3), 0px 0px 40px rgba(0, 0, 0, 0.1) inset;
	border: 1px solid #7f7f7f;
	margin-bottom: 6px;
}

figure {margin-left: 2px; margin-bottom: 25px; } 

figcaption {
	text-align: right;
	color: #5a5a5a;
	font:10px Tahoma, Geneva, sans-serif;
	font-style:italic;
    margin-right: 4px;
}

