﻿/*----------------------------------------------------------
 Colors:

Dk Blue	#013454
Mid Blue	#036187
Lt Blue	#0A7AA6
very light blue #BFDFFF
Red		#6e0c0c
Yellow	#fdb112
pale yellow #FFE4AE
light green (background) #B7CABE
Very light green #EFF4F0
----------------------------------------------------------*/

body
{
    background-position: center top;
    background-color: #B7CABE;
    font-size: .75em;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    color: #013454;
    background-image: url('Images/bg.png');
    background-repeat: no-repeat;
}

span.link
{
    color: #013454;
    text-decoration: underline;
}

a,
a:link,
a:visited
{
    color: #013454;
}

    a:hover
    {
        color: #036187;
        text-decoration: underline;
    }

    a:active
    {
        color: #013454;
    }

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

img
{
    border: none;
    padding: none;
    margin: none;
    background-color: Transparent;
}

/* HEADINGS   
----------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6
{
    font-size: 1.5em;
    color: #013454;
    /*font-family: Arial, Helvetica, sans-serif;*/
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2
{
    padding: 0 0 0 0;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1,
.rightColumn > h2,
.leftColumn > h1,
.leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 965px;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    position: relative;
    margin-bottom: 0px;
    color: #013454;
    padding: 0;
    height: 150px;
    /*background-image: url('Images/header.jpg');*/
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 100%;
}

    #header h1
    {
        font-weight: bold;
        padding: 4px 0;
        margin: 0;
        color: #fff;
        border: none;
        line-height: 2em;
        font-size: 32px !important;
    }

#logo
{
    margin: 0px;
    width: 400px;
    height: 125px;
    float: left;
}

#menucontainer
{
    height: 30px;
    padding: 3px 0px 0px 0px;
    clear: both;
}

#crumbcontainer
{
    position: absolute;
    padding: 10px 0px 0px 10px;
    color: #013454;
}

    #crumbcontainer .link,
    #crumbcontainer .link:visited
    {
        font-weight: bold;
        color: #013454;
    }

        #crumbcontainer .link:hover
        {
            color: #fdb112;
        }

