/* 
/////////////////////////////////////
Ultra Form White ...
MAIN CSS SETTINGS
/////////////////////////////////////
*/

/* Moz Trick, Always show scroll bars 
html { 
overflow: -moz-scrollbars-vertical; 
height: 100%
}*/

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

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

td{
font-size:11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

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

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



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

.req {
    font-size:12px;
    color: #236EC7;
	font-weight: bold;
    
    padding-right: 10px;
    background-image:url(./R.gif);
    background-repeat: no-repeat;
    /* Moz BG Position Fix */
    background-position: right;
    /*background-position: right 5px;*/
}

.req_cb {
    font-size:12px;
    color: #236EC7;
	font-weight: bold;
    
    background-image:url(./R.gif);
    background-repeat: no-repeat;
    /* Moz BG Position Fix */
    background-position: right;
    /*background-position: right 2px;*/
}

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

input:focus, input.sffocus, .input_style:focus, textarea.sffocus, textarea:focus {
	border: 1px solid #236EC7;
	
	color: #808080;
    
    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: #808080;
    resize: vertical;
    max-height:200px; 
}

/* DROP DOWN LISTS */
.drop {
background-color: #eeeeee;
color: #808080;
}

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

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

.no_marg{
margin-bottom: 0;
}

.qq {
    color: #236EC7;
	font-normal: bold;
	font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

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

padding-bottom:2px;
background-color: #eeeeee;
color: #236EC7;
text-align: center;
cursor:hand; 
cursor:pointer;

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

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

padding-bottom:2px;
background-color: #eeeeee;
color: #236EC7;
text-align: center;
cursor:hand; 
cursor:pointer;

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

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

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

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

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

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

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

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

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

}