/* TENNIS.com - Main Sylesheet */

body { 
	margin: 0px;
	background: #e8edf0 url(/images/main/bkgrd.gif) repeat-x scroll 0 0; }

.borders { 
	background: #ffffff;
	border-left: 1px solid #d9d9d9; 
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9; }

.small_text_menu { 
	font-family: arial;
	font-size: 8pt;
	color: #818181;
	line-height: 11.5pt; }
 
.small_text_menu a { 
	color: #3e72ae;
	text-decoration: none; }
 
.small_text_menu a:hover { 
	color: #c11e23;
	text-decoration: underline; }

.small_text { 
	font-family: arial;
	font-size: 9pt;
	line-height: 11.5pt; }
 
.small_text a { 
	color: #3e72ae;
	text-decoration: none; }
 
.small_text a:hover { 
	color: #c11e23;
	text-decoration: underline; }

.small_text_with_space { 
	font-family: arial;
	font-size: 8pt;
	line-height: 13pt; }
 
.small_text_with_space a { 
	color: #3e72ae;
	text-decoration: none; }
 
.small_text_with_space a:hover { 
	color: #c11e23;
	text-decoration: underline; }

.small_text_blogs { 
	font-family: verdana;
	color: #000000;
	font-size: 8pt;
	line-height: 12pt; }

.small_text_blogs a { 
	color: #3e72ae;
	text-decoration: none; }
 
.small_text_blogs a:hover { 
	color: #c11e23;
	text-decoration: underline; }

.small_text_dont_miss_headline { 
	font-family: verdana;
	font-size: 9pt;
	color: #000000;
	font-weight: bold; }

table.homepage_featured {
	background: #e6e6e6;
	padding: 4px; }

.homepage_featured_cell {
	background: #ffffff;
	border: 4px solid #f2f2f2; }

.homepage_photo_spotlight { 
	font-family: verdana;
	font-size: 10pt;
	line-height: 13.5pt; }

.homepage_photo_spotlight a { 
	color: #3e72ae;
	text-decoration: none; }
 
.homepage_photo_spotlight a:hover { 
	color: #c11e23;
	text-decoration: underline; }
	
.text { 
	font-family: arial;
	font-size: 10pt;
	line-height: 13.5pt; }
 
.text a { 
	color: #3e72ae;
	text-decoration: none; }
 
.text a:hover { 
	color: #c11e23;
	text-decoration: underline; }

.network_bar { 
	font-family: verdana;
	font-size: 8pt; }
 
.network_bar a { 
	color: #3e72ae;
	text-decoration: none; }
 
.network_bar a:hover { 
	color: #c11e23;
	text-decoration: underline; }

.photo_source { 
	font-family: arial;
	font-size: 7pt;
	color: #808080; }

.footer { 
	font-family: arial;
	font-size: 9pt;
	line-height: 14pt;
	color: #808080;
	background-color: #f1f1f1;  }
 
.footer a { 
	color: #808080;
	text-decoration: none; }
 
.footer a:hover { 
	color: #000000;
	text-decoration: underline; }

input.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}


input.search_field {
	background-color: #ffffff; 
	font-size: 12px; 
	color: #000000;	
	border: 1px solid #bebebe;
	height: 20px;
}

input.search_button {
	background-color: #ffffff; 
	font-size: 11px; 
	color: #888888;	
	border: 1px solid #bebebe;
	height: 20px;
}

#podcast_player {
	background: url('/podcast/assets/player_bkgrd.gif') no-repeat; 
	padding-top:15px;
}

#twitter_div  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	list-style-type: none;
	margin-left: 0px;
	margin-bottom: 5px;
	padding-left: 3px;
	padding-bottom: 3px;
}

#twitter_update_list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	list-style-type: none;
	margin-left: 0px;
	margin-bottom: 5px;
	padding-left: 3px;
	padding-bottom: 3px;
}

#twitter_update_list li {
	background-color: #f4f4f4;
	padding: 20px;
	border-bottom: 10px solid #ffffff;
}

#twitter_update_list a {
	color: #3e72ae;
	text-decoration: none;
}

#twitter_update_list  a:hover {
	color: #c11e23;
	text-decoration: underline;
}

/* Ajax Tabs */

.ajax_tabs {
	padding: 3px 0;
	margin-left: 0;
	margin-bottom: 0;
	font-family: verdana;
	font-size: 10pt;
	color: #818181;
	list-style-type: none;
	text-align: left; }

.ajax_tabs li {
	display: inline;
	margin: 0; }

.ajax_tabs li a {
	color: #3e72ae;
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 0px 0px;
	margin-right: 15px;}

.ajax_tabs li a:visited {
	color: #2d2b2b; }

.ajax_tabs li a:hover{
	text-decoration: underline;
	color: #c11e23; }

.ajax_tabs li a.selected {
	color: #818181;
	font-weight: bold;
	position: relative; }

.ajax_tabs li a.selected:hover {
	color: #818181;
	text-decoration: none; }