﻿body.RecordBody
{
    background-color: #EFEFEF;
    font-family: Arial;
    margin: 0px 0px 0px 0px;
}

div.RecordLayout
{
    background-color: #EFEFEF;
    cursor: default;
    overflow: hidden;
    width: 989px;
}

div.RecordLayout div.RecordHeader
{
    border: solid 1px black;
    height: 53px;
    width: 100%;
}
div.RecordLayout div.RecordHeader table
{
    background-image: url(../../App_Themes/Silver/Images/RecordLayout/RecordHeaderBackground.jpg);
    background-repeat: repeat-x;
    border-top: solid 1px #ABABAB;
    border-right: solid 1px #9E9E9E;
    border-bottom: solid 1px #898989;
    border-left: solid 1px #9E9E9E;
    color: white;
    font-size: 12px;
    height: 100%;
    table-layout: fixed;
    width: 100%;
}
div.RecordLayout div.RecordHeader table tr td em
{
    font-size: 24px;
    font-style: normal;
    padding: 0px 10px 0px 5px;
}
div.RecordLayout div.RecordHeader table tr td span
{
    position: relative;
    top: -3px;
    left: 10px;
}
div.RecordLayout div.RecordHeader table tr td span b
{
    font-size: 14px;
}

div.RecordLayout div.RecordFooter
{
    border: solid 1px black;
    height: 23px;
    width: 100%;
}
div.RecordLayout div.RecordFooter table
{
    background-image: url(../../App_Themes/Silver/Images/RecordLayout/RecordFooterBackground.jpg);
    background-repeat: repeat-x;
    border-top: solid 1px #ABABAB;
    border-right: solid 1px #9E9E9E;
    border-bottom: solid 1px #898989;
    border-left: solid 1px #9E9E9E;
    height: 21px;
    table-layout: fixed;
    width: 100%;
    font-size:11px;
    color:#FFFFFF;
    font-weight:bold;
}

div.RecordLayout table.RecordToolbar
{
    background-image: url(../../App_Themes/Silver/Images/RecordLayout/RecordToolbarBackground.jpg);
    border-right: solid 1px black;
    border-left: solid 1px black;
    font-size: 11px;
    height: 28px;
    overflow: hidden;
    width: 100%;
}
div.RecordLayout table.RecordToolbar tr td
{
    background-image: url(../../App_Themes/Silver/Images/RecordLayout/RecordToolbarSeparator.gif);
    width: 3px;
}
div.RecordLayout table.RecordToolbar tr th
{
    padding-right: 12px;
    padding-left: 12px;
}
div.RecordLayout table.RecordToolbar tr th a
{
    color: black;
    text-decoration: none;
    white-space: nowrap;
}

div.RecordLayout div.RecordBodyTop
{
    height: 49px;
    overflow: hidden;
    padding: 0px 10px 0px 10px;
    width: 100%;
}

div.RecordLayout div.RecordBody
{
    padding: 0px 10px 10px 10px;
    width: 100%;
}

div.RecordLayout div.RecordBody div.TabContentTop
{
    background-image: url(../../App_Themes/Silver/Images/RecordLayout/TabContentTop.jpg);
    background-repeat: no-repeat;
    float: right;
    font-size: 1px;
    height: 2px;
    width: 829px;
}

div.RecordLayout div.RecordBody div.TabContentCenter
{
    background-image: url(../../App_Themes/Silver/Images/RecordLayout/TabContentCenter.jpg);
    background-repeat: repeat-y;
    float: right;
    padding: 8px 10px 8px 8px;
    width: 829px;
}

div.RecordLayout div.RecordBody div.TabContentCenter div.TabContentHeader
{
    border: none 1px;
    font-size: 18px;
    text-align: right;
    width: 100%;
}

div.RecordLayout div.RecordBody div.TabContentCenter div.TabContent
{
    height: 449px;
    overflow-x: auto;
    overflow-y: scroll;
    padding: 10px 9px 0px 0px;
    width: 811px;
}

div.RecordLayout div.RecordBody div.TabContentBottom
{
    background-image: url(../../App_Themes/Silver/Images/RecordLayout/TabContentBottom.jpg);
    background-repeat: no-repeat;
    float: right;
    font-size: 1px;
    height: 2px;
    width: 829px;
}

/*****************************************************************************/
/* Fieldsets                                                                 */
/*****************************************************************************/

fieldset
{
    background-color: #FFFFFF;
    /* border-color: #D7D7D7; */
    border-color: #b8b7bc;
    border-style: dashed;
    border-width: 1px;
    padding: 7px 0px 5px 0px;
    vertical-align: top;
    /*width: expression(document.getElementById('TabContent').clientWidth - 10);*/
}

fieldset.GridView {
    padding: 7px 20px 20px 20px;
}

fieldset.GridView span.Legend {
    color: #000000;
    font-family: Trebuchet MS;
    font-size: 14px;
    /*font-weight:normal;*/
    font-weight: bold;
    position: relative;
    top: -10px;
    left: 0px;
}

