/* CSS Document */
iframe[id^='twitter-widget-']{ width:100% !important;}
body {
	background-position: center top;
	margin-top: 0px;
	margin-bottom: 0px;
	font: 1.0em Arial, Helvetica, sans-serif;
	background-color: black;
	background-image: url(images/template/background-2015.jpg);
	background-repeat: no-repeat;
	top: 0px;
}
.sportTitle {
	font-size: 1.3em;
	font-style: italic;
	font-weight: bold;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #004E79;
	text-align: left;
	width: 444px;
	margin-bottom: 3px;
}
H1.sportTitle {
	font-size: 1.3em;
	font-style: italic;
	font-weight: bold;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #004E79;
	text-align: left;
	width: 444px;
	margin-bottom: 3px;
}
.underArmour {
	font: 1.2em Arial, Helvetica, sans-serif;
	background: #0c0f3f;
	border: 3px solid #B9B9B9;
	color: #FFFFFF;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
}
.storyHeadline {
	font-size: xx-large;
	font-weight: bold;
	color: #006;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.schoolName {
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: 2px 2px #000;
}
.mascotName {
	font-size: 25px;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: 2px 2px #000;
}
.HOF-Spotlight {
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: 2px 2px #000;
}
.tooltip{
   			display: inline;
    		position: relative;
		}
		
		.tooltip:hover:after{
    		background: #333;
    		background: rgba(0,0,0,.8);
    		border-radius: 5px;
    		bottom: 26px;
    		color: #fff;
    		content: attr(title);
    		left: 20%;
    		padding: 5px 15px;
    		position: absolute;
    		z-index: 10;
    		width: 100px;
		}
		
		.tooltip:hover:before{
    		border: solid;
    		border-color: #333 transparent;
    		border-width: 6px 6px 0 6px;
    		bottom: 20px;
    		content: "";
    		left: 50%;
    		position: absolute;
    		z-index: 99;
		}
img {  
	border-style: none;
}
.floatright {
	float:right;
	margin: 5px  0 5px 10px;
}
.floatleft {
	float:left;
	margin: 5px  10px 5px 0;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #ff0006;
}
a:link {
	text-decoration: none;
	color: #ff0006
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color:#FFFFFF;
}
#banner {
	/*background:  url("images/template/Banner2.jpg");
	/*height: 120px;*/
	width: 750px;
}
ul#topNav
{
	padding-left: 3px;
	white-space: nowrap;
	margin: 0;
	padding-bottom: 5px;
}

#topNav li {
display: inline;
list-style-type: none;
}

#topNav a {
	padding: 4px;
	font-size: .8em;
}

#topNav a:link, #topNav a:visited
{
	color: #007DC4;
	text-decoration: none;
	font-weight: bold;
}

#topNav a:hover {
color: #FF0000;
text-decoration: none;
}

