/***********************************************/
/* hof.css                                     */
/* for use with niagaratrackhof.org            */
/* Last updated 01 March 2012                  */
/* Updated 12 June 2012 after implmenting the  */
/* news slider on the home page.               */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	line-height: 1.5;	
	font-family: Arial, Helvetica, sans-serif;
	background-color: #BE1D2C;  /* #999;   */
	width: 1000px; /* 960px; */
	margin: auto auto;
	padding: 0px;
	border: 0px #ff0 solid;
	text-align: center;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
/*	font-weight: bold;  */
}

.workarea {
/*
	border: 0px solid #00F;
	background-image: url(../images/hof_bg.gif);
	background-repeat: repeat;
*/	
	border: 0px solid #600;
	top: 0px;
	padding: 0px;
	width: 1000px; /* 960px; */
	margin: auto auto;
	text-align: left;
	color: #000;
/* changed 11 June 2012 to implement the news slider
	min-height: 400px;
*/
	background-color: #fff;
}

#masthead {
	width: 1000px; /* 960px; */
	height: 200px;
	position: relative;
	margin: auto auto;
	text-align: center;
}

/*
#masthead img {
	margin: auto auto;
	text-align: center;
}
*/

.top_menu {
/*
	background-image: url(../images/top_menu_bg.gif);
	background-repeat: repeat;
*/
	background-color: #0F75BC;  /*  	#0F75BC   #BE1D2C  */
	color: #fff;
	text-decoration: none;
	text-align: left; 
	vertical-align: middle;
	height: 60px;
	height: 38px;
	font-family: Helvetica CY, Helvetica, Arial, sans-serif;
}

.bottom_menu {
/*
	background-image: url(../images/bottom_menu_bg.gif);
	background-repeat: repeat;
*/
	background-color: #BE1D2C;  /*  	#0F75BC   #BE1D2C  */
	color: #fff;
	text-decoration: none; 
	height: 38px;
	font-family: Helvetica CY, Helvetica, Arial, sans-serif;
}

.spacer01 {
	height: 20px;
}

.spacer02 {
	height: 10px;
}

.top_menu a {
	color: #fff;
	text-decoration: none; 
	text-align: left; 
	padding: 0px 10px 0px 10px;
	font-weight: bold;
	vertical-align: middle;
	border: 0px solid #f00;
}

.top_menu a.active {
	background-color: #fff  !important;
	color: #009 !important;
}

.top_menu a:visited {
	background-color: #009  !important;
	color: #fff !important;
}

.top_menu a:hover {
	background-color: #fff !important;
	color:  #009  !important;
}
	
.top_menu a.active:hover {
	background-color: #fff !important;
	color: #009  !important;
}

.bottom_menu a {
	color: #fff;
	text-decoration: none; 
	text-align: left; 
	padding: 0px 5px 0px 5px;
	font-weight: bold;
	border: 0px solid #f00;
}

.bottom_menu a.active {
	background-color: #fff  !important;
	color: #900 !important;
}

.bottom_menu a:visited {
	background-color: #900  !important;
	color: #fff !important;
}

.bottom_menu a:hover {
	background-color: #fff !important;
	color:  #900  !important;
}
	
.bottom_menu a.active:hover {
	background-color: #fff !important;
	color: #900  !important;
}

h1{
 	font-family: Arial,sans-serif;
	line-height: 1.166;	
 	color: #bf1e2d;
 	margin: 0px;
 	padding: 15px 2px 2px 2px;
	text-align: center;
	background-color: #fff;
}

h2 {
 	font-family: Arial,sans-serif;
	line-height: 1.166;	
 	color: #000;
 	margin: 0px;
 	padding: 2px;
	text-align: center;
	background-color: #fff;
}

th {
	text-align: center;
	border: 1px solid #000;
}

.content {
	text-align: left;
	background-color: #fff; /* #05f;  */
	color: #000;
	border: 0px solid #fff;
	width: 1000px; /* 960px; */
/*	min-height: 800px;  */
	padding-top: 0px;
	padding: 0px;
	margin: 0px;
	text-align: justify;
}

.content div .story {
	background-color: #fff;
	color: #000;
}

