/* COMMON */

#league-header {
  font-size:22px;
  font-weight:bold;
  margin-top:7px;
}

#website h1, #website h2, #website h3 { padding: 0; margin: 5px 0; }
#website h2.head {
  background:url('/images/website-h2.jpg') top left no-repeat;
  padding:0 0 0 50px;
  height:32px;
  line-height:32px;
  margin:0 0 5px 0;
  color:#ffffff;
}

#website h2 {
  margin:20px 0 10px 0;
  color:#990000;
  padding-bottom:3px;
  background:url('/images/hr2.gif') bottom repeat-x;
}

#website b, #website-tabs h1 { color: #02425b; }
#website-tabs h2, #website a, #website-info h2 { color: #356576; }
#website a:hover { color: #02425b; text-decoration:none; }

#website #website-breadcrumbs {
  background-color:#6b8e9f;
  margin:0 -5px 15px -5px;
  padding:3px 5px;
}
#website #website-breadcrumbs, #website #website-breadcrumbs * {
  color:#ffffff;
}


a.schedule-button {
  background:#e90000 url('/images/schedule-button.gif') bottom repeat-x;
  display:block;
  padding:7px 5px;
  font-weight:bold;
  color:#ffffff !important;
  text-transform:uppercase;
  text-align:center;
  border-bottom:1px solid #662222;
  border-right:1px solid #662222;
}
a.schedule-button:hover {
  text-decoration:underline !important;
  color:#ff9999 !important;
}

/*.website-table tr.hover td {
  cursor: pointer;
}*/



#website-leftcol {
  width:480px;
  margin-right:10px;
}
#website-rightcol {
  width:215px;
}

#website-rightcol h2 {
  color:#18313a;
  font-size:14px;
}


/* LEFT */

#website-left { 
  width: 720px;
  margin-right:5px;
}

#website-logo { border: 1px solid #cecece; overflow: hidden; text-align:center; }

#website-title { 
  background: #02425b url('/images/website-header.jpg') top left no-repeat; 
  height: 147px; 
  margin: 0;
}
#website-title h1 { 
  color: #FFFFFF; 
  padding: 115px 0 0 50px; 
  height:32px;
  line-height:32px;
  overflow:hidden;
  margin:0;
}

#website-main { 
  padding: 0 5px 10px 5px; 
  background: url('/images/website-left-bg.gif') top repeat-x;
  height:auto !important;
  min-height:100px;
  height:100px;
}



#website-tabs h2.head2 {
  margin: 0 0 5px 0;
  background: url('/images/website-head2-boy.gif') top left repeat-x;
  color: #FFFFFF;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 13px;
}




/* RIGHT */

#website-right { 
  width: 185px; 
}
#website-sponsors {
  /*background:url('/images/website-sponsors-sample.gif') 0px 30px no-repeat;*/
  background:url('/images/website-sponsors-bg.gif') 0px 30px no-repeat;
  height: auto !important;
  min-height:560px;
  height:560px;
}

#website-sponsors .sponsor {
  text-align:center;
  padding: 5px;
  margin-bottom: 5px;
}
#website-sponsors .sponsor img {
  border: 1px solid #cecece;
}



/* NEWS TAB */

#website-news-left { 
  width: 200px; 
  margin-right:10px;
}
#website-news-right { 
  width: 500px; 
}

#website-news .post { 
  margin:0 0 10px 0; 
  border:1px solid #b4d2de; 
}

#website-news .post .title {
  display:block;
  background:#ffffff url('/images/website-table-top.gif') bottom repeat-x;
  font-size:14px;
  font-weight:bold;
  text-decoration:none;
  color:#18313a;
  padding: 10px 5px 5px 5px;
  text-transform:uppercase;
}
#website-news .post a.title:hover {
  text-decoration:underline;
}

#website-news .content { 
  padding: 10px; 
}
#website-news .image { float:left; width:75px; padding: 5px; margin: 2px 8px 8px 0px; border: 1px solid #cecece; }
#website-news .image-full { float:left; width:200px; padding: 5px; margin: 2px 8px 8px 0px; border: 1px solid #cecece; }
#website-news .date { 
  text-transform:uppercase; 
  font-size: 12px; 
  font-weight: bold; 
  border-bottom:1px solid #d2dfe3;
  color:#4b8496;
  padding:5px 0 3px 0;
  margin-bottom:10px;
}
#website-news td.date2 {
  background-color:#ffffff;
  font-weight: bold;
  color:#4b8496;
  width:65px;
  text-align:right;
  vertical-align:bottom;
}

#website-news .return { text-align:right; }



/* STATS TAB */

#website-stats-left { float: left; width: 530px; }
#website-stats-right { float: right; width: 190px; }

#team-stats .col { font-weight: bold; margin: 5px; }
#team-stats .col b { width: 50px; }



/* MISC TAB */

#website-misc .post { margin:5px; border: 1px solid #999999; }

#website-misc .title, #website-misc .date {
  padding: 3px 6px 3px 6px;
  background: #02425b;
  text-transform:uppercase;
  font-size: 10px;
  text-decoration:none;
  color: #FFFFFF;
}
#website-misc .date { position: absolute; right: 5px; top: 0px; }
#website-misc hr { margin: 5px; }
#website-misc .content { padding: 5px; }

.zip, .pdf, .doc, .xls, .txt {
  padding-left: 20px; 
  background: transparent top left no-repeat;
}
.zip { background-image: url('/images/icon_zip.gif'); }
.pdf { background-image: url('/images/icon_pdf.gif'); }
.doc { background-image: url('/images/icon_doc.gif'); }
.xls { background-image: url('/images/icon_xls.gif'); }
.txt { background-image: url('/images/icon_txt.gif'); }