span.FieldSetLegend
{
    color: #000000;
    background-image: url(../../App_Themes/Silver/Images/title-bg.gif);
    font-family: Trebuchet MS;
    font-size: 14px;
    /*font-weight:normal;*/
    font-weight: bold;
    /* left: 20px;  */
    position: relative;
    top: -17px;
    /* left: 25px; */
    left: 16px;
    padding-left: 12px;
    padding-right: 12px;
}

.FieldSetLegend1
{
    color: #000000;
    background-image: url(../../App_Themes/Silver/Images/title-bg.gif);
    font-family: Trebuchet MS;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    top: -17px;
    left: -5px;
    padding-left: 12px;
    padding-right: 12px;
}

span.FieldSetLegendTransaction
{
    background-image: url(../../App_Themes/Silver/Images/WizardLayout/ControlHeader.jpg);
    background-repeat: repeat-x;
    width:100%; 
    height: 27px;
    color: #000000;
    font-family: Arial;
    font-size: 12px;
    /*font-weight:normal;*/
    font-weight: bold;        
    position: relative;
    top: -8px;    
}
/*****************************************************************************/
/* LeftAligned-FormView                                                      */
/*****************************************************************************/
ol.LeftAligned-FormView
{
   border-right: dashed 1px #D7D7D7;
    float: left;
    margin: 0px 0px 18px 0px;
    padding: 0px 20px 3px 20px;
    width: 49.5%;
}

ol.LeftAligned-FormView li
{
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    list-style-type: none;
    padding: 5px 0px 5px 0px;
}

ol.LeftAligned-FormView li label, ol.LeftAligned-FormView li span
{
    position: relative;
    top: -3px;
    width: 110px; 
}

ol.LeftAligned-FormView li input, ol.LeftAligned-FormView li select, ol.LeftAligned-FormView li textarea
{
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    width: 180px;
}
/*****************************************************************************/
/* RightAligned-FormView                                                     */
/*****************************************************************************/
ol.RightAligned-FormView
{
    border: none 1px #D7D7D7;
    float: right;
    margin: 0px 0px 18px 0px;
    padding: 0px 20px 3px 20px;
    width: 49.5%;
}

ol.RightAligned-FormView li
{
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    list-style-type: none;
    padding: 5px 0px 5px 0px;
}

ol.RightAligned-FormView li label, ol.RightAligned-FormView li span
{
    position: relative;
    top: -3px;
    width: 110px;
}

ol.RightAligned-FormView li input, ol.RightAligned-FormView li select, ol.RightAligned-FormView li textarea
{
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    width: 180px;
}
/*****************************************************************************/
/* CenterAligned-FormView                                                    */
/*****************************************************************************/
ol.CenterAligned-FormView
{
    clear: both;
    margin: 0px 0px 0px 0px;
    padding: 0px 25px 0px 25px;
    width: 100%;
}

ol.CenterAligned-FormView li
{
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    list-style-type: none;
    padding: 5px 0px 5px 0px;
    
}

ol.CenterAligned-FormView li label, ol.CenterAligned-FormView li span
{
    position: relative;
    top: -3px;
    width: 80px;
}

ol.CenterAligned-FormView li input, ol.CenterAligned-FormView li select, ol.CenterAligned-FormView li textarea
{
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    width: auto;
}
/*****************************************************************************/
/* CheckBox                                                                  */
/*****************************************************************************/
ol.LeftAligned-FormView li span.CheckBox, ol.RightAligned-FormView li span.CheckBox, ol.CenterAligned-FormView li span.CheckBox
{
    width: auto;
    position: static;
    vertical-align: top;
    margin-top: 5px;
}

ol.LeftAligned-FormView li span.CheckBox input, ol.RightAligned-FormView li span.CheckBox input, ol.CenterAligned-FormView li span.CheckBox input
{
    height: 14px;
    width: 19px;
    margin-left: -3px;
}

ol.LeftAligned-FormView li span.CheckBox label, ol.RightAligned-FormView li span.CheckBox label, ol.CenterAligned-FormView li span.CheckBox label
{
    top:-1px;
    padding-right: 10px;
    width: auto;
    position:relative;
}
/*****************************************************************************/
/* CheckBoxList                                                              */
/*****************************************************************************/
ol.LeftAligned-FormView li span.CheckBoxList, ol.LeftAligned-FormView li span.CheckBoxList span, ol.LeftAligned-FormView li table.CheckBoxList tr td span, ol.RightAligned-FormView li span.CheckBoxList, ol.RightAligned-FormView li span.CheckBoxList span, ol.RightAligned-FormView li table.CheckBoxList tr td span, ol.CenterAligned-FormView li span.CheckBoxList, ol.CenterAligned-FormView li span.CheckBoxList span, ol.CenterAligned-FormView li table.CheckBoxList tr td span
{
    position: static;
    width: auto;
}

