/************************************************
Hyperlinks
************************************************/
a:link
{
    color: #0033cc;
    text-decoration: none;
}

a:visited
{
    color: #0033cc;
    text-decoration: none;
}

a:hover
{
    color: #0033cc;
    text-decoration: underline;
}

a.underline:link
{
    color: #0033cc;
    text-decoration: underline;
}

a.underline:visited
{
    color: #0033cc;
    text-decoration: underline;
}

a[disabled]
{
    color:black;
}
/************************************************
Headings
************************************************/
h1
{
    font-size: 1.5em;
    margin-bottom: 0.1em;
    margin-top: 0.2em;
}

h2
{
    font-size: 1.3em;
    margin-bottom: 0.1em;
    margin-top: 0.1em;
}

h3
{
    font-size: 1.1em;
    margin-bottom: 0.1em;
    margin-top: 0.1em;
}

/************************************************
Lists
************************************************/
ul.linkList
{
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    list-style-type: none;
}

ul.linkList li
{
    margin-bottom: 5px;
}
/************************************************
Inputs
************************************************/
input
{
    font-family: Verdana,Arial,Helvetica,Sans-Serif;
    font-size: 1.0em;
    font-style: normal;
}

/************************************************
Textboxes
************************************************/
input.textbox
{
    font-family: Verdana,Arial,Helvetica,Sans-Serif;
    font-size: 1.0em;
    font-style: normal;
}

input.textbox-right
{
    font-family: Verdana,Arial,Helvetica,Sans-Serif;
    font-size: 1.0em;
    font-style: normal;
    text-align: right;
}

textarea
{
    font-family: Verdana,Arial,Helvetica,Sans-Serif;
    font-size: 1.0em;
    font-style: normal;
}

textarea.readonly
{
    font-family: Verdana,Arial,Helvetica,Sans-Serif;
    font-size: 1.0em;
    font-style: normal;
    color: Black;
    background-color: #dddddd;
}

input.readonly
{
    font-family: Verdana,Arial,Helvetica,Sans-Serif;
    font-size: 1.0em;
    font-style: normal;
    color: Black;
    background-color: #dddddd;
}

.decimalreadonly
{
    font-family: Verdana,Arial,Helvetica,Sans-Serif;
    font-size: 1.0em;
    font-style: normal;
    color: Black;
    background-color: InactiveCaptionText;
}

/************************************************
Checkboxes
************************************************/

span.readonly input
{
    font-family: Verdana,Arial,Helvetica,Sans-Serif;
    font-size: 1.0em;
    font-style: normal;
    color: Black;
    background-color: #dddddd;
}

/************************************************
Dropdowns
************************************************/
select.dropdown
{
    font-family: Verdana,Arial,Helvetica,Sans-Serif;
    font-size: 1.1em;
    font-style: normal;
    vertical-align:top;
}

/************************************************
Form Layout
************************************************/
table.formLayout
{
    margin: 5px;
}

table.formLayout td
{
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}

