@charset "utf-8";
/* CSS Document */

div#loginbox fieldset
{
width: 100%;
float: left;
clear: left;
border: 1px solid #CCCCCC;
padding: 4px;
margin: 0;
background: transparent;
}

div#loginbox legend
{
font-weight: bold;
font-size: 95%;
padding: 0 2px 0 2px;
color: #CCCCCC;
margin: 0;
}

div#loginbox label
{
float: left;
width: 5em;
margin-right: 1em;
text-align: right;
color: #CCCCCC;
}

div#loginbox ol
{
padding: .2em 1em 0 1em;
list-style: none;
}

div#loginbox li
{
float: left;
clear: left;
width: 100%;
padding-bottom: .5em;
}


div#loginbox input
{
border: 1px solid #CCCCCC;
width: 150px;
background:#666666;
color: #EEEEEE;
}

div#loginbox input:hover
{
border: 1px solid #EEEEEE;
}

div#loginbox input:focus
{
border: 1px solid #EEEEEE;
background: #FFBB00;
color:#333333;
}

div#loginbox input.submit
{
width: 50px;
margin-left: 6em;
clear: left;
}

fieldset
{
margin: 1.5em 1.5em 0 1.5em;
padding: 0;
border: 0;
background: #FFFFFF;
}

legend
{
color: #333333;
font-size: 1.2em;
}

label
{
display: block;
font-weight: 700;
color: #000000;
}

.formrow
{
clear: both;
padding-top: 10px;
}

.formrow ul
{
padding: 0px;
}

.formrow li
{
list-style-type: none;
list-style-position: outside;
margin: 0px;
padding: 2px;
border: 0px;
}

.formrow p
{
font-weight: normal;
font-size: 95%;
}

.formrow label
{
display: inline;
float: none;
font-weight: 300;
font-size: 85%;
margin-left: 5px;
}

.hiddenDiv
{
display: none;
}

.formrow span.formlabel
{
float: left;
width: 150px;
text-align: right;
font-size: 90%;
clear: left;
}

.formrow span.formfields
{
float: right;
width: 335px;
text-align: left;
}

.formrow span.quizque
{
font-size: 110%;
}

div.quizrow
{
float: left;
text-align: left;
clear: both;
padding: 5px 0 5px 0;
}

.quizrow span.quizans
{
font-weight: normal;
}

.radio
{
margin-top: 5px;
float: right;
}

.text
{
border: 1px solid #CCCCCC;
width: 150px;
background:#FFFFFF;
color: #333333;
}

.text:hover
{
border: 1px solid #FFBB00;
}

.text:focus
{
border: 1px solid #FFBB00;
background: #FFFFF0;
color:#333333;
}

.text-area
{
border: 1px solid #CCCCCC;
background:#FFFFFF;
color: #333333;
}

.text-area:hover
{
border: 1px solid #FFBB00;
}

.text-area:focus
{
border: 1px solid #FFBB00;
background: #FFFFF0;
color:#333333;
}

.text-area:active
{
border: 1px solid #FFBB00;
background: #FFFFFF;
color:#333333;
}

.select-field
{
margin-right: 5px;
color: #666666;
width: 100px;
}

.select-field-long
{
margin-right: 5px;
color: #666666;
width: 200px;
}

.check-box
{
margin: 5px 5px 5px 0;
background: #FFFFFF;
color: #333333;
}

.formbutton
{
overflow: hidden;
margin-left: 150px;
float: left;
}

.submit-button
{
border: 3px double #999999;
border-top-color: #CCCCCC;
border-left-color: #CCCCCC;
background-color: #FFFFFF;
padding: 0.25em;
background-image: url(../grfx/submit_bg.png);
background-repeat: repeat-x;
color: #333333;
font-size: 75%;
font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif;
height: 25px;
text-transform: uppercase;
}

.submit-button:hover
{
color: #8B8989;
}

div#error
{
background: #FFEBE8;
border: 1px solid #DD3C10;
padding: 10px;
}

div#error a:link a:visited
{
color: #990000;
}

div#error a:visited
{
color: #990000;
}

div#error a:hover
{
color: #CC0000;
background-color: transparent;
}

/* Style for autocomplete text boxes */
/* ================================= */
.autoinput
{
width: 250px;
}

div.autocomplete
{
position: absolute;
width: 250px;
background-color: #FFFFFF;
margin: 0px;
padding: 0px;
border-left: 1px solid #CBD7E6;
border-right: 1px solid #CBD7E6;
}

div.autocomplete ul
{
list-style-type: none;
margin: 0px;
padding: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

div.autocomplete ul li.selected
{
background-color: #F5F5F5;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #889197;
}

div.autocomplete ul li
{
list-style-type: none;
display: block;
margin: 0;
padding-left: 2px;
font-size: 80%;
font-family: Verdana, Arial, Helvetica, sans-serif;
height: 25px;
font-weight: normal;
}

div.autocomplete li
{
color: #889197;
border-bottom: 1px dashed #CBD7E6;
}

span.informal
{
font-style: normal;
font-size: 80%;
color: #CCCCCC;
}
