﻿body
{
    margin: 0;
    padding: 0;
    margin-left: 5%;
    margin-right: 5%;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    color: Black;
}
p
{
    padding: 0;
    margin: 0;
}
h1
{
    text-transform: uppercase;
    font-size: 24px;
    margin: 20px 0;
}
h2
{
    font-size: 18px;
    margin: 15px 0;
}

.error
{
    
    border: 1px solid #dd3c10;
    background-color: #FFEBE8;
    padding: 3px;
    margin-bottom:4px;
    z-index:10;
    font: verdana;
    font-size: 11px;
    width:500px;
    display:block;
}


#pageBase
{
    margin: 0 auto;
    width: 100%;
}
#pageBase a
{
    color: #092869;
    text-decoration: none;
}
#pageBase a:hover, #pageBase a:focus
{
    color: #697791;
}

.skip
{
    display: none;
}
.ghost
{
    visibility: hidden;
}
.maxcol
{
    width: 100%;
}
.halfmaxcol
{
    width: 50%;
}
.thirdmaxcol
{
    width: 33%;
}
.quartmaxcol
{
    width: 25%;
}

div.buttons
{
    clear: both;
    text-align: right;
}

div.col6
{
    width: 310px;
}
div.col5
{
    width: 255px;
}
div.col4
{
    width: 200px;
}
div.col3
{
    width: 145px;
}
div.col2
{
    width: 90px;
}

#masthead
{
    padding: 10px 0 12px 45px;
    height: 80px;
    background: transparent url('../Images/bgBorderCCC.gif') repeat-x left bottom;
    cursor: default;
}
#masthead img
{
    position: absolute;
    border: none;
}
#masthead ul
{
    margin: 0;
    padding: 0;
    position: absolute;
    margin-left: 220px;
    top: 50px;
    width: 715px;
}
#masthead li
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    line-height: 20px;
    float: left;
    border-left: 1px solid #ccc;
    font-size: 11px;
}
#masthead li a
{
    color: #999;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 10pbodyx;
    display: block;
    width: 89px;
}
li#mnuAdministration a
{
    width: 144px;
}
#masthead li a.extended
{
    width: 144px;
}

.design
{
    background: #fff url('../Images/bgBodyGrid.gif') left top;
}

#contentArea
{
    margin: 25px 0 0 45px;
}

#footer
{
    clear: both;
    padding-top: 50px;
    color: #999;
    cursor: default;
}
#footer div
{
    font-size: 9px;
    text-align: right;
    padding-bottom: 10px;
}
#footer div.copyright
{
    padding-bottom: 3px;
}
#footer div.slogan
{
    font-family: Verdana, Sans-Serif;
    font-weight: bold;
    text-transform: uppercase;
}

#userPanels
{
    clear: both;
    padding-top: 20px;
    cursor: default;
}
#userPanels ul
{
    margin: 0;
    padding: 0;
}
#userPanels li
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 11px;
}
#userPanels li a
{
    text-decoration: none;
    font-weight: bold;
    color: #092869;
    padding: 2px 0 3px 0;
    display: block;
}
#userPanels div
{
    float: left;
    background: transparent url('../Images/bgBorder.gif') repeat-y;
    padding: 0 10px;
}
#userPanels div.title
{
    float: none;
    background: url();
    font-weight: bold;
    color: #697791;
    padding: 0 0 3px 0;
}
div.title
{
    font-weight: bold;
    color: #697791;
    padding-bottom: 3px;
}
#userPanels div.title a
{
    color: #697791;
    text-transform: uppercase;
}
#userPanels div.title a:hover, #userPanels div.title a:focus
{
    text-decoration: underline;
}

#masthead li.selected a, #masthead li a:hover, #masthead li a:focus, #userPanels li a:hover, #userPanels li a:focus
{
    color: #697791;
}

#pageBase #masthead li a:active
{
    color: #697791;
}

#userPanels div.extension
{
    margin-top: 18px;
    background: transparent url('../Images/bgBorderCCC.gif') repeat-y;
}

