.sports_tab_wrap {
	width: 950px;
	border: 1px solid #000000;
	background: #F5F5F5;
	margin-top: 10px;
	/*float: left;	
	padding-bottom: 10px;*/
}

/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */
/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
	display:none;
}
/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
	display:none;
}
.tabberlive {
    width: 950px;
}
/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav {
	background: url(../images/navBar-bg.jpg) repeat-x left top;
	font-family: Arial,Tahoma,Verdana,  Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	height: 27px;
	margin: 0;
	padding: 0;
	padding-top: 5px;
	padding-left: 5px;
}
ul.tabbernav li {
	list-style: none;
	margin: 0;
	display: inline;
	line-height: 27px;
}
ul.tabbernav li a {
	background:url(../images/tab-left-n.gif) no-repeat left top; /* Left rounded image */
	height:27px; /* Can be change beween 20px to 40px */
	font-family:Arial,Tahoma,Verdana,  Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	display:block;
	width:auto;
	cursor:hand;
	float:left;
	padding-left:10px;
	text-decoration:none;
	color:#7ca4c1;
	display:block;
	line-height: 27px;
	margin-right: 2px;
}
ul.tabbernav li a span {
	background:url(../images/tab-right-n.gif) no-repeat right top; /* Right rounded image larger than tab in width */
	display:block;
	padding: 0 10px 0 0;
	display:block;
	height:27px; /* Can be change beween 20px to 40px */
	float:left;
	line-height: 27px;
}
ul.tabbernav li a:hover {
 	background:url(../images/top-nav-left.gif) no-repeat left top; /* Left rounded image after mouse over */
	height:27px; /* Can be change beween 20px to 40px */
	display:block;
	float:left;
	padding-left:10px;
	text-decoration:none;
	color:#fff;
	line-height: 27px;
}
ul.tabbernav li a:hover span {
 	background:url(../images/top-nav-right.gif) no-repeat right top; /* Right rounded image larger than tab in width after mouse over*/
	display:block;
	padding: 0 10px 0 0;
	display:block;
	line-height: 27px;
	height:27px; /* Can be change beween 20px to 40px */
	float:left;
}
ul.tabbernav li.tabberactive a {
 	background:url(../images/top-nav-left.gif) no-repeat left top; /* Left rounded image after mouse over */
	height:27px; /* Can be change beween 20px to 40px */
	display:block;
	float:left;
	padding-left:10px;
	text-decoration:none;
	color:#fff;
	line-height: 27px;
}
ul.tabbernav li.tabberactive a span {
 	background:url(../images/top-nav-right.gif) no-repeat right top; /* Right rounded image larger than tab in width after mouse over*/
	display:block;
	padding: 0 10px 0 0;
	display:block;
	line-height: 27px;
	height:27px; /* Can be change beween 20px to 40px */
	float:left;
}


/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
   border:1px solid #e9eef2;
   padding: 0px;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
	display:none;
}
.tabberlive .tabbertab h3 {
	display:none;
}
/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 	border:1px solid #e9eef2;
	padding: 0;
}
div.tabbertab td{
	padding: 0;
}

/* tabcontent */
.tabcontent {
	font-size: 11px;
	padding: 0px;
	width: 938px;
	padding: 5px;
	display: block;
}
.tabcontent h1 {
	font-size: 15px;
	color: #095D94;
	display: block;
	margin-bottom: 10px;
}
.tab_list ul {
	width: 300px;
	float: left;
	padding: 0;
	margin: 0;
}
.tab_list ul li {
	width: 280px;
	padding: 0;
	padding-left: 20px;
	background: url(../images/org-arrow.gif) no-repeat left 5px;
	padding-bottom: 5px;
}
.tab_img {
	width: 234px;
	float: left;	
}
.tab_detail {
	width: 380px;
	margin: 0;
	padding: 0;
	float: left;
	border-right: 24px solid #F5F5F5;
}
.tab_list {
	width: 300px;
	float: right;
	padding: 0;
	margin: 0;
}
.tabcontent p {
	font-size: 12px;
	line-height: 18px;
}
.tabcontent a {
	color: #F38A01;
	text-decoration: none;
}
.tab_list ul li a {
	color: #000000;
	text-decoration: none;
}
.tab_list ul li a:hover {
	color: #F38A01;
	text-decoration: none;
}