.content a {
	text-decoration: none;
/*	background-color: #fff;  */
	color: #bf1e2d;  /* #C30;  */
	font-size: 16px;
	font-weight: bold;
}

.content a:hover { 
	background: #bf1e2d;  /* #C30;  */
	color: #fff;
}


/************* bottom_ad_space styles *************/
.bottom_ad_space {
	height: 70px;
	background-color: #000;
	color: #fff;
}

/************* sponsors styles *************/
/*
.sponsors {
	height: 100px;
	background-color: #ccc;
}
*/
/************* sponsors styles *************/
.photo_slide {
	height: 100px;
	background-color: #ccc;
}

/************* #footer styles *************/

#footer, #bottom {
	color: #fff;
/*
	background-image: url(../images/hof_bg.gif);
	background-repeat: repeat;
*/
	background-color: #0F75BC;
	padding: 0px;
	padding-left: 0px;
	width: 1000px; /* 960px; */
	float: left;
	border: 0px solid #FFF;
/*	font-size: 70%;  */
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: left;
}

#footer {
/*
	height: 300px;
*/
	clear: both;
}

#footer a {
	color: #bf1e2d;
	background-color: transparent;
}

#footer a:hover{
	text-decoration: none;
	background-color: #bf1e2d;
	color: #fff;
}

#footer p {
	text-align: center;
}

#bottom {
	color: #fff;
	background-color: #ccc;
	padding: 0px;
	padding-left: 10px;
	width: 1000px; /* 960px; */
	float: left;
	border: 0px solid #bf1e2d;  /* #C30;  */
}

.blockDisplay {
	/* display: block;  */
	text-align: left;
	list-style-type: disc;
	display: list-item;
	font-weight: bold;
}

.blockDisplay2 {
	display: block;
	text-align: left;
}

.blockDisplay3 {
	font-size: 14px;
	display: block;
	text-align: left;
	font-weight: bold;
}

/************* #siteInfo styles ***************/

.siteInfo{
	color: #fff;
	padding: 0px 0px 0px 15px;
	background-color: #06f;
	margin-left: 10px;
	margin-top: 20px;
}

.siteInfo a {
	text-decoration: none;
	background-color: #06f;
	color: #fff;
	display: block;
}

.siteInfo a:hover{
	text-decoration: none;
	color: #00f;
	background-color: #fff;
}

.siteInfo .cols {
/*  for Columns of info in the footer  */
	margin-right: 100px;
	float: left;
	width: 250px;
	border: 0px solid #fff;
	padding: 20px;
	margin-top: 10px;
	height: 125px;
}

/*********** #navBar link styles ***********/

/* #navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}  */

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
/* #navBar li {border-bottom: 1px solid #000;} */

/* fix for browsers that don't need the hack */
/* html>body #navBar li {border-bottom: none;} */

.title0 {
	font-weight: bold;
	font-size: 30px;
	background-color: #fff;
 	color: #bf1e2d;  /* #C30;  */
	display: block;
	line-height: 2; 
	text-align: center;
	clear: both;	
}

.title-footer {
 	font-family: Arial,sans-serif;
	font-weight: bold;
	font-size: 22px;
 	color: #FFF; 
	display: block;
	line-height: 2; 
	text-align: center;
}

.title {
	font-weight: bold;
	font-size: 14px;
 	color: #000; 
	display: block;
	line-height: 2; 
	text-align: center;
}