div.modalBg
{
    background-color: #333;
}
div.modalForm
{
    z-index: 10001;
    position: absolute;
    border: 5px solid #092869;
    background-color: #092869;
}
div.modalForm div.title
{
    background-color: #092869;
    color: #ffcf22;
    font-weight: bold;
    padding: 0 5px 5px 5px;
    cursor: move;
}
div.modalForm div.content
{
    padding: 10px;
    background-color: #fff;
    color: #333;
}
div.modalForm div.buttons
{
    padding-top: 10px;
    text-align: right;
    min-width: 430px;
}
div.modalForm div.buttons input.button, div.modalForm div.buttons input.submit
{
    min-width: 75px;
    margin-left: 3px;
}
div.modalForm div.message
{
    padding: 6px 0 24px 48px;
    margin-bottom: 0;
    font-weight: bold;
}
div.modalForm div.warning
{
    background: url('../Images/Icons/Warning.gif') no-repeat 5px 0;
}

div.crumbs
{
    font-size: 11px;
    font-weight: bold;
    margin-top: -5px;
    margin-bottom: 20px;
}
span.selected
{
    color: #697791;
}

div.modalForm label, label.label
{
    font-size: 12px;
    float: left;
    line-height: 21px;
    margin-right: 10px;
}
div.segment
{
    clear: both;
    margin-bottom: 5px;
}
div.modalForm div.info
{
    color: #808080;
    padding-top: 10px;
}

#userContent input.auto
{
    width: auto;
}


/* Feedback section */
#feedback
{
    position: absolute;
    margin-top: -25px;
}
#feedback textarea
{
    font-size: 11px;
    font-weight: bold;
    width: 155px;
    height: 15px;
    overflow: hidden;
    text-align: center;
    border: 1px solid #e5e5e5;
    color: #999;
    cursor: pointer;
}
#feedback.focus
{
    margin-top: -65px;
}
#feedback.focus textarea
{
    font-size: 11px;
    font-weight: bold;
    width: auto;
    height: auto;
    overflow: auto;
    text-align: left;
    border: 1px solid #697791;
    color: #333;
    cursor: auto;
}
#feedback input.button
{
    display: none;
}
#feedback.focus input.button
{
    margin: 1px;
    position: absolute;
    display: inline;
}

div.debugger
{
    font-family: Consolas, Courier New, Monospace;
    color: #ccc;
    font-size: 10px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40em;
    height: 75%;
    background-color: #000;
    z-index: 99999;
    padding: 2px 4px;
    overflow: auto;
}

/*option.even {
	background-color: #e5e5e5;
}
*/
div.noscript
{
    margin: 1em 2em;
}

#userContent div.buttons input.disabled
{
    display: none;
}
#userContent #pgDivLoader div, div.modalForm div.content div.loading
{
    background: #fff url('../Images/aniWait.gif') no-repeat center center;
    width: 260px;
    height: 60px;
}

.Logo
{
    width: 132;
    height: 72;
}

.LogoLeftMargin
{
    width: 7%;
}

.LeftMargin
{
    width: 15%;
}

.ErrorMessage
{
    color: Red;
}

.InputText
{
    width: 300px;
}

.LongInputText
{
    width: 500px;
}

.FullTableWithBorder
{
    width: 100%;
    border: 1;
}

.RightAlign
{
    text-align: right;
}

.LeftAlign
{
    text-align: left;
}

.CenterAlign
{
    text-align: center;
}
#header .breadcrumb
{
    font: 90% Arial, Helvetica, Georgia, "Times New Roman" , Times, serif;
    color: black;
    background-color: transparent;
    float: right;
    margin-right: 2em;
    margin-top: 0.8em;
    font-weight: bold;
}

/* Style Sheet for Calendar Extendar Control*/
table.formtables .calendar .ajax__calendar_header
{
    background-color: #ECEEF1;
    border-bottom: 2px solid black;
}

table.formtables .calendar .ajax__calendar_today
{
    background-color: #ECEEF1;
    border-top: 1px solid black;
}
table.formtables .calendar .ajax__calendar_container
{
    background-color: #FFFFFF;
    border: 1px solid black;
}

table.formtables .calendar .ajax__calendar_body
{
    background-color: #FFFFFF;
}

table.formtables .calendar .ajax__calendar_day
{
    background-color: #F7F5E6;
}
table.formtables .calendar tr
{
    background-color: #FFFFFF;
}

table.formtables .calendar td
{
    background-color: #FFFFFF;
    border: 0.5px solid black;
}
div.bigTitle
{
    font-size: 12px;
    font-weight: bold;
    color: Gray;
    padding-bottom: 3px;
}
div.LoggedinUser
{
    font-size: 12px;
    color: #0E6387;
    padding: 3px;
}
/****************/
.UpperMenuNew td
{
    text-transform: uppercase;
    padding-left: 3px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 8px;
    font-size: 8pt;
    font-weight: bold;
    font-family: Verdana, Sans-Serif, Arial;
    color: #0066FF;
}

