﻿@media screen {
/* Begin - AutoCompleteExtender */
.autoCompletionList {
        background-color: window;
        border: 1px solid buttonshadow;
        color: windowtext;
        cursor: default;
        list-style: none outside none;
        margin: 0;
        overflow-y: scroll;
        padding: 0;
        text-align: left;
        white-space: nowrap;        
        min-width: 300px;
        z-index: 10000001!important;
}
/* End - AutoCompleteExtender */


/* Begin - BalloonPopupExtender */
.ajax__balloon_popup .ajax__content {
    color: #414042;
    font-family: sans-serif;
    font-size: small;
    font-variant: normal;
    font-weight: normal;
    text-align: left;
    white-space: normal;
}

.ajax__balloon_popup .ajax__content p {
    margin-bottom: 1em;
    margin-top: 0;
}

.ajax__balloon_popup .small .ajax__content > div {
    width: 160px;
    height: 100px;
 }

.ajax__balloon_popup .medium .ajax__content > div {
    width: 205px;
    height: 135px;
}

.ajax__balloon_popup .large .ajax__content > div {
    width: 455px;
    height: 225px;
}
/* End - BalloonPopupExtender */

/* Begin - CollapsiblePanelExtender */
.CollapsiblePanel {
        height: 0;
        overflow: hidden;
}
/* End - CollapsiblePanelExtender */


/* Begin - Button */
    button.standard, input[type=submit].standard, input[type=reset].standard, input[type=button].standard {
        width: 6em;
}

    button.wide, input[type=submit].wide, input[type=reset].wide, input[type=button].wide {
        width: 12em;
}

    button.extraWide, input[type=submit].extraWide, input[type=reset].extraWide, input[type=button].extraWide {
        width: 18em;
}
/* End - Button */


/* Begin - CheckBox */
input[type=checkbox].standard {
        margin-left: -4px;
}
/* End - CheckBox */

/* Begin - ComboBox */
table.ajax__combobox_inputcontainer {
        top: 0!important;
}
/* End - ComboBox */

/* Begin - DALinkDataList */
table.OffenseList {
        width: 100%;
}

.LabelContainer {
        text-align: right;
        width: 20%;
}

.DescriptionContainer {
        text-align: left;
        width: 30%;
}

.StatusContainerEmphasize {
        color: #B00307;
        text-align: left;
        width: 15%;
}

.ViewOffenseContainer {
        background-color: #ccc;
        border-bottom: #000 1px solid;
        border-left: #000 1px solid;
        border-right: #000 1px solid;
        border-top: #000 1px solid;
        padding-left: 2px;
        padding-right: 2px;
        padding-top: 2px;
}

    .OffenseContainer, .StatusContainer {
        text-align: left;
        width: 15%;
}
/* End - DALinkDataList */

/* Begin - DropDownList */
select.standard {
        width: 18em;
}

select.wide {
        width: 22.5em;
}

select.extraWide {
        width: 30.5em;
}
/* End - DropDownList */

/* Begin - Fieldset */
fieldset.Gradient {
    width: 96%;
    margin-bottom: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 2%;
    padding-right: 2%;
    clear: both;
    display: inline-block;
    border: solid 1px #CBD0D6;
    /* fallback (Opera) */
    background: #BACCDE;
    /* Mozilla: */
    background: -moz-linear-gradient(top, #BACCDE, #FFFFFF);
    /* Chrome, Safari:*/
        background: -webkit-gradient(linear, left top, left bottom, from(#BACCDE), to(#FFFFFF));
    /* MSIE */
        filter: progid:DXImageTransform.Microsoft.Gradient( StartColorStr='#BACCDE', EndColorStr='#FFFFFF', GradientType=0);
}

.GoButton {
        background: url(../../images/icons/blue.button.png) center center no-repeat;
        border: none;
        color: none;
        font-size: 0;
        height: 30px;
        width: 30px;
}

div.Fieldset {
        margin: 0 0 1em;
        width: 100%;
}

div.Fieldset legend {
            color: #000;
            font-family: Century Gothic,Sans-Serif;
            font-size: 125%;
            font-weight: 700;
            margin: .5em 0 0;
            width: 100%;
}

div.Fieldset ul {
            border-bottom: double 3px #c8c9cb;
            list-style-type: none;
            margin: 0 1em 0 0;
            padding: 0;
}

div.Fieldset ul li {
                background-position: left center;
                background-repeat: no-repeat;
                border-top: double 3px #c8c9cb;
                padding: 1em 0 1em 35px;
}

div.Fieldset .TopLeft {
            background: url(../../images/FieldsetTopLeft.jpg) top left no-repeat;
            clear: both;
            float: left;
            padding-left: 12px;
}

div.Fieldset .TopRight {
            background: url(../../images/FieldsetTopRight.jpg) top right no-repeat;
            height: 1.5em;
}

div.Fieldset .MiddleLeft {
            background: url(../../images/FieldsetMiddleLeft.jpg) left repeat-y;
}

div.Fieldset .MiddleRight {
            background: url(../../images/FieldsetMiddleRight.jpg) right repeat-y;
}

div.Fieldset .BottomLeft {
            background: url(../../images/FieldsetBottomLeft.jpg) bottom left no-repeat;
            padding-bottom: 10px;
            padding-left: 12px;
            padding-top: 10px;
}

div.Fieldset .BottomRight {
            background: url(../../images/FieldsetBottomRight.jpg) bottom right no-repeat;
}
/* End - Fieldset */

/* Begin - GridView */
    table.gridView {
    margin: 1em auto 1em auto;
    font-size: x-small;
    border: solid 1px gray;
    padding: 4px;
}

        table.gridView caption {
    font-weight: bold;
            font-size: 9pt;
    text-align: center;
    color: #33577E;
    vertical-align: middle;
    white-space: nowrap;
    padding: 7px;
    background-color: #E8E8E8;
}

.WithCaption {    
      height: 15px;
      background-image: url('../../Images/HeaderBarFill.jpg');
}

    tr.gridViewHeader > th {
    text-align: center;
    color: #B2C2D1;
    vertical-align: middle;
    background-color: #33577E;
    white-space: nowrap;
    border-top: solid 1px gray;
    border-bottom: solid 1px gray; 
    padding: 7px 5px;
        font-size: 9pt;
    padding: 4px;  
}

        tr.gridViewHeader > th > a {
	color: #B2C2D1;
}

    tr.gridViewFooter {
    padding: 4px;    
    vertical-align: middle;
    border-bottom: solid 1px gray;
}

    table.gridView > tbody > tr > td {
    padding: 4px;    
    vertical-align: middle;
    border-bottom: solid 1px gray;
    border-top: solid 1px gray;
    background-color: White;
}

tr.gridViewRow {
}

tr.gridViewEditRow > td, tr.gridViewSelectedRow > td {
    color: #B2C2D1 !important;
    background-color: #33577E !important;
}

        tr.gridViewEditRow > td a, tr.gridViewSelectedRow > td a {
	color: #B2C2D1;
}
/* End - GridView */

/* Begin - HoverBox */
.HoverBoxContainer {
        position: relative;
        width: 1px;
}

.HoverBox {
        background-color: #FFF;
        border: solid 1px #000;
        filter: progid:DXImageTransform.Microsoft.dropShadow(Color=C0C0C0,offX=4,offY=4,positive=true);
        left: 0;
        padding: .25em;
        position: absolute;
        top: 1em;
        width: 50em;
}

.HoverBox table {
            width: 100%;
}

.HoverBox .HeadingText {
            text-align: left;
            vertical-align: top;
}

.HoverBox .HeadingButtons {
            text-align: right;
            vertical-align: top;
}
/* End - HoverBox */

/* Begin - InputForm */
select {
    font-family: Sans-Serif;
    font-size: 1em;
}

input {
    font-family: Sans-Serif;
    font-size: 1em;
}

textarea {
    font-family: Sans-Serif;
    font-size: 1em;
    white-space: pre-wrap;
}

table.InputForm {
        width: 100%;
}

        table.InputForm td {
	vertical-align: middle;
}

    table.Layout table.InputForm td {
	vertical-align: middle;
}

.TabContainer {
        border-top: none;
        border-bottom: solid 1px #CBD0D6;
        border-left: solid 1px #CBD0D6;
        border-right: solid 1px #CBD0D6;
        padding: 1em;
        clear: both;
        overflow: hidden;
     /* fallback (Opera) */
    background: #BACCDE;
    /* Mozilla: */
    background: -moz-linear-gradient(top, #CEDEED, #FFFFFF);
    /* Chrome, Safari:*/
        background: -webkit-gradient(linear, left top, left bottom, from(#CEDEED), to(#FFFFFF));
    /* MSIE */
        filter: progid:DXImageTransform.Microsoft.Gradient( StartColorStr='#CEDEED', EndColorStr='#FFFFFF', GradientType=0);
}

    .FirstControlContainer {
        padding-bottom: 0.25em;
        padding-left: 0.25em;
        padding-right: 0em;
        text-align: right;
        white-space: nowrap;
        width: 50%;
}

.ControlContainer {
        padding-bottom: 0.25em;
        padding-left: 0em;
        padding-right: 0.25em;
        text-align: left;
        white-space: nowrap;
        vertical-align: middle;
}

.LastControlContainer {
        padding-bottom: 0.25em;
        padding-left: 0.25em;
        padding-right: 0.25em;
        text-align: left;
        width: 50%;
        vertical-align: middle;
}

.BreakTextContainer {
        padding-bottom: 0.25em;
        text-align: center;
}

.ActionButtonContainer {
	/*padding-top : 1em;*/
        padding-bottom: 0.25em;
        text-align: center;
        white-space: nowrap;
}

.ErrorContainer {
        padding-top: 1em;
	/*padding-bottom : 0.25em;*/
        text-align: center;
        white-space: nowrap;
        color: #B00307;
}

.ErrorContainer > table {
	margin: 0 auto 0 auto;
}

.ErrorSummary {
        list-style-image: url(../../images/ErrorIndicator.gif);
        vertical-align: middle;
        text-align: left;
        white-space: nowrap;
        color: #B00307;
	/*width:50%;*/
        font-size: 9pt;
}

    .WarningSummary {
        list-style-image: url(../../images/WarningIndicator.gif);
        vertical-align: middle;
        text-align: left;
        white-space: nowrap;
        color: #B00307;
	/*width:50%;*/
        font-size: 9pt;
}

.ValidatorText {
        font-size: 9pt;
        color: #B00307;
        vertical-align: middle;
        text-align: left;
}

.WarningText {
        font-size: 9pt;
    color: #B00307;
        vertical-align: middle;
        text-align: left;
}

.ExampleText {
        font-size: 8pt;
        color: #B00307;
}

.ExampleContainer {
        vertical-align: middle;
        padding-bottom: 0.25em;
        padding-left: 0.25em;
        padding-right: 0.25em;
        text-align: left;
        white-space: nowrap;
}

.FieldError {
        background-image: url(../../images/ErrorIndicator.gif);
        background-repeat: no-repeat;
        border: 1px solid Pink;
        margin-left: 0.25em;
        padding-left: 0.25em;
        padding-right: 0.25em;
        cursor: hand;
        vertical-align: middle;
}

.FieldWarning {
        background-image: url(../../images/WarningIndicator.gif);
        background-repeat: no-repeat;
        border: 1px solid yellow;
        margin-left: 0.25em;
        padding-left: 0.25em;
        padding-right: 0.25em;
        cursor: hand;
        vertical-align: middle;
    }
    
    .GridLabel {
        font-weight: bold;
}

    .GridViewContainer {
        padding-bottom: 0.25em;
        text-align: center;
}

    .PageNavigationContainer {
        padding-top: 0.50em;
        padding-bottom: 0.25em;
        text-align: center;
}

img.Spacer {
        display: inline;
        height: 0em;
}

p.AdditionalInstructions {
        background-color: silver;
        margin-top: 2em;
        margin-bottom: 1em;
        margin-left: 2em;
        margin-right: 2em;
        padding-top: 0.5em;
        padding-bottom: 1em;
        padding-left: 0.5em;
        padding-right: 0.5em;
}

.numeric {
        text-align: right;
}

    table.DisplayForm {
    width: 100%;
}
table.DisplayForm caption 
{    
    font-weight: bold;
    font-size : 9pt;
    text-align: left;
    color: #33577E;
    vertical-align: middle;
    white-space: nowrap;
    padding: 7px;
    background-color: #E8E8E8;
     
}
table.DisplayForm td 
{
    padding-top: 5px;
}
/* End - InputForm */

/* Begin - ListBox */
select[size].standard {
        width: 18em;
}

select[size].wide {
        width: 22.5em;
}
/* End - ListBox */

/* Begin - ModalPopupExtender */
.modalDialog {
        background-color: #FFF;
        border: solid 1px #000;
        font-size: small;
}

.modalDialog h1 {
            background-color: #33577E;
            color: #B2C2D1;
            font-size: 100%;
            margin: 0 0 1em;
            padding: .25em 0;
}

.modalBackground {
        background-color: Gray;
        filter: alpha(opacity=70);
        opacity: 0.7;
}
/* End - ModalPopupExtender */

/* Begin - TextBox */
input[type=text].standard, textarea.standard {
        width: 17.5em;
}

input[type=text].narrow, textarea.narrow {
        width: 8em;
}

input[type=text].extraNarrow, textarea.extraNarrow {
        width: 6em;
}

input[type=text].wide, textarea.wide {
        width: 21.9em;
}

input[type=text].extraWide, textarea.extraWide {
        width: 30em;
}

input[type=text].extraExtraWide, textarea.extraExtraWide {
        width: 42.5em;
}

textarea.memo {
        height: 5.5em;
        width: 42.5em;
        white-space: pre-wrap;
}
/* End - TextBox */

/* Begin - Lists */
ul.BasicList {
        list-style: none;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 1em;
        text-indent: -1em;
}
/* End - Lists */

/* Overlay */

/* Prevents the overlay from popping up for a control */
.hideOverlay {
}
 
.loading {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        filter: alpha(opacity=40);
        opacity: 0.4;
        z-index: 20000005!important;
}

.loadingcontent {
        display: table;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
}

.loadingspinner {
display: table-cell;
        vertical-align: middle;
width: 100%;
        height: 100%;
text-align: center;
        font-size: larger;
}
 /*......new color scheme..........*/

table.section {
width: 100%;
margin: 0px;
padding: 0px;
        border-spacing: 0;
        border-collapse: collapse;
}

table.section td {
padding: 0px;
vertical-align: middle;
}
/*......End new color scheme..........*/

/* ........Address Label style..........*/
.addressLabel {
border: 1px solid #33577e;
        background-color: #E8E8E8;
        color: #33577e;
font-family: 'Sans-Serif';
font-size: 95%;
        font-weight: bold;
        padding: .3em;
margin: .5em;	
}
/* ........End of Address Label style..........*/

/* https://stackoverflow.com/questions/12460639/list-items-in-ajax-toolkit-combo-box-appears-in-wrong-position */
.ajax__combobox_itemlist
{
    position: fixed !important; 
    height: 10em !important;
    overflow: auto !important;
    top: auto !important;
    left: auto !important;
}

}
