h1,h2,h3,div,td {
    font-family: Arial, Verdana, sans-serif;
    color: #333333;
    margin: 0px;
    padding: 0px;
    font-size: 11px;
}

img {
   border: 0px;
   margin: 0px;
}

p {
    font-family: Arial, Verdana, sans-serif;
    font-size: 11px;
}

pre {
  overflow: auto;
  width: 580px;
}


a {
	color: #005596;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}


h1 {
	color: #005596;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 14pt;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h2 {
	color: #005596;
	font-size: 9pt;
	margin: 0;
	padding: 0;
}

h3 {
	color: #005596;
	font-size: 12pt;
}


/********** LAYOUT **********/

body.pagebody {
  margin: 0px;
  padding: 0px;
}

.design {
	border-right: 1px solid #999;
	border-left: 1px solid #999;
}

#mainbody {
  padding: 10px;
}

/*Logo and portal location text container*/
#header {
	background: url(/images/setup/logo_default.jpg) no-repeat;
	border-bottom: 1px solid #999;
	height: 72px;
	margin-bottom: 1px;
	width: 780px;
}

/*Current portal location text (i.e. Athletics)*/
#header h1 {
	color: #005596;
	float: right;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18pt;
	font-weight: normal;
	margin: 40px 10px 0px 0;
	padding: 0;
}

#header a, #header a:visited {
	color: #005596;
	text-decoration: none;
}

#rightcol {
  width: 180px;
  padding: 0px;
  border-left: 1px solid #999;
}

#rightcol h1 {
	color: #005596;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	margin: 0;
	padding-left: 5px;
        line-height: 33px;
        background: url("/images/setup/h1_bg.gif");
}

/*The grey footer at the bottom of every page*/
#footer {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	clear: both;
	color: #999;
	font-size: 8pt;
	padding: 5px 0 5px 0;
	text-align: center;
	width: 780px;
}

#footer h1 {
	margin: 0;
	padding: 5px;
	font-size: 12pt;
	color: #999;
    font-family: Arial, Verdana, sans-serif;
  font-weight: bold;
}

#footer a, #footer a:visited {
	color: #999;
	text-decoration: none;
}

#footer a:hover {
	color: #005596;
}

/********** NAVIGATION **********/

/*Top level navigation, visible on all pages*/
#globalNav {
	color: #999;
	font-size: 8pt;			/*SAFARI FONT-SIZE. Regular size at bottom of CSS file */
	font-weight: bold;
	margin: 0 auto;
	text-transform: uppercase;
	padding: 10px 0 10px 10px;
	width: 782px;
        text-align: center;
}

#globalNav a, #globalNav a.visited {
	color: #999;
	text-decoration: none;
}

#globalNav a:hover, #globalNav .selected a{
	color: #005596;
}



/*Second tier / portal navigation*/
#athleticsNav {
	background: #999;
	color: #fff;
	font-size: 8pt;	/*SAFARI FONT-SIZE. Regular size at bottom of CSS file */
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 0 5px 10px;
	width: 780px;
}

/*Portal nav links*/
#athleticsNav a, #athleticsNav a.visited {
	color: #FFF;
	text-decoration: none;
}

#athleticsNav a:hover, #athleticsNav a.selected {
        color: #005596;
}


/*Container for the quick links*/
#quickLinks {
	background: #005596;
	font-size: 8pt;
	padding: 5px 5px 5px 0px;
}

#quickLinks img {
  margin-left: 10px;
  margin-right: 10px;
  float: left;
}

/*Quicklinks dropdown styles*/
#quickLinks select {
	font-size: 8pt;
	margin-left: 15px;
}

/*Quicklinks links*/
#quickLinks a, #quickLinks a:visited {
	color: #FFFFFF;
	display: block;
	margin: 0 0 0 15px;
	text-decoration: none;
        text-transform: uppercase;
        font-size: 8pt;
}

#quickLinks a:hover {
	color: #CCCC9A;
}


/*A line spacer used in Quick Links*/
.divider {
	border-bottom: 2px solid #CCCC9A;
	margin: 5px 10px 5px 10px;
}


.athleticsSecondary {
  padding:0px 0px 5px 10px;
  text-transform:uppercase;
  width:780px;
  height: 31px;
  margin: 0px;
  padding: 0px;
}

