﻿html, body { 
    height : 100%;
}
html {
    font-size: 100%;
} 
body { 
    margin : 0;
    padding : 0;
    font : 75% helvetica, arial, tahoma, sans-serif;
    background : #fcd6d3 url(/images/bgd01.jpg) top left repeat-y;
    color : #333;
} 

#wrap {
    margin : 5px 10px;
    padding : 5px 10px 0 0;
    width: 850px;
}

.logonav { 
    margin : 0;
    padding : 0;
    height: 85px;    
} 

.logonav h2 { 
    margin : 0;
    padding : 8px 0;
    text-align : center;
    font-size : 90%;
    background : transparent;
    color : #aaa;
} 

.header {
    height : 175px;
    width : 100%;
    background-position : center top;
    background-repeat : no-repeat;
    background-color : transparent;
    padding: 0;
    margin: 0;
} 

#logo { 
    margin : 0;
    padding : 0;
} 

#logo h2 {
    margin : 0;
    padding : 5px 15px 0 0;
    letter-spacing : 2px;
    font : 175% arial, verdana, sans-serif;
    font-weight: bold;
    color : #fff;
    text-align : right;
    background : transparent;
    text-transform : uppercase;
}


.leftSidebar {
    float : left;
    width : 20%;
    height : 1000px;
    margin-top : 0px;
    padding-top : 0;
    line-height : 2em;
    background : #ddd;
}

.mainContent { 
    float : left;
    width : 70%;
    margin-left : 0;
    margin-right : 0;
    margin-top : 0;
    margin-bottom : 20px;
    line-height : 1.5em;
    background : transparent;
} 

.mainContentTwoColumn { 
    float : right;
    width : 78%;
    margin-top : 0;
    margin-bottom : 20px;
    line-height : 1.75em;
    background : transparent;
} 

.mainContentOneColumn { 
    float : left;
    width : 100%;
    margin-top : 0;
    margin-bottom : 20px;
    line-height : 1.5em;
    background : transparent;
} 

.rightSidebar {
    float : right;
    width : 28%;
    height : 1000px;
    margin-top : 0px;
    padding-top : 0;
    line-height : 1em;
    background : #ddd;
} 


.footer { 
    float : left;
    width : 100%;
    padding : 5px 0;
    text-align : center;
    font-size : 90%;
    background : #fff;
    color : #333;
} 

.loginControl
{
    background-color:#F7F7DE;
    border-color:#CCCC99;
    border-style:solid;
    border-width:1px;
}

ul.sidenav { 
    margin : 0px 10px;
    padding : 0;
    list-style-type : none;
    background : transparent;
    color : #fff;
} 

ul.sidenav a { 
    letter-spacing : 1px;
    margin-bottom : 0px;
    padding-left : 20px;
    display : block;
    text-decoration : none;
    background : url(/images/arrow.gif) no-repeat left center;
    color : #003185;
} 

ul.sidenav a#current, .sidenav a:hover { 
    text-decoration : none;
    background : url(/images/db_red.gif) no-repeat left center;
    color : #B10000;
} 
ul { 
    list-style : square;
} 
.imgleft { 
    float : left;
    margin : 10px;
} 
.imgright { 
    float : right;
    margin : 10px;
}
a { 
    color : #002e56;
    text-decoration : none;
} 
a:hover { 
    text-decoration : underline;
    color : #0000ff;
} 
p { 
    padding : 0 10px;
} 

h1 { 
    padding : 10px;
    letter-spacing : 2px;
    font-size : 150%;
    color : #ee3424;
    font : 175% "Trebuchet MS", arial, verdana, sans-serif;
} 

h2 { 
    padding : 0px 10px;
    margin-top : 15px;
    letter-spacing : 2px;
    font-size : 120%;
    color : #000;
} 

.headline { 
    padding : 0px 10px;
    margin-top : 25px;
    letter-spacing : 2px;
    font-size : 135%;
    color : #000;
    font-weight:bold;
} 
blockquote {
    letter-spacing: 1px;
    font-weight : bold;
    font-style : italic;
    color : #2A4C6F;
} 

.box { 
    background: #F7F7F7; 
}
.boxtop { 
    background: url(images/ne.gif) no-repeat top right; 
}
.boxtop div { 
    height: 20px; 
    background: url(images/nw.gif) no-repeat top left; 
}
.boxbottom { 
    background: url(images/se.gif) no-repeat bottom right; 
}
.boxbottom div { 
    height: 20px; 
    background: url(images/sw.gif) no-repeat bottom left; 
}
.boxcontent {
    padding: 0px 0px 0px 5px;
}
				/* SEARCH BOX*/
legend {
    font-weight : bold;
    color : #000;
}
input, textarea {
    background : #f5857c;
    color : #fff;
    border : 1px solid #333;
    font : 100% helvetica, arial, tahoma, sans-serif;
}

select.edit {
    background : #f5857c;
    color : #fff;
    border : 1px solid #333;
}

.schedule {
    padding : 0 10px;
    width : 100%;
    border : 0px;
}

.standingsSmall {
    padding : 0 10px;
    width : 100%;
    border : 0px;
}

.tableHeader {
    background: #f5857c;
    color: #000;
}

.tableCell {
    border: none;
    line-height : 1.5em;
}

.tableCellSmall {
    border: none;
    font-size: 90%;
    line-height : 1.5em;
}

.tableCellSmallCenter {
    border: none;
    font-size: 90%;
    line-height : 1.5em;
    text-align : center;
}


.teamLogo {
    width : 150px;
    height: 125px;
    background : transparent top center no-repeat;
    padding : 10px;
    margin-top: 10px;
} 

.center {
    text-align : center;
}

tr.updated td {
	background-color : yellow;
}

.modalBackground {
    background-color : Gray;
    filter : alpha(opacity=70);
    opacity : 0.7;
}

.detail {
	background-color : #fff;
	border : solid 2px #000;
	padding : 5px;
}

.detail .footer {
	text-align : right;
	padding : 8px;
}

.adminMenu	{
	font-size: 100%;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	width:100%;
	float:left;
	margin:0;
	color: #fff;
	background: #66a4d1;
	border-bottom : 0px solid #520934;
	padding : 5px 0px;
	}

.adminMenu a {
    padding : 5px 15px;
    color : #fff;
}

.scoreboard	{
	width : 100%;
	margin : 0;
	padding : 0;
	font-size : 115%;
	color : #fff;
	background : #ee3424;
	height: 30px;
	position: relative;
}
		
		
#ajaxticker1{
    background-color: Transparent;
    width : 64%;
    padding-top: 8px;
    margin : 0;
    float: left;
}

#ajaxticker1 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
    background-color: Transparent;
}

.scoreboardText {
    font: 85% Verdana;
}

.schoolName {
    position:absolute;
    top:3px;
    right:0;
    width:635px;
    height:27px;
    background: #ee3424;
    visibility : hidden;
    font : 120% verdana, sans-serif;
    font-weight: bold;
    color : #fff;
    text-align:center;
    letter-spacing : 1px;
}

