/* FORMS */
form.fblue {
	font-size: 11px;
	padding: 8px 16px 0 8px;
	margin: 0;
	background-color: #E0E8EC;
	float: none;
	clear: both;
}
form.fblue1 {
	padding: 0;
	margin: 0;
	background-color: #E0E8EC;
	float: none;
	clear: both;
	width: 550px;
}
form.fsand {
	font-size: 11px;
	padding: 8px 16px 16px 8px;
	margin: 0;
	background-color: #EFEFEA;
}
/* end */


/* TABLES */
form.fblue table.form1{
	width: 100%;
	background-color: #E0E8EC;
}
form.fblue1 table.form2, form.fblue1 table.form3 {
	background-color: #E0E8EC;
}
form.fblue1 table.form3 {
	width:550px;
}
.w550 {
	width:550px;
	margin-bottom:20px;
}
.w550 pagebox{
}
form.fblue1 table.form2 td.light{
	padding: 0px 16px 16px 36px;
 	font-size: 10px;
	border-top:0px solid #fff;
}
form.fblue1 table.form2 th{
	padding: 6px 0px 4px 16px;
 	font-size: 11px;
	border-top:1px solid #fff;
	text-align: left;
}
form.fblue1 table.form2 td{
	padding: 6px 16px 4px 16px;
 	font-size: 11px;
	border-top:1px solid #fff;
}
form.fblue1 table.form3 td{
	padding: 6px 16px 4px 16px;
}
form.fblue1 table.form3 td.k0{
	padding: 6px 16px 4px 0px;
}
form.fblue1 table.form3 td.k1{
	padding: 2px 16px 0px 0px;
}
form.fblue1 table.form2 td.b0, form.fblue1 table.form2 th.b0{
	border-top:0px solid #fff;
}
/*form.fblue1 table.form2 td.dark .comment{
	color: #f5f5f5;
}*/
form.fblue1 table.form3 thead td{
	background-color: #bfcfd8;
	color: #000000;
 	font-size: 11px;
	font-weight: bold;
	padding: 6px 16px 6px 16px;
	border-bottom:0px solid #E0E8EC;
}
form.fblue1 table.form3 thead td.sp1{
	padding: 3px 16px 3px 16px;
}
form.fblue table.form1_1 {
	width: 100%;
}
form.fblue table.form1 td {
	padding-left: 8px;
	padding-top: 8px;
}
form.fblue table.form1_1 td {
	padding-left: 8px;
	padding-top: 8px;
}
/* end. */


/* BUTTONS */
button {
	float: right;
    font-size: 11px;
	font-weight:normal;
    cursor: pointer;
}
/*
button {
	background-color: #BFCFD8;
	border: 1px solid #FFFFFF;
	outline: 1px solid #4C7891;
	padding: 0 16px 2px 16px;
	float: right;
	width: auto;
	margin-right: 1px;
}
button:hover {
	background-color: #CCD9E0;
}
*/
button.fsand {
	background-color: #D9D9D9;
	border: 1px solid #FFFFFF;
	outline: 1px solid #8A8A71;
	padding: 0 16px;
	float: none;
}
button.fsand:hover {
	background-color: #EFEFEA;
}
/* end. */


/* INPUT, TEXTAREA, SELECT */
form.fblue input, form.fblue select {
	border: 1px solid #4C7891;
	width: 100%;
	padding:1px 3px;
	font-weight:normal;
/*	height: 17px;*/
}
form.fblue1 input{
	border: 1px solid #4C7891;
	width: 50px;
	padding:1px 3px;
	font-weight:normal;
/*	height: 17px;*/
}
form.fblue1 table.form3 input{
	border: 1px solid #4C7891;
	width: 100%;
	padding:1px 3px;
	font-weight:normal;
/*	height: 17px;*/
}
form.fblue select {
	padding:0px;
}
form.fblue textarea {
	border: 1px solid #4C7891;
	font-size: 11px;
	width: 100%;
	padding:1px 3px;
	height: 75px;
}

form.fblue input, form.fblue1 input, form.fblue textarea, form.fblue select *:disabled {
	border: 1px solid #7F9FB0;
}
form.fsand input, form.fsand textarea, form.fsand select {
	border: 1px solid #8A8A71;
	width: 100%;
	height: 17px;
}
form.fsand input, form.fsand textarea, form.fsand select *:disabled {
	border: 1px solid #A2A28C;
}
/* end. */


/* CHECKBOX, RADIO */
form.fblue table.form1 input.box, form.fblue1 table.form2 input.box, form.fblue1 table.form3 input.box {
	outline: none;
	border: 0px;
	margin: 0px 8px 0px 0;
	vertical-align: middle;
	width: 13px;
}
form.fblue1 table.form2 input.box {
	margin: 0px;
	float:right;
}
form.fblue1 table.form3 input.box {
	margin: 0px;
}
form.fblue1 table.form2 input.box1 {
	outline: none;
	border: 0px;
	margin: 0 0 0 3px;
	vertical-align: middle;
	width: 13px;
	float:none;
}
/* end. */


/* FORM LABELS */
form.fblue label, form.fblue1 label {
	text-align: left;
	margin-right: 16px;
	display: inline;
}
form.fblue1 table.form2 label {
	text-align: left;
	margin-right: 0px;
	display: inline;
}
form.fblue label.top {
	display: block;
	margin: 0 0 4px 0px;
}
/* end. */

.fblue .corner {
	width: 11px;
	height: 11px;
	margin-left: -8px;
}
.fsand .corner {
	bottom:-5px;
	left:-8px;
	position: relative;
	/*visibility: hidden;*/
}
.text1{
	float:left;
	width:50px;
}
.text2{
	float:left;
	width:420px;
}
.text3{
	float:left;
	width:350px;
}
.inactive td, .inactive th{
	background-color: #e0e0d7 !important;
	color: #888888 !important;
}
.balta{
	 background-color: #fff !important;
	 padding: 15px 0px !important;
}