/*
.athleticsSecondary a{
  color: #005596;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 7pt;
  font-weight: bold;

}

.athleticsSecondary a:hover {
  color: #999;
}
*/

.navcontent {
  display: none;
  padding: 0px 0px 0px 5px;
  margin: 0px;
  font-size:7pt;
  font-weight:bold;
}

.navcontent a {
  text-decoration: none;
  font-size:7pt;
  font-weight:bold;
  padding: 0px;
}

.navcontent a:hover {
  color: #999;
}


#navbarSecondary a {
  font-size: 10pt;
  text-decoration: none;
  font-weight: bold;
  line-height: 20px;
  padding-left: 10px;
}

#navbarSecondary a:hover {
  color: #999999;
}

/********** HEADLINES **********/

.photo {
  float: right;
  padding: 5px;
  width: 300px;
  font-style: italic;
  text-align: center;
}


.top-story {
  padding-left: 5px;
  padding-right: 5px;
  clear: left;
}

.headline a {
  color: #005596;
  font-weight: bold;
  text-decoration: none;
}

.headline a:hover {
  color: #CCCCCC;
  text-decoration: underline;

}

.caption {
  clear: left;
  float: left;
  padding: 1px;
  margin: 0px;
}

/********** SCHEDULE **********/
table.schedule {
  width: 100%;
  background-color: ;
}


.schedule-month td{
  color: #005596;
  font-size: 13px;
  font-weight: bold;
}

.schedule-header td{
  background-color: #005596;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: bold;
}

tr.schedule-header td {
  padding-left: 5px;
}

tr.schedule-row0 td {
    background-color: #D1D1D1;
    padding: 2px;
}
tr.schedule-row1 td {
    background-color: #FFFFFF;
    padding: 2px;
}

.home-opp {
  text-transform: uppercase;
}

.schedule-row td {
}
/******* TAB CONTENT **********/

.tab {
  height: 270px;
}

#tablist {
  text-align: center;
  margin: 0px;
}

#tablist li {
  list-style: none;
  display: inline;
}

.upcoming {
  background-color: #484848;
  color: #FFFFFF;
  height: 270px;
  overflow: auto;
  scrollbar-base-color: #0068a5;
}

#tabcontentcontainer{
  background-color: #0068a5;
}

.tabcontent {
  display: none;
}

div.boxscore {
  color: #FFFFFF;
  padding: 4px;
  font-size: 8pt;
}

div.boxscore-score {
  color: #FFFFFF;
  float: right;
  font-size: 8pt;
}

/********** FADING SCROLLER **********/

div.scroller {
  font-size: 8pt;
  padding-left: 5px;
  color: #FFFFFF;

}

.scroller a {
  font-size: 8pt;
  text-decoration: underline;
  color: #FFFFFF;
}

.scroller-score {
  float: right;
  font-size: 8pt;
  padding-right: 10px;
  color: #FFFFFF;
}
/********** ROSTERS **********/

tr.roster-header td {
    font-weight: bold;
    color:white;
    background-color: #005596;
    padding: 2px;
}

tr.roster-row0 a:hover, tr.roster-row1 a:hover {
    text-decoration: underline;
    color: #A0968C;
}

tr.roster-row0 td {
    background-color: #D1D1D1;
    font-size: 11px;
    padding: 2px;
}
tr.roster-row1 td {
    background-color: #FFFFFF;
    font-size: 11px;
    padding: 2px;
}



table.bio {
    background-color: #D1D1D1;
    border: ridge;
    border-width: 2px;
    padding: 5px;
}

.bio-name {
    background-color: #005596;
    color: #D1D1D1;
    font-weight: bold;
    font-size: 17px;
    padding: 3px;
    text-align: center;
}

.bio-data {
    color: #005596;
    font-weight: bold;
    font-size: 13px;
    padding: 3px;
    text-align: center;
}

.bio-data a:hover {
  color:#FFFFFF;
}

/********** Lightbox - Thumbnails ***********/
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;}
#overlay img{ border: none; }

#overlay{ background-image: url(/images/setup/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/setup/overlay.png", sizingMethod="scale");
	}


/********** HELP **************/
#help a {
    font-size: 12px;
    font-weight: bold;
    color: #CE1019;
}
