﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
    background: #b6b7bc;
    font-size: 10pt;
    font-family: Verdana, Arial, MS Sans Serif;
    margin: 0px;
    padding: 0px; /*  color: #696969; */
}


a:link, a:visited
{
    color: navy;
}

a:link
{
    color: navy;
}

a:visited
{
    color: navy;
}

a
{
    color: gray;
}

a:active
{
    color: navy;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
    font-size: 12pt;
    color: #a52a2a;
    font-family: Verdana, Arial, MS Sans Serif;
}



/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 90%;
    background-color: #fff;
    margin: 2px auto 0px auto;
    border: 0px solid #496077;
}

.header1
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e url('../Images/HeaderImageR.png') repeat-x top;
    width: 100%;
    top: 0px;
    left: 3px;
    height: 111px;   
    margin: 0px 0 0px 0;
} 

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: url('../Images/DGSHeaderImage.jpg');
    width: 100%;
    top: 0px;
    left: 3px;
    height: 111px;
    background-repeat: no-repeat;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 0px;
    margin: 0px 4px 0px 4px; /* min-height: 420px;*/
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 150px;
    background-color: #465c71; /*#172d54;*/
}

.footer
{
    font-weight: normal;
    font-size: 8pt;
    color: navy;
    font-family: Verdana, Arial, MS Sans Serif;
    height: 10px;
}

.watermark
{
    color: Gray;
    font-style: italic;
}

.loginlink
{
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
}

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color: #465c71; /*#172d54;  #3a4f63;*/
    width: 100%;
    height: 100%;
    min-height: 400px;
}

