/* General Styles: */
body {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    background-color: White;
    padding-right: -5px;
}

/* Force right-hand scrollbar in firefox */
html {
    height: 100%;
    margin-bottom: 1px;
}

td, .div_td {
    /* font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; */
    /* font-size: 11px; */
    /* margin-left: 40px; */
}

h2, h3, h4, h5 {
    font-weight: bold;
}

.eight {
    font-size: 8px;
}

.ten {
    font-size: 10px;
}

.eleven {
    font-size: 11px;
}

.fifteenbold {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif !important;
    font-size: 15px !important;
    font-weight: bold !important;
}

.sixteen {
    font-size: 16px;
    color: black;
    text-decoration: none;
}

/* Subheadings for all pages */
.subheading {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color: #444444;
    font-size: 12px;
    font-weight: bold;
    text-shadow: 0px 2px 3px #ffffff;
}
/* cs.northsails.com in navbar */
.navcs {
    font-size: 16px;
    color: white;
    font-weight: bold;
    font-style: italic;
}
/* Username in navbar */
.navusername {
    font-size: 11px;
    color: white;
    font-weight: bold;
}

/* Date & time in navbar */
.navdate {
    font-size: 11px;
    color: black;
}
/* Cmplt Date */
.cmpltdate {
    font-size: 11px;
    color: black;
    font-weight: bold;
}
/* Cmplt Date */
.incmpltdate {
    font-size: 11px;
    color: Gray;
    font-weight: normal;
    font-style: italic;
}

.alerttext {
    color: Red;
}

a:link {
    color: #115ea3;
    text-decoration: underline;
}

a:visited {
    color: #115ea3;
    text-decoration: underline;
}

a:hover {
    color: #115ea3;
    text-decoration: underline;
}

a:active {
    color: #115ea3;
    text-decoration: underline;
}