.leftNav {
}
.leftNav ul {
	padding: 0px;
	margin-top: 75px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.leftNav li {
	display: block;
	text-align: right;
	list-style: none;
	margin: 0px;
	width: 125px;
}
.leftNav li a:link, .leftNav a:visited {
	font: bold 10px/14px Arial, Helvetica, sans-serif;
	width: 125px;
	text-decoration: none;
	display: block;
	color: #FFFFFF;
	margin: 0px;
	text-transform: uppercase;
}
.leftNav li a:hover {
	color: #CCCCCC;
}


.leftColumn {
	border-top: 1px solid #0066CC;
	border-right: 1px solid #0066CC;
	border-bottom: 1px solid #0066CC;
	border-left: 1px solid #0066CC;
	background: #005ebd;
}
.rightColumn {
	background: #005ebd;
	border-top: 1px solid #0066CC;
	border-right: 1px solid #0066CC;
	border-bottom: 1px solid #0066CC;
	border-left: 1px solid #0066CC;
	color: #FFFFFF;
}
.rightColumn a, a:link, a:visited{
	color: #FFFFFF;
	font-size: .8em;
	font-weight: bold;
	border: none;
}
.rightColumn a:hover{
	color: #FFFFFF;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: underline;
}
.content {
	margin: 10px 3px 5px 0px;
	text-align: left;
}
.content a, .content a:visited {
	color: #ff0006;
	text-decoration: none;
	font-size: 1em;
	font-weight: normal;
}
.content a:hover {
	color: #000099;
	text-decoration: underline;
}
.button {
  background: #014e9c;
  background-image: -webkit-linear-gradient(top, #014e9c, #002d59);
  background-image: -moz-linear-gradient(top, #014e9c, #002d59);
  background-image: -ms-linear-gradient(top, #014e9c, #002d59);
  background-image: -o-linear-gradient(top, #014e9c, #002d59);
  background-image: linear-gradient(to bottom, #014e9c, #002d59);
  -webkit-border-radius: 1;
  -moz-border-radius: 1;
  border-radius: 1px;
  font-family: Arial;
  color: #ffffff;
  font-size: 16px;
  padding: 6px 11px 6px 11px;
  text-decoration: none;
}

.button:hover {
  background: #048cdb;
  background-image: -webkit-linear-gradient(top, #048cdb, #05619e);
  background-image: -moz-linear-gradient(top, #048cdb, #05619e);
  background-image: -ms-linear-gradient(top, #048cdb, #05619e);
  background-image: -o-linear-gradient(top, #048cdb, #05619e);
  background-image: linear-gradient(to bottom, #048cdb, #05619e);
  text-decoration: none;
}
#tblContent {
	border: 1px solid #000000;
	background-color:#FFF;
}
#tblContent td {
	padding: 5px;
}
#tblContent .rightColumn {
	background-color: #015279;
}
#tblContent .leftColumn {
	background-color: #015279;
}
h1 {
	font: bold .9em Verdana, Arial, Helvetica, sans-serif;
	color: #007DC3;
}
p {
	font: .9em Arial, Helvetica, sans-serif;
}
.copyright {
	font: 12px Arial, Helvetica, sans-serif;
	color: #666666;
}
.rightcol {
	font: 10px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#sport_nav {
	
	height: 25px;
	width: 464px;
}
#sport_nav .top_nav_sport {
	padding:  3px 3px;
	height: 75px;
	width: 438px;
	display: block;
	float: left;
	font-size: 11px;
	text-align: center;
	margin-left: 3 px;
}
#sport_nav a, #score_sched a:visited {
	color: #666666;
	text-decoration: none;
	font-size: 11px;

}
#sport_nav a:hover {
	color: black;
}
#score_sched a, #score_sched a:visited {
	color: #666666;
	text-decoration: none;
	font: 11px Arial, Helvetica, sans-serif; 
}
#score_sched a:hover {
	color: black;
}
.SnazzyHeading {
	font-size: 1.3em;
	font-style: italic;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: 1px dashed #B0E3FF;
	border-right: 1px dashed #B0E3FF;
	color: #0c0f3f;
	text-shadow: 0px 2px 3px #999;
}
.SmallSnazzyHeading {
	font-size: 0.95em;
	font-style: italic;
	font-weight: bold;
	color: #0000FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-top-color: #B0E3FF;
	border-right-color: #B0E3FF;
	font-variant: small-caps;
}

.redText {
	color: #FF0000;
}
.paraNote {
	font-size: 0.75em;
	color: #666666;
	margin-top: 5px;
}

#sport_Nav1 li {
	display: inline;
	list-style-type: none;
}
#sport_Nav1 a {
	padding: 2px 2px;
	font-size: 0.75em;
	margin-right: 1px;
	margin-left: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#sport_Nav1 a:link, #sport_Nav1 a:visited {
	color: #007DC3;
	text-decoration: none;
	font-weight: bold;
}
#sport_Nav1 a:hover {