ol.LeftAligned-FormView li span.CheckBoxList input, ol.LeftAligned-FormView li span.CheckBoxList span input, ol.LeftAligned-FormView li table.CheckBoxList tr td input, ol.LeftAligned-FormView li table.CheckBoxList tr td span input, ol.RightAligned-FormView li span.CheckBoxList input, ol.RightAligned-FormView li span.CheckBoxList span input, ol.RightAligned-FormView li table.CheckBoxList tr td input, ol.RightAligned-FormView li table.CheckBoxList tr td span input, ol.CenterAligned-FormView li span.CheckBoxList input, ol.CenterAligned-FormView li span.CheckBoxList span input, ol.CenterAligned-FormView li table.CheckBoxList tr td input, ol.CenterAligned-FormView li table.CheckBoxList tr td span input
{
    height: 14px;
    width: 19px;
    margin-left: -3px;
}

ol.LeftAligned-FormView li span.CheckBoxList label, ol.LeftAligned-FormView li span.CheckBoxList span label, ol.LeftAligned-FormView li table.CheckBoxList tr td label, ol.LeftAligned-FormView li table.CheckBoxList tr td span label, ol.RightAligned-FormView li span.CheckBoxList label, ol.RightAligned-FormView li span.CheckBoxList span label, ol.RightAligned-FormView li table.CheckBoxList tr td label, ol.RightAligned-FormView li table.CheckBoxList tr td span label, ol.CenterAligned-FormView li span.CheckBoxList label, ol.CenterAligned-FormView li span.CheckBoxList span label, ol.CenterAligned-FormView li table.CheckBoxList tr td label, ol.CenterAligned-FormView li table.CheckBoxList tr td span label
{
    padding-right: 10px;
    top:-1px;
    width: auto;
    position:relative;
}
/*****************************************************************************/
/* RadioButton                                                                  */
/*****************************************************************************/
ol.LeftAligned-FormView li span.RadioButton, ol.RightAligned-FormView li span.RadioButton, ol.CenterAligned-FormView li span.RadioButton
{
    width: auto;
    position: static;
}

ol.LeftAligned-FormView li span.RadioButton input, ol.RightAligned-FormView li span.RadioButton input, ol.CenterAligned-FormView li span.RadioButton input
{     
    height: 14px;
    width: 19px;
    margin-left: -4px;
}

ol.LeftAligned-FormView li span.RadioButton label, ol.RightAligned-FormView li span.RadioButton label, ol.CenterAligned-FormView li span.RadioButton label
{
    top:-1px;
    padding-right: 10px;
    width: auto;
    position:relative;
}
/*****************************************************************************/
/* RadioButtonList                                                           */
/*****************************************************************************/
ol.LeftAligned-FormView li span.RadioButtonList,
ol.LeftAligned-FormView li span.RadioButtonList span,
ol.LeftAligned-FormView li table.RadioButtonList tr td span,
ol.RightAligned-FormView li span.RadioButtonList,
ol.RightAligned-FormView li span.RadioButtonList span,
ol.RightAligned-FormView li table.RadioButtonList tr td span,
ol.CenterAligned-FormView li span.RadioButtonList,
ol.CenterAligned-FormView li span.RadioButtonList span,
ol.CenterAligned-FormView li table.RadioButtonList tr td span
{    
    position: static;
    width: auto;
}

ol.LeftAligned-FormView li span.RadioButtonList input,
ol.LeftAligned-FormView li span.RadioButtonList span input,
ol.LeftAligned-FormView li table.RadioButtonList tr td input,
ol.LeftAligned-FormView li table.RadioButtonList tr td span input, ol.RightAligned-FormView li span.RadioButtonList input, ol.RightAligned-FormView li span.RadioButtonList span input, ol.RightAligned-FormView li table.RadioButtonList tr td input, ol.RightAligned-FormView li table.RadioButtonList tr td span input, ol.CenterAligned-FormView li span.RadioButtonList input, ol.CenterAligned-FormView li span.RadioButtonList span input, ol.CenterAligned-FormView li table.RadioButtonList tr td input, ol.CenterAligned-FormView li table.RadioButtonList tr td span input
{       
    height: 14px;
    width: 19px;
    margin-left: -4px;
}

ol.LeftAligned-FormView li span.RadioButtonList label,
ol.LeftAligned-FormView li span.RadioButtonList span label,
ol.LeftAligned-FormView li table.RadioButtonList tr td label,
ol.LeftAligned-FormView li table.RadioButtonList tr td span label, ol.RightAligned-FormView li span.RadioButtonList label, ol.RightAligned-FormView li span.RadioButtonList span label, ol.RightAligned-FormView li table.RadioButtonList tr td label, ol.RightAligned-FormView li table.RadioButtonList tr td span label, ol.CenterAligned-FormView li span.RadioButtonList label, ol.CenterAligned-FormView li span.RadioButtonList span label, ol.CenterAligned-FormView li table.RadioButtonList tr td label, ol.CenterAligned-FormView li table.RadioButtonList tr td span label
{    
    padding-right: 10px;
    top: -1px;
    width: auto;
    position:relative;
}
span.RadioButtonList       { position: static; width: auto; }
span.RadioButtonList input { height: 14px; width: 19px; }

