/* ------------------------------------------------------------------------

	* Filename:		stylesheet.css
	* Description:	Main CSS
	* Website:		Sports Websoft
	* Author:		Anna Baur

------------------------------------------------------------------------ */

/*********************
CONTAINER DIV 
*********************/

body {
	font-family: Trebuchet, "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	line-height: 20px;
	background-color: #f7f7f7;	
}

#container {
	width:985px;
	margin:0 auto;
	background-color:#ddd;
}

#content {
	margin-left:6px;
	width: 970px;
	background-color: white;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	position:relative;
}

.error {
	color:Red;
}

.success{
	font-weight: bold;	
}

/*********************
BASIC STYLES 
*********************/

#mainContent ul {
	list-style-type:disc;
	list-style-position:inside;
	margin:5px 0;
}

#mainContent ol {
	list-style-type:decimal;
	list-style-position:inside;
	margin:5px 0;
}

hr {
	margin:25px 0;
	color:#ccc;
	background-color:#ccc;
	height:1px;
	border:0;
}

/*********************
HEADER 
*********************/

#header {
	height: 105px;
	width: 970px;
	padding:  10px 10px 10px 0px;
}

#header .confLogo {
	padding:  4px 10px  8px 15px;
	margin-top: 0px;
	border-right: 1px solid #ccc;
}

#header .schoolLogos {
	position: relative;
	left: 45px;
	top: 0px;
}


h1 {
	font-size:26px;
	font-weight:normal;
	color: #333;
	letter-spacing:.5px;
	margin-bottom:14px;
	margin-left:-2px;
	line-height:30px;
}

h2 {
	font-size:18px;
	font-weight:normal;
	padding-bottom: 2px;
	display:block;
	margin: 30px 0 -5px;
}

p {
	margin:10px 0;
	clear:both;
}

a {
	text-decoration:none;
	color:#225FB2;
}
a:hover 
{
	text-decoration: underline;
}

a.anchor  
{
	color:inherit; 
	text-decoration: none;
}


#newsArticles h2 
{
	font-weight:bold;
	border-bottom:1px  dotted; 	
}

/*********************
SITEMAP 
*********************/

#siteMap {
	border-top:1px #aaa dotted;
	padding-top: 15px;
}

#siteMap .column:first-child {
	margin-left:37px;
}

#siteMap .column {
	float:left;
	margin:10px 18px;
	min-width:125px;
	margin-bottom: 21px;
}

#siteMap .school2 {
	margin:10px 0 0 -18px;
}

#siteMap h3 {
	border-bottom:#333 1px solid;
	font-size: 14px;
	padding-bottom: 2px;
}

#siteMap li:first-child {
	border:0;
}

#siteMap li {
	border-top:1px solid #ccc;
	padding:4px 0;
	font-size:12px;
}


/*********************
FOOTER 
*********************/

#footer {
	clear:both;
	padding-bottom:1px;
	margin-top: 11px;
}

#footer p {
	color:white;
	text-align:center;
	font-size:11px;
	padding:20px 100px 8px;
	line-height: 15px;
}

#footer a:link, #footer a:visited {
	color:white;
	text-decoration:underline;
	font-weight: bold;
}

/*********************
STATS PAGE 
*********************/

p.updated {
	font-style:italic;
	margin-top:-15px;
	font-size:12px;
}

div.selection-options {
    margin:17px 0 23px;
}

p.option {
	word-spacing:5px;
	font-size:12px;
}

p.option a {
	font-weight:bold;
}

p.option select 
{
	word-spacing:5px;
	font-size:12px;
}	

/*********************
TABLES 
*********************/
#commentForm td
{
	padding: 5px 5px 5px 5px;
}


/* div class=confHeading leaderHeading */
.leaderHeader span {
	font-size: 13px;
	font-weight: bold;
	line-height: 25px;
	padding: 0px 0px 0px 10px;
	letter-spacing: 0.3px;
}

#awardsContent table {
	text-align:left;
	font-size:13px;
	font-size:95%;
	margin:0 0 25px;
}
#awardsContent thead {
	color:white;
	font-size:13px;
}

#awardsContent thead tr th {
	font-weight: bold;
	line-height: 25px;
	padding: 0px 0px 0px 10px;
	letter-spacing: 0.3px;
}