div.menu
{
    padding: 4px 0px 4px 0px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

.MenuHeader
{
    font-weight: bold;
    font-size: 11pt;
    color: white;
    font-family: Verdana, Arial, MS Sans Serif;
    height: 20px;
}



/* Following styles are used by grid control*/
#container
{
    width: 910px;
    margin: 10px auto;
}

.mGrid
{
    width: 100%;
    background-color: #fff;
    margin: 10px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
    position: relative;
    top: 0px;
    left: 0px;
}
.mGrid td
{
    padding: 4px;
    border: solid 1px #c1c1c1;
    color: #000000;
}
.mGrid th
{
    padding: 4px 2px;
    color: #fff;
    background: #424242 url('../Images/grd_head.png') repeat-x top;
    border-left: solid 1px #525252;
    font-size: 0.9em;
}
.mGrid .alt
{
    background: #fcfcfc url('../Images/grd_alt.png') repeat-x top;
}
.mGrid .pgr
{
    background: #424242 url('../Images/grd_pgr.png') repeat-x top;
}
.mGrid .pgr table
{
    margin: 10px 0;
}
.mGrid .pgr td
{
    border-width: 0;
    padding: 0 6px;
    border-left: solid 1px #666;
    font-weight: bold;
    color: #fff;
    line-height: 12px;
}
.mGrid .pgr a
{
    color: #666;
    text-decoration: none;
}
.mGrid .pgr a:hover
{
    color: #000;
    text-decoration: none;
}
.mGridHeader a:link
{
	color: White;
}

.mGridHeader a:visited
{
	color: White;
}

.mGridHeader a
{
	color: White;
}

.mGridHeader a:active
{
	color: white;
}


/* Ajax Controls Styles*/
.ajax__myTab .ajax__tab_header
{
    text-align: right;
    padding-bottom: 4px;
    border-bottom-style: solid;
    border-bottom-color: #000000;
    border-bottom-width: 10px;
}

.ajax__myTab .ajax__tab_outer
{
}

.ajax__myTab .ajax__tab_inner
{
}

.ajax__myTab .ajax__tab_tab
{
    font-size: 14px;
    font: Verdana, Arial, Helvetica, sans-serif;
    color: #0464BB !important;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    padding: 3px;
    display: block;
    background: #FFFFF;
    margin-left: 3px;
    margin-right: 3px;
    background-color: #EBEBEB;
    border: #E0E0E0 solid 1px;
}

.ajax__myTab .ajax__tab_hover .ajax__tab_outer
{
}

.ajax__myTab .ajax__tab_hover .ajax__tab_inner
{
}

.ajax__myTab .ajax__tab_hover .ajax__tab_tab
{
    color: #0464BB !important;
    background-color: #EBEBEB;
    border: #0464BB solid 1px;
}

.ajax__myTab .ajax__tab_active .ajax__tab_outer
{
}

.ajax__myTab .ajax__tab_active .ajax__tab_inner
{
}

.ajax__myTab .ajax__tab_active .ajax__tab_tab
{
    color: #FFF !important;
    background-color: #000000;
    padding: none /*border-bottom:#000000 solid 5px;*/;
}

.ajax__myTab .ajax__tab_body
{
    /*height:10px; 	display:block;     background:#000000;*/
}

.MyCalendar .ajax__calendar_container
{
    background-color: #fffacd;
    border: solid 1px #646464;
    color: red;
}

.MyCalendar .ajax__calendar_header
{
    background-color: #fffacd;
    margin-bottom: 4px;
}

.MyCalendar .ajax__calendar_title, .MyCalendar .ajax__calendar_next, .MyCalendar .ajax__calendar_prev
{
    color: red;
    padding-top: 3px;
}

.MyCalendar .ajax__calendar_body
{
    background-color: #fffacd;
    border: solid 1px #cccccc;
}

.MyCalendar .ajax__calendar_dayname
{
    text-align: center;
    font-weight: bold;
    margin-bottom: 4px;
    margin-top: 2px;
    color: Red;
}

.MyCalendar .ajax__calendar_day
{
    text-align: center;
}

.MyCalendar .ajax__calendar_hover .ajax__calendar_day, .MyCalendar .ajax__calendar_hover .ajax__calendar_month, .MyCalendar .ajax__calendar_hover .ajax__calendar_year, .MyCalendar .ajax__calendar_active
{
    color: Red;
    font-weight: bold;
    background-color: #ffffff;
}

.MyCalendar .ajax__calendar_today
{
    font-weight: bold;
}

.MyCalendar .ajax__calendar_other, .MyCalendar .ajax__calendar_hover .ajax__calendar_today, .MyCalendar .ajax__calendar_hover .ajax__calendar_title
{
    color: #bbbbbb;
}

/*Custom Styles     */

.RequiredField
{
    font-family: Verdana, Arial, MS Sans Serif;
    color: Red;
    font-weight: normal;
}

.textbox
{
    font-size: 10pt;
    color: #000000;
    font-family: Verdana, Arial, MS Sans Serif;
    border-right: #639ace 1px solid;
    border-top: gray 1px solid;
    border-left: gray 1px solid;
    border-bottom: #639ace 1px solid;
    height: 15px;  
}

.textboxWithBackground
{
    font-size: 10pt;
    color: #000000;
    font-family: Verdana, Arial, MS Sans Serif;
    border-right: #639ace 1px solid;
    border-top: gray 1px solid;
    border-left: gray 1px solid;
    border-bottom: #639ace 1px solid;
    height: 15px;
    background-color: #FFCC99;
}

.datetextbox
{
    font-size: 10pt;
    color: #000000;
    font-family: Verdana, Arial, MS Sans Serif;
    border-right: #639ace 1px solid;
    border-top: gray 1px solid;
    border-left: gray 1px solid;
    border-bottom: #639ace 1px solid;
    width: 70px;
}

.dropdown
{
    font-size: 10pt;
    color: #000000;
    font-family: Verdana, Arial, MS Sans Serif;
    border-right: #639ace 1px solid;
    border-top: gray 1px solid;
    border-left: gray 1px solid;
    border-bottom: #639ace 1px solid;
    height: 22px;
}

.button
{
    background-color: black;
    font-size: 8pt;
    cursor: hand;
    color: white;
    font-family: Verdana, Arial, MS Sans Serif;
    height: 22px;
}

.NewflashTable
{
    width: 300px;
    height: 98px;
}

.note
{
    font-size: 8pt;
    color: #CC6600;
    font-family: Verdana, Arial, MS Sans Serif;
    font-style: italic;
}

.SearchResult
{
    font-weight: bold;
    font-size: 10pt;
    font-family: Verdana, Arial, MS Sans Serif;
    color: #a52a2a;
}

.Backbround1
{
    background: #E0E0E0;
}

.Backbround2
{
    background: #9F9F9F;
    color: #FFFFFF;
}

.SectionHeading
{
    font-weight: bold;
    font-size: 10pt;
    background: #E8E9E3;
    font-family: Verdana, Arial, MS Sans Serif;
    height: 18px;
    color: #a52a2a;
}

.SH_NB
{
    font-weight: bold;
    font-size: 10pt;  
    font-family: Verdana, Arial, MS Sans Serif;
    height: 18px;
    color: #a52a2a;
}


.TableWithBorder
{
    /*border-color: #525252;*/
    border: 1px solid #FFFFFF;
    width: 100%;
    background-color: #D9DACF;
    margin: 10px 0 10px 0;
    border-collapse: collapse;
    table-layout: auto;
}
.TableWithBorder td
{
    padding: 4px;
    border: solid 1px #FFFFFF; /*color: #000000;*/
}

.DashboardHeading
{
    font-weight: bold;
    font-size: 10pt;
    color: White;
    background-color: #172d54;
    text-align: left;
}

.AuditInfo
{
    border-width: 0px;
    width: 100%;
    background-color: #E8E9E3;
    margin: 10px 0 10px 0;
    border-collapse: collapse;
    table-layout: auto;
    border-style: solid;
    border-width: 1px;
    border-color: #525252;
    width: 100%;
    background-color: #E8E9E3;
    margin: 10px 0 10px 0;
    border-collapse: collapse;
    table-layout: auto;
    font-style: italic;
    font-size: 9pt;
}

.ModalWindow
{
    border: solid1px#c0c0c0;
    background: #f0f0f0;
    padding: 0px10px10px10px;
    position: absolute;
    top: -1000px;
}

.modalBackground
{
    background-color: #414141;
    filter: alpha(opacity=70);
    opacity: 0.7;
    overflow: auto;
    font-size: 10px;
}



.MdlWindow
{
    width: auto;
    height: auto;
    border: solid 5px #D2691E;
    background-color: #F5F5DC;
    padding: 10px 10px 10px 10px;
}

.mdlBackground
{
    background-color: #667788;
    filter: alpha(opacity=70);
    opacity: 0.7;
}



.pnlPop
{
    background-color: #faf9f4;
    font-weight: normal;
    font-size: 10pt;
    font-family: Verdana, Arial, MS Sans Serif;
    border: solid 2px #003366;
}

.TableOrgangeBackground
{
    border-style: solid;
    border-width: 1px;
    border-color: #525252;
    width: 100%;
    background-color: #FF9933;
    margin: 10px 0 10px 0;
    border-collapse: collapse;
    table-layout: auto;
    color: #FFFFFF;
}

.Legend
{
    font-size: 1.5em;
    font-weight: 600;
    font-size: 12px;
    color: #a52a2a;
    font-family: Verdana, Arial, MS Sans Serif;
}

.span
{
    font-family: Arial;
    font-size: small;
    font-style: normal;
}

.bluelabel
{
    font-family: Verdana, Arial, MS Sans Serif;
    font-size: small;
    font-weight: bold;
    color: Blue;
}

.redfont
{
    color: Red;
}

.text
{
    font-family: Arial;
    font-size: small;
}

.lblAuditInfo
{
    font-style: italic;
    font-size: 9pt;
}

.failureNotification
{
    color: Red;
    font-size: 9pt;
}



.FooterStyle
{
    background-color: Gray;
    color: White;
    text-align: right;
}

.hidden
{
    display: none;
}

.divModalBackground
{
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    width: 100%;
    background-color: #999988;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 800;
}

.highlight
{
    background-color: #34FF6D;
}

.message
{
    font-weight: bolder;
    font-size: 10pt;
    background: none transparent scroll repeat 0% 0%;
    color: #0000cd;
    font-family: Verdana, Arial, MS Sans Serif;
    text-align: center;
}

.PopupMessage
{
    color: Blue;
    font-size: 10pt;
}

.HidePanel
{
    display: none;
}