.fieldlabels, .fieldtext {
    font-size: 12px;
    font-family: 'DroidSansRegular', Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.fieldlabels {
    color: black;
    font-weight: bold;
}

.fieldtext {
    color: black;
}

.line_border {
    border: solid;
    border-width: 1px;
    border-color: #005588;
}

.line_border_leftbottomright {
    border: solid;
    border-width: 1px;
    border-left-color: #005588;
    border-right-color: #005588;
    border-bottom-color: #005588;
    border-top-width: 0px;
}

.line_border_bottom {
    border: solid;
    border-width: 1px;
    border-left-color: #ffffff;
    border-right-color: #ffffff;
    border-bottom-color: #005588;
    border-top-color: #ffffff;
}

.line_border_top {
    /*   border-left-color: #ffffff;     border-right-color: #ffffff;     border-bottom-color: #ffffff; */
    border-top-color: #005588;
    border-style: solid;
    border-color: inherit;
    border-width: 1px 0px 0px 0px;
}

.navbar_bottom {
    border-bottom: #005588 1px solid;
}

.left_column_empty {
    border: solid;
    border-width: 1px;
    border-color: #818181;
    background-color: #f5f5f5;
    vertical-align: top;
    padding: 1px;
    cursor: pointer;
    cursor: hand;
    text-align: center;
}

.left_column {
    border: solid;
    border-width: 1px;
    border-color: #818181;
    width: 195px;
    vertical-align: top; /* filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#FFFFFF',startColorstr='#0069B3',gradientType= '0'); */
}
/*
.right_column
{
    border: solid;
    border-width: 1px;
    border-color: #818181;
    background-color: #ffffff;
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 3px;
    padding-top: 3px;
}
*/
.right_column {
    border: none;
    border-width: 0px;
    padding: 0;
}

/* 2008 Grid/Table Style */
.tablestyle {
    font-family: arial;
    margin: 0px 0pt 0px;
    font-size: 8pt;
    border-color: #AAAAAA;
    color: #3D3D3D;
}

    .tablestyle td, .tablestyle th {
        border-color: #AAAAAA;
    }

.headerstyle {
    background-color: #f5f5f5;
}

    .headerstyle a {
        text-decoration: none;
        color: black;
        display: block;
    }

.footerstyle {
    background-color: #f5f5f5;
}

    .footerstyle a {
        text-decoration: none;
        color: black;
        display: block;
    }

.rowstyle {
    background-color: #FFF;
}

.alternatingrowstyle {
    background-color: #f5f5f5;
}

.selectrowstyle {
    background-color: Silver;
}

    .rowstyle td, .alternatingrowstyle td, .selectrowstyle td {
        padding: 1px;
    }

/* END 2008 Grid/Table Style */


.grid_hdr {
    background-color: #afafd1;
    border: #7575aa 1px solid;
}

.grid_item {
    background-color: #e9e9f9;
    border: solid;
    border-width: 1px;
    border-color: #7575aa;
}

.grid_item_alt {
    border: solid;
    border-width: 1px;
    border-color: #7575aa;
    background-color: #d3d3d1;
}

.grid_edit {
    border: solid;
    border-width: 1px;
    border-color: #7575aa;
    background-color: #ffef91;
}

.grid_ftr {
    border: solid;
    border-width: 1px;
    border-color: #818181;
    background-color: #afafd1;
}

/*
#Start Gray GridView Skin
*/
.gray_grid_hdr {
    background-image: url(../../img/tbl_background.gif);
    background-repeat: repeat-x;
}

.gray_grid_item {
    border-top: whitesmoke 1px solid;
    background-image: url(../../img/tbl_background.gif);
    background-repeat: repeat-x;
    border-bottom: silver 1px solid;
}

.gray_grid_item_alt {
    border-bottom: whitesmoke 1px solid;
    border-top: silver 1px solid;
}

.gray_grid_edit {
    background-color: #b0e0e6;
    border-top: steelblue 1px solid;
    border-bottom: steelblue 1px solid;
}

.gray_grid_selected {
    background-color: #D8E8F3;
    border-top: paleturquoise 1px solid;
    border-bottom: steelblue 1px solid;
}

.gray_grid_ftr {
    background-image: url(../../img/tbl_background.gif);
    background-repeat: repeat-x;
}
/*
#End Gray GridView Skin
*/

.table_hdr_selected {
    background-color: #D8E8F3;
    border-bottom: steelblue 1px solid;
}

.table_ftr_selected {
    border-top: steelblue 1px solid;
    background-color: #D8E8F3;
    margin-left: 2px;
    margin-right: 2px;
}

.pale_border_selected {
    background-image: url(../../img/tbl_background_selected.gif);
    background-repeat: repeat-x;
    border: #c3c3c3 1px solid;
}

.table_hdr, .table_hdr_coll, .table_hdr_exp {
    background-color: #f5f5f5;
    border-bottom: lightgrey 1px solid;
}

.table_hdr_right {
    background-color: #f5f5f5;
    border-bottom: lightgrey 1px solid;
    text-align: right;
}

.table_hdr_coll_hover {
    background-color: #f5f5f5;
    border-bottom: lightgrey 1px solid;
    background-image: url(../../img/icon_max.gif);
    background-repeat: no-repeat;
    background-position: right center;
}

.table_hdr_exp_hover {
    background-color: #f5f5f5;
    border-bottom: lightgrey 1px solid;
    background-image: url(../../img/icon_min.gif);
    background-repeat: no-repeat;
    background-position: right center;
}

.pale_border {
    border: 1px solid #DADADA;
    background-image: url('../../img/tbl_background.gif');
    background-repeat: repeat-x;
    color: #333333;
}

.pale_border_edge {
    border: 1px solid #DADADA;
    background-color: White;
}

/* Used in Master pages. The table cell, with style=left_column that contains the navigation control for the module, contains a table of its own. This has a cell used for collapsing this whole of the column. It uses the following style, which could also be considering the header style for the module:*/
.ModuleNav_HeaderCell {
    padding-right: 2px;
    padding-left: 4px;
    font-weight: bold;
    font-size: 11px;
    padding-bottom: 2px;
    color: black;
    padding-top: 2px;
    border-bottom: #0069B3 1px solid;
    font-family: Tahoma, Verdana;
    background-color: #f5f5f5; /*background-color: #ffdead;*/
    background-image: url(../../img/icon_min.gif);
    background-repeat: no-repeat;
    background-position: right center;
    cursor: pointer;
    cursor: hand;
}

/* Used in navigation User Controls. Each nav control should have a table to contain the menu for the module. This helps overcome DHTML issues in Firefox. The table that contains the menu should use this class: */
.ModuleNav_MenuCell {
    background-color: #d8e8f3;
    border-bottom: #0069B3 1px solid;
}

/* ToolTip Styles -  These are used in the NSNotes Server Control */
.ttItem {
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    border-top-style: none;
    padding-top: 0px;
    border-right-style: none;
    border-left-style: none;
    background-color: transparent;
    border-bottom-style: none;
}

.ttNotes {
    border-right: black 1px solid;
    border-top: black 1px solid;
    font-size: x-small;
    border-left: black 1px solid;
    width: 200px;
    direction: ltr;
    border-bottom: black 1px solid;
    font-family: Arial, helvetica;
    background-color: #ffffcc;
}
/* End Tooltip Styles */


/* NSGridViewWithClick Style */
.tablestyle_click {
    font-family: arial;
    margin: 0px 0pt 0px;
    font-size: 8pt;
    border-color: #CDCDCD;
    width: 850px;
    color: #3D3D3D;
}

    .tablestyle_click td, .tablestyle_click th {
        border-color: #CDCDCD;
    }

.alternatingrowstyle_click {
    background-color: #f5f5f5;
}

.headerstyle_click {
    background-color: #f5f5f5;
    background-image: url(../../img/sort_none.gif);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 20px;
}

    .headerstyle_click a {
        text-decoration: none;
        color: #333;
        display: block;
    }

.rowstyle_click {
    background-color: #FFF;
}

    .rowstyle_click td, .alternatingrowstyle_click td {
        padding: 4px;
    }

.sortascheaderstyle_click {
    background-image: url(../../img/sort_asc.gif);
    background-color: #8dbdd8;
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 20px;
}

.sortdescheaderstyle_click {
    background-image: url(../../img/sort_desc.gif);
    background-color: #8dbdd8;
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 20px;
}
/* END NSGridViewWithClick Style */

table.sm_dtl {
    border-spacing: 0px;
    padding: 1px;
}

    table.sm_dtl td {
        font-size: 10px;
        text-align: right;
    }


div.sm_dtl {
    font-size: 10px;
    text-align: right;
}

/* Standard table and cell formats for forms (vl for value cell) */
.tb_lb {
    border: solid;
    border-width: 1px;
    border-color: #DADADA;
    border-spacing: 1px;
}

.tdc {
    border: 1px solid #DADADA;
    background-image: url('../../img/tbl_background.gif');
    background-repeat: repeat-x;
}

.tdc_vl {
    border: 1px solid #DADADA;
    background-color: White;
}

.tdc_vlr {
    border: 1px solid #DADADA;
    background-color: White;
    text-align: right;
}


.lb_lk /* can be used to apply href style to label*/ {
    text-decoration: underline;
    cursor: pointer;
    color: #005588;
}

.tbx_ro /* use with read only TextBox to display like disabled but maintain scolling/copying fn */ {
    background-color: #f5f5f5;
}

.AddEventButton {
    background-image: url("../img/icon_add.png");
    background-repeat: no-repeat;
}

.AddEventButtonAlt {
    background-image: url("../img/icon_add_dis.gif");
    background-repeat: no-repeat;
}

    .AddEventButtonAlt:hover {
        background-image: url("../img/icon_add.png");
        background-repeat: no-repeat;
    }

/* New DivTests */

.d_TMB /* StdForm Top Menu Bar*/ {
    position: relative;
    width: 100%;
    padding: 2px 0px 2px 0px;
    height: 28px;
}

.d_TMB_RM /* StdForm Top Menu Bar (RadMenu)*/ {
    position: absolute;
    top: 0;
    left: 75px;
    padding: 4px 0px 0px 0px;
    width: 650px;
}

.d_TMB_RHCo /* StdForm Top Menu Bar (R/H Controls)*/ {
    position: relative;
    width: 100%;
    padding: 2px 2px 2px 2px;
}

.d_H1 /* StdForm cM Header*/ {
    padding: 5px 2px 2px 5px;
    border: solid 1px #005588;
    background-color: #f5f5f5;
    height: 24px;
    font-size: 14px;
    font-weight: bold;
}

.d_H2 /* StdForm cM SubHeader*/ {
    padding: 4px 2px 2px 4px;
    border: solid 1px #005588;
    background-color: #f5f5f5;
    height: 20px;
    font-size: 12px;
    font-weight: bold;
}

.d_H1_dIc /* StdForm cM Header R/H Icons*/ {
    float: right;
    padding: 2px 0px 3px 5px;
    font-size: 11px;
    font-weight: normal;
}

.d_H2_dIc /* StdForm cM SubHeader R/H Icons*/ {
    float: right;
    padding: 0px 0px 2px 5px;
    font-size: 11px;
    font-weight: normal;
}

.d_H1_dCo /* StdForm cM Header R/H Controls*/ {
    float: right;
    font-size: 11px;
    font-weight: normal;
}


.d_Tr {
    display: table-cell;
    padding: 1px;
}

.d_Td {
    display: table-cell;
    padding: 1px;
}

#bodyT {
    border-collapse: collapse;
    display: table;
    table-layout: fixed;
    padding: 0px;
    border-spacing: 0px;
}