.DynamicMenuItemStyle A
{
    display: block;
    vertical-align: middle;
    width: auto;
    height: 20px;
    text-decoration: hover;
    cursor: hand;
    color: #BBCEE9;
}
.DynamicMenuItemStyle tr td
{
    text-align: left;
    padding-left: 5px;
    padding-top: 3px;
    padding-bottom: 1px;
    padding-right: 5px;
    border-bottom-color: #C0D0E7;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    background-color: #96B9ED;
    vertical-align: middle;
    font-family: Verdana, Sans-Serif, Arial;
}

.DynamicMenuStyle
{
    z-index: 99;
    border-left-color: #BBCEE9;
    border-left-width: 1px;
    border-left-style: solid;
    border-right-color: #BBCEE9;
    border-right-width: 1px;
}
.bgWhiteColor
{
    background-color: White;
}

.cal_Theme1 .ajax__calendar_container
{
    background-color: #e2e2e2;
    border: solid 1px #cccccc;
}
.cal_Theme1 .ajax__calendar_header
{
    background-color: #ffffff;
    margin-bottom: 4px;
}
.cal_Theme1 .ajax__calendar_title, .cal_Theme1 .ajax__calendar_next, .cal_Theme1 .ajax__calendar_prev
{
    color: #004080;
    padding-top: 3px;
}
.cal_Theme1 .ajax__calendar_body
{
    background-color: #e9e9e9;
    border: solid 1px #cccccc;
}
.cal_Theme1 .ajax__calendar_dayname
{
    text-align: center;
    font-weight: bold;
    margin-bottom: 4px;
    margin-top: 2px;
}
.cal_Theme1 .ajax__calendar_day
{
    text-align: center;
}
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_day, .cal_Theme1 .ajax__calendar_hover .ajax__calendar_month, .cal_Theme1 .ajax__calendar_hover .ajax__calendar_year, .cal_Theme1 .ajax__calendar_active
{
    color: #004080;
    font-weight: bold;
    background-color: #ffffff;
}
.cal_Theme1 .ajax__calendar_today
{
    font-weight: bold;
}
.cal_Theme1 .ajax__calendar_other, .cal_Theme1 .ajax__calendar_hover .ajax__calendar_today, .cal_Theme1 .ajax__calendar_hover .ajax__calendar_title
{
    color: #bbbbbb;
}

#loading
{
    width: 100px;
    height: 100px;
    position: fixed;
    top: 50%;
    left: 50%;
    background: url(../Images/Loader.gif) no-repeat center #fff;
    text-align: center;
    padding: 10px;
    font: normal 16px Tahoma, Geneva, sans-serif;
    border: 1px solid #666;
    margin-left: -50px;
    margin-top: -50px;
    z-index: 2;
    overflow: auto;
}

.ShowErrorMessage
{
    width: 75%;
    height: 30px;
    position: fixed;
    top: 50%;
    left: 10%;
    background: center #fff;
    text-align: left;
    padding: 0px;
    font: normal 12px Tahoma, Geneva, sans-serif;
    border: 1px solid #666;
    z-index: 2;
    overflow: auto;
}

.HideErrorMessage
{
    position: absolute;
    margin-top: -18px;
}

.TitleBarBackground
{
    background-color: #bbcee9;
}
a.grayFooternp:link
{
    color: #999999;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 8px;
    font-weight: bold;
    text-decoration: none;
}
a.grayFooternp:visited
{
    color: #999999;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
}
a.grayFooternp:hover
{
    color: #F7941D;
}
a.grayFooternp:active
{
    color: #F7941D;
}

.footerBlockLegalnp
{
    height: 35px;
    margin: 10px 0 0;
    padding: 4px 0 0;
    text-align: right;
    width: 245px;
}

#footernp
{
    color: #808080;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    font-weight: bold;
    height: 35px;
    margin: 0;
    padding: 0 0 0 0;
}

.table
{
    width: 100%;
}
.th
{
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    font-size: large;
}
.border
{
    border-width: thin;
    border-style: solid;
    border-color: Black;
}
.Login_header
{
    background-color: #003378;
    font: Arial Bold 16px;
    color: White;
}
