/* === SunBlock Systems ===  */


/* Form elements */

label{
	font-family: Arial, Helvetica, sans-serif;
	color: #1D5785;
	font-size: 8pt;
	font-weight: bold;
}

select{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #666666;
    background-color:#fff;
	margin-top: 0px;
	margin-bottom: 4px;
	padding-top: 0px;
	padding-bottom: 2px;
	margin-right: 2px;
	margin-left: 2px;
	padding-right: 2px;
	padding-left: 2px;

}

select:disabled {
    background-color:#ececec;
}




input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #666666;
	line-height: normal;
    background-color:#fff;
	margin-top: 0px;
	margin-bottom: 4px;
	padding-top: 0px;
	padding-bottom: 2px;
	margin-right: 2px;
	margin-left: 2px;
	padding-right: 2px;
	padding-left: 2px;
	
}



input:disabled {
	#font-family: Arial, Helvetica, sans-serif;
	#font-size: 8pt;
	#font-weight: bold;
	#color: #cccccc;
    background-color:#ececec;
    #width: 160px;
    #height: 22px;
#margin-top: 0px;
	#margin-bottom: 4px;
	#padding-top: 0px;
	#padding-bottom: 2px;
	#margin-right: 2px;
	#margin-left: 2px;
	#padding-right: 2px;
	#padding-left: 2px;
}

input.btn{
    cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	height: 17px;
	width: 145px;
	background-color: #1D5785;
	padding: 0 0 5 2px;
	margin: 0 0 0 0px;
	border-width: none;
	border-style: none;
	border-top-color: none;
	border-right-color: none;
	border-bottom-color: none;
	border-left-color: none;
}

input.btn2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	height: 17px;
	width: 145px;
	text-align: left;
	background-color: #71a020;
	padding: 0 0 5 5px;
	margin: 0 0 0 0 px;
	border-width: none;
	border-style: none;
	border-top-color: none;
	border-right-color: none;
	border-bottom-color: none;
	border-left-color: none;
}

input.btn3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	height: 17px;
	width: 145px;
	background-color: #888888;
	padding: 0 0 5 5px;
	margin: 0 0 0 0px;
	border-width: none;
	border-style: none;
	border-top-color: none;
	border-right-color: none;
	border-bottom-color: none;
	border-left-color: none;
}

input.btn4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	height: 17px;
	width: 115px;
	text-align: left;
	background-color: #1D5785;
	padding: 0 0 5 5px;
	margin: 0 0 0 0px;
	border-width: none;
	border-style: none;
	border-top-color: none;
	border-right-color: none;
	border-bottom-color: none;
	border-left-color: none;
}


input.borderless{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	text-align: left;
	color: none;
	background-color: none;
	margin: 0px;
	padding: 2px 6px;
	border-width: none;
	border-style: none;
	border-top-color: none;
	border-right-color: none;
	border-bottom-color: none;
	border-left-color: none;
}

input[type="checkbox"]{
	border-width: none;
	border-style: none;
	border-top-color: none;
	border-right-color: none;
	border-bottom-color: none;
	border-left-color: none;
	padding: 0 0 0 0px;
	}


input[type="button"], input[type="submit"], button, submit, .btn, .btn2, .btn3 {
    cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	line-height: normal;
	background-color: none;
	margin: 0 0 0 0px;
	padding: 0 0 5 3px;
	border-width: none;
	border-style: none;
	border-top-color: none;
	border-right-color: none;
	border-bottom-color: none;
	border-left-color: none;
}




input[type="button"]:disabled, 
input[type="submit"]:disabled, .btn:disabled{

	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	line-height: normal;
	
	background-color: none;
	margin: 0 0 0 0px;
	padding: 0 0 5 3px;
	border-width: none;
	border-style: none;
	border-top-color: none;
	border-right-color: none;
	border-bottom-color: none;
	border-left-color: none;
	opacity:0.6;
}


.error{
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 11pt;
	font-weight: normal;
}
.current{
	color: #F89D08;
}
#loginstatus{
	float: right;
	margin: 0px;
	position: relative;
	bottom: 30px;

}
.user{
	font-size: 12pt;
	font-weight: bold;
}