div.margins {
    margin: 1px;
    margin-top: 0;
}

#content {
    margin-left: 187px;
    padding-right: 2px;
}

#contentwrapper {
    float: left;
    width: 100%;
}

#navcolumn {
    float: left;
    width: 187px;
    margin-left: -100%;
}

#navtaskwrapper {
    border-style: solid;
    border-width: 1px 1px 0px 1px;
    border-color: #828282;
    color: #222;
    font: normal 12px 'Segoe UI', Arial, sans-serif;
    line-height: 24px;
    padding-left: 10px;
    background-color: #f5f5f5;
}

.table_hdr_gradient {
    background-color: #ffffff; /* fallback/image non-cover color */
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.2));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.2));
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #888888; /* #7575aa 005588*/
    vertical-align: middle;
    font-family: 'Frutiger57CnCondensed', 'Segoe UI', Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color: #222222;
    font-size: 12px;
    font-weight: bold;
}

.width_16 {
    width: 16px;
}

.truncate {
    text-overflow: ellipsis;
}

.designlabel_outline {
    border: solid;
    border-width: 1px;
    border-top-color: #3388aa;
    border-bottom-color: #005588;
    border-left-color: #005588;
    border-right-color: #005588;
    border-radius: 4px;
    -moz-border-radius: 4px;
    width: auto;
    text-align: center;
    padding: 0px;
    background-color: #ffffff;
}

