/* tab pane styling */
div.panes-sm 
{
    border:1px solid #dcdcdc; 
    background-color:White; 
    padding:2px; /*min-height:200px;*/
}

.panes-sm div {
	/*display:none;		*/
	border-top:0px; 
	/*width:270px;*/ z-index:100 !important;
}

/* root element for tabs  */
ul.tabs-sm { 
	list-style:none; 
	margin:0 !important; 
	padding:0; overflow:hidden;	
	border-bottom:0px solid #dcdcdc;	
	height:34px; z-index:100 !important;
}

/* single tab */
ul.tabs-sm li { 
	float:left;	 
	text-indent:0;
	padding:0; border-right:1px solid #eeeeee;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.tabs-sm a { 
	background-color: white;
	border:1px solid #dcdcdc;
	font-size:10pt;
	display:block;
	height: 34px;  
	line-height:40px;
	width: 78px;
	text-align:center;	
	text-decoration:none;
	/*color:#333;*/
    color:#3a69b4;
	padding:0px;
	margin:0px;	
	position:relative;
	top:0; 
    text-transform:uppercase;
    font-weight:bold;   
    border-top-left-radius: 5px; border-top-right-radius: 5px;
}

ul.tabs-sm a:active {
	outline:none;	
}

/* when mouse enters the tab move the background image */
ul.tabs-sm a:hover {
	background-color: #3a69b4;
	border:1px solid #dcdcdc;
    color:#fff;	cursor:default !important;
}


/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs-sm a.current, ul.tabs-sm a.current:hover, ul.tabs-sm li.current a {
	cursor:default !important;
	background-color: #3a69b4;
	color:#fff !important; 	
	border-top-left-radius: 5px; border-top-right-radius: 5px;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */

/* width short */
ul.tabs-sm a.s 		{ background-position: 0px -0px; width:44px; }
ul.tabs-sm a.s:hover 	{ background-position: -0px -34px; }
ul.tabs-sm a.s.current  { background-position: -0px -68px; }



/* initially all panes are hidden */ 
.panes-sm .pane-sm {
	display:none;		
}

.fb-like-box 
{
    font-size: 8pt; color:Red;
}

