textarea
{
	font-family: Arial, Sans-Serif;
    font-size: 12px;
}
.FD-NumEdit80
{
	/*behavior: url(NumEdit.htc);
  -moz-binding: url("../NumEdit.xml#numEdit"); 
  color: #000000;
	background-color: #FFFFE0;
	border: 1px solid #CCC;*/
    vertical-align: top;
    width: 80%;
    height: 34px;
    padding: 6px 12px;
    margin:1px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.FD-NumEdit
{
	/*behavior: url(NumEdit.htc);
  -moz-binding: url("../NumEdit.xml#numEdit"); 
  color: #000000;
	background-color: #FFFFE0;
	border: 1px solid #CCC;*/
    
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    margin:1px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #000;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    
}

    .FD-NumEdit:disabled {
        font-weight: normal;
        background-color: #f1f1f1;
        border: 1px solid #ccc;
    }

.LeftAlign {
    text-align:left;
}

.RightAlign {
    text-align:right;
}


.FD-NumEditRequired
{
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #f47a7a;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
      
}

.FD-DateTimeEditRequired:disabled {
    background-color: #f1f1f1;
}

/*.FD-LOVEdit > input:disabled {
    background-color: #f1f1f1;
}*/

.FD-NumEditRequired:disabled {
    background-color: #f1f1f1;
}

.FD-DEImage {
    behavior: url(DateEditImage.htc);
    width: 20px;
    margin: 0 0 2px 3px;
    border: 0;
    vertical-align: middle;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 10px;
}

.FD-DEImage:disabled
{
   font-weight:normal;
   border: 1px solid #ccc;
}

.FD-LoveDisabled select, .FD-LoveDisabled input {
    font-weight: normal;
    background-color: #f1f1f1;
    border: 1px solid #ccc;
}

.FD-LoveDisabled {
    font-weight: normal;
    background-color: #f1f1f1 !important;
    border: 1px solid #ccc;
    border-radius: 4px;
}

select.FD-LOVEdit, .FD-LOVEdit select, .FD-LOVEdit input {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    padding-left: 45px;
    /*border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;*/
}



.FD-DTEImage
{   	
	behavior: url(DateTimeEditImage.htc);
	width: 20px;
	
	margin: 0 0 2px 3px;
	border: 0;
	vertical-align: middle;
	cursor:pointer;
    position: absolute;
    right: 20px;
    top: 10px;
      
}

.FD-FullWidth {
    width: 100%;
}

.FD-DESpan
{
    color: #102040;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
}

.FD-DateEdit
{
	/*behavior: url(DateEdit.htc);
	-moz-binding: url("../DateEdit.xml#dateEdit");
	color: #000000;
	background-color: #FFFFE0;*/
     width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #f47a7a;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
      
}


.FD-DateEdit:disabled
{
   font-weight:normal;
   border: 1px solid #ccc;
}

.FD-DateTimeEdit
{
	/*behavior: url(DateTimeEdit.htc);
	-moz-binding: url("../DateEdit.xml#dateEdit");
	color: #000000;
	background-color: #FFFFE0;*/
   
   margin:2px;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #f47a7a;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
      
}



.FD-DateTimeEdit:disabled
{
   font-weight:normal;
   border: 1px solid #ccc;
}

.FD-DateEditRequired
{
	/*behavior: url(DateEdit.htc);
	-moz-binding: url("../DateEdit.xml#dateEdit");
	color: #000000;
	background-color: #FFFFE0;*/
   margin:2px;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #f47a7a;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
      
}

.FD-DateTimeEditRequired
{
	/*behavior: url(DateTimeEdit.htc);
	-moz-binding: url("../DateEdit.xml#dateEdit");
	color: #000000;
	background-color: #FFFFE0;
	border: 1px solid #666;*/
       margin:2px;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #f47a7a;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
      
}

.FD-Panel
{
    background : url('../images/menu/panel.jpg') top left #C0C8D0;
	/*border: 1px dotted #000000;*/
	padding: 10px;
}

.FD-Panel-Caption
{
	background-color: #505050;
}

.FD-Label
{
    color: #000;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: normal;
        text-align: right;
    width: 100%;
    display: block;
    padding-top:7px;
}

@media (max-device-width: 1000px) {
    .FD-Label {
        color: #000;
        font-family: Arial, Sans-Serif;
        font-size: 12px;
        font-weight: normal;
        text-align: left;
        width: 100%;
        display: block;
        padding-top: 7px;
    }
}

.panel input[type="checkbox"] {
    margin-top:11px;
}

.FD-LabelCheckBox
{
    color: #666666;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: normal;
   
}

.FD-DataLabel {
    color: #666666;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    width: 100%;
    display: block;
    padding-top: 7px;
}

.FD-LOVEdit
{
    color: #000000;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
}

.FD-CommandButton
{
	width: 100px;
	height: 22px;
	margin: 0 0 4px 0;
}

.FD-CommandCheck
{
    vertical-align: top;
    font-size: 8pt;
}

.FD-DetailButton
{
}

.FD-LOVimage
{
	width: 20px;
	/*height: 12px;*/
	margin: 0 0 2px 3px;
	border: 0;
    cursor:pointer;
    position: absolute;
    left: 20px;
    top: 10px;
     
}

.FD-LOVclear {
    width: 25px;
    height: 25px;
    cursor: pointer;
    position: absolute;
    left: 39px;
    top: 7px;
}

.FD-LOVselect
{
	width: 16px;
	height: 16px;
	margin: 0;
	border: 0;
}

.FD-Optional
{
	background-color: #ffffff;
    border: 1px solid #000;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.FD-Required
{
	/*background-color: #FFFFE0;*/
	border: 1px solid #f47a7a;  
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

a.FD-SimpleLinkButton, a.FD-SimpleLinkButton:link, a.FD-SimpleLinkButton:visited
{
	background-color: #C0C0C0;
	color: #202020;
	padding: 2px 7px 2px 7px;
	text-decoration: none;
	border-style: solid;
	border-width: 1px;
	border-color: #202020;
	vertical-align: middle;
	font-weight: normal;
}

a.FD-SimpleLinkButton:hover
{
	background-color: #E0E0E0;
	color: #404040;
	border-color: #404040;
}

a.FD-LOVSimpleLinkButton, a.FD-LOVSimpleLinkButton:link, a.FD-LOVSimpleLinkButton:visited
{
	background-color: #E0E0E0;
	color: #202020;
	padding: 2px 7px 2px 7px;
	text-decoration: none;
	border-style: solid;
	border-width: 1px;
	border-color: #202020;
	vertical-align: middle;
	font-weight: normal;
}

a.FD-LOVSimpleLinkButton:hover
{
	background-color: #E0E0E0;
	color: #404040;
	border-color: #404040;
}

.FD-OldDataLabel
{
    color: #000000;
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    padding-left: 3px;
}

.alert {
    padding: 7px;
}