body {
    background-color: #2e2e2e;
    background-image: url("../img/bg_main.jpg");
    background-repeat: no-repeat;
    background-position: top center;    
}

body.popup { 
    background: #2e2e2e;
}

body, div, td, th, p, h1, input, textarea, select {
    font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
    font-size: 12px;    
    padding: 0px;
    margin: 0px;
}

form {
    margin: 0px;
}

ul {
    margin: 5px 0px 5px 20px;
    padding: 0px;
}

p {
    padding-bottom: 10px;
}

table{
    border-collapse: collapse;
}

img{
    border: none;
}

img.png {
    behavior: url(/css/pngHack.htc);
}

a{
    color: #C83900;
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
    color: #60605c;
}

h1{
    color: #FFFFFF;
    font-weight: bold;
    font-size: 14px;
    margin: 0px;    
    padding: 1px 10px 1px 10px;
}

h2{
    color: #000000;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 3px;    
    margin-top: 0px;
}

h3{
    color: #000000;
    font-weight: bold;
    font-size: 11px;
    margin: 0px;
    margin-bottom: 10px;
}

/* body */
div.abstitle {
    position: absolute;
    top: 14px;
    text-align: center;
    width: 100%;    
    color: #ECECEC;
    font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
    font-size: 13px;
    font-weight: bold;
}

div.prepage {
    text-align: center;
}

div.page {
    margin: auto;
    width: 1058px;
    background-color: #e3e3e3;
    margin-top: 36px;        
}

div.pageinner {
    padding: 0px 4px 0px 4px;
}

div.topmenuline {
    background-color: #787878;
    background-image: url("../img/bg_topmenu.gif");
    background-repeat: no-repeat;
    background-position: top center;
    height: 21px;
    width: 100%;
    text-align: center;
    margin-bottom: 6px;
}

table.topmenu tr {
    height: 21px;
}
table.topmenu td {
    padding: 0px 10px 0px 10px;
}
table.topmenu td a, table.topmenu td a:visited {
    color: #cecece;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
}
table.topmenu td a:hover {
    color: #eeeeee;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
}

div.yougot {    
    background-image: url("../img/yougot.gif");
    background-repeat: no-repeat;
    background-position: top center;
    width: 740px;
    height: 98px;
    text-align: right;    
}

div.loginhere {    
    padding: 80px 90px 0px 0px;    
}

div.footersport {    
    text-align: center;
    padding: 8px 0px 8px 0px;
    text-align: center;    
    margin: auto;
    width: 1000px;      
    color: #cecece;
    font-size: 9px;    
}

div.footersport a, div.footersport a:visited {  
    color: #cecece;
    font-size: 9px;
    text-decoration: none;
    padding: 0px 10px 0px 10px;
}
div.footersport a:hover {  
    color: #eeeeee;    
    text-decoration: none;
}

div.footer {
    text-align: center;    
    margin: auto;
    width: 1000px;    
    font-size: 9px;
    color: #8e8e8e;
    padding-bottom: 20px;
}

div.footer div {
    font-size: 9px;
}

div.footer a, div.footer a:visited {  
    color: #8e8e8e;
    font-size: 9px;
    text-decoration: none;    
}
div.footer a:hover {  
    color: #dbdada;    
    text-decoration: none;
}

.trans_container{
    position:relative;
}
.trans_overlay{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    width:100%;
    background:#000;
    opacity:0.5;
    -moz-opacity:0.5;
    filter:alpha(opacity=50);
}
.trans_content {
    position: relative;
}


div.conference_line {
    width: 100%;
    background-image: url('/img/conf_line.gif'); 
    background-repeat: no-repeat; 
    background-position: bottom;
}
table.conference_navigation tr{    
    vertical-align: bottom;
}
table.conference_navigation td{
    color: #c8cc00;
    font-weight: bold;
    padding: 12px 12px 6px 12px;
    text-align: center;
}
table.conference_navigation td a, table.conference_navigation td a:visited{
    color: #c8cc00;    
    text-decoration: none;    
}
table.conference_navigation td a:hover{
    color: #b0b300;    
    text-decoration: none;
}
table.conference_navigation td.selected{    
    background-image: url('/img/conf_mbg.gif'); 
    background-repeat: repeat-x; 
    background-position: bottom;    
}
table.conference_navigation th{    
    width: 1px;
    background-image: url('/img/conf_mborder.gif');     
    background-position: bottom;    
    background-repeat: no-repeat; 
    text-align: center;    
}

