/*
 * SmartTab plugin v2.0
 * jQuery Tab Control Plugin
 * 
 * by Dipu Raj
 * http://techlaboratory.net/smarttab
 * 
 * License 
 * http://creativecommons.org/licenses/by-sa/3.0/  
 */
.stMain {
  display:block;
  margin:10px 0 10px 20px;
  padding:0;
  color: #666666;
  border: 0px solid #CCC;
  font-family: "Segoe UI",Tahoma,arial,sans-serif;
  font-size: 100%;
  width:748px;
}
.stContainer {
  display:block;
  margin:0;
  padding:0;
  border: 1px solid #CCC; 
  height:300px;
  overflow:hidden;  
  position: relative;
  min-height: 500px;
}
.stMain div.tabContent { 
  display:block;
  position: absolute;
  margin:0;  
  border: 0px solid #D4D4D4;    
  background-color: #FFF;
  text-align:left;
}
.stMain ul.tabAnchor {
  display: inline-block;
  list-style-type: none;
  position:relative;
  padding:0;
  margin:0;    
  clear: both;
  margin-bottom: -1px;
  z-index: 100;
}
.stMain ul.tabAnchor li{ 
  position: relative; 
  margin: 0;
  padding: 0;
  float: left;
}
.stMain ul.tabAnchor li a { 
  display:block;
  margin:0;
  padding:5px;  
  height:30px;
  width:150px;
  font-size: 16px;
  color:#666;
  text-decoration: none;
  outline-style:none;
  border: 1px solid #D4D4D4;
  background: #f6f6f6; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */                                                                                
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */             
  background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */                                                                 
  background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */                                                                              
  background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */                                                                                    
  background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */                                                                                    
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */                                          
}
.stMain ul.tabAnchor li a small {
  font-size:10px;
}
.stMain ul.tabAnchor li a:hover {
  color:#000;
  background: #00A7DB;
}
.stMain ul.tabAnchor li a.sel {
  color:#00A7DB;
  border-bottom-color: #FFF;
  cursor:text;
  background: rgb(249,249,249); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(249,249,249,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,249,249,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(249,249,249,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(249,249,249,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(249,249,249,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(249,249,249,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.loader{
  position: absolute;
  left:48%;
  top:40%;
  display:block;
  margin:0;
  padding:5px; 
  padding-top: 35px;
  font-size: 10px;
  color:#666;
  text-decoration: none;
  outline-style:none;
  border: 1px solid #D4D4D4;
  background: #f6f6f6 url(../images/loader.gif) no-repeat 10px 10px ;
}
a.stLinks { 
  margin:0;
  padding:5px;
  color:#666;
  text-decoration: none;
  outline-style:none;
  border: 1px solid #D4D4D4;
  background-color: #f6f6f6;
 }
a.stLinks:hover {
  color:#FFF;
  background-color: #00A7DB;
}

#test{
	border:1px solid #01A9DB;
	border-collapse:separate;
	border-spacing:2px 5px;
	height: 170px;
	width:720px;	
	margin-left:10px;
	margin-bottom:10px;
	
}

#line_over{
	border:1px solid #01A9DB;
	border-collapse:separate;
	border-spacing:2px 5px;
	height: 190px;
	width:720px;	
	margin-left:10px;
	margin-bottom:10px;
	}
#Mini_ulpa{
	border:1px solid #01A9DB;
	border-collapse:separate;
	border-spacing:2px 5px;
	height: 230px;
	width:720px;	
	margin-left:10px;
	margin-bottom:10px;
	}
.test_1{
	font:normal normal normal 12px sans-serif;
	margin:5px;
	float:left;
}

.mini_ulpa{
	font:normal normal normal 12px sans-serif;
	margin:5px;
	float:left;
	height: 200px;
}


.test_2{
	border-collapse:separate;
	border-spacing:2px 5px;
	font:normal normal normal 12px sans-serif;
	float:left;
	line-height:20px; 
	color:#999;
}

#tabs-1 h3{
	font-size: 14px;
	padding-bottom:10px;
	margin-left:35px;
	margin-top:10px;
}

.col_1{
	margin:10px 0px 0px 1px;
	font-size: 14px;
	color: #fff;
	width:120px;
	float:left;
	line-height:20px; 
	background-color: #01A9DB;
	text-align: center;
	height:20px;
}

.col_first{
	margin:10px 0px 0px 1px;
	font-size: 14px;
	color: #fff;
	width:180px;
	float:left;
	line-height:20px; 
	background-color: #01A9DB;
	text-align: center;
	height:20px;

}

.col_1mini{
	margin:10px 0px 0px 1px;
	font-size: 14px;
	color: #fff;
	width:100px;
	float:left;
	line-height:20px; 
	background-color: #01A9DB;
	text-align: center;
	height:20px;
}

.col_2{
	margin:1px 0px 0px 1px;
	border-bottom: 1px solid #01A9DB;
	font-size: 14px;
	color: #999;
	width:120px;
	float:left;
	line-height:20px; 
	text-align: center;
}

.col_2mini{
	margin:1px 0px 0px 1px;
	border-bottom: 1px solid #01A9DB;
	font-size: 14px;
	color: #999;
	width:100px;
	float:left;
	line-height:20px; 
	text-align: center;
}

.col_2first{
	margin:1px 0px 0px 1px;
	border-bottom: 1px solid #01A9DB;
	font-size: 14px;
	color: #999;
	width:180px;
	float:left;
	line-height:20px; 
	text-align: center;
}

.col_2last{
	margin:1px 0px 0px 1px;
	border-bottom: 0px solid #01A9DB;
	font-size: 14px;
	color: #999;
	width:120px;
	float:left;
	line-height:20px; 
	text-align: center;
}

.col_2first_last{
	margin:1px 0px 0px 1px;
	border-bottom: 0px solid #01A9DB;
	font-size: 14px;
	color: #999;
	width:180px;
	float:left;
	line-height:20px; 
	text-align: center;
}

.col_2last{
	margin:1px 0px 0px 1px;
	border-bottom: 0px solid #01A9DB;
	font-size: 14px;
	color: #999;
	width:120px;
	float:left;
	line-height:20px; 
	text-align: center;
}
.col_2mini_last{
	margin:1px 0px 0px 1px;
	border-bottom: 0px solid #01A9DB;
	font-size: 14px;
	color: #999;
	width:100px;
	float:left;
	line-height:20px; 
	text-align: center;
}

#tabs-2 h3{
	font-size: 14px;
	padding-bottom:10px;
	margin-left: 20px;
	margin-top:10px;
}
#tabs-3 h3{
	font-size: 14px;
	padding-bottom:10px;
	margin-left: 20px;
	margin-top:10px;
}
#tabs-4 h3{
	font-size: 14px;
	padding-bottom:10px;
	margin-left: 20px;
	margin-top:10px;
}