#main
{
    padding: 10px;
    background-color: #fff;
    margin-bottom: 0px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

#footer
{
    background-image: url('Images/footer.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding: 10px 0;
    margin: 0;
    height: 80px;
}

#footerMenu
{
    color: #013454;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    margin-top: 60px;
    margin-left: 20px;
    margin-right: 20px;
    float: left;
    height: 35px;
    width: 100%;
}

    #footerMenu .leftCell
    {
        width: 30%;
        float: left;
        clear: left;
        text-align: left;
    }

    #footerMenu .middleCell
    {
        width: 35%;
        float: left;
    }

    #footerMenu .rightCell
    {
        width: 30%;
        float: left;
        text-align: right;
    }

    #footerMenu img
    {
        vertical-align: middle;
    }

    #footerMenu a,
    #footerMenu a:link,
    #footerMenu a:visited
    {
        color: #013454;
        text-decoration: none;
        font-weight: normal;
    }

        #footerMenu a:hover
        {
            color: #0a7aa6;
            text-decoration: underline;
            font-weight: normal;
        }

#bottomLinks
{
    font-size: 10px;
    color: #fff;
    text-align: center;
    clear: both;
    float: none;
}

    #bottomLinks a:link,
    #bottomLinks a:visited
    {
        font-weight: bold;
        text-decoration: none;
        color: #fff;
    }

    #bottomLinks a:hover
    {
        font-weight: bold;
        text-decoration: none;
        color: #fdb112;
    }


/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------

	 border: 1px solid #013454;
  
*/

fieldset
{
    margin: 4px 0;
    padding: 0px 10px 10px 10px;
    -moz-border-radius: 10px; /*css3 rounded corners - firefox */
    -webkit-border-radius: 10px; /*css3 rounded corners - safari & chrome */
}

    fieldset p
    {
        margin: 2px 10px 8px 8px;
    }

    fieldset label
    {
        display: inline;
    }

        fieldset label.block
        {
            display: block;
        }

legend
{
    font-size: 1.2em;
    font-weight: 600;
    padding: 2px 4px 4px 4px;
    color: #013454;
}

    legend img
    {
        vertical-align: text-top;
    }

input[type="text"]
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"]
{
    width: 200px;
    border: 1px solid #CCC;
}

/* BUTTONS   
----------------------------------------------------------
    color: #013454;
*/
.button, div.RadUpload .ruBrowse
{
    color: #013454;
}

    .button:hover, div.RadUpload_Default .ruFileWrap .ruButtonHover
    {
        cursor: pointer;
        color: #013454;
        text-decoration: underline;
    }

div.RadUpload .ruBrowse
{
    font-size: 1.2em;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}

.linkButtonCommand
{
    border: 1px solid transparent;
    background-color: transparent;
    padding: 6px 2px 2px 2px;
}

    .linkButtonCommand:hover
    {
        border: 1px solid #0A7AA6;
        background-color: #BFDFFF;
        padding: 6px 2px 2px 2px;
        color: #013454;
    }

.linkButtonFolderCommand
{
    border: 1px solid transparent;
    background-color: transparent;
    padding: 6px 2px 2px 2px;
}

    .linkButtonFolderCommand:link
    {
        color: #FFFFFF;
    }

    .linkButtonFolderCommand:hover
    {
        border: 1px solid #0A7AA6;
        background-color: #BFDFFF;
        padding: 6px 2px 2px 2px;
        color: #013454;
    }

.btnAdd
{
    height: 25px;
    width: 70px;
    background-image: url('Images/btnAdd.gif');
    background-repeat: no-repeat;
    background-position: left bottom;
    border: 0;
    padding: 0;
    margin: 0;
}

    .btnAdd:hover
    {
        background: url('Images/btnAdd_over.gif') no-repeat;
        height: 20px;
        width: 20px;
        border: 0;
        padding: 0;
        margin: 0;
        cursor: pointer;
    }

.btnDelete
{
    height: 20px;
    width: 65px;
    background-color: transparent;
    background-image: url('Images/Delete.gif');
    background-repeat: no-repeat;
    background-position: left center;
    border: 0;
    padding: 0;
    margin: 0;
    text-decoration: underline;
}

    .btnDelete:hover
    {
        height: 20px;
        width: 65px;
        background-color: #EFF4F0;
        background-image: url('Images/Delete.gif');
        background-repeat: no-repeat;
        background-position: left center;
        padding: 0;
        margin: 0;
        cursor: pointer;
        border: 1px solid #B7CABE;
        text-decoration: underline;
    }

.btnEdit
{
    height: 20px;
    width: 20px;
    background: url('Images/btnEdit.gif') no-repeat;
    border: 0;
    padding: 0;
    margin: 0;
}

    .btnEdit:hover
    {
        background: url('Images/btnEdit_over.gif') no-repeat;
        height: 20px;
        width: 20px;
        border: 0;
        padding: 0;
        margin: 0;
        cursor: pointer;
    }

.btnOK
{
    height: 20px;
    width: 20px;
    background: url('Images/btnOK_over.gif') no-repeat;
    border: 0;
    padding: 0;
    margin: 0;
}

    .btnOK:hover
    {
        background: url('Images/btnOK.gif') no-repeat;
        height: 20px;
        width: 20px;
        border: 0;
        padding: 0;
        margin: 0;
        cursor: pointer;
    }

.btnDetails
{
    height: 20px;
    width: 20px;
    background: url('Images/btnDetails.gif') no-repeat;
    border: 0;
    padding: 0;
    margin: 0;
}

    .btnDetails:hover
    {
        background: url('Images/btnDetails_over.gif') no-repeat;
        height: 20px;
        width: 20px;
        border: 0;
        padding: 0;
        margin: 0;
        cursor: pointer;
    }

.btnCalendar
{
    height: 16px;
    width: 16px;
    background: url('Images/calendar.gif') no-repeat;
    border: 0;
    padding: 0;
    margin: 0;
}

.btnCloseX
{
    background-position: center;
    height: 16px;
    width: 16px;
    background: url('Images/CancelGrey.gif') no-repeat;
    border: 0;
    padding: 2px;
    margin: 0;
}

    .btnCloseX:hover
    {
        background-position: center;
        height: 16px;
        width: 16px;
        background: url('Images/Cancel.gif') no-repeat;
        cursor: pointer;
        border: 0;
        padding: 2px;
        margin: 0;
    }

.btnPanelExpand
{
    height: 16px;
    width: 16px;
    background: url('Images/expand_blue.jpg') no-repeat;
    border-style: none;
    border-width: 0;
    padding: 0;
    margin: 0;
}

.btnPanelCollapse
{
    border-style: none;
    border-width: 0;
    height: 16px;
    width: 16px;
    background: url('Images/collapse_blue.jpg') no-repeat;
    padding: 0;
    margin: 0;
}


/* JQGRID
----------------------------------------------------------*/
.scroll
{
}
/*KCS A placedholder class to suppress class warnings

/* TABLE
----------------------------------------------------------
table 
{
	border: 1px solid #CEDBE8;
	border-collapse: collapse;
}

table td 
{
  padding: 5px;   
  border: solid 1px #CEDBE8;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #CEDBE8;   
}

table.formLayout
{
  border: none;
  border-collapse: collapse;
}

table.formLayout td 
{
  padding: 5px;   
  border: none;
}

table.formLayout th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #CEDBE8;   
}

----------------------------------------------------------*/



/* GRIDVIEW
----------------------------------------------------------*/

.dg
{
    border: 1px solid #808080;
    width: 100%;
    text-align: left;
}

.dgRow
{
    font-size: 90%;
}

    .dgRow td
    {
        border-width: 1px;
        border-color: #CEDBE8;
        border-style: none none solid none;
    }

.dgRowAlt
{
    font-size: 90%;
}

    .dgRowAlt td
    {
        border-width: 1px;
        border-color: #CEDBE8;
        border-style: none none solid none;
    }

.dgRowSelected
{
    border-style: none;
    background-color: #FFE4AE;
    font-size: 90%;
}

.dgPager
{
    background-color: #BFDFFF;
    color: #013454;
}

    .dgPager td
    {
        padding: 0px 4px 2px 4px;
        font-size: larger;
    }

.dgHeader
{
    padding: 6px 2px 6px 2px;
    white-space: nowrap;
    font-weight: bold;
}

    .dgHeader th
    {
        background-color: #BFDFFF;
        color: #013454;
        text-align: left;
    }

    .dgHeader a,
    .dgHeader a:visited
    {
        text-decoration: underline;
        font-weight: bold;
    }

        .dgHeader a:hover
        {
            color: #fdb112;
            text-decoration: underline;
            font-weight: bold;
        }


/* MISC SHARED
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color: Red;
}

.noDisplay
{
    display: none;
}

.NoWrap
{
    white-space: nowrap;
}

.Wrap
{
    white-space: normal;
}

div#title
{
    display: block;
    float: left;
    text-align: left;
}

#logindisplay
{
    padding: 3px 15px 2px 15px;
    display: block;
    float: right;
    margin-top: 0px;
    font-size: 1.1em;
    font-weight: bold;
    color: #fff;
    margin-right: 0px;
    height: 20px;
    width: auto;
    text-align: right;
}

    #logindisplay a, #logindisplay a:link
    {
        font-weight: normal;
        color: #fff;
        text-decoration: underline;
    }

        #logindisplay a:visited
        {
            color: #fff;
            text-decoration: underline;
        }

        #logindisplay a:hover
        {
            color: #fff;
            text-decoration: underline;
        }

    #logindisplay table
    {
        border: none;
        border-collapse: collapse;
    }

        #logindisplay table td
        {
            vertical-align: top;
            /*padding: 5px;*/
            border: none;
        }

.field-validation-error
{
    color: #fff;
}

.input-validation-error
{
    /*border: 1px solid #FFFFFF;*/
    background-color: #fff;
}

.validation-summary-errors
{
    font-weight: bold;
    font-size: 14px;
    color: #ff0000;
    border: 2px solid red;
    margin: 0px 5px;
    padding: 2px;
    background-color: #fff;
    /*background: #FFFFFF url(Images/exclamation.png) no-repeat;*/
}

    .validation-summary-errors ul
    {
        list-style-position: outside;
        list-style-image: url(Images/no.png);
        list-style-type: square;
        margin: 0;
    }

.searchForm
{
}

    .searchForm table
    {
        border: none;
        border-collapse: collapse;
    }

        .searchForm table td
        {
            padding: 2px;
            border: none;
        }

.leftFloatStack
{
    float: left;
    margin: 2px 15px 2px 0px;
}

/*Correcting jqGrid styles for IE8, make multiline rows display fully*/
.ui-jqgrid tr.jqgrow td
{
    white-space: normal !important;
    height: auto;
    vertical-align: text-top;
    padding-top: 2px;
}


/* App specific
----------------------------------------------------------*/

.MenuControl
{
}

.StaticMenu
{
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    width: auto;
    font-size: 1.2em;
}

.staticMenuItem
{
    text-align: center;
}

    .staticMenuItem a
    {
        text-decoration: none;
    }

.staticMenuItemHover
{
    text-decoration: underline;
    cursor: pointer;
}

.DynamicMenu
{
    text-decoration: none;
    cursor: pointer;
    width: auto;
    border: 1px solid #B7CABE;
    background-color: #EFF4F0;
}

.dynamicMenuItem
{
    padding: 4px;
}

    .dynamicMenuItem a
    {
        text-decoration: none;
    }

.dynamicMenuItemHover
{
    padding: 4px;
    text-decoration: underline;
    cursor: pointer;
}


.ErrorDIV
{
    border: 2px solid #A40234;
    font: 12px verdana;
    padding: 2px;
    margin-bottom: 4px;
    background-color: #FFFFFF;
}

.InfoDIV
{
    background-color: #FAFAD2;
    border: 2px solid #FFCC66;
    font: 12px verdana;
    padding: 2px;
    margin-bottom: 4px;
}

.ControlMessageLabel
{
    font-style: italic;
    color: #A40234;
}

.modalBackground /* the opaque filter over the page-behind */
{
    background-color: #808080;
    opacity: 0.5; /*css3 standard*/
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity =50)"; /*MS proprietary for IE8*/
    filter: alpha(opacity=50); /*MS proprietary for IE5-7*/
}

