body {
	padding:0px;
	margin:0px;
	font-size:10px;
	font-family:arial;
}

#supermaster {
	position:fixed;
	height:21px;
	width: 100%;
	margin-top:0px;
	background: #666666;
	border-bottom:1px solid #cccccc;
	color:#f1f1f1;
	padding-top:8px;
	padding-left:5px;
	font-weight:bold;
	z-index: 99999999999999;
}

#back {
	position:absolute;
	left:0px;
	top:0px;
	height:10px;
	background:#CCCCCC;
	padding:10px;
	color:#666666;
}

#back2 {
	position:absolute;
	right:0px;
	top:0px;
	height:10px;
	background:#CCCCCC;
	padding:10px;
	color:#666666;
}

#back:hover, #back2:hover {
	background:yellow;
	cursor:pointer;
}

#superhead {
	position:fixed;
	width: 100%;
	margin-top:30px;
}

.supercol {
	background: #f1f1f1;
	width:100%;
	font-size:10px;
	float:left;
}

.supercol:nth-of-type(3) {
	margin-top:60px;
}

#superhead .supercol {
	background: #666666;
	color:#f1f1f1;
	width:100%;
	font-size:10px;
	float:left;
}

.supercol:hover {
	background:yellow;
	cursor:pointer;
	font-weight:bold;
}


.col1, .col2, .col3, .col4, .col5, .col6 {
	font-size:10px;
	float:left;
	margin-bottom:0px;
	border-bottom:1px solid #cccccc;
	width: calc(20% - 11px);
	height:15px;
	text-align: left;
	border-right:1px solid #CCCCCC;
	padding:5px;
	padding-top:10px;
}

.edited {
	background:#FFFFFF;
}

.col6 {
	border-right:1px solid #CCCCCC;
}

#leform, #leform_tab {
	position:relative;
	float:left;
	margin-top:0px;
	background:#CCCCCC;
	padding:10px;
	width:calc(100% - 20px);
	margin-bottom:50px;
}

#leform_tab {
	padding:40px !important;
	width:calc(100% - 80px)
}

.tablinks {
	background:#F1F1F1;
	margin-top:50px;
	padding:20px;
	padding-top:10px;
	padding-bottom:10px;
	margin-right:1px;
	border:none;
} 

.tablinks.active { 
	border-top:1px solid #666666;
	border-left:1px solid #666666;
	border-right:1px solid #666666;
} 

.tabsublinks {
	background:#F1F1F1;
	margin-top:-20px;
	padding:20px;
	padding-top:10px;
	padding-bottom:10px;

	border:none;
	margin-left: 0px;
	margin-bottom:20px;
} 

.tabsublinks.active { 
	border-top:1px solid #666666;
	border-left:1px solid #666666;
	border-right:1px solid #666666;
} 

.tabsubcontent form {
	padding:20px;
	background:#f1f1f1;
	padding-top:10px;
	/* margin-top:-20px; */
	min-height:850px;
}

.tabsub {
	padding:20px;
	margin-left: -18px;
	width: 100%;
	position: relative;
	background: #CCCCCC;
	margin-bottom: 0px;
	height: 13px;
	padding-bottom: 0px;
}

.tabsub form {
	padding:40px;
	margin-top: -20px;
	background:#f1f1f1;
}



input, select {
	width:100%;
	margin-bottom:20px;
	background:#666666;
	color:#ffffff;
	margin-top:5px;

	border-radius:0px;
	padding:5px;
	border:1px solid #f1f1f1;
}

input[type="checkbox"] {
	border:1px solid #000000;
	width:20px;
	height:20px;
}

input[type="submit"] {
	background:green;
	border:none;
	padding:10px;
	cursor:pointer;
}

h2 {
	font-size:12px;
}

h3 {
	font-size:12px;
	font-weight:normal;
	margin-bottom:-100px;
	margin-left:10px;
}

span {
	color:red;
}

#leframe {
	
	display: none;
	
	
	position:fixed;
	bottom:0px;
	width:100%;
	background:#000000;
	z-index:999999999999;
	left:0px;
	height:150px;
	border:none;
	border-top:1px; solid #666666;
}

#search {
	position:fixed;
	width:250px;
	padding:0px;
	margin:0px;
	margin-top:-25px;
	right:100px;
}

#search form {
	padding:0px;
	margin:0px;	
	background:none;
}

#search input {
	width:calc(100% - 75px);
	float:left;
	margin-right:5px;
	height:30px;
	color:#FFFFFF;
	border:none;
	background:#CCCCCC;
}

#search input[type="submit"] {
	float:left;
	width:65px;
	text-align:center;
	height:30px;
	padding-top:8px;
	background:#CCCCCC;
	color:#666666;
	font-weight:bold;
}

.morespecifics {
	padding:15px;
	width:100%;
	height: auto;
	min-height: 100px;
	position: relative;
	float:left;
	margin-top:-15px;
	background:#f1f1f1;
}

.specificlast {
	margin-bottom:100px;
}

.smalclick {
	width:100px;
	float:left;
}

.smalclick label {
	width:80px;
	float:left;
	margin-top:-38px;
	height:20px;
	margin-left:25px;
}

.subtil {
	background: #CCCCCC !important;
	color:#666666 !important;
}