a {   
    color:#ccc;   
    text-decoration:none;   
}   
  
#tabMenu {   
    margin:0;   
    padding:0 0 0 15px;   
    list-style:none; 
    height:30px;
}   
  
#tabMenu li {   
    float:left;   
    height:32px;   
    width:39px;   
    cursor:pointer;   
    cursor:hand;
}   
  
/* this is the button images */  
li.news {background:url(images/tabComment.gif) no-repeat 0 -33px;}   
li.posts {background:url(images/tabStar.gif) no-repeat 0 -33px;}   
li.category {background:url(images/tabFolder.gif) no-repeat 0 -33px;}   
li.famous {background:url(images/tabHeart.gif) no-repeat 0 -33px;}   
li.random {background:url(images/tabRandom.gif) no-repeat 0 -33px;}   
  
li.mouseover {background-position:0 0;}   
li.mouseout {background-position:0 -33px;}   
li.selected {background-position:0 0;}   
.RadPanelBar {margin:0px; padding:0px; width:180px;}
.rpRootGroup {width:180px; overflow:hidden;}
.box {   
    width:195px;
    margin-left:20px;
    text-align:left;

}   
  
.boxTop {   
    background:url(images/boxTop.gif) no-repeat;
    height:11px;   
    clear:both;
    
}   
  
.boxBody {   
    background-color:#727272;
	padding:10px;
}   
  
.boxBottom {   
    background:url(images/boxBottom.gif) no-repeat;   
    height:11px;   
}   
  
.boxBody div {   
    display:none;   
}   
  
.boxBody div.show {   
    display:block;   
}   
.boxBody div div {   
    display:block;   
}     
  
.boxBody #category a {   
    display:block  
}   
  
/* styling for the content*/  
.boxBody div ul {   
    margin:0 10px;   
    padding:0;   
    width:170px;   
}   

/* styling for the content */
.boxBody div ol {   
    margin:0 10px;   
    padding:0;   
    width:170px;  
	list-style:none;
	margin-bottom:10px;
}   
  
.boxBody div li {   
    border-bottom:1px dotted #8e8e8e;    
    padding:4px 0;   
    cursor:hand;   
    cursor:pointer;
}   


.boxBody div ol li.last {   
    border-bottom:none  
}   
  
.boxBody div li span {   
    font-size:8px;   
    font-style:italic;    
    color:#888;   
	padding-left:10px;
	background:url(images/arrow.gif) no-repeat;
	line-height:12px;
}   
.boxBody div li span span {   
    font-size:8px;   
    font-style:italic;    
    color:#888;   
	background:url("") no-repeat 1px 6px;
	line-height:14px;
}   
.boxBody div div ul.rpRootGroup li ul.rpLevel1 {   
padding-left:10px;
background-color:#727272;
}
.boxBody div div ul.rpRootGroup li ul.rpLevel2 {   
padding-left:10px;
background-color:#727272;
}
.boxBody div li p{   
    font-size:09px;   
    font-style:italic;    
    color:#888;   
}   
.boxBody div li h4{   
    font-size:12px;
	margin-bottom:04px;
	color:#fff;
}     
.boxBody div h3{   
    font-size:14px;
	font-family:Verdana,Tahoma,Georgia,Arial;
	color:#fff;
	margin-bottom:4px;
}     
.boxBody .sf_eventsList li {margin:0px;}
.boxBody .sf_eventsList li h4 a {
    font-size:12px;
	font-family:Verdana,Tahoma,Georgia,Arial;
	color:#fff;
	background:url(images/arrow.gif) no-repeat 1px 6px;
	padding-left:15px;
	display:block;
	line-height:15px;
	margin:0px;
}
.boxBody .sf_eventsList li div {
	padding:0px;
	margin:0px;
}
.boxBody .sf_eventsList li div p {
    font-size:10px;
	font-family:Verdana,Tahoma,Georgia,Arial;
	color:silver;
	margin:0px;
	padding:0px;
	line-height:12px;
}
.boxBody .sf_newsList li h4 a {
    font-size:12px;
	font-family:Verdana,Tahoma,Georgia,Arial;
	color:#fff;
	background:url(images/arrow.gif) no-repeat 1px 6px;
	padding-left:15px;
	display:block;
	line-height:15px;
	margin-top:0px;
}
.boxBody .sf_newsList li p.sf_date {
    font-size:10px;
	font-family:Verdana,Tahoma,Georgia,Arial;
	color:silver;
	margin:0px;
	padding:0px;
	padding-left:20px;
	line-height:12px;
}

.boxBody div p{   
margin-bottom:4px;
}     

/* IE Hacks */  
*html .boxTop {margin-bottom:-2px;}   
*html .boxBody div ul {margin-left:10px;padding-left:15px;}   
  