.border_roundedtop {
    border-width: 1px;
    border-style: solid;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    width: auto;
    text-align: center;
    padding: 3px;
    background-color: #F0F0F0;
    border-color: #AAAAAA #777777 #777777 #AAAAAA;
    color: #333333;
    font-family: 'Frutiger57CnCondensed', 'Segoe UI', Tahoma, Arial, sans-serif;
    font-size: 14px;
}

.border_leftbottomright {
    border-style: solid;
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-top-width: 0px;
    width: auto;
    padding: 2px 2px 2px 2px;
    border-color: transparent #777777 #777777 #AAAAAA;
    background-color: #F0F0F0;
}

.dropshadow3 {
    -webkit-box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
    box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
}

a[href], input[type='submit'], input[type='image'], label[for], input[type='checkbox'], select, button, .pointer {
    cursor: pointer;
}

div .RadComboBoxDropDown_Default .ComboBoxItem_Default {
    font-size: 10px;
}



.palegradient {
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.1));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.1));
}

/* Used for value cells in standard grey fieldsets */
.fieldcell, .fieldcell_center {
    background-color: #FFFFFF;
    border-color: #777777 #AAAAAA #AAAAAA #777777;
    border-width: 1px;
    border-style: solid;
}

/* Used for value cells in standard grey fieldsets */
.fieldcell_center {
    text-align: center;
    padding: 2px;
}

td.fieldcell {
    background-color: inherit;
    border-color: #777777 #AAAAAA #AAAAAA #777777;
    border-width: 1px;
    border-style: solid;
}



.nopadding {
    padding: 0px;
}

.idesignsection {
    padding: 0px;
    background-color: White;
}

