/* get rid of those system borders being generated for A tags */
*, *:active, *:focus {outline:none; -moz-outline-style: none;}

#tabbox {width: 412px; margin: 0px; padding: 0px;}

div.panes {overflow:auto; border:1px solid #363636; border-top:0; height:220px; padding: 10px 10px 20px 10px; font-size:14px; background: #363636; color: #999;}

div.panes div {display:none; border: 0px;}

.feedtitle {font-weight: bold; color: #cccccc;}
.feedposts {color: #fffad3; display: block; padding: 8px; background:#6f6f6f; font-size: 15px; margin: 6px 0px 0px 0px; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;}
.feedposts:hover {background: #7d7d7d;}
.feedposts a {text-decoration: none; display: block; margin-bottom: -20px; color: #fffad3}
.feedposts a:active, .feedposts a:hover, .feedposts a:visited {color: #fffad3;}
.feeddate {font-size: x-small; color: #ddd;}

/* root element for tabs  */

ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding: 0px 0px 0px 0px;
	height:30px;
	border-bottom:1px solid #363636;
	background: url(images/tabs-bg.png) no-repeat;
}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin: 0px 0px 0px 10px !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	background: url(images/tabs.png) no-repeat 0px 0;
	font-size:12px;
	font-weight: bold;
	display:block;
	height: 30px;  
	line-height:30px;
	width: 70px;
	text-align:center;	
	text-decoration:none;
	color:#c1c1c1;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
}

ul.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position: 0px -31px;	
	color:#e1e1e1;	
}

/* 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 -62px;		
	cursor:default !important; 
	color:#f5f5f5 !important;
	font-weight: bold;
}

/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;		
}