table.conference_navigation td.selected a, table.conference_navigation td.selected a:visited{
    color: #000000;    
    text-decoration: none;    
}
table.conference_navigation td.selected a:hover{
    color: #474747;    
    text-decoration: none;
}
table.search_school_form tr {
    vertical-align: middle;
}
table.search_school_form td {
    padding-right: 14px;
    text-align: right;
}/*
table.search_school_form input.textline {
    width: 120px;    
    border-top: 1px solid #656565;
    border-left: 1px solid #656565;
    border-right: 1px solid #b9b9b9;
    border-bottom: 1px solid #b9b9b9;
    color: #898989;
    font-size: 10px;
    padding: 2px;
    font-weight: bold;
    background: #e3e3e3;
}*/
div.content {    
    background-color: #E3E3E3; 
    background-image: url('/img/conf_bg.gif'); 
    background-repeat: repeat-x; 
    background-position: top;
    padding: 14px 15px 10px 15px;        
    min-height:500px;
    height:auto !important;
    height:500px;    
}

div.content h4{    
    padding: 0px;
    margin: 0px;
    font-weight: bold;
    font-size: 12px;
    color: #58585a;
    text-transform: uppercase;
    padding: 1px 20px 1px 20px;
}


table.standings {
    margin: 15px 0px 10px 0px;    
}
table.standings th{
    text-align: center;
    font-weight: bold;
    color: #2b2b2c;    
    font-size: 11px;
    padding: 4px 1px 4px 1px;
    font-size: 9px;
}
table.standings tr.subline th{
    padding: 1px;
}
table.standings tr.subline th, table.standings tr.subline th div{
    font-size: 9px;    
}
table.standings th.ranktop{
    background-image: url("/img/trans_bg_red1.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    width: 33px;
}
table.standings th.ranksub{
    background-image: url("/img/trans_bg_red2.png");
    background-repeat: no-repeat;
    background-position: top center;
    width: 33px;
}
table.standings tr.subline th.rank{
    color: #FFFFFF;        
    background-color: #C83D27;
}
table.standings th.school{
    width: 220px;
    text-align: left; 
}
table.standings th.school span{
    padding-left: 20px;    
}
table.standings td{
    text-align: center;
    font-weight: normal;
    color: #616163;    
    font-size: 11px;
    padding: 4px 1px 4px 1px;
}
table.standings td div{
    font-size: 11px;    
}
table.standings td.school{
    width: 220px;
    text-align: left;
}
table.standings td.school span{
    padding-left: 19px;
}
table.standings td.rank{
    background-color: #c83d27;
}

table.schedule_for {
    width: 100%;    
}
table.schedule_for td{
    padding: 10px 5px 20px 5px;    
}

table.schedule_date td{
    padding: 0px;    
}
table.schedule_date h4{
    font-size: 12px;
    color: #FFFFFF;
    text-align: left;
    margin: 0px;
    padding: 1px 5px 1px 5px;
}
table.schedule_table {
    width: 100%;
}
table.schedule_table td{
    font-size: 10px;
    padding: 0px;
    margin: 0px;
}
table.schedule_table tr{
    height: 14px;
}
table.schedule_table td div{
    font-size: 10px;
}
table.schedule_table td.time{
    text-align: right;
    padding-left: 10px;
    padding-right: 3px;
}
table.schedule_table td.school{    
    width: 110px;
    padding-left: 4px;
}
table.schedule_table td.school a, table.schedule_table td.school a:visited {    
    color: #000000;
}
table.schedule_table td.score{    
    text-align: center;
    width: 24px;    
}
table.schedule_table td.vs{    
    text-align: center;       
    padding-left: 4px;
}
tr.troundedgrey2 td {
    background-color: #e7e7e8;    
}
tr.troundedgrey3 td {
    background-color: #dadbdc;  
}
table.schedule_table tr.br {
    height: 5px;
}

table.article_list {
    width: 100%;
}
table.article_list tr{
    vertical-align: top;
}
table.article_list td {
    padding: 5px 0px 5px 10px;
}
table.article_list td.title, table.article_list td.title td {
    padding: 0px;    
}
table.article_list td.date {    
    color: #707172; 
}
table.article_list td.br {
    border-top: 1px solid #b0b0b0;
    height: 20px;
}
table.article_list td.text, table.article_list td.text p, table.article_list td.text div {    
    
}
table.article_list div.more {
    text-align: right;
    padding-bottom: 10px;
}
table.article_list td.image {
    text-align: center;  
    width: 100px;      
}
table.article_list td.text {   
    
}


div.where_conference {
    width: 300px;
    background: #9d9d9d;
    padding-bottom: 3px;
}
div.formap {
    width: 290px;
    background: #727272;
    margin-left: 5px;
    padding-bottom: 5px;
}
div.formap div.map {    
    height: 254px;
    width: 290px;
    background-image: url("../img/new_map.jpg");    
    background-repeat: no-repeat;
    position: relative;   
}
div.formap h1{
    text-align: left;
    padding: 3px 0px 3px 20px;    
}

div.listformap {
    margin-top: 20px;
    border-top: 1px dashed #000000;    
}

div.listformap div.school{
    margin: 0px;
    padding: 2px 20px 12px 20px;    
    color: #000000;    
    background: #c3c4c6;    
    border-bottom: 1px dashed #000000;
}
div.listformap div.school_over {
    margin: 0px;
    padding: 2px 20px 12px 20px;    
    color: #000000;
    background: #d7df21;
	cursor: pointer;
	cursor: hand;  
	border-bottom: 1px dashed #000000;  
}
div.listformap div.school p, div.listformap div.school_over p{    
    margin: 0px;
    padding: 10px 0px 0px 0px;    
    font-size: 12px;
} 


img.schoolstar { 
    behavior: url(/css/pngHack.htc);
}
td.share {
    width: 146px; 
    height: 34px; 
    background-image: url('../img/share.gif'); 
    background-repeat: no-repeat;
    text-align: left;
}
td.share a, td.share a:visited {
    text-transform: uppercase;
    text-decoration: none;
    color: #616162; 
    font-weight: bold;   
}
td.share a:hover {
    text-decoration: none;
    color: #616162;
}

table.reg_form th {
    text-align: right;
    padding: 3px 3px 6px 3px;
}
table.reg_form td {
    text-align: left;
    padding: 3px 3px 6px 3px;
}

table.reg_form tr.likedisabled td {
    color: #888888;
}

.error {
    color: #CF0049;
}

.ok {
    font-weight: bold;
    color: #FF2962;
}

input.save {
    font-weight: bold;
    color: #FFFFFF;
    background: #CED200;
    border: none;
    padding: 3px 6px 3px 6px;
    text-transform: uppercase;
    font-size: 14px;
}

#loginerror {
    position: absolute;
    left: 120px;
    top: 79px;
    color: #CF0049;
    font-weight: bold;
}

