﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #b6b7bc;
    font-size: .70em;
    font-family: Verdana, "Segoe UI", Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

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;
    font-family: Verdana, "Segoe UI", Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* 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: 960px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
}

.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 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
    z-index: 1; /* Setting the control to appear on top of level 0 controls for e.g. report viewer. */
}

.report
{
    z-index: 0; /* Setting the control to appear below the level 1 controls for e.g. menu items. */
}

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;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear2
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.0em;
    color: Red;
    text-align : left;
}

.bold
{
    font-weight: bold;
}

.modalBackground {
background-color:Gray;
filter:alpha(opacity=70);
opacity:0.7;
}

.modalPopup {
background-color:#ffffff;
border-width:5px;
border-style:solid;
border-color:Gray;
padding:3px;
}

.pophdr{background-color: #4b6c9e; color: #ffffff; font-size: 13px; text-align: center; vertical-align: middle; font-weight: bold;}
.mpebg{background-image: url('../images/popbg.png'); background-repeat: repeat-x; width: 100%; height: 6px; }
.mpehdr{background-color: #4b6c9e; color: #ffffff; text-align: center; height: 25px; vertical-align: middle; font-weight: bold; font-size: 14px; }
.mpectnt{text-align: center; padding: 0px 10px 0px 10px; vertical-align: middle; background-color: #ffffff; height: 75px; border: 1px solid #4b6c9e; font-size: 12px; overflow: hidden; line-height: 20px;}
a.btns:link{ font-family: Arial; font-size: 13px; font-weight: bold; padding: 2px 8px 2px 8px; color:#000000; border: 1px solid #000000; background-color: #ececec; }


.required {
        color: Red;
}

.styleHead
{
    font-family: Verdana, "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: normal;
    color: #4b6c9e;
    vertical-align:top;
}

.styleHeadMedium
{
    font-family: Verdana, "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: normal;
    color: #4b6c9e;
    vertical-align:top;
}

.ajaxloader {
   /*background-color:#CF4342;*/
   background-color:#4b6c9e;
   color:#fff;
   top:0px;
   right:0px;
   position:fixed;
 }

.ajaxloader img {
   vertical-align:middle;
   margin:2px;
 }
 
 .MyCalendar .ajax__calendar_container {
    border:1px solid #646464;
    background-color:  Silver;
    color: black;
}
.MyCalendar .ajax__calendar_other .ajax__calendar_day,
.MyCalendar .ajax__calendar_other .ajax__calendar_year {
    color: White;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar .ajax__calendar_hover .ajax__calendar_year {
    color: White;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day,
.MyCalendar .ajax__calendar_active .ajax__calendar_month,
.MyCalendar .ajax__calendar_active .ajax__calendar_year {
    color: White;
    font-weight:bold;
}

.ListboxStyle   
{
    font-family: Arial, Verdana, "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000000;
}

.ListView   
{
    font-family: Verdana, "Segoe UI", Arial, Helvetica, sans-serif;
}

.ListFontsTitle
{
    font-family: Verdana, "Segoe UI", Arial, Helvetica, sans-serif;
    color: #4b6c9e;
}

.ListFontsRed
{
    font-family: Verdana, "Segoe UI", Arial, Helvetica, sans-serif;
    color: #B5536E;
}

.ListFontsGreen
{
    font-family: Verdana, "Segoe UI", Arial, Helvetica, sans-serif;
    color: #399F39;
}

.ListFontsBlack
{
    font-family: Verdana, "Segoe UI", Arial, Helvetica, sans-serif;
    color: #000000;
}

.ListFontsFooterRed
{
    font-family: Verdana, "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: .80em;
    color: #B5536E;
}

.ListFontsFooterGreen
{
    font-family: Verdana, "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: .80em;
    color: #399F39;
}

.ListFontsFooterBlack
{
    font-family: Verdana, "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: .80em;
    color: #000000;
}

.status
{
border: solid 1px #eeeeee;
padding: 20px;
}

.newStatus
{
font-family: Verdana, "Segoe UI", Arial, Helvetica, sans-serif;
font-size: .80em;
color: #000000;
filter:alpha(opacity=0);
opacity: 0;
}

.newButton
{
filter:alpha(opacity=0);
opacity: 0;
}

.cStyle
{
font-size: 8pt;
font-family: Verdana, "Segoe UI", Arial, Helvetica, sans-serif;
}

.mGrid { width: 100%; background-color: #fff; margin: 5px 0 10px 0; border: solid 1px #525252; border-collapse:collapse; }
    .mGrid td { padding: 2px; border: solid 1px #c1c1c1; color: #717171; }
    .mGrid th { padding: 4px 2px; color: #fff; background: #424242 url(grd_head.png) repeat-x top; border-left: solid 1px #525252; font-size: 0.9em; }

.mGrid .alt { background: #fcfcfc url(grd_alt.png) repeat-x top; }

.mGrid .pgr {background: #424242 url(grd_pgr.png) repeat-x top; }
    .mGrid .pgr table { margin: 5px 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; }
    
    
.submitButton
{
    text-align: right;
    padding-right: 10px;
}    
  

/* Submit & Reply Button */
.button, .button:visited, .reply a {
	font-w    
  

/* Submit & Reply Button */
.button, .button:visited, .reply a {
	font-weight: normal;
	background: #fff url('../images/alert-overlay.png');
	display: inline-block;
	padding: 2px 10px 3px;
	color: #424242 !important;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-shadow: 1px 1px 0 #fff;
	border: 1px solid #ddd;
	font-weight: bold;
    top: 0px;
    left: 0px;
}

 0.8;
	font-weight: bold;
}

.button[disabled] {
 /*background-color: #ddd;*/
    font-weight: normal;
	width: 139px;
}

   