/* 
/////////////////////////////////////
UF White ...
MAIN CSS SETTINGS
/////////////////////////////////////
*/

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #808080;
    font-size: 12px;
	background-color: #FFFFFF;
}

td {
font-size: 13px;
}

/* SUCCESS SCREEN ALT */
.row_color1 {
    background-color: #BFB1DF;
}
.row_color2 {
    background-color: #EAEAFF;
}

.form_style{
	background-color: #0000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #808080;
	/*font-weight: bold;*/
	padding-top: 3px;
	/*padding-bottom: 3px;
    border: 1px solid #333333;*/
    font-size: 12px;
}

form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

label {
	float: left;
	width: 5em;
}

/* MAIN FORM INPUTS */
.input_style {
    padding-left: 3px;
    /*border: 1px solid #808080;*/
	
    color: #808080;
    background-color: #FFFFFF;
}

.req {
    color: #FF9900;
	font-weight: bold;
}

input, .input_style, {
    border: 1px solid #FF9900;
	background-color: #EEEEEE;
}

input:focus, input.sffocus, .input_style:focus, textarea.sffocus, textarea:focus {
	
    border: solid 2px #FF9900;
	
    color: #000000;
    
    background-color: #EEEEEE;
    background-image:url(ultra_cb/errchk.png);
    background-repeat: no-repeat;
    background-position: 0px 100px;
}

textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
}

/* DROP DOWN LISTS */
.drop {
background-color: #EEEEEE;
color: #000000;
}

/* HR RULE DIVIDER */
hr {
    border: none;
    border-top: 1px dashed #CCCCCC;
    margin-top:6px;
    height: 1px;
}

/* FORM STATUS */
.good {
    color: #642C8C;
    font-weight: bold;
}
.err {
	color: #CC0000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.no_marg{
margin-bottom: 0;
}

/* FORM BUTTONS */
.ubutton {
font-size: 11px;
height:24px;

padding-bottom:2px;
background-color: #EEEEEE;
color:#000000;
text-align: center;
cursor:hand; 
cursor:pointer;

border-right: 1px inset #808080;
border-bottom: 1px inset #808080;
border-top: 1px solid #808080;
border-left: 1px solid #808080;
}

.ubutton:hover {
font-size: 11px;
height:24px;

padding-bottom:2px;
background-color: #FADEA8;
color:#909090;
text-align: center;
cursor:hand; 
cursor:pointer;

border-right: 1px inset #808080;
border-bottom: 1px inset #808080;
border-top: 1px solid #808080;
border-left: 1px solid #808080;
}

.ubutton_dis {
font-size: 11px;
height:24px;

padding-bottom:2px;
background-color: #EEEEEE;
color:#666666;
text-align: center;
cursor:hand;

border-right: 1px inset #808080;
border-bottom: 1px inset #808080;
border-top: 1px solid #808080;
border-left: 1px solid #808080;
}

.ubutton_dis:hover{
font-size: 11px;
height:24px;

padding-bottom:2px;
background-color: #CCCCCC;
color:#666666;
text-align: center;
cursor:hand; 
cursor:pointer;

border-right: 1px inset #808080;
border-bottom: 1px inset #808080;
border-top: 1px solid #808080;
border-left: 1px solid #808080;
}

.cb1 {
background-image:url(ultra_cb/false.png);
background-repeat: no-repeat;
   background-position: left;
   height: 12px;

}
.cb2 {
background-image:url(ultra_cb/true.png);
background-repeat: no-repeat;
   background-position: left;
   height: 12px;

}

.thanks {
padding: 3px;
border: 1px solid #808080;
}