/*****************************************************************************/
/* CommandPanel                                                              */
/*****************************************************************************/
div.CommandPanel
{
    background-color: #EAEAEA;
    clear: both;
    padding: 20px 20px 19px 20px;
    text-align: right;
    width: 100%;
}
/*****************************************************************************/
/* GridViewPanel                                                              */
/*****************************************************************************/
div.GridViewPanel
{
    margin: 20px 20px 20px 20px;
    border-bottom: solid 1px #939393;
    white-space: nowrap;
    width: 100%;
}
/*****************************************************************************/

/* BEGIN: Initial Draft */
.BusyText
{
    color: #000000;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    top: -2px;
}

div.GridView div
{
    border: solid 1px #898989;
    height: expression(this.offsetParent.clientHeight);
    overflow: scroll;
    width: 100%;
}

div.GridView div table
{
    border: none;
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    width: 100%;
}

div.GridView div table tr
{
    height: 25px;
}

div.GridView div table tr th
{
    text-align: left;
}

div.ModalPopup2
{
    background-color: #F8F8F8;
    border: solid 1px black;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorStr=#a0a0a0, endColorStr=#606060);
    margin-top: 300px;
    margin-left: 510px;
    padding: 3px 3px 3px 3px;
    text-align: center;
    white-space: nowrap;
    width: 400px;
}
div.ModalPopup2 div.Header
{
    color: white;
    font-family: Trebuchet MS;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0xp 10px 0px;
}
div.ModalPopup2 p
{
    color: white;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
}

.ModalBackground2
{
    background-color: Gray;
    filter: alpha(opacity=25);
}


/* END: Initial Draft */

/* Transaction Wizard */
div.RecordLayout div.RecordBody div.WizardContentCenter div.WizardContent
{                    
    padding: 10px 0px 0px 0px;
    width: 890px;
           
}

div.RecordLayout div.RecordBody div.WizardContentCenter
{                     
    overflow: auto;      
    width: 890px;
    height: 400px;    
}

div.RecordLayout div.RecordBody div.WizardContentTop
{     
    font-size: 1px;
    height: 2px;    
    width: 100%;
}

div.RecordLayout div.RecordBody div.WizardContentBottom
{       
    font-size: 1px;
    height: 2px;
    width: 100%;    
}

div.WizardStrip
{                  
    font-size: 11px;
    font-weight: bold; 
    width: 899px; 
    text-align: right;
    margin-left: 30px; 
    height: 85px;  
    vertical-align: top;   
}

div.WizardStrip ul li
{
    color: black;
    cursor: hand;    
    text-decoration: none;
    width: 899px;
}

.ajax__calendar
{
    z-index: 10000;
    position: relative;
    left: 0px !important;
    top: 0px !important;
    visibility: visible;
    display: block;
}

.BoldLabel
{
    color: #000000;
    font-family: Trebuchet MS;
    font-size: 11px;
    font-weight: bold;
}

label.Optional, span.Optional
{
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    position: relative;
    top: -3px;
    width: 110px;
}

.Tree
{
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    color: #000000;
}

.Inactive
{
    color: Silver;
}
.CursorHand
{
	cursor : hand;
}

/*****************************************************************************/
/* Muhammad Kashif Nayab                                                     */
/*****************************************************************************/

.trebuchet {font-family: Trebuchet MS;}
.fourteen {font-size: 14px;}
.bold {font-weight: bold;}

/* FieldsetsUI */

span.LegendUI
{
    color: #000000;
    background-image: url(../../App_Themes/Silver/Images/title-bg.gif);
    font-family: Trebuchet MS;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    top: -17px;
    left: 0px;
    padding-left: 5px;
    padding-right: 5px;
}

fieldsetUI
{
    background-color: #FFFFFF;
    border-color: #b5b4b9;
    border-style: dashed;
    border-width: 1px;
    padding: 7px 0px 5px 0px;
    vertical-align: top;
}

fieldsetUI.GridView {
    padding: 7px 20px 20px 20px;
}

fieldsetUI.GridView span.Legend {
    color: #000000;
    font-family: Trebuchet MS;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    top: -10px;
    left: 0px;
}

span.FieldSetLegendUI
{
    color: #000000;
    background-image: url(../../App_Themes/Silver/Images/title-bg.gif);
    font-family: Trebuchet MS;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    top: -17px;
    left: 16px;
    padding-left: 5px;
    padding-right: 5px;
}

.FieldSetUILegend1
{
    color: #000000;
    background-image: url(../../App_Themes/Silver/Images/title-bg.gif);
    font-family: Trebuchet MS;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    top: -17px;
    left: -5px;
    padding-left: 3px;
    padding-right: 12px;
}

span.UIFieldSetUILegendTransaction
{
    background-image: url(../../App_Themes/Silver/Images/WizardLayout/ControlHeader.jpg);
    background-repeat: repeat-x;
    width:100%; 
    height: 27px;
    color: #000000;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;        
    position: relative;
    top: -8px;    
}

