﻿@import "../../Style/dropdown.css";
@import "../../Style/ext-all.css";

#header
{
    height: 70px;
    color: #304168;
    background: url('Images/New_Header_bg.jpg') top left repeat-x;
    font-size: 16px;
}

#header-right
{
    float: right;
    background: url('Images/New_Header_Left.jpg') top right no-repeat;
    height: 70px;
    width: 20px;
}

#header-left
{
    float: left;
    background: url('Images/New_Logo.jpg') top left no-repeat;
    height: 70px;
    width: 250px;
}

#headerseparator
{
    border-bottom: 10px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    padding-left: 10px;
    background-color: #070618;
    text-align: center;
    background: url('Images/HeaderSeparator.jpg') top left repeat-x;
}

#headerseparatorright
{
    float: right;
    background: url('Images/HeaderSeparatorRight.gif') bottom right no-repeat;
    width: 20px;
    height: 28px;
}

/*FOOTER*/
#footer
{
    background-image: url('Images/HeaderSeparator.gif');
    background-repeat: repeat-x;
    text-align: center;
}

input[type="submit"]
{
    border: 0px;
    font-size: 10px;
    padding-left: 5px;
    padding-right: 5px;
    color: white;
    cursor: hand;
    background: url('Images/New_Button_Bg.jpg') top left repeat-x;
    height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

input[type="submit"]:hover
{
    background: url('Images/New_Button_Bg_2.jpg') top left repeat-x;
    border: 0px;
    font-size: 10px;
    padding-left: 5px;
    padding-right: 5px;
    color: #000000;
    background-color: White;
    cursor: hand;
    height: 20px;
    letter-spacing: 1px;
}

.Button
{
    border: 0px;
    font-size: 10px;
    padding-left: 5px;
    padding-right: 5px;
    color: white;
    cursor: hand;
    background: url('Images/New_Button_Bg.jpg') top left repeat-x;
    height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.Button:hover
{
    background: url('Images/New_Button_Bg_2.jpg') top left repeat-x;
    border: 0px;
    font-size: 10px;
    padding-left: 5px;
    padding-right: 5px;
    color: #000000;
    background-color: White;
    cursor: hand;
    height: 20px;
    letter-spacing: 1px;
}

.pagerbutton
{
    cursor: hand;
    text-transform: uppercase;
}

.pagerbutton[disabled]
{
    cursor: hand;
    text-transform: uppercase;
}

.pagerbutton[disabled]:hover
{
    cursor: hand;
    text-transform: uppercase;
}

/*NEW NAVIGATION VETICAL SLIDE OUT*/
.menuToolbar
{
    padding-top: 3px;
}

#mainwrapper
{
    background-position: left 20px;
    min-height: 100%;
    height: 100%;
    margin: auto;
    text-align: left;
    background: url("Images/New_MC_BG.jpg") left bottom repeat-y;
    z-index: 10;
}

#content-right
{
    vertical-align: top;
    height: 100%;
    border-top: 1px solid #BAE0FF;
    padding-right: 0px !important;
}

#content-right-tl
{
    float: left;
    width: 2px;
    height: 20px;
    background: #000000 url('Images/New_CR_BG.jpg') top left no-repeat;
}

#content-right-tr
{
    float: right;
    width: 1px;
    height: 20px;
    background: #000000 url('Images/New_CR_TR_BG.jpg') top right no-repeat;
}

#content-right-br
{
    float: right;
    background: url('Images/HeaderSeparatorRight.gif') bottom left no-repeat;
    width: 20px;
    height: 28px;
}

#content-right-bottom
{
    text-align: center;
    background-image: url('Images/HeaderSeparator.gif');
    background-repeat: repeat-x;
    height: 28px;
    padding-top: 5px;
    text-align: center;
    border-left-style: solid;
    border-right-style: solid;
    border-right-width: 10px;
    border-left-width: 10px;
    border-right-color: white;
    border-left-color: white;
}

#navheader
{
    width: 160px;
    height: 20px;
    background: url('Images/New_Nav_Header.jpg') top right no-repeat;
}

/* Accordion */
.accordionHeader
{
    /*border: 0px solid #2F4F4F;*/
    border-bottom: 1px solid #304168;
    color: #ffffff;
    background: #2E4D7B url("../images/nav-arrow-right-white.png") center left no-repeat; /*background-color: #B9DFFE;*/
    font-size: 12px;
    padding: 5px 5px 5px 25px; /*margin-top: 1px;*/
    cursor: pointer;
}

.accordionHeader a
{
    color: #FFFFFF;
    background: none;
    text-decoration: none;
}

.accordionHeader a:hover
{
    background: none;
    text-decoration: underline;
}

.accordionHeaderSelected
{
    /*border: 1px solid #2F4F4F;*/
    color: #ffffff; /*#000000;  */
    background: #5078B3 url("../images/nav-arrow-down-white.png") center left no-repeat; /*#A4A4A4;*/
    font-size: 12px;
    font-weight: bold;
    padding: 5px 5px 5px 25px; /*margin-top: 1px;*/
    cursor: pointer;
}

.accordionHeaderSelected a
{
    color: #FFFFFF;
    background: none;
    text-decoration: none;
}

.accordionHeaderSelected a:hover
{
    background: none;
    text-decoration: underline;
}

.accordionContent
{
    background-color: #f6f6f6; /*#D3DEEF;*/
    color: #202A49;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    overflow: scroll;
    border-bottom: 1px solid #304168;
}
/* Grid View */
.gridview
{
    text-align: left;
}

.tableGridview
{
    text-align: left;
    width: 100%;
}

.gridviewheader
{
    background-color: #5078B3;
    color: White;
    height: 23px;
    font-size: 12px;
    font-weight: bold;
}

div.gridviewheader
{
    background-color: #5078B3;
    color: White;
    height: 23px;
    vertical-align: middle;
    font-size: 12px;
    font-weight: bold;
}


.gridviewheader a
{
    text-decoration: none;
    color: White;
}

.gridviewrow
{
    padding: 2px;
    background-color: #EFEFEF;
}

.gridviewrow a
{
}

.gridviewrow a:hover
{
    background-color: #BBBBBB;
}

.gridviewrow:hover
{
    background-color: #BBBBBB;
}

.gridviewaltrow
{
    background-color: #DADADA;
}

.gridviewaltrow a
{
}

.gridviewaltrow:hover
{
    background-color: #BBBBBB;
}

.gridviewrow a:hover
{
    background-color: #BBBBBB;
}

.gridviewpager
{
    width: 100%;
    height: 23px;
    text-align: right;
    padding-top: 4px;
}

.gridviewnodata
{
    width: 100%;
    height: 100%;
    text-align: center;
    font-weight: bold;
    color: #800000;
    text-decoration: underline;
}

/* Sub Gridview 1 */
.subgridview
{
    /*border: 1px solid #C0C0C0;*/
    width: 100%;
    text-align: left;
}

.subgridviewheader
{
    background-color: #5078B3;
    color: White;
    height: 23px;
    font-size: 12px;
    font-weight: bold;
}

.subgridviewheader a
{
    color: White;
}

.subgridviewrow
{
    background-color: #EFEFEF;
}

.subgridviewrow a
{
}

.subgridviewrow a:hover
{
    background-color: #BBBBBB;
}

.subgridviewrow:hover
{
    background-color: #BBBBBB;
}

.subgridviewaltrow
{
    background-color: #DADADA;
}
.subgridviewaltrow:hover
{
    background-color: #BBBBBB;
}
.subgridviewaltrow a
{
}
.subgridviewaltrow a:hover
{
    background-color: #BBBBBB;
}
.subgridviewpager
{
    width: 100%;
    height: 23px;
    text-align: center;
    padding-top: 4px;
}

/* Inner Gridview */
.innergridview
{
    /*border: 1px solid #C0C0C0;*/
    color: #333333;
    background-color: Aqua;
    text-align: left;
}

.innergridviewheader
{
    background-color: #5D7B9D;
    color: White;
    height: 23px;
}

.innergridviewheader a
{
    text-decoration: none;
    color: White;
}

.innergridviewrow
{
    background-color: #BFD5FF;
    color: Black;
}

.innergridviewrow a
{
    color: Black;
    background-color: Aqua;
    font-weight: bold;
}

.innergridviewaltrow
{
    background-color: #D8D8D8;
    color: Black;
}

.innergridviewaltrow a
{
    color: Black;
    font-weight: bold;
}

.innergridviewrow a:hover
{
    background-color: Yellow;
}

.innergridviewrow:hover
{
    background-color: Yellow;
}

.innergridviewaltrow:hover
{
    background-color: Yellow;
}
.innergridviewaltrow a:hover
{
    background-color: Yellow;
}
.innergridviewpager
{
    width: 100%;
    height: 23px;
    text-align: center;
    padding-top: 4px;
    background-color: #284775;
    font-weight: bold;
    color: White;
}

.loadingindicator
{
    border: 1px solid black;
    padding: 0 10px 0 10px;
    margin: 5px;
    background-color: #FFFFFF;
    color: Navy;
    position: fixed;
    left: 40%;
    top: 45%;
    height: 45px;
    z-index: 900002;
    vertical-align: middle;
    text-align: center;
    filter: alpha(opacity=100);
    opacity: 1;
    font-weight: bold;
    font-style: italic;
    overflow: visible; /*width: 25%;*/
}

.loadingindicator span
{
    text-align: left;
    vertical-align: middle;
    padding-left: 11px;
    font-size: 17px;
}

#loading
{
    background-position: #808080;
    position: fixed;
    left: 0;
    top: 0;
    border: 2px solid #000080;
    background: #808080;
    padding: 0px;
    margin: 0px;
    color: #FFFFFF;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    filter: alpha(opacity=40);
    opacity: 0.4;
    z-index: 900001 !important;
    overflow: visible;
}

#loadingInner
{
    border: 1px ridge #000000;
    position: fixed;
    left: 0;
    top: 0;
    padding: 0px;
    margin: 0px; /*width: 100%;*/
    height: 100%;
    vertical-align: middle;
    text-align: center;
    z-index: 900002 !important;
    filter: alpha(opacity=100);
    opacity: 1.0;
}
