/**** HTML TAGS ****/

/**** CSS CLASSES ****/
.label {
    font-weight: normal;
}
.ac_results
{
    font-family:verdana,arial,helvetica,trebuchet,sans;
    font-size:9pt;
    position:absolute;
    width:240px;
    background-color:#fff;
    border:1px solid #214252;
    margin:0;
    padding:0;
    z-index:100;
}
.ac_results ul
{
    list-style-type:none;
    margin:0;
    padding:0;
}

.ac_even
{
    color:silver;
    color:#1b2930;
    list-style-type:none;
    display:block;
    margin:0;
    padding:2px;
    cursor:pointer;
}
.ac_odd
{
    color:silver;
    color:#1b2930;
    list-style-type:none;
    display:block;
    margin:0;
    padding:2px;
    cursor:pointer;
}
.ac_over
{
    background-color: #1b2930;
    color:silver;
    border: 1px solid #9FCC17;
}

/**** CSS ELEMENTS ****/
#registrationTitle {
	font-size: 2em;
	text-shadow: 1px 0px 1px #e9f4f7;
}
#registrationTitle a {
	float:right;
}
/*#registrationPanel {
    -webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;    
	background-color: rgba(255, 255, 255, 0.2);
    padding:30px;
    padding-right:20px;
    padding-bottom:20px;
}*/
#registrationPanel dt {
    display:none;
}
#registrationPanel dd {
    padding:0;
    margin:0;
}
#registrationPanel .label {
    color: #204D61;
	font-family: Helvetica, Arial, sans-serif;    
    padding-bottom:20px;
    padding-right:20px;
}
#registrationPanel .field {
    padding-bottom:20px;
}
#registrationPanel textarea {   
    background-color: #ebf5f7;	
	color: #64828C;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; 	
	-webkit-box-shadow: inset 1px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: inset 1px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    box-shadow: inset 1px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    font-size:1.1em;
    padding-left:5px;
	width: 300px;
}
#registrationPanel input[type=text] { font-size: 16px; width: calc(100% - 22px); margin: auto; border: 0; border-left: 5px solid #bbbbbb; background: #efefef; padding: 11px; margin-top: 20px; }
#registrationPanel input[type=password] { font-size: 16px; width: calc(100% - 22px); margin: auto; border: 0; border-left: 5px solid #bbbbbb; background: #efefef; padding: 11px; margin-top: 20px; }
#registrationPanel input[type=checkbox] { width: 30px; height: 30px; vertical-align: middle; }
#panelLeft #contentPanel select { font-size: 16px; width: 100%; margin: auto; margin-bottom: 20px; border: 0; border-left: 5px solid #bbbbbb; background: #efefef; padding: 11px; margin-top: 20px; }

#registrationPanel input:focus {
    background-color: #ffffff;
}
#registrationPanel .border {
    border: 1px solid #63a3b3;
}
#registrationPanel .border:focus {    
	border: 1px solid #28758c;
}
#registrationPanel input[type=text].question {
    width:50px;
}
/*#registrationPanel #submit {
    width: 140px;
    height: 34px;    
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;     
    border: 1px solid #6e8628;    
    background-color: #8fb619;    
    background-image: linear-gradient(bottom, rgb(123,158,18) 16%, rgb(168,211,40) 100%);
    background-image: -o-linear-gradient(bottom, rgb(123,158,18) 16%, rgb(168,211,40) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(123,158,18) 16%, rgb(168,211,40) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(123,158,18) 16%, rgb(168,211,40) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(123,158,18) 16%, rgb(168,211,40) 100%);    
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.16, rgb(123,158,18)),
        color-stop(1, rgb(168,211,40))
    );    
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2), inset 1px 1px 0px 0px rgba(187, 237, 41, 0.6);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2), inset 1px 1px 0px 0px rgba(187, 237, 41, 0.6);
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2), inset 1px 1px 0px 0px rgba(187, 237, 41, 0.6);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #294b57;
    line-height: 1.6em;
    margin-left:166px;
}*/

#registrationTypesPanel .topTitle { margin-top: 10%; }
/*#registrationTypesPanel div {
	display: inline-block;
	text-align: left;
}
#registrationTypesPanel a {
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;    
	background-color: #bbbbbb;
    color: #ffffff;
    padding:30px;
    padding-bottom: 40px;
	padding-top: 40px;
	margin: 30px;
	float: left;
	text-decoration: none;
	font-size: 1.5em;
}*/

#questionHelp {    
    margin:6px;
    margin-top:0;
    color:#08708a;
    width:400px;
}
#termsTitle {
    color: #66aec0;
	font-size: 2em;
	text-shadow: 1px 0px 1px #e9f4f7;
	/*filter: dropshadow(color=#e9f4f7, offx=1, offy=0);*/
    margin-top:15px;
    margin-left:25px;
    margin-bottom:5px;
}
#portalArea {
	background-color: #F8F7F7;
	height: 100%;
	padding: 3em;
}
#portalArea .username {
    color: #4F5382;
	font-size: 1.3em;
	font-weight: bold;
}
#portalArea .title {
	background: #fff;
	border-left: solid 0.4em #689f86;
	color: #689f86;
	padding: 0.5em;
	margin-top: 1em;
	margin-bottom: 1em;
	text-transform: uppercase;
	font-size: 1.1em;
}
#formRegister ul.errors {
    list-style: none;
    color: #FF0000;
    position: absolute;
    display: none !important;
}
#formRegister .errors {
    color: #FF0000;
    display: block !important;
    visibility: visible !important;
}
#usersNew {
    border: 1px solid #65820e;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-image: linear-gradient(bottom, rgb(116,153,5) 0%, rgb(153,204,0) 100%);
    background-image: -o-linear-gradient(bottom, rgb(116,153,5) 0%, rgb(153,204,0) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(116,153,5) 0%, rgb(153,204,0) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(116,153,5) 0%, rgb(153,204,0) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(116,153,5) 0%, rgb(153,204,0) 100%);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(116,153,5)),
        color-stop(1, rgb(153,204,0))
    );
    background-color: #7ea604;
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2), inset 1px 1px 0px 0px rgba(190, 255, 0, 0.2);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2), inset 1px 1px 0px 0px rgba(190, 255, 0, 0.2);
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2), inset 1px 1px 0px 0px rgba(190, 255, 0, 0.2);
    color: #ffffff;
    padding:14px;
    padding-top:2px;
    padding-bottom:2px;
    text-decoration:none;
    font-family:helvetica,arial,serif;
    font-size:0.9em;
	position: absolute;
    margin-left:50px;
	margin-top: -6px;
	z-index: 999;
}
#usersNew .plus {
    color: #58710f;
    text-shadow: -1px -1px 0px #354409;
    filter: dropshadow(color=#354409, offx=-1, offy=-1); 
    font-size:1.5em;
}
#required{
	float: right;
    margin-top: 15px;
}
.autocompleteDiv {
    position: relative;
}