color: #FF0000;
text-decoration: none;
}
.genderTitle {
	font: bold .9em Verdana, Arial, Helvetica, sans-serif;
	color: black;
	margin-top: 5px;
	margin-bottom: 0px;
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
	margin-left: 5px;
	width: 439px;
	background: #E4E4E4;
}
.table {
	border: 1px solid #CEEEFF;
	font-size: 0.8em;
}
.table th {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #D4D3CE;
	background: #004D79;
	font-size: 1.0em;
	padding-left: 5px;
}
.tableSmallText {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #CEEEFF;
	font-size: 0.8em;
	margin: 1px;
	padding: 1px;
	line-height: normal;
}
.tableSmallText th {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #D4D3CE;
	background: #004D79;
	margin: 0px;
	padding: 0px;
}
.tableSmallText td {
	padding: 0px;
	background: #F3F3F3;
}
.tableMembers {
	border: 1px solid #CEEEFF;
	font-size: 0.8em;
}
.tableMembers th {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #D4D3CE;
	background: #004D79;
	font-size: 1.0em;
	padding-left: 5px;
}
.tableMembers td {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
	background: #EFEFEF;
	font-size: 0.9em;
	padding-left: 5px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.tableTeams {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #CEEEFF;
	font-size: 0.8em;
	margin: 1px;
	padding: 1px;
	line-height: normal;
}
.tableTeams th {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #D4D3CE;
	background: #004D79;
	margin: 0px;
	padding: 0px;
}
.tableTeams td {
	padding: 0px;
	background: #F3F3F3;
}
.tableTeams a {
	color: #006;
 	font-size: 12px;
}
.tableTeams a:link {
	text-decoration: none;
	font-size: 12px;
}
.tableTeams a:visited {
	text-decoration: none;
	color: #006;
}
.tableTeams a:hover {
	text-decoration: none;
	color: #09F;
	font-size: 12px;
}
.tableTeams a:active {
	text-decoration: none;
	color:#006;
	 	font-size: 12px;
}
li {
	font-size: 0.9em;
}
.heading2 {
	font-size: 1em;
	color: #000099;
	border-bottom: 1px solid #CCCCCC;
}
h2 {
	font-size: 1.0em;
}
.news {
	width: 439px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
.news h2 {
	font-size: 1.2em;
	color: #004E7D;
	border-top: 1px solid #CCCCCC;
	border-right: #CCCCCC;
	border-bottom: #CCCCCC;
	border-left: #CCCCCC;
}
.news .title {
	font-size: 13px;
	font-weight: bold;
	color: black;
}
.news a:link, .news a:visited {
	font-weight: bold;
	color: red;
	text-decoration: underline;
}
.news .title a:link, .news .title a:visited {
	font-weight: bold;
	color: #414041;
	text-decoration: none;
}
.news a:hover {
	text-decoration: underline;
	color: #0066FF;
}
.news .date {
	font-size: 0.9em;
	color: #666666;
	font-style: italic;
}
.news a:link {
	color: black;
	text-decoration: none;
}
.news a:visited {
	text-decoration: none;
}
.news a:hover {
	text-decoration: underline;
	color: #0066FF;
}
.news a:active {
	text-decoration: none;
}
.news .EndArticle {
	border-top: 1px dashed #999999;
	margin-bottom: 40px;
}

.POWStatsTable {
	border: 1px solid #E5E5E5;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.POWStatsTable TD {
	margin: 0px 2px;
	padding: 0px;
	line-height: .6em;
	border: 1px dashed #EBEBEB;
	font-size: 0.7em;
}
.POWRegion {
	color: #000099;
	display: block;
	font-style: italic;
	font-size: 1em;
	line-height: .9em;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.smallerText {
	font-size: .85em;
}
.blueText {
	color: #000099;
}
.POWTable {
	font: 0.6em Arial, Helvetica, sans-serif;
}
.POWTable TH {
	background: #FFFFCC;
	border-top: 1px solid #999999;
	border-bottom: 1px dotted #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.POWTable TD {
	border-top: 1px none #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.POWNominations {
	font: 0.8em Arial, Helvetica, sans-serif;
}
.POWNominations TD {
	margin: 0px;
	padding: 0px;
}

.error {
	color: #F00;
	font-style: italic;
}
#tblContent #HOFSpotlight     {
	background-color: #015279;
	background-image: url(images/Hall-of-Fame/Hall_Spotlight.jpg);
	background-repeat: no-repeat;
}