/* LeftAligned-FormViewUI */

ol.LeftAligned-FormViewUI
{
    border-right: dashed 1px #b5b4b9;
    float: left;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 20px;
    width: 391px;
}

ol.LeftAligned-FormViewUI li
{
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    list-style-type: none;
    padding: 5px 0px 5px 0px;
}

ol.LeftAligned-FormViewUI li label, ol.LeftAligned-FormViewUI li span
{
    position: relative;
    top: -3px;
    width: 40%;
}

ol.LeftAligned-FormViewUI li input, ol.LeftAligned-FormViewUI li select, ol.LeftAligned-FormViewUI li textarea
{
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    width: 180px;
}

/* RightAligned-FormViewUI */

ol.RightAligned-FormViewUI
{
    /* border-left: dashed 1px #b5b4b9; */
    float: right;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 20px;
    width: 391px;
}

ol.RightAligned-FormViewUI li
{
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    list-style-type: none;
    padding: 5px 0px 5px 0px;
}

ol.RightAligned-FormViewUI li label, ol.RightAligned-FormViewUI li span
{
    position: relative;
    top: -3px;
    width: 40%;
}

ol.RightAligned-FormViewUI li input, ol.RightAligned-FormViewUI li select, ol.RightAligned-FormViewUI li textarea
{
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    width: 180px;
}

/* CenterAligned-FormViewUI */

ol.CenterAligned-FormViewUI
{
    clear: both;
    margin: 0px 0px 0px 0px;
    padding: 0px 20px 0px 20px;
    width: 100%;
}

ol.CenterAligned-FormViewUI li
{
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    list-style-type: none;
    padding: 5px 0px 5px 0px;
    
}

ol.CenterAligned-FormViewUI li label, ol.CenterAligned-FormViewUI li span
{
    position: relative;
    top: -3px;
    width: 80px;
}

ol.CenterAligned-FormViewUI li input, ol.CenterAligned-FormViewUI li select, ol.CenterAligned-FormViewUI li textarea
{
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    width: auto;
}

/* CheckBoxUI */

ol.LeftAligned-FormViewUI li span.CheckBox, ol.RightAligned-FormViewUI li span.CheckBox, ol.CenterAligned-FormViewUI li span.CheckBox
{
    width: auto;
    position: static;
    vertical-align: top;
    margin-top: 5px;
}

ol.LeftAligned-FormViewUI li span.CheckBox input, ol.RightAligned-FormViewUI li span.CheckBox input, ol.CenterAligned-FormViewUI li span.CheckBox input
{
    height: 14px;
    width: 19px;
    margin-left: -3px;
}

ol.LeftAligned-FormViewUI li span.CheckBox label, ol.RightAligned-FormViewUI li span.CheckBox label, ol.CenterAligned-FormViewUI li span.CheckBox label
{
    top:-1px;
    padding-right: 10px;
    width: auto;
    position:relative;
}

/* CheckBoxListUI */

ol.LeftAligned-FormViewUI li span.CheckBoxList, ol.LeftAligned-FormViewUI li span.CheckBoxList span, ol.LeftAligned-FormViewUI li table.CheckBoxList tr td span, ol.RightAligned-FormViewUI li span.CheckBoxList, ol.RightAligned-FormViewUI li span.CheckBoxList span, ol.RightAligned-FormViewUI li table.CheckBoxList tr td span, ol.CenterAligned-FormViewUI li span.CheckBoxList, ol.CenterAligned-FormViewUI li span.CheckBoxList span, ol.CenterAligned-FormViewUI li table.CheckBoxList tr td span
{
    position: static;
    width: auto;
}

ol.LeftAligned-FormViewUI li span.CheckBoxList input, ol.LeftAligned-FormViewUI li span.CheckBoxList span input, ol.LeftAligned-FormViewUI li table.CheckBoxList tr td input, ol.LeftAligned-FormViewUI li table.CheckBoxList tr td span input, ol.RightAligned-FormViewUI li span.CheckBoxList input, ol.RightAligned-FormViewUI li span.CheckBoxList span input, ol.RightAligned-FormViewUI li table.CheckBoxList tr td input, ol.RightAligned-FormViewUI li table.CheckBoxList tr td span input, ol.CenterAligned-FormViewUI li span.CheckBoxList input, ol.CenterAligned-FormViewUI li span.CheckBoxList span input, ol.CenterAligned-FormViewUI li table.CheckBoxList tr td input, ol.CenterAligned-FormViewUI li table.CheckBoxList tr td span input
{
    height: 14px;
    width: 19px;
    margin-left: -3px;
}