div.memberlogout {
    position: absolute;
    top: -35px;
    right: 10px;
    color: #FFFFFF;
}
div.memberlogout a, div.memberlogout a:visited {
    color: #CD014A;
    text-decoration: none;
}
div.memberlogout a:hover {
    color: #CD014A;
    text-decoration: underline;
}

div.steps{
    padding-left: 15px;
}
div.steps span{
    padding: 0px 15px 0px 15px;
    color: #DDDDDD;
}

div.steps span.activeitem{
    color: #000000;
}
table.teamlist th{
    text-align: center;
    border-bottom: 1px solid #c0c0c0;
}
table.teamlist td{
    padding: 3px 6px 3px 6px;
}



table.votecoach, table.votefan {
    width: 100%;
    background: #c83d28;
}
table.votecoach tr.header {
    border-bottom: 1px solid #a9a9a9;
}
table.votecoach tr.header th,
table.votefan tr.header th {
    color: #e6e6e6;
    font-weight: normal;
    text-align: left;
    padding: 5px;
    font-size: 10px;
}
table.votecoach th,
table.votefan th { 
    text-align: left;
    padding: 2px 2px 2px 4px;
    font-size: 9px;
    color: #ffffff;    
    font-weight: normal;
}       
table.votecoach td,
table.votefan td { 
    padding: 5px 4px 5px 4px;
    color: #595959;
    font-size: 11px;
}
table.votecoach td.center,
table.votefan td.center {
    text-align: center;
}
table.votecoach td.center div, 
table.votefan td.center div { 
    width: 33px;
    margin: auto;
}
table.votecoach td.school div,
table.votefan td.school div { 
    padding-left: 5px;
}
table.votefan {
    background: #d8df20;
}
table.votefan tr.header {
    border-bottom: 1px solid #a9a9a9;
}
table.votefan tr.header th{
    color: #575757;
}
table.votefan th { 
    color: #575757;    
}