﻿/*   
  SmartTab plugin v0.99
  jQuery Tab Control Plugin
  
  http://tech-laboratory.blogspot.com
  http://techlaboratory.wordpress.com
*/
.stContainer {
    position:relative;
    margin:0;
    padding:0; 
	aling:center;
    font: normal 12px Papyrus, Arial, Helvetica, sans-serif; 
 /*   color:              #5A5655;*/
/*    background-color:   #F8F8F8; */
    border:             0px solid #CCC;
    width:926px;
    -webkit-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius  : 8px;
    -moz-border-radius  : 8px;    
}
.stContainer div {
   /* -webkit-border-radius: 5px; 
    -webkit-border-top-left-radius
    -webkit-border-top-right-radius */
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft   : 8px;
    -moz-border-radius-bottomright  : 8px; 
    position: center;    
    margin:             0;   
    border: 1px solid #FF5C04;
    padding:            10px;   
    border-top-width: 0 !important;
    /*height: 300px;    
    width:905px; */
    aling:center;
	font: normal 12px Papyrus, Arial, Helvetica, sans-serif; 
    color:              #5A5655;   
 background-color:   #FFF;
    text-align:left;
    overflow:show;    
}


.stContainer ul {
    display:block;
    list-style: none;    
    position: relative;    
    padding: 0 0px 0px 70px;     
    margin: 0;     
    width: 855px;
    height:26px; 
    clear: both;
    border: 1px solid #FF5C04;    
    background: #5D1C18;
    -moz-border-radius-topleft      : 8px;
    -moz-border-radius-topright     : 8px;
    -moz-border-radius-bottomleft   : 0px;
    -moz-border-radius-bottomright  : 0px; 
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
}

#tabs-2 div.panel p {
	/* -webkit-border-radius: 5px; 
    -webkit-border-top-left-radius
    -webkit-border-top-right-radius */
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft   : 8px;
    -moz-border-radius-bottomright  : 8px; 
    position: center;    
    margin:             0;   
    border: 1px solid #FF5C04;
    padding:            10px;   
    border-top-width: 0 !important;
    /*height: 300px;    
    width:905px; */
    aling:center;
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size: 14px;
	text-align: justify;
	color: #370108;
    overflow:show;    

	
	
}
.stContainer ul li{ 
    position: relative; 
    margin: 0;
    padding: 0;    
    height: 25px;
	border-bottom: 0px solid #FF5C04 !important; 
    border-right: 1px solid #FF5C04;  
    border-left: 1px solid #FF5C04;      
    float: left;
}
.stContainer ul li a { 
  display:block;
  margin:0;
  padding:3px;
  text-decoration: none;
  height:20px;
  width: 250px;
  color:#ffffff;
  outline-style:none;
  
}
/*.stContainer ul li a img { 
  display:block;
  margin:0;
  padding:3px;
  height:50px;
  width:50px;
  float:left;
}*/
.stContainer ul li a hg { 
  display:block;
  font-family: Papyrus, Helvetica, Sans-Serif;
  font-size: 11px;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;  float:center;
  margin:3px;
  text-align: center;
}
.stContainer ul li a small { 
  font: normal 12px Papyrus, Arial, Helvetica, sans-serif;
  float:left;
}
.stContainer ul li a:hover {   
  color:#370108; 
  background: #FF5C04; 
}
.stContainer ul li a.sel { 
  height:20px;
  color:#370108;  
  background: #FF5C04;  
  cursor:text;   
}
.stContainer ul li a.dis {
  color:#370108;  
  background: #370108; 
  cursor:text;   
}




