/* Homepage */

.homepage_header {
font-size:17px;
font-weight:bold;
margin-bottom:3px;
}

.homepage_article_list {
margin-left:0px;
margin-top:5px;
padding-left:18px;
}

.homepage_article_list li {
	margin-bottom: 3px;
	list-style-type: disc;
}

#homepage_picture_description {
margin-top:5px;
}

#homepage_frame {
width:877px;
margin-left:auto;
margin-right:auto;
}

#homepage_slogan_row {
padding-bottom:60px;
}

#homepage_slogan {
margin-top:2px;
float:left;
width:560px;
height:45px;
text-align:right;
}

#homepage_signup {
float:right;
width:270px;
text-align:left;
height:45px;
}

#homepage_featured_games {
margin-left:8px;
width:568px;
text-align:left;
float:left;
}

#homepage_featured_columnists {
width:277px;
margin-right:8px;
float:right;
text-align:left;
}

#homepage_featured_game_listings {
padding-top:4px;
}

#homepage_fan_zone {
padding-top:22px;
width: 590px; 
margin-top: 10px;
margin-left: auto; 
margin-right: auto;
}

#homepage_poll {
text-align:center;
}

.homepage_col_1of3 {
width:270px;
float:left;
margin-left:8px;
text-align:left;
}

.homepage_col_2of3 {
width:270px;
float:left;
margin-left:25px;
text-align:left;
}

.homepage_col_3of3 {
float:right;
width:270px;
text-align:left;
margin-right:11px;
}

#homepage_blog_central,#homepage_nhl_mlb_nba {
padding-top:10px;
}


	/*             styles for the star rater                */	
	.star-rating{
		text-align: left;
		list-style:none;
		margin: 0px;
		padding:0px;
		width: 125px;
		height: 25px;
		position: relative;
		overflow:hidden;
		background: url(/images/star_rating.gif) top left repeat-x;		
	}
	.star-rating li{
		padding:0px;
		margin:0px;
		/*\*/
		float: left;
		/* */
	}
	.star-rating li a{
		display:block;
		width:25px;
		height: 25px;
		line-height:25px;		
		text-decoration: none;
		text-indent: -9000px;
		z-index: 20;
		position: absolute;
		padding: 0px;
		overflow:hidden;
	}
	.star-rating li a:hover{
		background: url(/images/star_rating.gif) left bottom;
		z-index: 2;
		left: 0px;
		border:none;
	}
	.star-rating a.one-star{
		left: 0px;
	}
	.star-rating a.one-star:hover{
		width:25px;
	}
	.star-rating a.two-stars{
		left:25px;
	}
	.star-rating a.two-stars:hover{
		width: 50px;
	}
	.star-rating a.three-stars{
		left: 50px;
	}
	.star-rating a.three-stars:hover{
		width: 75px;
	}
	.star-rating a.four-stars{
		left: 75px;
	}	
	.star-rating a.four-stars:hover{
		width: 100px;
	}
	.star-rating a.five-stars{
		left: 100px;
	}
	.star-rating a.five-stars:hover{
		width: 125px;
	}
	.star-rating li.current-rating{
		background: url(/images/star_rating.gif) left center;
		position: absolute;
		height: 25px;
		display: block;
		text-indent: -9000px;
		z-index: 1;
	}
	
	/* remove halo effect in firefox   */
	a:active{
		outline: none;
	}		
	
/* Pagination */

div.pages {
  font-weight: bold;
}

a.page, span.page {
  padding: 4px 6px;
  font-size: 18px;
}

a.page {
  margin: 0 3px;
  border: 1px solid #ddd;
  text-decoration: none;
  color: #0063dc;
}

a.page:hover {
  border: 1px solid #003366;
  background-color: #0063dc;
  color: #fff;
}

span.disabled_page {
  color: #b1aab1;
}

span.current_page {
  color: #ff0084;
}



/* CSS Document */

.logged_in_banner {
	padding-top: 5px;
}

.login_welcome {
	font-size: 12px;
	font-weight: normal;
}
.featured_fan_name {
	font-size: 15px;
}

html {
	height: 100%;
	margin-bottom: 1px;
	font-family: "Times New Roman", Times, serif;
}

body {
	text-align:center;
}

img {
	border:0px;
}

.box1 {
	width:190px;
	height:auto;
}

.right_image {

	float: right;
	margin-left:20px;
	margin-bottom: 10px;
	text-align: center;
}

.article {

}

.article p {
	color:#000000;
	font-family:verdana,arial,helvetica,sans-serif;
	line-height:1.6em;
	letter-spacing: normal;
	text-indent: 0px;
	word-spacing: normal;
	white-space: normal;
	list-style-type: none;
}


.box1_top {
	width:184px;
	height:10px;
	font-size:2px;
	background-image:url(/images/boxTop.jpg);
	background-repeat:no-repeat;
}

.box1_bot {
	width:184px;
	height:10px;
	font-size:2px;
	background-image:url(/images/boxBot.jpg);
	background-repeat:no-repeat;
}