.sponsor-title {
	font-weight: bold;
	font-size: 24px;
 	color: #bf1e2d; 
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

.title2 {
	font-weight: bold;
	font-size: 18px;
 	color: #000; 
	display: block;
	text-align: left;
}

.title3 {
	font-weight: bold;
	font-size: 18px;
 	color: #bf1e2d;  /* #C30;  */
	display: block;
	text-align: center;
}

.title3L {
	font-weight: bold;
	font-size: 18px;
 	color: #bf1e2d;  /* #C30;  */
	display: block;
}

.titlered {
	font-weight: bold;
 	color: #bf1e2d;  /* #C30;  */
}

.author {
	font-weight: bold;
	font-size: 14px;
 	color: #000; 
	display: block;
	text-align: center;
}

.sub_title2 {
	font-weight: bold;
	font-size: 14px;
 	color: #000; 
	display: block;
	text-align: left;
}

.name {
	text-align: left;
	font-weight: bold;
	font-size: 18px;
 	color: #bf1e2d;  /* #C30;  */
	display: block;
}

.name2 {
	text-align: left;
	font-weight: bold;
	font-size: 14px;
 	color: #bf1e2d;  /* #C30;  */
}

.even {
	background-color: #ffa;
}

.ctr {
	text-align: center;
}

form {
	font: 0.80em/1.3em Arial, Helvetica, sans-serif;
	/* font-size: xx-small;  */
}

.logo{
	clear: both;
}

.photo{
  	float: right;
	padding: 5px 5px 5px 5px;
	border: 1px solid #003399;	
	margin: 10px 10px 10px 10px;
}

.photo_left {
  	float: left;
	padding: 5px 5px 5px 5px;
	border: 1px solid #003399;	
	margin: 10px 10px 10px 10px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	vertical-align: middle;
	text-align: center;
}

.right_col {
	position: relative; 
/*
	border: 1px solid #0ff;
	float: right;
	background-color: #00f;	
	float: left;
	margin-left: 100px;
	height: 700px;
	top: -15px;
	border: 0px solid #bf1e2d;  
	padding: 0px 10px 10px 10px;
	margin-top: 10px;
	width: 350px; 
	min-height: 500px;
	min-width: 350px;
	display: inline;
	min-height: 815px;
	width: 120px;  /*  120px;  */
*/
}

.list_bullets {
	display: list-item;
}

.list_bullets a {
	display: list-item;
}

.boxed {
	background-color: #000;
	border: 2px solid #bf1e2d;  /* #C30;  */
}

.award {
	font-weight: bold;
	font-size: 14px;
 	color: #000; 
	display: block;
	text-align: left;
}

.news {
/*
	padding: 10px 10px 10px 20px;
	width: 990px;
*/
	border: 0px solid #000;	
	margin: 0px;
	background-color: #fff;
	min-height: 700px;	
	/* IE Hack */
    height: expression(this.scrollHeight < 700 ? "700px" : "auto");
}

.news2 {
	border: 0px solid #000;	
	margin: 0px;
	background-color: #fff;
	min-height: 575px;	
	/* IE Hack */
    height: expression(this.scrollHeight < 575 ? "575px" : "auto");
}

.news_member {
	border: 0px solid #000;	
	margin: 0px;
	background-color: #fff;
}

.hof_member_highlights {
	border: 0px solid #000;	
	margin: 0px;
	background-color: #fff;
}

.news-feed {
	padding: 10px 10px 10px 10px;
	border: 0px solid #000;	
	margin: 5px 5px 5px 5px;
	background-color: #fff;
}

#date {
	font-size: small;
	color: #0000FF;
	font-weight: bold;
}

.headtext{
	background-color: #bf1e2d;
	border: 0px solid white;
	text-align: center;
	color: #FFF;
	height: 80px;
	font:Arial, Helvetica, sans-serif;
	font-size: 60px;
	vertical-align: middle;
}

.section {
	background-color: #bf1e2d;  /* #C30;  */
	text-align: left;
	color: #FFF;
	padding: 5px;
	font-weight: bold;
	text-transform: uppercase;
}

.section2 {
	background-color: #0F75BC;  /* #C30;  */
	text-align: left;
	color: #FFF;
	padding: 5px;
	font-weight: bold;
	text-transform: uppercase;
}

.section_head {
	background-color: #bf1e2d;  /* #C30;  */
	color: #FFF;
	padding: 5px;
	font-weight: bold;
	text-transform: uppercase;
}

a.button
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #00F;
	color: #fff;
	padding: 2px;
	border-width: 2px;
	border-color: #bf1e2d;  /* #C30;  */
	border: outset;
	text-decoration: none;
	text-align: center;
	display: block;
}

a.button:hover
{
 	color: #00F;
	background-color: #FFF;
}

a.button:active
{
	border: inset; 
 	color: #00F;
	background-color: #FFF;
}

.hofmenu {
	color: #00f;
	background-color: #fff;
	border: 4px solid #bf1e2d;  /* #C30;  */
	list-style-type: none; 
	text-decoration: none; 
	text-align: center;
	display: block;
	width: 130px;
}

.google {
	float: left;
	border: 4px solid #000;
	left: 0;
}