ol.LeftAligned-FormViewUI li span.CheckBoxList label, ol.LeftAligned-FormViewUI li span.CheckBoxList span label, ol.LeftAligned-FormViewUI li table.CheckBoxList tr td label, ol.LeftAligned-FormViewUI li table.CheckBoxList tr td span label, ol.RightAligned-FormViewUI li span.CheckBoxList label, ol.RightAligned-FormViewUI li span.CheckBoxList span label, ol.RightAligned-FormViewUI li table.CheckBoxList tr td label, ol.RightAligned-FormViewUI li table.CheckBoxList tr td span label, ol.CenterAligned-FormViewUI li span.CheckBoxList label, ol.CenterAligned-FormViewUI li span.CheckBoxList span label, ol.CenterAligned-FormViewUI li table.CheckBoxList tr td label, ol.CenterAligned-FormViewUI li table.CheckBoxList tr td span label
{
    padding-right: 10px;
    top:-1px;
    width: auto;
    position:relative;
}

/* RadioButtonUI */

ol.LeftAligned-FormViewUI li span.RadioButton, ol.RightAligned-FormViewUI li span.RadioButton, ol.CenterAligned-FormViewUI li span.RadioButton
{
    width: auto;
    position: static;
}

ol.LeftAligned-FormViewUI li span.RadioButton input, ol.RightAligned-FormViewUI li span.RadioButton input, ol.CenterAligned-FormViewUI li span.RadioButton input
{     
    height: 14px;
    width: 19px;
    margin-left: -4px;
}

ol.LeftAligned-FormViewUI li span.RadioButton label, ol.RightAligned-FormViewUI li span.RadioButton label, ol.CenterAligned-FormViewUI li span.RadioButton label
{
    top:-1px;
    padding-right: 10px;
    width: auto;
    position:relative;
}

/* RadioButtonListUI */

ol.LeftAligned-FormViewUI li span.RadioButtonList,
ol.LeftAligned-FormViewUI li span.RadioButtonList span,
ol.LeftAligned-FormViewUI li table.RadioButtonList tr td span,
ol.RightAligned-FormViewUI li span.RadioButtonList,
ol.RightAligned-FormViewUI li span.RadioButtonList span,
ol.RightAligned-FormViewUI li table.RadioButtonList tr td span,
ol.CenterAligned-FormViewUI li span.RadioButtonList,
ol.CenterAligned-FormViewUI li span.RadioButtonList span,
ol.CenterAligned-FormViewUI li table.RadioButtonList tr td span
{    
    position: static;
    width: auto;
}

ol.LeftAligned-FormViewUI li span.RadioButtonList input,
ol.LeftAligned-FormViewUI li span.RadioButtonList span input,
ol.LeftAligned-FormViewUI li table.RadioButtonList tr td input,
ol.LeftAligned-FormViewUI li table.RadioButtonList tr td span input, ol.RightAligned-FormViewUI li span.RadioButtonList input, ol.RightAligned-FormViewUI li span.RadioButtonList span input, ol.RightAligned-FormViewUI li table.RadioButtonList tr td input, ol.RightAligned-FormViewUI li table.RadioButtonList tr td span input, ol.CenterAligned-FormViewUI li span.RadioButtonList input, ol.CenterAligned-FormViewUI li span.RadioButtonList span input, ol.CenterAligned-FormViewUI li table.RadioButtonList tr td input, ol.CenterAligned-FormViewUI li table.RadioButtonList tr td span input
{       
    height: 14px;
    width: 19px;
    margin-left: -4px;
}

ol.LeftAligned-FormViewUI li span.RadioButtonList label,
ol.LeftAligned-FormViewUI li span.RadioButtonList span label,
ol.LeftAligned-FormViewUI li table.RadioButtonList tr td label,
ol.LeftAligned-FormViewUI li table.RadioButtonList tr td span label, ol.RightAligned-FormViewUI li span.RadioButtonList label, ol.RightAligned-FormViewUI li span.RadioButtonList span label, ol.RightAligned-FormViewUI li table.RadioButtonList tr td label, ol.RightAligned-FormViewUI li table.RadioButtonList tr td span label, ol.CenterAligned-FormViewUI li span.RadioButtonList label, ol.CenterAligned-FormViewUI li span.RadioButtonList span label, ol.CenterAligned-FormViewUI li table.RadioButtonList tr td label, ol.CenterAligned-FormViewUI li table.RadioButtonList tr td span label
{    
    padding-right: 10px;
    top: -1px;
    width: auto;
    position:relative;
}
span.RadioButtonList       { position: static; width: auto; }
span.RadioButtonList input { height: 14px; width: 19px; }

/* LeftAligned-FormViewUIUD */

ol.LeftAligned-FormViewUIUD
{
    float: left;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 20px;
    width: 100%;
}

ol.LeftAligned-FormViewUIUD li
{
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    list-style-type: none;
    padding: 5px 0px 5px 0px;
}

ol.LeftAligned-FormViewUIUD li label, ol.LeftAligned-FormViewUIUD li span
{
    position: relative;
    top: -3px;
    width: 40%;
}

ol.LeftAligned-FormViewUIUD li input, ol.LeftAligned-FormViewUIUD li select, ol.LeftAligned-FormViewUIUD li textarea
{
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    width: 180px;
}

/* RightAligned-FormViewUIUD */

ol.RightAligned-FormViewUIUD
{
    float: right;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 20px;
    width: 100%;
}