.box1_mid1 {
	width:174px;
	background-image:url(/images/boxMid.jpg);
	background-repeat:repeat-y;
	padding:5px;
}


.box1_mid2 {
	width:174px;
	height:100px;
	background-image:url(/images/boxMid.jpg);
	background-repeat:repeat-y;
	padding:5px;
	text-align:left;
}

.box1_mid3 {
	width:174px;
	background-image:url(/images/boxMid.jpg);
	background-repeat:repeat-y;
	padding:5px;
	text-align:left;
}

.box1_mid3 {
	width:174px;
	height:200px;
	background-image:url(/images/boxMid.jpg);
	background-repeat:repeat-y;
	padding:5px;
	text-align:left;
}


.errorExplanation {
       font-style: normal;
       color: #595757;
       border: 1px dashed #BCBCBC;
       background-color: #F3F1E9;
       padding: 6px;
       margin-bottom: 15px;
}
.fieldWithErrors {
       list-style-position: outside;
       list-style-type: disc;
       padding: 3px;
       border: 1px dotted #761212;
}
.errorExplanation h2 {
       font-size: 14px;
       color: #990000;
}

#holder {
	width:1090px;
	margin:auto;
}

#banner {
	width:1090px;
	height:160px;
	background-image:url(/images/banner.jpg);
	background-repeat:no-repeat;
}

#banner_right {
	float:right;
}

#main_lo {
	clear:both;
	width:905px;
	margin:auto;
}

#main {
	clear:both;
	width:1000px;
	margin:auto;
}


#col_l {
	float:left;
	width:190px;
	height:auto;
	padding:5px;
}

#col_m {
	float:left;
	width:585px;
	margin-right: 15px;
	height:auto;
	text-align:left;
	padding:5px;
}

#col_r {
	float:left;
	width:190px;
	height:auto;
	text-align:center;
}



#video_main_content {
	width: 430px;
	color: #FFFFFF;
}

.featured_fans {
	padding: 0px;
	margin: 0px;
}

.featured_fans td {
	width: 150px;
}

.poll_table {
	width: 250px;
	height: 245px;
	border-top-width: 6px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #5F8AC0;
	border-right-color: #5F8AC0;
	border-bottom-color: #5F8AC0;
	border-left-color: #5F8AC0;
	background-color: #F5F9FA;
}

#video_main {
	width:453px;
	height:281px;
	padding-left: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
	background-image:url(/images/bg_mainfeat.jpg);
	background-repeat:no-repeat;
}

#video_main h2 {
	margin-bottom: 5px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#9fd1ff;
	text-transform: none;
}

#video_main a {
	color:#9fd1ff;
}

#video_main h2 a {
	color:#9fd1ff;
}

#video_main_img {
	width:200px;
	height:260px;
	padding:3px;
	background-color:white;
}

#video_main_txt {
	width:250px;
	height:260px;
	padding:0px;
}

#sponsor {
	width:175px;
	text-align:left;
	margin:auto;
}

#search {
	margin:30px 0 0 0;
	width:390px;
}

#footer {
	clear:both;
	margin:20px 0 0 0;
	padding:15px 0 0 0;
}

/** TEXT **/
h1 {
	color:#0056a3;
	font-size:18px;
	font-weight:bold;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:white;
	font-size:20px;
	font-weight:bolder;
	text-transform:uppercase;
}

p, td, .tab {
	font-size:12px;
}

a {
	text-decoration:none;
	color: #0E63B8;
}

a:hover {
	color: #127DE9;
}

#nav_sec {
	margin-top: 22px;
}

h1, p, td, #nav_main, #nav_sec, #profile_edit, #greeting, .headline1, .text1, #footer, .tab, .tabActive {
	font-family:Arial, Helvetica, sans-serif;
}

.headline1 {
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	color:#4D4D4D;
	margin-bottom: 10px;
}

.text1 {
	color:#6A6A6A;
	font-size:12px;
	font-weight:bold;
}

#nav_main {
	float:left;
	padding:100px 0 0 200px;
	font-size:12px;
	font-weight:bold;
}

#nav_main a {
	color:#0056a3;
	text-decoration:none;
}

#nav_main a:hover {
	color:#ed1c24;
}

#nav_sec {
	padding:50px 80px 0 0;
	font-size:10px;
	font-weight:bold;
	text-align:right;
}

#nav_sec a {
	color:#666;
	text-decoration:none;
}

#nav_sec a:hover {
	color:#0056a3;
}

#nav_sec_alt a {
	color:#0056a3;
	text-decoration:none;
	font-weight:bold;
}

#nav_sec_alt a:hover {
	color:#ed1c24;
}


#greeting, .profile_screenname {
	font-size:16px;
	font-weight:bold;
	color:#4F618E;
}

#footer {
	font-size:10px;
	color:#a7a7a7;
}

#footer a {
	color:#a7a7a7;
	text-decoration:none;
}

