﻿html, body
{
    margin: 0px;
    padding: 0px;
    background-color: #FFF;
}
input, textarea, select
{
    border: 1px solid #00A800;
    font-family: Tahoma;
    font-size: 10pt;
    color: #006600;
}
input.required.login
{
    font-family: Tahoma;
    font-size: 10pt;
    color: #006600;
    text-align:center;
}
.Til1
{
    font-family: Tahoma;
    font-size: 12pt;
    color: #006600;
    font-weight: normal;
}
.Til2
{
    font-family: Tahoma;
    font-size: 10pt;
    color: #FFFFFF;
    font-weight: bold;
}
.Til3
{
    font-family: Tahoma;
    font-size: 10pt;
    color: #006600;
    font-weight: normal;
    text-decoration:none;
}
.Til3 a
{
    font-family: Tahoma;
    font-size: 10pt;
    color: #006600;
    font-weight: normal;
    text-decoration:none;
}
.Til3 a:hover
{
    font-family: Tahoma;
    font-size: 10pt;
    color: #006600;
    font-weight: normal;
    text-decoration:underline;
}
.Til4
{
    font-family: Tahoma;
    font-size: 12pt;
    color: #006600;
    font-weight: bold;
}
.Til4 a
{
    font-family: Tahoma;
    font-size: 12pt;
    color: #006600;
    font-weight: bold;
    text-decoration:none;
}
.Til4 a:hover
{
    font-family: Tahoma;
    font-size: 12pt;
    color: #006600;
    font-weight: bold;
    text-decoration:underline;
}
.Til5
{
    font-family: Tahoma;
    font-size: 8pt;
    color: #CC0000;
    font-weight: normal;
    text-decoration:none;
}
.Til5 a
{
    font-family: Tahoma;
    font-size: 10pt;
    color: #CC0000;
    font-weight: normal;
    text-decoration:underline;
}
.Til5 a:hover
{
    font-family: Tahoma;
    font-size: 10pt;
    color: #CC0000;
    font-weight: normal;
    text-decoration:none;
}

/*  -------  Req-----------*/

input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
	text-align: right;
}


input.required, textarea.required, select.required
{
    border: 1px solid #00A800;
    text-align: right;
    text-align: right;
    font-family: Tahoma;
    font-size: 10pt;
    color: #000000;
}
input.validation-failed, textarea.validation-failed, select.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
	text-align: right;
 	font-family: Tahoma;
    font-size:10pt;

}
input.validation-passed, textarea.validation-passed, select.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
	text-align: right;
 	font-family: Tahoma;
    font-size:10pt;

}
.validation-advice
{
    margin: 0px;
    padding: 3px;
    color: #FF0000;
    font-weight: normal;
    font-family: Tahoma;
    font-size: 9pt;
    text-align: right;
}

.custom-advice {
	margin: 5px;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
}
.form-row {
	clear: both;
	padding: 0.5em;
}
.inputSp-btn
{
    	border: 1px solid #00A8E6;
    	font-family: Tahoma;
    	font-size:8pt;
    	color:#444444;
}
.inputSp
{
 	border: 1px solid #00A8E6;
 	text-align: right;
 	font-family: Tahoma;
    font-size:10pt;
    color:#000000;
}
.inputSp-notreq
{
    border: 1px solid #00CC00;
    text-align: right;
    font-family: Tahoma;
    font-size:10pt;
    color:#000000;
}
.ui-draggable, .ui-droppable {
	background-position: top;
}