/* root element for tabs  */
#tabs_wrapper {
	width:269px;
	float:left;
	margin-top:20px;
	margin-bottom:20px;
	display:block;
	background-color:#d8d7d1;
	height:1700px;
	position:relative;
}

ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	height:25px;
	width:270px;
}

/* single tab */
ul.tabs li { 
	float:left;	 
	margin:0 !important;
	list-style-image:none !important;
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	background:url('images/tabs_single_col.gif') no-repeat 0px -25px;
	font-size:1.2em;
	font-weight:bold;
	display:block;
	height: 25px;  
	width: 90px;
	text-decoration:none;
	color:#fff;
	line-height:25px;
	text-align:center;
}

ul.tabs a:active {
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position: 0px 0px;		
	cursor:default !important; 
	color:#fff !important;
}

/* initially all panes are hidden */ 

.panes {
	padding:0px 10px;
	line-height:1.8em;
	overflow:auto;
	width:249px;
	position:absolute;
	top:25px;
	left:0px;
	height:2000px;
	display:none;
}

.panes td {
	padding-left:5px;
	font-size:1.2em;
}

.panes th {
	font-size:1.4em;
	text-align:left;
	padding-top:10px;
	border-top:1px dotted #000;
	padding-bottom:5px;
}
/*-------------------------------NEWS PANE-------------------------------*/


#news_items img {
	margin-right:10px;
	float:left;
}

#news_items h4 {
	font-size: 1.6em;
	font-weight:bold;
	margin-bottom:10px;
}

#news_items li p {
	font-size:1.2em;
	line-height:1.4em;
	margin-bottom:10px;
}

#news_items li {
	border-bottom:dotted 1px green;
	float:left;
	margin-top:1.8em;
}
/*-------------------------------VIDEO PANE--------------------------------*/

object {
	margin-top:1.8em;
}