#footer a:hover {
	color:#0056a3;
	text-decoration:underline;
}

.tabbed_table ul, li{border:0; margin:0; padding:0; list-style:none;}
.tabbed_table ul{border-bottom:solid 1px #DEDEDE; height:29px; padding-left:20px;}
.tabbed_table li{float:left; margin-right:2px;}
.tab a:link, .tab a:visited{
	background:url(/images/tab-round.png) right 60px;
	color:#666666;
	display:block;
	float:left;
	font-weight:bold;
	height:30px;
	line-height:30px;
	text-decoration:none;
}
.tab a span{
	background:url(/images/tab-round.png) left 60px;
	display:block;
	float:left;
	cursor: pointer	;
	height:30px;
	margin-right:14px;
	padding-left:14px;
}
.tab a:hover{
	background:url(/images/tab-round.png) right 30px;
	display:block;
	float:left;
}
.tab a:hover span{
	background:url(/images/tab-round.png) left 30px;
	display:block;
	float:left;
}

/* -------------------------------- */
/* 	ACTIVE ELEMENTS					*/
.active a:link, .active a:visited, .active a:visited, .active a:hover{
	background:url(/images/tab-round.png) right 0 no-repeat;
} 
.active a span, .active a:hover span{
	background:url(/images/tab-round.png) left 0 no-repeat;
}

.tab_content {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #DEDEDE;
	border-right-color: #DEDEDE;
	border-bottom-color: #FFFFFF;
	border-left-color: #DEDEDE;
	border-left-style: solid;
	padding: 10px;
}

.tab_bottom {
	background-image: url(/images/tab_bottom_cap.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 10px;
}

.profile_links li {
	padding-bottom: 6px;
}

.profile_info p {
	margin: 0px;
	padding-bottom: 10px;
}

.profile_info strong {
	color: #252525;
}

.profile_comment_name a {
	font-weight: bold;
}

.profile_comment_timestamp {
	font-size: smaller;
	padding-left: 10px;
}

.profile_comment_delete {
	font-size: smaller;
	padding-left: 10px;
}

.profile_comment_delete a {
}

.signup td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

.dashboard_date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #606060;
	font-weight: bold;
}

.home_login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-style: normal;
	font-weight: bolder;
	color: #3F3F3F;
}

.logo_link {
	position: relative;
	padding-bottom: 120px;
	padding-right: 120px;
	left: -420px;
	top: 25px;
}

.photo_thumbnail {
	padding: 4px;
	background-color: #FFFFFF;
	border: 1px solid #D7D7D7;
}

.photo {
	padding: 10px;
	border: thin solid #D7D7D7;
}

.data_table {
	border: 1px solid #E6E6E6;
	margin-bottom: 6px;
}
.data_table td {
	background-color: #F9F9F9;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
}
.data_table th {
	background-color: #EEEEEE;
	color: #4D4D4D;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
}

.fan_manager {
	color:#767474;
}

.fan_manager li{
	font-family:Arial, Helvetica, sans-serif;
	color:#767474;	
	font-size:13px;
	margin: 0px;
	list-style-position: inside;
	list-style-type: disc;
	margin-left: 25px;
	margin-bottom: 2px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.warning {
	font-size: 17px;
	font-weight: bold;	
	font-style: normal;
	color: #990000;
	border: 1px dashed #BCBCBC;
	background-color: #F3F1E9;
	padding: 6px;
	margin-bottom: 15px;	
	}
	
.error {
	font-size: 17px;
	font-weight: bold;	
	font-style: normal;
	color: #990000;
	border: 1px dashed #BCBCBC;
	background-color: #F3F1E9;
	padding: 6px;
	margin-bottom: 15px;	
	}
	
.notice {
	font-size: 17px;
	font-weight: bold;	
	font-style: normal;
	color: #595757;
	border: 1px dashed #BCBCBC;
	background-color: #F3F1E9;
	padding: 6px;
	margin-bottom: 15px;
	} 
	
.cell {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	min-height: 225px;
	height: auto !important;
	height: 225px;
	width: 200px;
	border-top-width: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #94B6CF;
	border-right-color: #94B6CF;
	border-bottom-color: #94B6CF;
	border-left-color: #94B6CF;
}
.cell_header {
	margin-bottom: 3px;
	margin-left: 5px;
	margin-right: 5px;
}
.cell_header td {
	color:#5C88AD;
	font-size:11px;
	font-weight: bold;
}
.cell_header_divider 
	{
	height: 1px;
	background-color: #A0A0A0 ;
	}
	
.content_header
	{
	font-size: 15px;
	font-weight: bolder;	
	}
	
.unauthenticated_content
	{
	width: 1000px;
    margin-left: auto;
    margin-right: auto;
	/* border: thin solid #CC0000; */
	text-align: left;
	}	

hr {
	height: 1px;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #D7D7D7;
} 

.fan_group_title {
	font-size: 14px;
	margin-bottom: 10px;
}