.modalPopup
{
    border: 1px solid #01295C;
    background-color: #FFFFFF;
}

.modalPopupHeader
{
    padding: 6px 2px 6px 2px;
    white-space: nowrap;
    text-align: center;
    font-weight: bold;
    background-color: transparent;
    background-image: url(images/GradientBar32_4D8CA5.png);
    background-repeat: repeat-x;
    color: #FFFFFF;
}

.modalPopupContent
{
    padding: 10px;
}


.collapsePanelHeader
{
    width: 100%;
    height: 20px;
    color: #FFFFFF;
    font-weight: bold;
    cursor: pointer;
    background-color: transparent;
    background-image: url(images/GradientBar32_4D8CA5.png);
    background-repeat: repeat-x;
    padding: 4px;
}

.collapsePanelHeaderLabel
{
    text-decoration: underline;
}

.collapsePanel
{
    padding: 4px;
    overflow: hidden;
}


.treeViewControl
{
}
    /* use this to align node images */
    .treeViewControl td
    {
        vertical-align: top;
    }

.treeViewRootNode
{
    text-decoration: none;
    font-weight: bold;
}

.treeViewSelectedNode
{
    padding: 0 2px 0 2px;
    border: 1px solid #0A7AA6;
    background-color: #BFDFFF;
}

.treeViewNode
{
    padding-left: 2px;
    cursor: pointer;
}

.treeViewHoverNode
{
}

.FolderHeader
{
    background-color: transparent;
    background-image: url(images/GradientBar32_4D8CA5.png);
    background-size: 100%;
    color: #FFFFFF;
    padding-bottom: 3px;
}

.PagerControl
{
    text-align: center;
    background-color: #036187;
    color: #FFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.DocumentListItem
{
    background-position: bottom;
    background-color: transparent;
    background-image: url(images/GradientBar200_DCEBEF.png);
    background-repeat: repeat-x;
}



#ajaxProgress
{
    background-color: #b7cabe;
    border: 1px outset #010101;
    font-size: 1.2em;
    z-index: 10003;
}

    #ajaxProgress p
    {
        padding-top: 10px;
        text-align: center;
        vertical-align: middle;
    }

.collapsePanel
{
    height: 0px;
    overflow: hidden;
}

.ruFakeInput
{
    width: 364px !important;
}