#google1 {
	float: left;
	border: 0px solid #000;
}
#google2 {
	float: left;
	border: 0px solid #ff0;
}

input, option, select {
	position: relative; 
	top: 0px; 
	font-size: x-small;
	font-weight: bold;
	color: #00f;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

.speaker {
	color: #bf1e2d;  /* #C30;  */
	font-weight: bold;
}

.ads {
	text-align: center;
	color: #00f;
	background-color: #fff;
	font-size: 12px;
}

.ads h3 {
	text-align: center;
	color: #00f;
	background-color: #fff;
	font-size: 16px;
}

.ads a {
	text-decoration: none; 
	display: block;
	color: #bf1e2d; /* #00f;  */
	background-color: #fff;
	padding: 2px; 
}

.ads a.active {
	color: #fff;
	background-color: #bf1e2d; /* #00f;  */
	text-decoration: none;
}

.ads a.active {
	background-color: #bf1e2d; /* #00f;  */
	color: #fff;
}

.ads a:visited {
	color: #bf1e2d; /* #00f;  */
}

.ads a:hover {
	color: #fff;
	background-color: #bf1e2d; /* #00f;  */
}
	
.ads a.active:hover {
	background-color: #bf1e2d; /* #00f;  */
	color: #fff;
}

.what {
	text-align: left;
 	color: #bf1e2d;  /* #C30;  */
	font-weight: bold;
}

.rightJust {
	text-align: right;
}


address {
	clear: both;
/*
	margin-top: 70px;
	padding-top: 20px;
*/
	border: 0px solid #555;
	font-family: Arial, Helvetica, sans-serif;
}

.dia {
	width: 300px;  /*  210px;  */
	border: 1px solid #bf1e2d;
	border-bottom: 10px solid #bf1e2d;
	float: left;
	background-color: #FFF;
/*
	background: #FFFF00;
	position: relative;
*/
}

.dia-date {
	font-size: 65px;
	font-weight: bold;
	text-align: center;
	border: 0px solid #0f0;
	position: absolute; /* relative; */
	top: 35px;
	left: 0px;
	width: 105px;
}

.dia-month {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border: 0px solid #bf1e2d;
	position: absolute; /* relative; */
	top: 0px;
	left: 0px;
	width: 103px;
	background-color: #bf1e2d;
	color: #fff;
	height: 25px;
	padding-top: 4px;
}

.dia-text {
	width: 175px;
	padding: 5px;
	padding-left: 10px;
	border: 0px solid #000;
	background-color: #FFF;
	float: left;
}

.cal-page {
	float: left;
	text-align: center;
	border: 0px solid #00F;
	position: relative;
	
}

.pad1 {
	float: left;
/*	min-height: 210px;  */
	text-align: center;
	/* IE Hack */
    height: expression(this.scrollHeight < 210 ? "210px" : "auto");
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	min-width: 150px;
}

.logo {
	position: absolute;
	left: 0px;
	top: 0px;
}

.logo2 {
	position: absolute;
	left: 352px;
	top: -30px;
}

#carousel1 {
	display: hidden;
	overflow: scroll;
	width: 256px; 
	height: 128px;
	background: #fff;
	width: 570px; 
	height: 384px;	
	border: 5px solid #00f;
}

.carouselLeft {	
/*	display:none;  */
/*	background: url(../images/carousel/rotate-left.png); */
 	width:40px; 
	height:40px;
	background-position: 0px 0px;
}
.carouselLeft:hover {		
	width:40px; 
	height:40px;
	background-position: 0px 40px;
	cursor:auto;
}
.carouselRight {
/*	display:none;  */
/*	background: url(../images/carousel/rotate-right.png);	*/
	width:40px; 
	height:40px;
	background-position: 0px 0px;
}
.carouselRight:hover {	
	width:40px; height:40px;
	background-position: 0px 40px;
}
table {
/*
	text-align: left;
	font-family: Arial,Helvetica,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 0.8em;
	line-height: 1.3em;
	font-size-adjust: none;
	font-stretch: normal;
	-x-system-font: none;
*/
	table-layout: auto;	
	margin-left: 15px;
}

.members_table {
	margin-left: 0px !important;
/*	font-size: 85%;  */
	border: 1px solid #0F75BC;
}