.detailsStatusNA, .detailsStatusPossible, .detailsStatusComplete {
    color: White;
    border-color: Black;
    border-width: 1px;
    border-style: Solid;
    font-size: 9px;
    font-weight: bold;
    width: 13px;
    height: 13px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.detailsStatusNA {
    background-color: DarkSlateGray;
}

.detailsStatusPossible {
    background-color: Gold;
}

.detailsStatusComplete {
    background-color: SeaGreen;
}

.rcbItem, .rcbHovered, .rcbInput {
    font-size: 10px;
}

.ds_div {
    float: left;
    margin: 4px;
}

div.maincontent {
    width: auto;
    background-color: White;
    border-color: #bbb;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-collapse: collapse;
    border-spacing: 0px;
    padding: 5px;
}

caption {
    border-width: 1px 1px 0px 1px;
    border-style: solid;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    width: auto;
    text-align: center;
    padding: 2px;
    background-color: #e9ecef;
    border-color: #AAAAAA;
    color: #222;
    font-size: 12px;
    font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
    white-space: nowrap;
}


/* Used for standard grey fieldsets */
.stdfieldset {
    height: Auto;
    width: Auto;
    border-color: #AAAAAA;
    border-width: thin;
    border-style: solid;
    background-color: #EFEFEF;
    border-radius: 2px;
    font-family: 'Segoe UI', Tahoma, Arial, sans-serif;
    font-size: 12px;
    margin-bottom: 2px;
    padding: 5px !important;
}

.custfieldset {
    border-color: #AAAAAA;
    border-width: thin;
    border-style: solid;
    background-color: #EFEFEF;
    border-radius: 2px;
    font-family: 'Segoe UI', Tahoma, Arial, sans-serif;
    font-size: 12px;
    padding: 5px;
}

legend {
    border-color: #AAAAAA !important;
    border-width: thin !important;
    border-style: solid !important;
    background-color: #F7F7F7 !important;
    border-radius: 2px !important;
    padding: 1px 8px 1px 8px !important;
    font-size: 10px !important;
    width: auto !important;
}


td.rt, th.rt {
    text-align: right;
}

td.cent, th.cent {
    text-align: center;
}

input.cent {
    text-align: center;
}

.card {
    float: left;
    /* width: 240px; */
    /* height: 130px; */
    border-width: 0;
    border-style: solid;
    border-color: #bbb;
    display: block;
    overflow: hidden;
    margin: 2px;
    box-shadow: 2px 2px 2px #ccc;
}

.card-face {
    border-width: 1px;
    border-style: solid;
    border-color: #fff #999 #999 #fff;
    background-color: #f8f8f8;
    overflow: hidden;
    width: inherit;
    height: inherit;
    display: block;
    position: relative;
    text-decoration: none !important;
    padding: 0px;
}

    .card-face:hover {
        background-color: #EEEEEE;
    }

    .card-face:visited, .card-face:link {
        color: Black;
    }

.card-boundary {
    border-width: 1px;
    border-style: solid;
    border-color: #fff #999 #999 #fff;
    background-color: #f8f8f8;
    overflow: hidden;
    width: inherit;
    height: inherit;
    display: block;
    position: relative;
}

.card-header {
    position: absolute;
    left: 2px;
    top: 2px;
    width: 235px;
    overflow: hidden;
}

.card-footer {
    position: absolute;
    left: 2px;
    bottom: 2px;
    width: 235px;
    overflow: hidden;
    text-align: right;
}

.card-h1 {
    color: #378BD1;
    font-family: 'LeagueGothic', 'Frutiger57CnCondensed', DroidSansRegular, sans-serif;
    font-size: 20px;
    padding: 0px 5px 0px 7px;
    text-transform: uppercase;
    float: left;
}

.card-h2 {
    color: #000;
    font-family: 'LeagueGothic', 'Frutiger57CnCondensed', DroidSansRegular, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    text-align: right;
    padding-left: 5px;
}

.card-id {
    position: absolute;
    left: 10px;
    bottom: 5px;
    z-index: 0;
    font-size: 50px;
    color: Silver;
    opacity: 0.2;
    font-family: 'LeagueGothic', 'Frutiger57CnCondensed', DroidSansRegular, sans-serif;
}

.colorbox {
    display: inline-block;
    position: relative;
    border: 1px solid Black;
    width: 8px;
    vertical-align: middle;
    height: 8px;
}


ul.dmc {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    white-space: nowrap;
}

li.dmc a {
    display: block;
    text-decoration: underline;
    color: #005588;
}

li.dmc {
    float: left;
    margin: 0px 1px 0px 1px;
    text-decoration: none;
}

div.RadToolTip_Sunset div.rtTitlebar {
    font-size: 12px !important;
    font-weight: bold !important;
}

input.autopostback {
    background-color: hsl(120, 100%, 88%) !important;
    color: hsl(120, 100%, 15%) !important;
}

#EnvironmentFooter {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    opacity: 0.75;
    color: white;
    text-align: center;
    z-index: 1000;
}
