/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #333333;
    background-color: #333333;
	min-height: 100%;
}

button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 8.5pt;
    line-height: 1.4;
    font-family:Arial;
    color: #333333;
    background-color: #333333;
	min-height: 100%;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */


::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* 1095C */
    .cell_1095{
        border-width:1px;
        border-color:black;
        border-style:solid;
        margin: 0;
        padding:0;
    }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* Help Hovers
    Adds a colored hover "help" tooltip to a page element
 
To use: 
    Visible element that you want to add the help tooltip to should use class help
    Invisible element that you want to appear as a tooltip should use class helpTooltip and must be enclosed within the "help" element.
*/
    .help{
        cursor:help;
        margin: 0;
        padding: 0;
        position: relative;
    }
    .helpIcon{
        width:30px;
        height:30px;
        vertical-align:middle;
        opacity:0.4;
    }
    .helpIcon:hover { 
        opacity:1;
    }

    .helpIcon:after{
        opacity:0.4;
    }
 
    .help .helpTooltip {        
        border-radius: 10px;
        box-shadow: 3px 3px 3px #666;
        color: #fff;
        height: auto;
        position: absolute;
        text-align: left;
        visibility: hidden;
        width: auto;
        width:180px;
        left: 100%;
        margin-left: 10px;
        margin-top: -15px;
        filter: alpha(opacity=100);
        opacity: 1;
        padding: 8px 16px;
        top: 50%;
        z-index: 999;
    }
    .help .helpTooltip:after {
        border-bottom: 8px solid transparent;
        border-right: 8px solid;
        border-top: 8px solid transparent;
        content: '';
        height: 0;
        margin-top: -8px;
        position: absolute;
        right: 100%;
        top: 16px;
        width: 0;
    }

    .help:hover .helpTooltip {
        visibility: visible;
    }
 

