/* Tabbed block styles
   Be sure to include the following styles in your theme's stylesheet
   for proper block display.
*/
 #tablist {
    float:left;
    width:100%;
    margin: 0px !important;
    padding: 0px !important;		
    /* line graphic for tabcontentcontainer top - should match tab border and tabcontentcontainer border */
    background: url("../images/tab_bottom.gif") repeat-x bottom;
}

#tablist ul {
    list-style:none;
    margin:0;
		/* first value control top padding, second controls where first tab starts */
    padding:0px 10px 0;		

}

#tablist li {
    float:left;
    background:url("../images/tab_left_orange.gif") no-repeat top left; /* selected left-half tab image */
    padding-left: 10px;
  	 padding-right: 1px;
  	 padding-top: 0px;
	 padding-bottom: 0px;
    margin-left: -10px;
	 _margin-left: -5px;
	 margin-right: 10px;
	 _margin-right: 5px;
    padding: 0px; /* adjust second value for tab spacing */
    cursor: pointer;
    cursor: hand;				
}


#tablist img {
    border: 0px;
    vertical-align: middle;		
    padding-right: 3px;
}

#tablist a {
    float:left;
    display:block;
    background:url("../images/tab_right_orange.gif") no-repeat right top; /* unselected right-half tab image */
    padding-left: 2px;
  	 padding-right: 13px;
  	 padding-top: 5px;
	 padding-bottom: 5px;
    text-decoration:none; /* styles of of unselected tab taxt */
	 font-size: 11px;		
    line-height:normal;		
    font-weight:bold;
    color:#666;
	 position: relative;
	 right: 1px;
	 margin-left: 5px;
	 
}

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#tablist a {float:none;}
/* End IE5-Mac hack */

#tablist a:hover {
    color:#333;
}

#tablist li.current {
    background-image:url("../images/tab_left_on_orange.gif"); /* selected left-half tab image */
    border-width:0;
}

#tablist li.current a {
    background-image:url("../images/tab_right_on_orange.gif"); /* selected right-half tab image */
    color:#333;
    padding-bottom:5px;
}

#tablist li#tabobj4-110, #tablist li#tabobj4-79 {
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-image: none;
}
#tablist li#tabobj4-110 a, #tablist li#tabobj4-79 a {
	padding-left: 0px;
 	padding-right: 20px;
	margin-left: 0px;
	margin-right: 0px;
    background:url("../images/rss-icon-small.gif") no-repeat right; /* unselected right-half tab image */
}
#tabcontentcontainer {

	background: #ff0000;

    /* Color of  "container" holding the tabbed block
		   content. For best effect, the background color
			 should be the same as the selected tab, and the
			 border color should be the same color as the
			 tab border and the tab_bottom.gif graphic */
	background: #fff;
	border-left: 1px solid #468abb;
	border-right: 1px solid #468abb;
	margin: 0px !important;				
	padding: 5px;
	clear: left;

}


#nav-orangebox > #tabcontentcontainer {
	border-bottom: 1px solid #468abb;
}



.tabcontent {
    display:none;
}

.tabcontentspacer {
    /* Bottom margin for tabblock if not shown inside block template */
   margin: 0px !important;    
	height: 10px;
}

/* END Tabbed block styles */