td {
	font-size: 0.8em;
	text-align: left;
/*
	text-align: center;  
	padding-left: 3px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
*/	
	padding: 2px;
	border: 1px solid #0F75BC;
}

.stats {
	font-weight: bold;
}

.stats2 {
	font-weight: bold;
	text-align: center;
}

.sponsors {
	text-align: left;
	color: #0000ff;
	font-size: 12px;
	clear: both;
	display: block;
	border-top: 5px solid #0F75BC;
	background-color: #fff;
}

/* added 15 June 2012 to support the HoF Member pages  */
.highlights {
	border: 5px solid #BE1D2C;	
  	float: left;

}

.hof-photo {
  	float: left;
	padding: 5px 5px 5px 5px;
	border: 1px solid #000;	
	margin: 5px 5px 5px 5px;
	width: 100px;
	text-align: center;
	font-size: small;
	font-weight: bold;
	background-color: #eee;
}

.hof-facts {
  	float: right;
	width: 430px;
}

.photo_credit {
	font-weight: bold;
	font-size: smaller;
	text-align: center;
}

/* added 12 June 2012 to support the news slider  */
/***** TAB STYLES *****/
#tabs-main {
  width: 625px;
/*  background: url(/images/setup/tabs.jpg) no-repeat; */
  margin-bottom: 5px;
}

#tabs-main .ui-tabs-nav {
  width: 625px;
}

#tabs-main .ui-tabs-nav li a {
  display: block;
	width: 143px;
  height: 31px;
/*  background: url(/images/setup/tabs.jpg) no-repeat; */
  background-color: #0F75BC;
  margin-right: 3px;
  text-align: center;
  padding-top: 10px;
}

#tabs-main .ui-tabs-nav li a:hover {
  background-color: #be1d2c;
  text-decoration: none; 
}

/****** INACTIVE STATES *******/
/*
#tabs-main .ui-state-default #tabs-main-anchor1 { width: 143px; background-position: 0px -0px;   }
#tabs-main .ui-state-default #tabs-main-anchor2 { width: 135px; background-position: -143px -0px; }
#tabs-main .ui-state-default #tabs-main-anchor3 { width: 135px; background-position: -278px -0px; }
*/
/***** ACTIVE STATES *******/
#tabs-main .ui-state-active #tabs-main-anchor1 { background-color: #fff; border: 1px solid #00f; color: #be1d2c; }
#tabs-main .ui-state-active #tabs-main-anchor2 { background-color: #fff; border: 1px solid #00f; color: #be1d2c; }
#tabs-main .ui-state-active #tabs-main-anchor3 { background-color: #fff; border: 1px solid #00f; color: #be1d2c; }


#tabs-main .ui-tabs-panel {
  width: 625px;
  background: #757575;
  overflow: hidden;
}

#tabs-main-content2 .container, 
#tabs-main-content3 .container {
  height: 500px;
  background: #000;
  overflow: auto;
}

/*****************************************************************/
#tabs-sub {
  width: 625px;
  margin-bottom: 5px;
/*  background: url(/images/setup/sub_tabs.jpg) no-repeat 0px 0px; */
  overflow: hidden;
  background-color: #fff;
}

#tabs-sub .ui-tabs-nav {
  width: 625px;
}

#tabs-sub .ui-tabs-nav li a {
  display: block;
  height: 31px;
	width: 143px;  
/*  background: url(/images/setup/sub_tabs.jpg) no-repeat; */
  background-color: #0F75BC;
  margin-right: 3px;
  text-align: center;
  padding-top: 10px;
}

#tabs-sub .ui-tabs-nav li a:hover {
	background-color:  #be1d2c;
	text-decoration: none;
}

/****** INACTIVE STATES *******/
/*
#tabs-sub .ui-state-default #tabs-sub-anchor1 { width: 143px; background-position: 0px -0px;   }
#tabs-sub .ui-state-default #tabs-sub-anchor2 { width: 135px; background-position: -143px -0px; }
#tabs-sub .ui-state-default #tabs-sub-anchor3 { width: 135px; background-position: -278px -0px; }
*/
/***** ACTIVE STATES *******/
#tabs-sub .ui-state-active #tabs-sub-anchor1 { background-color: #fff; border: 1px solid #00f; color: #be1d2c; }
#tabs-sub .ui-state-active #tabs-sub-anchor2 { background-color: #fff; border: 1px solid #00f; color: #be1d2c; }
#tabs-sub .ui-state-active #tabs-sub-anchor3 { background-color: #fff; border: 1px solid #00f; color: #be1d2c; }