ol.RightAligned-FormViewUIUD li
{
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    list-style-type: none;
    padding: 5px 0px 5px 0px;
}

ol.RightAligned-FormViewUIUD li label, ol.RightAligned-FormViewUIUD li span
{
    position: relative;
    top: -3px;
    width: 40%;
}

ol.RightAligned-FormViewUIUD li input, ol.RightAligned-FormViewUIUD li select, ol.RightAligned-FormViewUIUD li textarea
{
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    width: 180px;
}

/* CheckBoxUIUD */

ol.LeftAligned-FormViewUIUD li span.CheckBox, ol.RightAligned-FormViewUIUD li span.CheckBox, ol.CenterAligned-FormViewUIUD li span.CheckBox
{
    width: auto;
    position: static;
    vertical-align: top;
    margin-top: 5px;
}

ol.LeftAligned-FormViewUIUD li span.CheckBox input, ol.RightAligned-FormViewUIUD li span.CheckBox input, ol.CenterAligned-FormViewUIUD li span.CheckBox input
{
    height: 14px;
    width: 19px;
    margin-left: -3px;
}

ol.LeftAligned-FormViewUIUD li span.CheckBox label, ol.RightAligned-FormViewUIUD li span.CheckBox label, ol.CenterAligned-FormViewUIUD li span.CheckBox label
{
    top:-1px;
    padding-right: 10px;
    width: auto;
    position:relative;
}

/* CheckBoxListUIUD */

ol.LeftAligned-FormViewUIUD li span.CheckBoxList, ol.LeftAligned-FormViewUIUD li span.CheckBoxList span, ol.LeftAligned-FormViewUIUD li table.CheckBoxList tr td span, ol.RightAligned-FormViewUIUD li span.CheckBoxList, ol.RightAligned-FormViewUIUD li span.CheckBoxList span, ol.RightAligned-FormViewUIUD li table.CheckBoxList tr td span, ol.CenterAligned-FormViewUIUD li span.CheckBoxList, ol.CenterAligned-FormViewUIUD li span.CheckBoxList span, ol.CenterAligned-FormViewUIUD li table.CheckBoxList tr td span
{
    position: static;
    width: auto;
}

ol.LeftAligned-FormViewUIUD li span.CheckBoxList input, ol.LeftAligned-FormViewUIUD li span.CheckBoxList span input, ol.LeftAligned-FormViewUIUD li table.CheckBoxList tr td input, ol.LeftAligned-FormViewUIUD li table.CheckBoxList tr td span input, ol.RightAligned-FormViewUIUD li span.CheckBoxList input, ol.RightAligned-FormViewUIUD li span.CheckBoxList span input, ol.RightAligned-FormViewUIUD li table.CheckBoxList tr td input, ol.RightAligned-FormViewUIUD li table.CheckBoxList tr td span input, ol.CenterAligned-FormViewUIUD li span.CheckBoxList input, ol.CenterAligned-FormViewUIUD li span.CheckBoxList span input, ol.CenterAligned-FormViewUIUD li table.CheckBoxList tr td input, ol.CenterAligned-FormViewUIUD li table.CheckBoxList tr td span input
{
    height: 14px;
    width: 19px;
    margin-left: -3px;
}

ol.LeftAligned-FormViewUIUD li span.CheckBoxList label, ol.LeftAligned-FormViewUIUD li span.CheckBoxList span label, ol.LeftAligned-FormViewUIUD li table.CheckBoxList tr td label, ol.LeftAligned-FormViewUIUD li table.CheckBoxList tr td span label, ol.RightAligned-FormViewUIUD li span.CheckBoxList label, ol.RightAligned-FormViewUIUD li span.CheckBoxList span label, ol.RightAligned-FormViewUIUD li table.CheckBoxList tr td label, ol.RightAligned-FormViewUIUD li table.CheckBoxList tr td span label, ol.CenterAligned-FormViewUIUD li span.CheckBoxList label, ol.CenterAligned-FormViewUIUD li span.CheckBoxList span label, ol.CenterAligned-FormViewUIUD li table.CheckBoxList tr td label, ol.CenterAligned-FormViewUIUD li table.CheckBoxList tr td span label
{
    padding-right: 10px;
    top:-1px;
    width: auto;
    position:relative;
}

/* RadioButtonUIUD */

ol.LeftAligned-FormViewUIUD li span.RadioButton, ol.RightAligned-FormViewUIUD li span.RadioButton, ol.CenterAligned-FormViewUIUD li span.RadioButton
{
    width: auto;
    position: static;
}

ol.LeftAligned-FormViewUIUD li span.RadioButton input, ol.RightAligned-FormViewUIUD li span.RadioButton input, ol.CenterAligned-FormViewUIUD li span.RadioButton input
{     
    height: 14px;
    width: 19px;
    margin-left: -4px;
}

ol.LeftAligned-FormViewUIUD li span.RadioButton label, ol.RightAligned-FormViewUIUD li span.RadioButton label, ol.CenterAligned-FormViewUIUD li span.RadioButton label
{
    top:-1px;
    padding-right: 10px;
    width: auto;
    position:relative;
}