#statsContent table {
	text-align:left;
	font-size:13px;
	border-bottom:1px solid #d5d5d5;
	font-size:95%;
	margin:0 0 25px;
}

#statsContent table a:link, #statsContent table a:visited {
	color:#225FB2;
	font-weight:bold;
}

#statsContent thead {
	color:white;
	font-size:13px;
}

#statsContent thead tr th {
	font-weight: bold;
	line-height: 25px;
	padding: 0px 0px 0px 10px;
	letter-spacing: 0.3px;
}

#statsContent thead tr th.split  {
    border-right:1px solid #fff; 
}
	
#statsContent tbody tr.even 
{
	background-color:#ececec; 
}
#statsContent tbody tr.odd
{
	background-color: #FFF;
}

#statsContent tbody tr th {
	padding:4px 10px 4px 10px;
	background-color:#e6e6e6;
	text-transform:uppercase;
	font-family:verdana;
	color:#333;
    border:1px solid #d5d5d5;
}

#statsContent tbody tr td {
	padding:4px 10px 4px 10px;
	border: 1px solid #d5d5d5; 
}

/* numeric table */
#statsContent tbody.numeric tr th, #statsContent tbody.numeric tr td 
{
	text-align:right;
}

/* centered table */
#statsContent tbody.center tr th, #statsContent tbody.center tr td 
{
	text-align:center;
}


/* specific table cell override alignments */
#statsContent tbody tr th.text, #statsContent tbody tr td.text 
{
	text-align:left;
}
#statsContent tbody tr th.center, #statsContent tbody tr td.center 
{
	text-align:center;
}

#statsContent tbody tr th.numeric, #statsContent tbody tr td.numeric 
{
	text-align:right;
}

#statsContent tbody tr td.sort-column
{
	background-color:#e6e6e6;
}

#statsContent .label {
	background-color:#e6e6e6;
	color:#333;
	font-family:verdana;
	font-weight:bold;
}

#statsContent table select {
	margin:3px 0;
}

#statsContent table.smaller-text {
	font-size:90%;
}

#statsContent table.smaller-text td, #statsContent table.smaller-text tbody th {
	padding:2px 5px;
}

#statsContent tbody td.em {
	border:1px solid #d1d1d1;
}

.address {
    display:block;
}

.address img 
{
	float: right;
	margin-right:300px; 
}

#schoolPageTitle span {
    display:block;
    float:left;
}

#schoolPageTitle  img {
	float: right;
	margin-right:300px; 
}

#schoolPageTitleClear{
	clear:both;
	height: 1px;
}

#schoolList {
	float:right;
}

#roster-select {
	float:right;
}

#playerRosterInfo h2 {
	color: Black;
	line-height: 40px;
	padding: 0px 0px 40px, 0px
}

/*********************
TWO COLUMN LAYOUT 
*********************/

#statsContent div.two-columns {
	position:relative;
	margin:15px 0;
}

#statsContent div.column-one {
	width:435px;
}

#statsContent div.column-two {
	position:absolute;
	top:0;
	left:465px;
	width:435px;
}

#statsContent div.two-columns table.smaller-text {
	margin:0 0 15px;
}

#twocolumn {
	width:100%;
}
#twocolumn .column2 {
	float:right;
	width:440px;
	margin:0;
	padding:0;
}
#twocolumn .column1 {
	float:left;
	width:440px;
	margin:0;
	padding:0;
}

#twocolumn .clear {
	width:100%;
	margin-top:1px;
	clear:both;
}


/* Game Stats */
.segmenterRight 
{ 
	border-right: #666666 1px solid; 
}
.segmenterLeft
{ 
	border-left: #666666 1px solid; 
}
.segmenterRight 
{ 
	border-right: #666666 1px solid; 
}
.statDetail5
{
    font-weight: bold;
    font-size: 12px;
    font-family: Arial, Helvetica, Sans-Sarif	
}
.statDetail4
{
    font-size: 12px;
    COLOR: black;
    font-family: Arial, Helvetica, Sans-Sarif		
}
.statHeader3
{
    font-size: 43px;
    font-weight: bold;
    COLOR: black;
    font-family: Arial, Helvetica, Sans-Sarif;
}
.statHeader4
{
    font-size: 16px;
    font-weight: bold;
    font-family: Arial, Helvetica, Sans-Sarif;
}