#tabs-sub .ui-tabs-panel {
  width: 619px;
  padding: 2px 3px 3px 3px;
  background: #121941;
  overflow: hidden;
}

#tabs-sub .ui-tabs-panel .container {
  height: 235px;
  padding: 10px;
/*  background: url(images/setup/upcoming_bg.jpg) repeat-x left top #aeaeae; */
  color: #fff;
  overflow: auto;
}

/**********************************************************/
#tabs-cr {
  width: 625px;
  margin-top: 5px;
/*  background: url(/images/setup/cr_tabs.jpg) no-repeat; */
}

#tabs-cr .ui-tabs-nav {
  width: 625px;
}

#tabs-cr .ui-tabs-nav li a {
  display: block;
  height: 31px;
/*  background: url(/images/setup/cr_tabs.jpg) no-repeat; */
}

/****** INACTIVE STATES *******/
#tabs-cr .ui-state-default #tabs-cr-anchor1 { width: 143px; background-position: 0px -0px;   }
#tabs-cr .ui-state-default #tabs-cr-anchor2 { width: 135px; background-position: -143px -0px; }

/***** ACTIVE STATES *******/
#tabs-cr .ui-state-active #tabs-cr-anchor1 { background-position: 0px -31px; }
#tabs-cr .ui-state-active #tabs-cr-anchor2 { background-position: -143px -31px; }

#tabs-cr .ui-tabs-panel {
  width: 615px;
  padding: 2px 5px 5px 5px;
  background: #121941;
  overflow: hidden;
}

#tabs-cr .ui-tabs-panel .container {
  height: 230px;
  padding: 10px;
/*  background: url(images/setup/upcoming_bg.jpg) repeat-x left top #aeaeae; */
  overflow: auto;
}

/********** HEADLINES **********/
.story-box .title {
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  line-height: 20px;
  display: block;
  margin-bottom: 3px;
}

.story-box .leadIn {
  font-size: 11px;
  color: #fff;
  line-height: 16px;
}

.story-box .date {
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  display: block;
}

.story-box .readmore {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

#carousel-controls {
  width: 625px;
  padding: 5px 0;
  overflow: hidden;
}

#carousel-controls .control {
  width: 118px;
  border: solid 1px #f00;
  float: left;
  margin-right: 6px;
  filter: alpha(opacity=50);
  -moz-opacity: .5;
  opacity: .5;
}

#carousel-controls #control4 {
  margin-right: 0;
}

#carousel-controls .hovered {
  filter: alpha(opacity=70);
  -moz-opacity: .7;
  opacity: .7;
}

#carousel-controls .active {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

#more-headlines .even {
  padding: 10px;
  background: #e5e5e5;
}

#more-headlines .odd {
  padding: 10px;
  background: #cdcdcd;
}

#more-headlines a {
  display: block;
  color: #000;
  font-family: arial;
  font-size: 14px;
  font-weight: bold;
}

#more-headlines .label {
  display: block;
  color: #000;
  font-family: arial;
  font-size: 10px;
  text-decoration: none;
  line-height: 15px;
}

#more-headlines .story-leadin {
  display: block;
  color: #000;
  font-family: arial;
  font-size: 11px;
}
.caption {
  clear: left;
  float: left;
  padding: 1px;
  margin: 0px;
}

/********** SCHEDULE **********/
.upcoming {
  height: 200px;
  overflow: auto;
  margin-bottom: 5px;
  color: #000;
}

.upcoming tr.date td {
  background: #042e5c;
  padding-left: 5px;
  color: #fff;
}

.full-score {
  height: 30px;
  text-align: center;
}

.full-score a {
  width: 156px;
  height: 20px;
}

.boxscore {
  margin-bottom: 5px;
}

table.schedule {
  width: 100%;
}

.schedule-data {
  width: 500px;
}

.schedule-data td {
    padding: 5px;
}