/* RadioButtonListUIUD */

ol.LeftAligned-FormViewUIUD li span.RadioButtonList,
ol.LeftAligned-FormViewUIUD li span.RadioButtonList span,
ol.LeftAligned-FormViewUIUD li table.RadioButtonList tr td span,
ol.RightAligned-FormViewUIUD li span.RadioButtonList,
ol.RightAligned-FormViewUIUD li span.RadioButtonList span,
ol.RightAligned-FormViewUIUD li table.RadioButtonList tr td span,
ol.CenterAligned-FormViewUIUD li span.RadioButtonList,
ol.CenterAligned-FormViewUIUD li span.RadioButtonList span,
ol.CenterAligned-FormViewUIUD li table.RadioButtonList tr td span
{    
    position: static;
    width: auto;
}

ol.LeftAligned-FormViewUIUD li span.RadioButtonList input,
ol.LeftAligned-FormViewUIUD li span.RadioButtonList span input,
ol.LeftAligned-FormViewUIUD li table.RadioButtonList tr td input,
ol.LeftAligned-FormViewUIUD li table.RadioButtonList tr td span input, ol.RightAligned-FormViewUIUD li span.RadioButtonList input, ol.RightAligned-FormViewUIUD li span.RadioButtonList span input, ol.RightAligned-FormViewUIUD li table.RadioButtonList tr td input, ol.RightAligned-FormViewUIUD li table.RadioButtonList tr td span input, ol.CenterAligned-FormViewUIUD li span.RadioButtonList input, ol.CenterAligned-FormViewUIUD li span.RadioButtonList span input, ol.CenterAligned-FormViewUIUD li table.RadioButtonList tr td input, ol.CenterAligned-FormViewUIUD li table.RadioButtonList tr td span input
{       
    height: 14px;
    width: 19px;
    margin-left: -4px;
}

ol.LeftAligned-FormViewUIUD li span.RadioButtonList label,
ol.LeftAligned-FormViewUIUD li span.RadioButtonList span label,
ol.LeftAligned-FormViewUIUD li table.RadioButtonList tr td label,
ol.LeftAligned-FormViewUIUD li table.RadioButtonList tr td span label, ol.RightAligned-FormViewUIUD li span.RadioButtonList label, ol.RightAligned-FormViewUIUD li span.RadioButtonList span label, ol.RightAligned-FormViewUIUD li table.RadioButtonList tr td label, ol.RightAligned-FormViewUIUD li table.RadioButtonList tr td span label, ol.CenterAligned-FormViewUIUD li span.RadioButtonList label, ol.CenterAligned-FormViewUIUD li span.RadioButtonList span label, ol.CenterAligned-FormViewUIUD li table.RadioButtonList tr td label, ol.CenterAligned-FormViewUIUD li table.RadioButtonList tr td span label
{    
    padding-right: 10px;
    top: -1px;
    width: auto;
    position:relative;
}
span.RadioButtonList       { position: static; width: auto; }
span.RadioButtonList input { height: 14px; width: 19px; }

/* Visibility */

.show {display: block;}
.hide {display: none;}

span.LegendUIa
{
    color: #000000;
    background-color: White;
    font-family: Trebuchet MS;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    top: -17px;
    left: 0px;
    padding-left: 5px;
    padding-right: 5px;
}

span.LegendUIb
{
    color: #000000;
    background-image: url(../../App_Themes/Silver/Images/title-bg.gif);
    font-family: Trebuchet MS;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    top: -23px;
    left: 0px;
    padding-left: 5px;
    padding-right: 5px;
}

/* LeftAligned-FormViewUIa */

ol.LeftAligned-FormViewUIa
{
    border-right: dashed 1px #b5b4b9;
    float: left;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 15px;
    width: 371px;
}

ol.LeftAligned-FormViewUIa li
{
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    list-style-type: none;
    padding: 5px 0px 5px 0px;
}

ol.LeftAligned-FormViewUIa li label, ol.LeftAligned-FormViewUIa li span
{
    position: relative;
    top: -3px;
    width: 40%;
}

ol.LeftAligned-FormViewUIa li input, ol.LeftAligned-FormViewUIa li select, ol.LeftAligned-FormViewUIa li textarea
{
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    width: 180px;
}

/* RightAligned-FormViewUIa */

ol.RightAligned-FormViewUIa
{
    /* border-left: dashed 1px #b5b4b9; */
    float: right;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 15px;
    width: 371px;
}

ol.RightAligned-FormViewUIa li
{
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    list-style-type: none;
    padding: 5px 0px 5px 0px;
}

ol.RightAligned-FormViewUIa li label, ol.RightAligned-FormViewUIa li span
{
    position: relative;
    top: -3px;
    width: 40%;
}

ol.RightAligned-FormViewUIa li input, ol.RightAligned-FormViewUIa li select, ol.RightAligned-FormViewUIa li textarea
{
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    width: 180px;
}