@CHARSET "UTF-8";
/*Global */
body, html {
	padding:0;
	margin: 0;
	height: 100%;
}
body {
    font-family: Arial, sans-serif;
    font-size: 14pt;
	background: #074d9f;
	color: #000000;
}
img {
	border: none;
}
a {
    color: #FFFFFF;
    text-decoration: underline;
    cursor:pointer;
}
a:hover {
    text-decoration:none;
}
a:visited {
    color: #FFFFFF;
}
/* Forms & Error messages */
div.error-message, div.error, div.required-field {
	color: #FF0000;
	font-weight:normal;
	clear:both;
}
div.required-field {
    font-size: 14pt;
}
div.error-message ul {
	margin-left: 15px;
}
#loginBox div.error-message ul li {
	margin-bottom: 0;
}
input.form-error {
	border: 1px solid #FF0000 !important;
}
label.error {
    clear: both;
    color: #FF0000;
    font-weight: normal;
    width: 100%;
}
.disabled {
	color: #CCCCCC;
}
div.required label:after {
    content: ' *';
    color: #FF0000 !important;
    display:inline;
}
div.required.radio label:after, div.required.multi-checkbox label:after {
	content: ' ';
}
div.required label.error:after {
	content: '';
}
div.required-fields {
    padding-bottom: 8px;
    padding-right: 35px;
    text-align: right;
}
div.form-clear {
    clear:both;
    height: 10px;
}
fieldset {
    border: 2px solid #1ec1ec;
    clear: both;
    padding: 16px;
    width: 400px;
    margin-bottom: 12px;
}
fieldset legend {
	font-size:12pt;
	font-style:italic;
	color: #1ec1ec;
}
div.textarea {
    float: left;
    width: 100%;
}
label {
	float:left;
	width: 175px;
}
.input.radio input{
	float:left;
}
div.two-line-label {
	margin-bottom: 15px;
}
textarea {
	float:left;
}
div.input {
	margin: 4px 0;
	clear:both;
}
textarea {
	float:left;
	clear: both;
}
div.textarea label {
	float:left;
}
label {
    float: left;
    width: 175px;
}
sup {
	font-size: 6.5pt;
}
.underline {
	text-decoration: underline;
}
.required-field-message {
	font-size: 9pt;
	float:left;
	clear:both;
	margin-top: 12px;
}
#flashMessage {
    font-size: 13.5pt;
    margin: 0 auto 12px;
    padding: 4px 4px 4px 12px;
    position: relative;
    top: 75px;
    width: 1200px;
}
div.failed, div.warning, div.success {
    clear: both;
    width: 1200px;
    font-weight: bold;
    margin: 16px 0;
    padding: 5px 0 5px 5px;
    font-size: 15pt;
}
div.failed, div.warning, div.success {
    clear:both;
    padding: 4px;
    width: 75%;
    font-weight:bold;
    margin: 16px 0 16px 0;
}
div.failed {
    border: 2px solid #660000;
    background: #FF0000;
    color: #660000;
}
div.warning {
    border: 2px solid #FFCC11;
    background: #FFF68F;
    color: #FFCC11;
}
div.success {
    border: 2px solid #3D8B37;
    background: #A6D785;
    color: #3D8B37;
}
#flashMessage span.close {
    float: right;
    cursor: pointer;
    margin-right: 8px;
}
h1 {
    margin: 0;
}
.close-flash {
    cursor: pointer;
    float: right;
    margin-top: 2px;
    width: 16px;
}
div.clear {
    clear:both;
    height: 4px;
}
#preloader {
    display:none;
}
.message.hidden {
    display: none;
}