tr.schedule-header td {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #023256;
    padding: 5px;
}

tr.schedule-row td {
    background-color: #;
    font-size: 11px;
    padding: 5px;
}


tr.schedule-row0 td {
    background-color: #d1d1d1;
    font-size: 11px;
    padding: 5px;
}

tr.schedule-row1 td {
    background-color: #;
    font-size: 11px;
    padding: 5px;
}

#body-container {
	width: 630px;
	margin: 0;
	border: 5px solid #000;;
	padding: 0px;
/* 
  margin: auto auto;
  background-color: #00f;
  background: url(/images/setup/container_cap.jpg) no-repeat center top #757575;
*/
  overflow: hidden;
}

/******** NEUTRALISE BROWSERS ******
* { margin: 0; padding: 0; }
img { border: none; }
*/
/************** HTML ELEMENTS *****************************/
/*
body {
  font-family: verdana, geneva, sans-serif; 
}

p, div, td {
    font-size: 11px;
    line-height: 15px;
}
*/
h1, h2, h3 {
  line-height: 130%;
  margin-bottom: 10px;
}

h1 {
  color: #bf1e2d;
/*  font-size: 14px;  */
  font-weight: bold;
  text-decoration: none;
}

h2 {
  color: #bf1e2d;
  font-weight: bold;
/*
  text-transform: uppercase;
 */
}

h3 {
  color: #bf1e2d;
  font-weight: bold;
/*  
	border: 5px;
	border-color: #FFFFFF;
	font-size: 16px;
	text-transform: uppercase; 
	padding: 5px;
*/
}

p {
margin-bottom: 15px;
padding-right:40px;
padding-left:10px;
}

a {
  color: #0163ab;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
outline: none;
}

a:focus {
-moz-outline-style: none;
}

.clearfix:before,.clearfix:after {
content:"\0020";
display:block;
height:0;
visibility:hidden;
}

.clearfix:after {
clear:both;
}

.clearfix {
zoom:1;
}

div.boxscore {
padding:4px;
font-size:8pt;
}

div.boxscore-score {
float:right;
font-size:8pt;
}

.event {
	color: #bf1e2d;
	font-weight: bold;
	font-size: 16px;
}

/*
	added on 17 June 2012
	for the riht column.
*/

.widgets {
	width: 300px;  /*  210px;  */
	border: 5px solid #bf1e2d;
	float: left;
	background-color: #bf1e2d;
	height: 600px;
/*
	margin-top: 30px;
	background: #FFFF00;
	position: relative;
*/
}

.icon {
	margin-bottom: 5px;
}

.header_row {
	font-weight: bold;
	background-color: #bf1e2d;
	color: #fff;
	height: 20px;

}

.header_row2 {
	font-weight: bold;
	background-color: #0F75BC;
	color: #fff;
	height: 20px;

}

.break_header {
	font-weight: bold;
	font-size: 24px;
	background-color: #0F75BC;
	color: #fff;
	text-align: center;
}

.social_buttons {
	float: right;
}

table.hof_poll {
	width: 400px;
	padding: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px !important;
	font-size: large;
}

.hof_poll td {
	padding: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px !important;
}

td.hof_poll {
	padding: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px !important;
}

.poll_title {
	color: #FFF;
	text-align: center;
}

.award_name {
	color: #0F75BC;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}

.award_name_14 {
	color: #0F75BC;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}

.award_table td {
	border: 0px solid #FFFFFF;
}

.award_table th {
	border: 0px solid #FFFFFF;
}

.award_table_border td {
	border: 1px solid #000000;
}

.award_table_border th {
	border: 1px solid #000000;
}

.award_table_highlights td {
	border: 1px solid #0F75BC;
	vertical-align: top;
}

.award_table_highlights th {
	border: 1px solid #0F75BC;
	vertical-align: top;
}

.voting_box {
	border: 2px solid #0F75BC;
	margin-top: 10px;
	padding: 5px;
}

pre {
	font-size: 13px;
}


.comm_name {
	font-weight: bold;
	text-align: center;
}

.audio {
	height: 300px;
	background-color: #00FFFF;
	border: 1px solid #00f;
}

.award_winner_info {
	color: #bf1e2d;
	text-align: inherit;
	font-weight: bold;
}
