@charset "utf-8";
/* CSS Document */
*.{
	margin: 0px;
	padding: 0px;
}
.tabsheader{
    float: left;
    position: relative;
    width: 100%;
}
.bmod{display:none;}
.bmod:nth-of-type(1){display:block;}
.tabsheadli{
	display: inline;
	background-color: #F2F2F2;
	float: left;
	margin: 0 2px 0 0!important;
	padding: 10px;
	text-align: center;
	width: auto;
}
.tabsheadli:hover{
	background-color: #909AA4;
	color: #58616a !important;
}

.tabsheader li a, .tabsheadli a{
	text-decoration: none;
	color: #58616a;
}
.tabsheadli a:hover, .tabsheader li a:hover{
	color: #D6D6D6 !important;
}
.tabsheader li{
 margin:0!important;
  float:left;
  border:thin solid  #FFF;
  min-width:100px;
   background-color: #E8F5F9;
  }
.tabsheader .selected {
  margin:0!important;
  float:left;
  background-color:#F2FCFD; border: 1px 1px medium; z-index: 2000;}
.tab{
	float: left;
    margin: -1px 0 0;
	width: 100%;
	border: 1px solid #EDE9EB;

}

.tab li{
	text-decoration: none;
	list-style-type: none;	
}
.tab input, .tab textarea{
	/*width: 80%;*/
}
input[type="radio"] {
}



.red{
	color: #CC0000;
}
/* faux tabs */
.faux_tabsheader{
	float: left;
	width:100%;	
	border-bottom: 1px solid #d3cacd;
}
