﻿#formwrapper
{
    padding: 10px;
    overflow: hidden;
    display: none;
    -moz-border-radius: 10px 10px 10px 10px;
    -moz-box-shadow: 0 0 3px #AAAAAA;
    background-color: #F9F9F9;
    border: 2px solid #FFFFFF;
    overflow: hidden;
    width: 720px;
}



.formcontent
{
	
    height: 100%;
    margin: 15px auto;
    position: relative;
    text-align: center;
    width: 740px;
}

.formsteps
{
	clear:left;
    overflow: hidden;
    width: 700px;
    padding: 10px;
    
    
    -moz-border-radius: 3px;
    
    background-color: #F9F9F9;
    border: 1px solid silver;
    
}

.formsteps .step
{
    border: medium none;
    padding-bottom: 20px;
}
.step
{
    
    width: 600px;
}

.formsteps legend
{
    background-color: #F0F0F0;
    border-bottom: 1px solid #FFFFFF;
    border-top: 1px solid #D9D9D9;
    color: #666666;
    float: left;
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
    padding: 5px 0 5px 10px;
    text-align: left;
    text-shadow: 1px 1px 1px #FFFFFF;
    width: 670px;
}

.formsteps p label, p.formfield label.formlabel
{
    color: #666666;
    float: left;
    font-weight: bold;
    line-height: 26px;
    margin-right: 15px;
    text-align: right;
    text-shadow: 1px 1px 1px #FFFFFF;
    width: 25%;
}

.formsteps input, .formsteps textarea, .formsteps select, p.formfield input
{
    -moz-border-radius: 3px 3px 3px 3px;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    float: left;
    outline: medium none;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 5px;
    width: 60%;
}

.dialoginput
{
    -moz-border-radius: 3px 3px 3px 3px;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    float: left;
    outline: medium none;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 5px;
    width: 95%;
}

.formsteps input:focus
{
    background-color: #FFFEEF;
}

.formsteps p.submit
{
    -moz-box-shadow: none;
    background: none repeat scroll 0 0 transparent;
    border: medium none;
}

.formsteps button, .formsteps button, .formsteps .button, input[type="submit"], input[type="button"]
{
    background: #e3012d url('images/button.png') repeat-x 0 100%;
    margin: 0 0 0 4px;
    cursor: pointer;
    padding: 6px 9px;
    text-align: center;
    font: bold 10px Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    border: none;
}

.refreshbutton
{
    background-image: url('images/refresh.png') !important;
    background-repeat: no-repeat !important;
    margin-top: 5px !important;
    width: 18px !important;
    height: 18px !important;
}

.NoRecords
{
    font-weight: bold;
}

p.formfield
{
    clear: both;
    padding: 6px 0;
    height:20px;
}
.formlabel2
{
   width: 120px;
   margin-right:20px;
}
.forminput2
{
    display:inline !important;
    float:none !important;
    width:auto !important;
}
.formlabel
{
    float: left;
    width: 120px;
}
.autoinputbox
{
    background: #fff;
    border: 1px solid #e7e7e7;
    padding: 5px 0px;
    color: #666;
    width: 100%; 
}
.autoinputbox:focus
{
    background: #fff;
}

.longinputbox
{
    background: #fff;
    border: 1px solid #e7e7e7;
    padding: 5px 6px;
    color: #666;
    width: 120px;
}

.formlonginputbox
{
    background: #fff;
    border: 1px solid #e7e7e7;
    padding: 5px 6px;
    color: #666;
    width: 160px;
}

.formlongdateinputbox
{
    background: #fff;
    border: 1px solid #e7e7e7;
    padding: 5px 6px;
    color: #666;
    width: 140px;
}

.close
{
    background: url(images/close.png) no-repeat;
    width: 16px;
    height: 16px;
}

/**********************************

Name: cmxform Styles

***********************************/
form.cmxform
{
    width: 370px;
    font-size: 1.0em;
    color: #333;
}

form.cmxform legend
{
    padding-left: 0;
}

form.cmxform legend, form.cmxform label
{
    color: #333;
}

form.cmxform fieldset
{
    border: none;
    border-top: 1px solid #C9DCA6;
    background: url(../images/cmxform-fieldset.gif) left bottom repeat-x;
    background-color: #F8FDEF;
}

form.cmxform fieldset fieldset
{
    background: none;
}

form.cmxform fieldset p, form.cmxform fieldset fieldset
{
    padding: 5px 10px 7px;
    background: url(../images/cmxform-divider.gif) left bottom repeat-x;
}

form.cmxform label.error, label.error
{
    /* remove the next line when you have trouble in IE6 with labels in list */
    color: red !important;
    font-style: italic;
    margin-left: 5px;
    width: 300px !important;
    float: right !important;
}
div.error
{
    display: none;
}
input
{
    border: 1px solid black;
}
input.checkbox
{
    border: none;
}
input:focus
{
    border: 1px dotted black;
}
input.error
{
    border: 1px dotted red;
}
form.cmxform .gray *
{
    color: gray;
}

.forminputbox.checkbox
{
    /*width:auto !important;*/
}
.formfieldButtons
{
    clear: both;
    
    line-height: 40px;
    
    text-align: center;
}
.formlabel{}
#alertDialogMessage
{
	font-size: 14px;
	
}
.alertDialogMessageIcon
{
	float: left;
    margin: 0 5px 0 0;
}

#ajaxBlockProgress
{
	padding: 0 30px 0 30px;
	
line-height: 40px;
font-size: 20px;
font-weight: bold;
	background: url('images/loader.gif') no-repeat 0px 8px;
	color:white;
	
	
	
}

label.dpLabel
{
    display:block;
    float:left;
    margin-top:3px;
    
}
.date-pick
{
    display:block;
    float:left;
    
}

#reportFrame
{
    width:100%;
    border: 1px solid silver;
    margin-top: 4px;
}

.textbox-ok {
    background: white url('images/yes.gif') right no-repeat !important; 
    padding-right: 17px;
}

.textbox-notok {
    background: white url('images/no.gif') right no-repeat !important;
    padding-right: 17px;
}

label.processing
{
    padding-left:20px;
    background:transparent url('images/processing.gif') left no-repeat !important;
}

td.dpLabel
{
    text-align:right;
}