table.formLayoutPadded td {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

table.formLayout td.labelLeft
{
    font-weight: normal;
    padding-left: 5px;
    padding-right: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: right;
    vertical-align: middle;
}

table.formLayout tr.buttonRow td
{
    padding-top: 10px;
    text-align: right;
}

table.formLayout tr.buttonRow td input
{
    margin-left: 3px;
}

/* valign */
/*th, td {
    vertical-align: middle;
}*/

/*th {
    text-align: center;
}*/

/* cellpadding */
td.padded {
    padding: 3px;
}

/* cellspacing */
table.cellspacing {
    border-collapse: separate;
    border-spacing: 7px;
}

.table.no-border tr td, .table.no-border tr th {
    border-width: 0;
}

div.buttonRow
{
    padding: 10px 0 5px 0;
    text-align: right;
}

div.buttonRow input
{
    margin-left: 3px;
}


/************************************************
GridViews
************************************************/
table.gridView
{
    border-collapse: collapse;
    border-color: #555555;
    border-style: solid;
    border-width: 1px;
    width: 100%;
}

table.gridView th
{
    border-color: #555555;
    border-style: solid;
    border-width: 1px;
    padding-right: 5px;
    padding-left: 5px;
}

table.gridView td
{
    border-color: #c4daff;
    border-style: solid;
    border-width: 1px;
    padding-right: 5px;
    padding-left: 5px;
}

tr.gridViewRow
{
    background-color: White;
}

tr.gridViewAlternatingRow
{
    background-color: #ecf3ff;
}

tr.gridViewHeader
{
    font-weight: bold;
    background-color: #cccccc;
}

tr.gridViewPager
{
    font-weight: bold;
}

tr.gridViewFooter
{
    background-color: #cccccc;
    font-size: 0.8em;
}

tr.gridViewHighlightRow
{
    background-color: #c4daff;
}

tr.gridViewExcludedRow
{
    background-color: #ffcccc;
}

td.gridViewNoWrapRightJustify
{
    white-space: nowrap;
    text-align: right;
    padding-right: 10px;
    padding-left: 10px;
}

td.gridViewNoWrap
{
    white-space: nowrap;
    padding-right: 10px;
    padding-left: 10px;
    text-align: left;
}

table.gridView td.gridViewCellBorderBold
{
    border-right-width: 1px;
    border-right-color: Black;
    white-space: nowrap;
    padding-right: 10px;
    padding-left: 10px;
}

table.gridView td.gridViewCellBorderBoldRight
{
    border-right-width: 1px;
    border-right-color: Black;
    white-space: nowrap;
    text-align: right;
    padding-right: 10px;
    padding-left: 10px;
}

/************************************************
Buttons
************************************************/
.button
{
    font-family: Verdana,Arial,Helvetica,Sans-Serif;
    font-size: 1.0em;
}

.smallButton
{
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    color: #000000;
    background-color: #DDDDDD;
    border: 1px solid #333333;
}

/************************************************
Message Box Control
************************************************/
.failureMessage
{
    color: Red;
    font-weight: bold;
}

.successMessage
{
    color: Green;
    font-weight: bold;
}

.infoMessage
{
    color: Blue;
    font-weight: bold;
}

/************************************************
Validation Summary
************************************************/
.validationSummary
{
    background-color: #ffffcc;
    border-color: #002c94;
    border-style: solid;
    border-width: 1px;
    color: #ff0000;
    padding-top: 5px;
    padding-left: 5px;
    margin-top: 2px;
    margin-bottom: 5px;
}

.message
{
    color: #ff0000;
    font-weight: bold;
}

/************************************************
Validators
************************************************/
.validator
{
    color: Red;
    font-weight: bold;
}

/************************************************
Labels
************************************************/
label.labelLeft
{
    font-weight: normal;
}

span.labelLeft
{
    font-weight: normal;
}

label.labelRightAligned
{
    font-weight: normal;
    float:right;
}

span.labelRightAligned
{
    font-weight: normal;
    float:right;
}

span.label-small {
    vertical-align: super;
    font-size: small;
}

span.label-medium {
    vertical-align: super;
    font-size: medium;
}

span.label-large {
    vertical-align: super;
    font-size: large;
}

/************************************************
Form Section Heading
************************************************/
div.formSectionHeading
{
    background-color: #002767;
    border-color: #002767;
    border-style: solid;
    border-width: 1px;
    margin-top: 3px;
    margin-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    color: White;
    width: 100%;
}

div.formSectionHeading h2
{
    font-size: 1.2em;
}

div.FloatRight
{
    padding-top: 3px;
    padding-bottom: 3px;
    float: right;
}

div.formSectionLabel
{
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

/************************************************
ContentPanel
************************************************/
table.contentPanel
{
    border-collapse: collapse;
    border-color: #002767;
    border-style: solid;
    border-width: 1px;
    width: 100%;
}

tr.contentPanelHeaderRow
{
    background-color: #002767;
    color: White;
}

tr.contentPanelGrayHeaderRow
{
    background-color: #DADADA;
    color: White;
}

td.contentPanelHeaderTitleCell
{
    font-family: Arial,Verdana;
    font-size: 1.3em;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
}

td.contentPanelHeaderControlCell
{
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 5px;
    text-align: right;
}

td.contentPanelHeaderControlCell a:link
{
    color: #ffffff;
}

td.contentPanelHeaderControlCell a:visited
{
    color: #ffffff;
}

td.contentPanelHeaderControlCell a:hover
{
    color: #ffffff;
}

td.contentPanelBodyCell
{
    padding: 5px;
}

.contentPanelBackground
{
    background-color: #ecf3ff;
}

div.contentPanel
{
    border: solid 1px #002767;
}

    div.contentPanel div.contentPanelHeader {
        background-color: #002767;
        color: #ffffff;
        /*padding: 5px;*/
        padding-top: 2px;
    }

div.contentPanel div.contentPanelHeader h3
{
    margin: 0px;
    font-size:1.2em;
    font-weight:bold;
}

div.contentPanel div.contentPanelBody
{
    padding: 5px;
}

/************************************************
border
************************************************/
.borderNone
{
    border-color: White;
    border-style: none;
}

/************************************************
Sidebar
************************************************/
table.sidebar
{
    border-collapse: collapse;
    border-color: #333333;
    border-style: solid;
    border-width: 1px;
}

table.sidebar tr
{
    background-color: #dddddd;
}

table.sidebar td
{
    padding: 3px;
}

table.sidebar h2
{
    font-size: 1.0em;
}

div.sidebar
{
    background-color: #dddddd;
    border-color: #333333;
    border-style: solid;
    border-width: 1px;
    padding: 5px;
    margin: 5px;
}

div.sidebar p
{
    margin: 7px;
}

div.sidebar ul
{
    margin-top: 7px;
    margin-bottom: 7px;
}

/************************************************
Form Section
************************************************/
table.formSection
{
    background-color: #eeeeee;
    border-collapse: collapse;
    border-color: #aaaaaa;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 5px;
}

table.formSection td
{
    padding: 3px;
}

table.formSection td.labelLeft
{
    font-weight: normal;
    padding-left: 5px;
    padding-right: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: right;
    vertical-align: top;
}
table.formSection td.labelRight
{
    font-weight: bold;
    padding-left: 5px;
    padding-right: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
    vertical-align: top;
}

table.formSection input.button
{
    margin-left: 3px;
}

/************************************************
Progress Panel
************************************************/
div.progressPanel {
    border-collapse: collapse;
    border-color: #999999;
    border-style: solid;
    border-width: 1px;
    background-color: #eeeeee;
    padding: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
}

div.progressBarBackground {
    border-collapse: collapse;
    border-color: #666666;
    border-style: solid;
    border-width: 1px;
    background-color: #999999;
    margin-top: 5px;
}

div.progressBar
{
    background-color: Blue;
    text-align: right;
    color: White;
    font-weight: bold;
}


.colorlessCell
{
    background-color: White;
}

.alternatingColorCell
{
    background-color: #ecf3ff;
}

/************************************************
Content Box Div Group
************************************************/
div#miniContentControls
{
    float: left;
    padding: 5px;
    width: 490px;
}

div#miniContentBox
{
    border-left: solid;
    border-left-color: #DDD;
    border-left-width: 1px;
    width: 490px;
    margin-left: 490px;
    padding: 5px;
}

div#miniContentBox ul
{
    list-style: none;
}

.linksTitle
{
    font-size: 11px;
    font-weight: bold;
}

/************************************************
Forms
************************************************/
.form
{
    border: solid 1px black;
    float: left;
    clear: left;
}

.formFieldGroupLeft
{
    width: 50%;
    text-align: right;
    padding: 6px 6px 6px 6px;
}

.formFieldGroupSmallerLeft
{
    text-align: left;
    width: 25%;
    padding: 6px 6px 6px 6px;
}

.formFieldGroupRight
{
    width: 38%;
    text-align: right;
    padding: 6px 6px 6px 6px;
}

.formField
{
    margin-top: 6px;
}

.formFieldTextOnly
{
    margin-top: 6px;
    margin-bottom: 1.25em;
}

.formField em
{
    color: Red;
}

.formFieldBorderNone
{
    border: none;
}

.formFieldWithBorder
{
    border-width: 1px;
}

.formFieldBorderWidthNone
{
    border-width: 0;
}

.formInputControl
{
    width: 98%;
}


.formSmallInputControl
{
    width: 30%;
}



.formFieldGroupLabel
{
    clear: left;
    float: left;
    width: 10em;
    margin-right: .3em;
    margin-left: .7em;
}

.formFieldGroupLabelRequired
{
    float: left;
    clear: left;
    width: 10em;
    margin-right: 1em;
}


.formFieldGroupLabelRequired em
{
    color: Red;
}

.formFieldGroupLabelRequiredHideRequirement
{
    float: left;
    clear: left;
    width: 10em;
    margin-right: .3em;
    margin-left: .7em;
}

.formFieldGroupLabelRequiredHideRequirement em
{
    display: none;
}

.formFieldGroupLabelRequiredWrapText
{
    float: left;
    clear: left;
    width: 10em;
    margin-right: .3em;
    margin-left: .7em;
}

.LinkButton_Disabled
{
    color: Gray;
    text-decoration: none;
}

.formRightAlignedElement
{
    text-align : right;
}

/************************************************
Section Text
************************************************/
.sectionPanel
{
    border-style: solid;
    border-color: #666666;
    border-width: 1px;
}
.sectionLabel
{
    font-size: .8em;
    margin-right: 5px;
}
.sectionHeader
{
    background-color: #002767;
    border-color: #002767;
    height: 21px;
}

.sectionLabelSmall
{
    font-weight: bold;
    color: white;
    font-style: italic;
    font-size: .7em;
}

.sectionLabelSmall a
{
    color: white;
}

.sectionLabelSmall a:visited
{
    color: white;
}

.sectionText
{
    font-size: 1.2em;
    font-weight: bolder;
    font-style: normal;
    color: White;
    padding-left: 5px;
}

.sectionBodyLabel
{
    font-size: 1em;
    margin-right: 5px;
}

.sectionBody
{
    font-weight: normal;
    font-size: .7em;
}

.sectionLabelGroup
{
    padding-top: 5px;
    padding-bottom: 5px;
}


.applicationHistoryWindow
{
    width: 700px;
    position: absolute;
    z-index: 100;
}

.historyPanel
{
    background-color: InfoBackGround;
    border-width: 1px;
    border-style: solid;
    border-color: #555555;
    padding: 15px;
    width: 100%;
}

.popupWindow
{
    width: 300px;
    position: absolute;
    z-index: 100;
}

.popupPanel
{
    background-color: InfoBackGround;
    border-width: 1px;
    border-style: solid;
    border-color: #555555;
    padding: 15px;
    width: 100%;
}


/*Master Page Templates*/
div.MasterPageSection
{
    border-color: #002767;
    border-style: solid;
    border-width: 1px;
    margin-top: 3px;
    margin-bottom: 3px;
    color: black;
    width: 100%;
}

div.MasterPageSectionHeader
{
    background-color: #002767;
    border-color: #002767;
    border-style: solid;
    border-width: 1px;
    padding-top: 3px; 
    padding-bottom: 3px; 
    color: White;
    width: 100%;
    font-size: 1em;
    font-weight: bolder;
    font-style: normal;
}

div.MasterPageSectionBody
{
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
    background-color:White;
}

/************************************************
Send To Data Management
************************************************/
table.SendToDataManagementSelection
{
    border-collapse: collapse;
    border: none;
    width: 80%;
}

table.SendToDataManagementSelection th
{
    padding-right: 5px;
    padding-left: 5px;
    text-align: left;
}

table.SendToDataManagementSelection td
{
    padding-right: 5px;
    padding-left: 5px;
    text-align: left;
}

/************************************************
Modal Progress Bar
************************************************/
.modalBackground
{ 
    background-color:#333333; 
    filter:alpha(opacity=70); 
    opacity:0.7; 
}
 
.modalPopup
{ 
    background-color:#ffffff; 
    border-width:1px; 
    border-style:solid; 
    border-color:#cccccc; 
    padding:10px; 
    width:400px; 
    Height:120px; 
}