h1, h2, h3, h4, h5, h6 { color: #000; margin: 0 8px; padding: 5px 0; }

h1 { font-size: 16px; }
h2 { font-size: 15px; }
h3 { font-size: 13px; }
h4 { font-size: 16px; font-weight:700; }
h5 { font-size: 11px; }
h6 { font-size: 10px; }

a {
    color: #999999;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a:visited { color: #999999; }
p { font-size: 12px; color: #333333; margin: 0 8px; padding: 5px 0; }

.clear { clear: both; }

body { position: relative; background: #444444; }

#wrapper {  }
#wrapper .left-dropdown { position: fixed; top: 120px; left: 0; background: #FFF; border-radius: 0 0 3px 0; border: 1px solid #bbbbbb; }
#wrapper .left-dropdown ul { margin: 0; padding: 0; }
#wrapper .left-dropdown ul li { padding: 1px 0 0 0; margin: 0; background: url('../img/left-nav.png') 0 0 no-repeat; }
#wrapper .left-dropdown ul li a { border-left: 25px solid #CCC; padding: 8px 12px; font-size: 12px; display: block; text-transform: uppercase; text-align: right; text-decoration: none; font-weight: bold; }
#wrapper .left-dropdown ul li a.active { border-left: 25px solid #0296ff; }
#wrapper .left-dropdown ul li a:hover { border-left: 25px solid #0296ff; }

#wrapper .header { position: relative; z-index: 5; background: #FFF; height: 95px; border-bottom: 2px solid #0070bf; overflow: visible; }

#wrapper .header .center { position: relative; z-index: 10; border-radius: 0 0 2px 2px; width: 1215px; padding: 0 8px; height: 95px; margin: auto; border-bottom: 6px solid #0070bf; }
#wrapper .header .center .logo-link { float: left; padding: 35px 0 0 50px; display: inline-block; }
#wrapper .header .center .nav-container { width: 870px; float: right; display: inline-block; }
#wrapper .header .center .nav-container .utility-nav { float: right; display: inline-block; margin: 0; padding: 0; }
#wrapper .header .center .nav-container .utility-nav li { float: left; display: inline-block; padding: 0; margin: 0; list-style: none; }
#wrapper .header .center .nav-container .utility-nav li a { display: block; text-decoration: none; font-size: 11px; padding: 11px 0 0 20px; line-height: 20px; }
#wrapper .header .center .nav-container .main-nav { float: right; display: inline-block; padding: 0; margin: 0; margin-right: -8px; }
#wrapper .header .center .nav-container .main-nav li { background: url('../img/nav-bg.png') left bottom no-repeat; float: left; display: inline-block; padding: 0; margin: 0; list-style: none; }
#wrapper .header .center .nav-container .main-nav li a { text-align: center; border-bottom: 5px solid #0070bf; display: block; text-decoration: none; font-size: 11px; padding: 40px 20px 10px 20px; text-transform: uppercase; font-weight: bold; }
#wrapper .header .center .nav-container .main-nav li a:hover { border-bottom: 5px solid #0296ff; }
#wrapper .header .center .nav-container .main-nav li a.active { border-bottom: 5px solid #0296ff; }
#wrapper .header .center .nav-container .main-nav li a.last { background: url('../img/nav-bg.png') right bottom no-repeat; }

    #wrapper .container .content {
        width: 100%;
        min-height: 600px;
        padding: 30px 3px 10px 20px;
        margin: auto;
        background-color:#ffffff;
    }
                               
#wrapper .container .content .content-box { 
    position: relative; 
    margin-left: 50px; 
    padding-left:5px;
    padding-right:5px;
    padding-bottom:10px; 
    -moz-box-shadow: 5px 5px 5px #444; 
    -webkit-box-shadow: 5px 5px 5px #444;
    box-shadow: 5px 5px 5px #444;
    border:1px solid #2875BD;
    background-color:#6CA0C5;
    
}
#wrapper .container .content .content-box h4.Expanded { 
    color:black;
    background-image: -ms-linear-gradient(top, #FFFFFF 0%, #6CA0C5 100%);
    background-image: -moz-linear-gradient(top, #FFFFFF 0%, #6CA0C5 100%);
    background-image: -o-linear-gradient(top, #FFFFFF 0%, #6CA0C5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #6CA0C5));
    background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #6CA0C5 100%);
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #6CA0C5 100%);
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    height:35px;
    margin-left:-5px;
    width:1110px;
}
#wrapper .container .content .content-box h4.nonExpanded { 
    color:black;
    background-image: -ms-linear-gradient(top, #6CA0C5 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(top, #6CA0C5 0%, #FFFFFF 100%);
    background-image: -o-linear-gradient(top, #6CA0C5 0%, #6CA0C5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6CA0C5), color-stop(1, #FFFFFF));
    background-image: -webkit-linear-gradient(top, #6CA0C5 0%, #FFFFFF 100%);
    background-image: linear-gradient(to bottom, #6CA0C5 0%, #FFFFFF 100%);
    border-radius:10px;
    height:35px;
    width:1110px;
    margin-left:-5px;
    margin-bottom:-10px;
    line-height:30px;
}
@media print {
	.content-box	{page-break-after: always; }
}
#wrapper .container .content .content-box.last { border-bottom: none; }
#wrapper .container .content .content-box h4 { margin: 0; padding: 10px 0 3px 0; color: #333333; }
#wrapper .container .content .content-box p { font-size: 12px; padding: 0; margin: 0; } 
#wrapper .container .content .content-box.last p { padding: 10px 0; }
#wrapper .container .content .content-box .button { display: block; margin: 15px 0 0 50px; padding: 5px 20px; background: #0070bf; width: 90px; font-size: 11px; text-align: center; color: #F8F8F8; border-radius: 3px; border-top: 1px solid rgba(255,255,255,0.4); }
#wrapper .container .content .content-box .top a { position: relative; color: white; font-size: 10px; text-decoration: none; display: inline-block; padding: 7px 5px; }
#wrapper .container .content .content-box .top a span { display: inline-block; height: 15px; width: 15px; position: relative; z-index: 9999; top: 3px; }
#wrapper .container .content .content-box .top a span .popout { 
display: none; box-shadow: 0 0 3px #000; z-index: 999999; position: absolute; top: 15px; left: 50%; margin-left: -115px;
 background: #FBF7AA; 
 background-image: -ms-linear-gradient(top, #F8E78E 0%, #FBF7AA 100%);
    background-image: -moz-linear-gradient(top, #F8E78E 0%, #FBF7AA 100%);
    background-image: -o-linear-gradient(top, #F8E78E 0%, #FBF7AA 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F8E78E), color-stop(1, #FBF7AA));
    background-image: -webkit-linear-gradient(top, #F8E78E 0%, #FBF7AA 100%);
    background-image: linear-gradient(to bottom, #F8E78E 0%, #FBF7AA 100%);
border-radius: 3px; padding: 5px; width: 230px; }
#wrapper .container .content .content-box .top a span .popout .close { background: none; position: absolute; top: 2px; cursor: auto; border: 1px solid #333; padding: 0; margin: 0; line-height: 8px; right: 2px; display: block; text-align: center; height: 10px; width: 10px; }
#wrapper .container .content .content-box .top a span .popout .close:hover { background: #333; color: #FFF; }
#wrapper .container .content .content-box .top a span .popout p { font-size: 10px; padding: 5px 0; }
#wrapper .container .content .content-box .top a.left { float: left; display: inline-block; }
#wrapper .container .content .content-box .top a.left span { background: url('../img/icon-one.jpg') center center no-repeat; color:black;}
#wrapper .container .content .content-box .top a.right { float: right; display: inline-block; }
#wrapper .container .content .content-box .top a.right span { background: url('../img/icon-two.jpg') center center no-repeat;  color:black;}
#wrapper .container .content .content-box .left-col { position: relative; margin: 10px 0 10px 0; width: 580px; float: left; display: inline-block; }
#wrapper .container .content .content-box .left-col .top { position: absolute; top: 0; right: 0; width: 300px; }
#wrapper .container .content .content-box .right-col .top { position: absolute; top: 9px; left: 0; width: 300px; }
#wrapper .container .content .content-box .right-col img { margin-top: 30px; }
#wrapper .container .content .content-box .right-col { position: relative; width: 502px; float: right; display: inline-block; }

.submit { text-transform:uppercase; background: #0070bf; padding: 4px 5px; width: 95px; text-align: center; font-size: 11px; font-weight:bold; text-shadow: 1px 1px 1px #000; color: #FFF; border-left: 1px solid #0059b0; border-right: 1px solid #0059b0; border-bottom: 1px solid #0059b0; border-top: 1px solid rgba(255,255,255,0.3); border-radius: 2px;}
.submitDisabled { text-transform:uppercase; background: #d1d1d1; padding: 4px 5px; width: 95px; text-align: center; font-size: 11px; font-weight:bold; text-shadow: 1px 1px 1px #000; color: #FFF; border-left: 1px solid #0059b0; border-right: 1px solid #0059b0; border-bottom: 1px solid #0059b0; border-top: 1px solid rgba(255,255,255,0.3); border-radius: 2px;}

.submitHighlight { 
	text-transform:uppercase; 
	background: #de6401; 
	padding: 4px 5px; 
	width: 95px; 
	text-align: center; 
	font-size: 11px; 
	font-weight:bold; 
	text-shadow: 1px 1px 1px #000; 
	color: #FFF; 
	border-left: 1px solid #b04f01; 
	border-right: 1px solid #b04f01; 
	border-bottom: 1px solid #b04f01; 
	border-top: 1px solid rgba(255,255,255,0.3); 
	border-radius: 2px;

}

.btnReset { background-image:url('/images/reset.png'); background-repeat:no-repeat;text-transform:uppercase; background: #0070bf; padding: 4px 5px; width: 95px; text-align: center; font-size: 11px; font-weight:bold; text-shadow: 1px 1px 1px #000; color: #FFF; border-left: 1px solid #0059b0; border-right: 1px solid #0059b0; border-bottom: 1px solid #0059b0; border-top: 1px solid rgba(255,255,255,0.3); border-radius: 2px;}
.rightspace {margin-right:5px;}

#wrapper .container .content .home-container { border-radius:10px; margin-right:20px;padding-bottom:20px;
}
#wrapper .container .content .home-container .top-content .action-buttons { width: 440px; margin: auto; }
#wrapper .container .content .home-container .top-content .action-buttons a { position: relative; z-index: 1; border-radius: 5px; box-shadow: 2px 3px 7px #000; margin: 10px 25px 40px 0; display: inline-block; overflow: hidden; }
#wrapper .container .content .home-container .top-content .action-buttons a h3 { position: absolute; top: 85px; z-index: 5; text-shadow: 0 0 5px #000; text-align: center; width: 100%; padding: 0; margin: 0; font-size: 14px; }

#wrapper .container .content .home-container .bottom-content .one-forth { width: 25%; padding: 0; margin: 0; float: left; display: inline-block; }
#wrapper .container .content .home-container .bottom-content .one-forth .padding { padding: 14px; }
#wrapper .container .content .home-container .bottom-content .one-forth h2 { padding: 5px 0; margin: 0; border-bottom: 1px solid #999999; }
#wrapper .container .content .home-container .bottom-content .one-forth h3 { padding: 5px 0; margin: 0; }
#wrapper .container .content .home-container .bottom-content .one-forth p { padding: 5px 0; margin: 0; }
#wrapper .container .content .home-container .bottom-content .one-forth article { border-bottom: 1px dotted #999999; padding: 5px 0; }
#wrapper .container .content .home-container .bottom-content .one-forth .social-container { border-bottom: 1px dotted #999999; padding: 20px 0; }
#wrapper .container .content .home-container .bottom-content .one-forth .social-container h4 { font-size: 10px; padding: 2px 0; }
#wrapper .container .content .home-container .bottom-content .one-forth .social-container img { float: left; display: inline-block; padding-right: 10px; }

#wrapper .footer { background: #1d1d1d; }
#wrapper .footer .center { width: 1217px; padding: 0 20px; margin: auto; }
#wrapper .footer .center p { color: #999999; padding: 15px 0; }
#wrapper .footer .center .nav-container { padding-top: 12px; width: 650px; float: right; display: inline-block; }
#wrapper .footer .center .nav-container ul { margin: 0; list-style: none; float: right; display: inline-block; }
#wrapper .footer .center .nav-container ul li { border-right: 1px solid #999999; float: left; display: inline-block; }
#wrapper .footer .center .nav-container ul li.last { border-right: none; }
#wrapper .footer .center .nav-container ul li a { font-size: 12px; display: block; text-decoration: none; padding: 3px 10px; }


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

@media print {
    .header {
        display: none;
    }
    .left-dropdown {
        display: none;
    }
}
.descHover {
    display:none;
}

.hoverForHelp:hover .descHover{
    display:block;
    position:absolute;
    width:300px;
    background: #FBF7AA; 
 background-image: -ms-linear-gradient(top, #F8E78E 0%, #FBF7AA 100%);
    background-image: -moz-linear-gradient(top, #F8E78E 0%, #FBF7AA 100%);
    background-image: -o-linear-gradient(top, #F8E78E 0%, #FBF7AA 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F8E78E), color-stop(1, #FBF7AA));
    background-image: -webkit-linear-gradient(top, #F8E78E 0%, #FBF7AA 100%);
    background-image: linear-gradient(to bottom, #F8E78E 0%, #FBF7AA 100%);
    border:1px solid #000;
    z-index:100;
    text-align:left;
    padding-left:5px;
}

.SaveButton {
    background-color:#0296ff;
    width:100px;
    height:25px;
    font-weight:bold;
    border-radius:5px;
    font-size:1.25em;
}
.chkSpan td input{
    padding-right:3px;
    padding-left:5px;
}

.PageHeading {
    width:100%;
	color:black;
    text-align:left;
    font-size:1.8em;
    font-weight:700;
    display:block;
    font-family:Arial;
    line-height:40px;
    border-bottom:1px solid #444444;
}
.whiteBox {
    margin-top:15px;
    margin-right:20px;
    padding: 20px 15px 15px 30px;
    background-color:white;
    border:1px solid #2875BD;
    border-radius:10px;

}
#imgStartPage {
    height:20px;
    position:relative;
    top:-3px;
}

.boldText {
    font-size: 15px;
    display:inline;
}

.dashboardButton {
       position:absolute;
       left:840px;
       top:10px;
       border-top:1px solid white;
       border-left:1px solid #444;
       border-right:1px solid #222;
       border-bottom:1px solid #222;
       text-decoration:none;
       height:16px;
       line-height:16px;
       width:97px;
}
.dashboardButton:visited {
       color:white;
}

.content-box .unselected{
    color:#2875BD;

}

.content-box .selected{
    color:#fff;
    background-color:#2875BD;

}
.dashboardTable  td{
    border-bottom:1px solid #999999;
    
}
.nonExpanded .plusMinus{
    color:#000000;
    margin-left:5px;
    margin-right:15px;
}
.Expanded .plusMinus{
    color:#000000;
    font-size:20px;
    margin-right:15px;
    margin-left:5px;
}

.tableDash th td{
    background-color:#C7C7C7;
}
.dash-element {
    -moz-box-shadow: 5px 5px 5px #444;
    -webkit-box-shadow: 5px 5px 5px #444;
    box-shadow: 5px 5px 5px #444;
}
.tableDash td{
    border:0px;
    padding-left:5px;
}

.employeegridHeader {
    padding-left:15px;
    line-height:25px;
    font-size:14px;
    font-weight:bold;
    background-color:#333333;
}
.tableHeaderRow {
    background-color:#C7C7C7;
    color:black;
}
.tableDash .greenTotal {
    color:green;
    font-size:13px;
    font-weight:600;
    border-top: 1px solid black;
    border-bottom:3px double black;
    margin-top:10px;
    margin-bottom:10px
}
.tableDash .orangeTotal {
    color:#C7871C;
    font-size:13px;
    font-weight:600;
    border-top: 1px solid black;
    border-bottom:3px double black;
    margin-top:10px;
}
.tableDash .blackTotal {
    color:black;
    font-size:13px;
    font-weight:600;
    border-top: 1px solid black;
    border-bottom:3px double black;
    margin-top:10px;
    margin-bottom:10px
}
.tdRight {
    text-align:right;
    padding-right:5px;
}

.shadow-box {
    background-color:white;
    -moz-box-shadow: 5px 5px 5px #444;
    -webkit-box-shadow: 5px 5px 5px #444;
    box-shadow: 5px 5px 5px #444;
}
.shadow-box td {
    vertical-align:top;
}
.dashboardTable h4 {
    height:25px;
}
.blue_rounded_border {
    border:1px solid #2875BD;
    border-radius:10px;
    margin-bottom:10px;
}
.blue_rounded_border_bottom {
    border:1px solid #2875BD;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
    margin-bottom:10px;
}
.blue_rounded_border_bottom_sub {
    border:1px solid #2875BD;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
    padding-top:10px;
    padding-bottom:10px;
    margin-bottom:10px;
}
.boxCollapsed {
    background-color:white;
    border-bottom:1px solid #C7C7C7;
    height:50px;
    line-height:50px;
    margin-bottom:5px;
}
.boxCollapsed h1 {
    color:#2875BD;
    font-size:15px;
    display:inline;
}
.boxCollapsed .plusMinus {
    color:#C7C7C7;
    font-size:15px;
}
.boxExpanded {
    color:black;
    padding-bottom:10px;
    border-radius:5px;
    margin-bottom:5px;
     -moz-box-shadow: 5px 5px 5px #444;
    -webkit-box-shadow: 5px 5px 5px #444;
    box-shadow: 5px 5px 5px #444;
}
.boxExpanded h1 {
    color:#FFFFFF;

    font-size:15px;
    display:inline;
}
.boxExpanded .shadow-box {
    width:1167px;
    margin:5px;
    -moz-box-shadow: 5px 5px 5px #444;
    -webkit-box-shadow: 5px 5px 5px #444;
    box-shadow: 5px 5px 5px #444;
}
.boxExpanded .shadow-box td {
    padding-left:7px;
}
.boxExpanded .shadow-box td a{
    padding-right:7px;
    color:#0070bf;
}
.boxExpanded .plusMinus {
    color:white;
    font-size:20px;
    
}
.textBox {
    height:20px;
    width:200px;
    border:1px solid black;
    border-radius:2px;
    font-size:12px;
    margin-right:5px;
    margin-left:5px;
    padding-left:2px;
    padding-right:-2px;
}
.pickertextBox {
    height:20px;
    width:148px;
    border:1px solid black;
    border-radius:2px;
    font-size:12px;
    margin-right:5px;
    margin-left:5px;
    padding-left:2px;
    padding-right:-2px;
}
select.textBox {
    height:24px;
    width:205px;
    border:1px solid black;
    border-radius:2px;
    font-size:12px;
    margin-right:5px;
    margin-left:5px;
    padding-left:2px;
    padding-right:-2px;
    line-height:24px;
}

#chklstGroups input {
    padding-right:5px;
    margin-left:5px;
}
.dashboardTable .shadow-box {
    vertical-align:bottom;
}

#alertFilters input {
    padding-right:5px;
}

.reportgridHeader {
    background-color:rgb(215,215,215);
    color:black;
    font-size:12px;
    font-weight:bold;
    padding-left:5px;
}
.reportDiv table{
    width:1040px;
    margin-left:-10px;
    border:1px solid black;
}
.reportDiv h3{
    margin-left:-10px;
    margin-top:-10px;
}
.reportDiv td{
    line-height:30px;
}
.greyGradient {
    background-color:#ffffff;
    background-image: -ms-linear-gradient(top, #FFFFFF 0%, #C7C7C7 100%);
    background-image: -moz-linear-gradient(top, #FFFFFF 0%, #C7C7C7 100%);
    background-image: -o-linear-gradient(top, #FFFFFF 0%, #C7C7C7 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #C7C7C7));
    background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #C7C7C7 100%);
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #C7C7C7 100%);
}

.greyGradientInverse{
    background-color:#ffffff;
    background-image: -ms-linear-gradient(top, #C7C7C7 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(top, #C7C7C7 0%, #FFFFFF 100%);
    background-image: -o-linear-gradient(top, #C7C7C7 0%, #FFFFFF 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #C7C7C7), color-stop(1, #FFFFFF));
    background-image: -webkit-linear-gradient(top, #C7C7C7 0%, #FFFFFF 100%);
    background-image: linear-gradient(to bottom, #C7C7C7 0%, #FFFFFF 100%);
}
.blackHeading {
    width:1077px;
	line-height:30px;vertical-align:middle;padding-left:0px;
    text-align:left;
    font-size:1.6em;
    display:block;
    font-family:Arial;
    line-height:40px;
    border-bottom:1px solid #444444;
}

.commandAlignCenter input {
    margin-left:12px;
    margin-top:5px;
    margin-bottom:0px;
}
.lineheight30 {
    line-height: 30px;
    vertical-align:middle;
    padding:0px;
    margin:0px;
}

.padding8 {
    padding: 8px;
    line-height: 21px;
}

.chartHover {
    text-align:center;
    top:100px;
    width:75px;
    display:none;
    position:absolute;
    margin-left:20px;
    margin-right:20px;
    height:25px;
    line-height:25px;
background: #FBF7AA; 
 background-image: -ms-linear-gradient(top, #F8E78E 0%, #FBF7AA 100%);
    background-image: -moz-linear-gradient(top, #F8E78E 0%, #FBF7AA 100%);
    background-image: -o-linear-gradient(top, #F8E78E 0%, #FBF7AA 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F8E78E), color-stop(1, #FBF7AA));
    background-image: -webkit-linear-gradient(top, #F8E78E 0%, #FBF7AA 100%);
    background-image: linear-gradient(to bottom, #F8E78E 0%, #FBF7AA 100%);
    border-radius:5px; 
    border: 1px solid black;
    z-index:999999;
}

.sectionHead {
    margin-top:20px;
    font-size:12px;
    font-weight:bold;
}
.divInline div{
    display:inline;
}

.standardGrid tr td {
    border:1px solid #999999 !important;
}

.tv td span {
    vertical-align: bottom;
}

.tv input[type="checkbox"] {
    float: right;
    margin: 5px;
    padding: 5px;
}

#alertFilters input {
    margin-right:5px;
}


.ACAComplianceText {
    position:absolute;
    font-size:12px;
    color:black;

}

#ACAComplianceText .popout { 
	box-shadow: 0 0 3px #000; 
	z-index: 999999; 
	position: absolute; 
	top: 30px; 
	left: -50px; 
	background: #FBF7AA; 
	background-image: -ms-linear-gradient(top, #F8E78E 0%, #FBF7AA 100%);
    background-image: -moz-linear-gradient(top, #F8E78E 0%, #FBF7AA 100%);
    background-image: -o-linear-gradient(top, #F8E78E 0%, #FBF7AA 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F8E78E), color-stop(1, #FBF7AA));
    background-image: -webkit-linear-gradient(top, #F8E78E 0%, #FBF7AA 100%);
    background-image: linear-gradient(to bottom, #F8E78E 0%, #FBF7AA 100%); 
	border-radius: 1px; 
	padding: 5px; 
	width: 230px; 
}

#ACAComplianceText .popout .close { background: none; position: absolute; top: 2px; cursor: auto; border: 1px solid #333; padding: 0; margin: 0; line-height: 8px; right: 2px; display: block; text-align: center; height: 10px; width: 10px; }
#ACAComplianceText .popout .close:hover { background: #333; color: #FFF; }
#ACAComplianceText .popout p { font-size: 10px; padding: 5px 0; }


.blueGradient{
    background-color:#ffffff;
    background-image: -ms-linear-gradient(top, #6CA0C5 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(top, #6CA0C5 0%, #FFFFFF 100%);
    background-image: -o-linear-gradient(top, #6CA0C5 0%, #FFFFFF 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6CA0C5), color-stop(1, #FFFFFF));
    background-image: -webkit-linear-gradient(top, #6CA0C5 0%, #FFFFFF 100%);
    background-image: linear-gradient(to bottom, #6CA0C5 0%, #FFFFFF 100%);
    border-top: 1px solid black;
}

.blueGradientInverted{
    background-color:#ffffff;
    background-image: -ms-linear-gradient(top, #FFFFFF 0%, #6CA0C5 100%);
    background-image: -moz-linear-gradient(top, #FFFFFF 0%, #6CA0C5 100%);
    background-image: -o-linear-gradient(top, #FFFFFF 0%, #6CA0C5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #6CA0C5));
    background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #6CA0C5 100%);
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #6CA0C5 100%);
    border-bottom: 1px solid black;
    width:100%;
	padding-bottom: 10px;
}
.gradientTextHeading {
    color:black;
    width:100%;
    font-weight:bold; 
    font-size:16px;
    line-height:40px;
    height:40px;
    margin-left:-10px;
    padding-left:20px;
}
.wizardNav {
    height:40px;
    border-top:1px solid black;
}
.action_icon input{
    margin-right:10px;
    margin-left:10px;
    height:20px;
}
.action_icon {
    height:20px;
}

.tab_nav {
    width:100%;
	background: white;
	margin-bottom: -1px;
	border-bottom: 15px solid;
}

.tab_active {
    display:inline-block;
    position:relative;
    width:170px;
    color:white;    
    text-align:center;
    font-size:12px;
    height:37px;
    line-height:20px;
    padding-top:10px;
	padding-bottom: 1px;
    cursor:pointer;
    margin-bottom: -1px; /* Fix for IE (sometimes, IE is inconcistent, leave this alone as it doesn't cause adverse effects on other browsers */
}
.tab_inactive {
    display:inline-block;
    width:170px;
    color:black;    
    text-align:center;
    font-size:12px;
    height:37px;
	padding-bottom: 1px;
    line-height:20px;
    padding-top:10px;
    cursor:pointer;
	border-top: 1px solid rgba(0,0,0,0.1);
	border-right: 1px solid rgba(0,0,0,0.1);
	border-left: 1px solid rgba(0,0,0,0.1);
    margin-bottom: -1px; /* Fix for IE (sometimes, IE is inconcistent, leave this alone as it doesn't cause adverse effects on other browsers */
}

.tab_nav_sub {
    width:1187px;
    border-bottom:2px solid #343434;
	height: 31px;
    margin-top:-3px;
    overflow:hidden;
}

.tab_nav_sub > .tab_active {
    background-color:#555555;
    display:inline-block;
    position:relative;
    width:170px;
    color:white;
    text-align:center;
    font-size:12px;
    height:23px;
    line-height:12px;
    padding-top:10px;
    border-top-left-radius:7px;
    border-top-right-radius:7px;
    cursor:pointer;
}
 .tab_nav_sub > .tab_inactive {
    display:inline-block;
    width:170px;
    color:white;
    text-align:center;
    font-size:12px;
    height:23px;
    line-height:12px;
    padding-top:10px;
    border-top-left-radius:7px;
    border-top-right-radius:7px;
    cursor:pointer;
}

.gridHeader {
    border:1px solid black;
}
.gridPager {
    border-bottom:1px solid black;
    border-top:1px solid black;
}
.gridView {
    border:1px solid black;
}
.blueHeading {
    height:45px;
    line-height:45px;
    color:white;
    background-color:#0070bf;
    font-size:1.8em;
    font-weight:bold;
    margin-top:-30px;
    margin-left:-30px;
    margin-right:-30px;
    width:1186px;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
}
.blackHeadingEmployee {
    height:45px;
    line-height:45px;
    color:white;
    background-color:#000000;
    font-size:1.8em;
    font-weight:bold;
    margin-top:-20px;
    margin-left:-31px;
    margin-bottom:20px;
    width:1177px;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    padding-left:10px;
}

    #lblEmpName {
        position:absolute;
        left:30px;
    }
    #lblEmpID {
        position:absolute;
        left:750px;
    }
    #lblHistMonth {
        position:absolute;
        left:370px;
    }
.scrollContainer {
    LEFT: 1px; 
    OVERFLOW: auto; 
    WIDTH: 100%; 
    POSITION: relative;
     TOP: 0px; 
     overflow-y:scroll;
}

.divProcessing {
    display: block;
    width: 100%;
    left: 20%;
    width: 60%;
    top: 42%;
	height: auto;
    border: 2px solid #0070bf;
    border-radius: 20px;
    opacity: 0.8;
    position: fixed;
    color:white;
    background-color: #054571;
    background-color:#0573BD;
    background-image: -ms-linear-gradient(top, #0573BD 0%, #054571 100%);
    background-image: -moz-linear-gradient(top, #0573BD 0%, #054571 100%);
    background-image: -o-linear-gradient(top, #0573BD 0%, #054571 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0573BD), color-stop(1, #054571));
    background-image: -webkit-linear-gradient(top, #0573BD 0%, #054571 100%);
    background-image: linear-gradient(to bottom, #0573BD 0%, #054571 100%);
    text-align: center;
    z-index: 9999;
    padding-top:4%;
    font-size: 28px;
    line-height:90px;
    vertical-align: bottom;
     -moz-box-shadow: 5px 5px 5px #444;
    -webkit-box-shadow: 5px 5px 5px #444;
    box-shadow: 5px 5px 5px #444;
}
#pleaseWait {
    height:50px;
    position:absolute;
    top:20px;
    left:45%;
}

@media print {
    .myDivToPrint {
        background-color: white;
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        margin: 0;
    }
    .dashboardTable tr {
        page-break-after:always;
    }
    #contentPlaceholder_PayOrPlayGlanceRow {
        page-break-after:always;
    }
    .hideFromPrint {
        display:none;
    }
    @page {size: landscape}
}

.radioButtonList td {
    border:none;
    padding-left:5px;
}
.taskDay {
    display:inline-block;
    width:30px;
    height:24px;
    font-size:12px;
    border-radius:2px;
    border:1px solid black;
    text-align:center;
    line-height:12px;
    font-weight:bold;
}

.timeIntervalYearBackground {
    display:block;
    position:absolute;
    height:30px;
    background-color:rgb(238, 238, 238);
    color:black;
    font-size:12px;
    font-weight:bold;
    top:0px;
    border-top:0;
}
.timeIntervalYearBackgroundAlt {
    display:block;
    position:absolute;
    height:30px;
    background-color:rgb(215,215, 215);
    color:black;
    font-size:12px;
    font-weight:bold;
    top:0px;
    border-top:0;
}
.stability_eligible {
    height:25px;
    line-height:25px;
    position:absolute;
    text-align:center;
    background-color:#E68924;
	border-radius: 5px;
    border: 1px solid black;
    border-width: 0;
    z-index:5;
    overflow:hidden;
    font-size:13px;
	color: white;
}
.stability_not_eligible {
    height:25px;
    position:absolute;
    text-align:center;
    line-height:19px;
    background-color:rgb(121,114,108);

	border-radius: 5px;
    border: 3px solid #E68924;
    z-index:5;
    overflow:hidden;
    font-size:13px;
	color: white;
}
.stability_eligible_grey {
    height:25px;
    line-height:25px;
    position:absolute;
    text-align:center;
    background-color:#C7C7C7;
    background-image: -ms-linear-gradient(top, #C7C7C7 0%, #A5A5A5 50%,#C7C7C7 100%);
    background-image: -moz-linear-gradient(top, #C7C7C7 0%, #A5A5A5 50%, #C7C7C7 100%);
    background-image: -o-linear-gradient(top, #C7C7C7 0%, #A5A5A5 50%, #C7C7C7 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #C7C7C7), color-stop(0.5, #A5A5A5), color-stop(1, #C7C7C7));
    background-image: -webkit-linear-gradient(top, #C7C7C7 0%, #A5A5A5 50%, #C7C7C7 100%);
    background-image: linear-gradient(to bottom, #C7C7C7 0%, #A5A5A5 50%, #C7C7C7 100%);
    border: 1px solid black;
    border-width: 1px 1px 1px 0;
    z-index:5;
    overflow:hidden;
    font-weight:bold;
    font-size:13px;
}
.stability_not_eligible_grey {
    height:25px;
    position:absolute;
    text-align:center;
    line-height:25px;
    background-color:#64C126;
    background-image: -ms-linear-gradient(top, #C7C7C7 0%, #A5A5A5 50%,#838383 100%);
    background-image: -moz-linear-gradient(top, #C7C7C7 0%, #A5A5A5 50%, #838383 100%);
    background-image: -o-linear-gradient(top, #C7C7C7 0%, #A5A5A5 50%, #838383 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #C7C7C7), color-stop(0.5, #A5A5A5), color-stop(1, #838383));
    background-image: -webkit-linear-gradient(top, #C7C7C7 0%, #A5A5A5 50%, #838383 100%);
    background-image: linear-gradient(to bottom, #C7C7C7 0%, #A5A5A5 50%, #838383 100%);
    border: 1px solid black;
    border-width: 1px 1px 1px 0;
    z-index:5;
    overflow:hidden;
    font-weight:bold;
    font-size:13px;
}
.measurement {
    height: 25px;
    position: absolute;
    text-align: center;
    line-height: 25px;
    background-color: #0F8040;
	border-radius: 5px;
    border: 1px solid black;
    border-width: 0;
    z-index: 5;
    overflow: hidden;
    font-size: 13px;
	color: white;
}

  
.offer_period {
    height: 25px;
    position:absolute;
    text-align:center;
    line-height:25px;
    background-color:#0088E8;
	border-radius: 5px;
    border: 1px solid black;
    border-width: 0;
    z-index:5;
    overflow:hidden;
    font-size:13px;
    top: 80px;
	color: white;
}

.enrollment_period {
    height: 25px;
    position:absolute;
    text-align:center;
    line-height:25px;
    background-color:#644396;
	border-radius: 5px;
    border: 1px solid black;
    border-width: 0;
    z-index:6;
    overflow:hidden;
    font-size:13px;
    top: 80px;
	color: white;
}

.wait {
    height:25px;
    position:absolute;
    text-align:center;
    line-height:25px;
    background-color:#644396;
	border-radius: 5px;
    border: 1px solid black;
    border-width: 0;
    z-index:5;
    overflow:hidden;
    font-size:13px;
	color: white;
}



.measureLine {
    position:absolute;
    top:16px;
    height:26px;
    width:2px;
    background-color:black;
     display:none;
}
.measureText {
    position:absolute;
    top:70px;
     display:none;
}
.enrollLine {
    position:absolute;
    top:14px;
    height:32px;
    width:2px;
    background-color:black;
     display:none;
}
.enrollText {
    position:absolute;
    top:70px;
     display:none;
}
.hireText {
    position:absolute;
    top:85px;
    display:none;
}
.hoverEmployeeDetail {
    display:none;
    position:absolute;
    width:325px;
    top:85px;
    left:125px;
    background: #FBF7AA; 
 background-image: -ms-linear-gradient(top, #F8E78E 0%, #FBF7AA 100%);
    background-image: -moz-linear-gradient(top, #F8E78E 0%, #FBF7AA 100%);
    background-image: -o-linear-gradient(top, #F8E78E 0%, #FBF7AA 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F8E78E), color-stop(1, #FBF7AA));
    background-image: -webkit-linear-gradient(top, #F8E78E 0%, #FBF7AA 100%);
    background-image: linear-gradient(to bottom, #F8E78E 0%, #FBF7AA 100%);
    border:1px solid #000;
    z-index:100;
    text-align:left;
    padding-left:5px;
}
.calendarLine {
    position:absolute;
    top:14px;
    height:68px;
    width:0px;
    border:1px dashed grey;
    background-color:black;
     display:block;
     z-index:1;
}
.calendarText {
    position:absolute;
    top:18px;
    display:block;
    z-index:1;
    font-size:8px;
}
.timeline {
    position:absolute;
    top:31px;
    left:0px;
    width:1185px;
    height:1px;
    background-color:black;
    z-index:100
}
.timeInterval {
    position:absolute;
    top:31px;
    height:7px;
    background-color:black;
    width:1px;
    color:#FFFFFF;

}
.timeIntervalText {
    position:absolute;
    top:17px;
    font-size:10px;
    color:#000;
}
.taskIndicator {
    color:white;
    display:inline-block;
    width:90px;
    height:20px;
    text-align:center;
    line-height:20px;
    border-radius:3px;
    font-size:11px;
    text-shadow: 1px 1px #000000;
}
.task_Range_active {
    display:inline-block;
    width:66px;
    color:#0296ff;
    height:19px;

}
.task_Range_inactive {
    display:inline-block;
    width:66px;
    color:#FFFFFF;
    height:19px;
    cursor:pointer;
}
#ctl00_contentPlaceholder_EmployeeDetails_graphArea {
    background-color:#ffffff;
    background-image: -ms-linear-gradient(top, #858585 0%, #858585 10%,#858585 90%,#303030 100%);
    background-image: -moz-linear-gradient(top, #858585 0%, #858585 10%,#858585 90%,#303030 100%);
    background-image: -o-linear-gradient(top, #858585 0%, #858585 10%,#858585 90%,#303030 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #858585), color-stop(0.1, #858585), color-stop(1, #303030));
    background-image: -webkit-linear-gradient(top, #858585 0%, #858585 10%,#303030 100%);
    background-image: linear-gradient(to bottom, #858585 0%, #858585 10%,#303030 100%);

}
.inactiveWizardStep {
    display:none;
}

.hiddenNav {
    display: none;
}

.taskPopupWindow_left,
.taskPopupWindow_right{
    color:blue;
    width:100px;
    position:absolute;
    background-color:white;
    border:1px solid grey;
}

.taskPopupWindow_left{
    left:140px;
}

.taskPopupWindow_right{
    left:240px;
}

.taskPopupWindow_left a,
.taskPopupWindow_right a{
    color:blue;
}

.taskPopupWindow_left a:visited,
.taskPopupWindow_right a:visited{
    color:blue;
}

#divReportWindowFrom a {
    color:blue;

}
#divReportWindowFrom a:visited {
    color:blue;

}
#divReportWindowTo a {
    color:blue;

}
#divReportWindowTo a:visited {
    color:blue;

}
.wizardDesc {
    font-size: 12px; color: #333333;margin-top:10px;margin-bottom:10px;
}

.popupSelection {
    padding:10px;
    text-align:center;
    line-height:20px;
}
#SideBarList {
    background-color:#208EF0;
}
#SideBarList tr:nth-of-type(-n + 5){
    border-bottom:1px solid white;
}
#SideBarList td{
    font-size:12px;
    color:black;
    background-color:#208EF0;
    line-height:35px;
    width:189px;
}
td.navbarWizard  {
   padding-left:0px !important;
   max-height:1200px;
}
.scenario_name {
    display:inline;
    position:absolute;
    left:40%;
    margin-top:3px;
}

.checkboxlist_nowrap td{
    white-space:nowrap;
}

.checkboxlist_nowrap td > label{
    font-weight:normal;
}
.quickInfo {
    border:2px solid #2875BD;
    background-color:#2875BD;
    display:block;
    height:74px;
    width: 1183px;
    margin-left: -16px;
}
.quickInfoLabel {
    font-size:12px;
}
.quickInfoBox {
     background-color:#ffffff;
    position:relative;
    display:inline-block;
    width:235px; 
    height:50px;
    vertical-align:middle;
    text-align:center;
    margin-right:-2px;
    margin-top:1px;

}
.quickHeader {
    background-color:#B8D4EC;
    font-size:12px;
    display:block;
    width:100%;
    line-height:30px;


}
.quickContent {
    font-size:28px;
    font-weight:bolder;
    line-height:40px;
    display:block;
    background-color:white;
    width:100%;
}
.quickinfo_change {
    float:right;
    height:10px;
    margin-top:9px;
    margin-right:5px;
}

/*.fileGrid {
    display:none;
}*/

/*#FilehoverDiv:hover .fileGrid{
    display:block;
    position:absolute;
    background: #FFFFFF; 
    border:1px solid #000;
    z-index:100;
    text-align:left;
}*/
.noBorder {
    border:none;
}

.noBorder td{
    border:none !important;
}



.TreeView 
{ 
  background-color: white; 
  border: 1px solid black; 
  cursor: default; 
} 

.TreeNode 
{ 
  font-family: arial, verdana; 
  font-size: 12px; 
  padding-left: 1px; 
  cursor: default; 
} 

.HoverTreeNode 
{ 
  font-family: arial, verdana; 
  font-size: 12px; 
  padding-left: 1px; 
  text-decoration: underline; 
  cursor: default; 
}

.BoldDropdown {
    font-size: 16px;
    font-weight: bolder;
}

.hidden
{
    display:none;
}
.partIII1094{
    border:none
}