html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code,del, dfn, em, img, ins
,kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot
,thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,time, mark, audio, video
 { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;}

* {margin: 0;}

html, body {height: 100%;}

/* sticky footer code */
.sticky-footer-head{min-height:100%;}
.innerwrapper{overflow: auto;padding-bottom:54px;}
.footer-background{position: relative;margin-top:-54px;clear:both;margin-bottom:-10000px;background-color: #080808;}

body  
{
    font-size: .85em; 
    font-family: arial, Helvetica, Sans-Serif; 
    color: #232323; 
    background-color: #333333;
}

ul 
{
    list-style-type: none;
}   

img, a img 
{
    border: 0;
}

a, a:active {
    color: #007582;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

h1
{
    color: #666666;
    font-size: 20px;
    font-weight: normal;
    margin: 10px 0;
}

h2
{
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
}

h3 {
    color: #007582;
    font-size: 16px;
    font-weight: normal;
    margin: 10px 0;
}

h4
{
    color: #666666;
    font-size: 14px;
    font-weight: bold;
    margin: 8px 0;
}

fieldset + fieldset {
	margin-top: 10px;
}

.left{float: left;}
.right{float: right;}
.clear{clear: both;}
.center{text-align: center;}

/* inline blocks */
.logo, .logo a,
.hero-highlight,
.hero-menu,
.hero-menu ul, .hero-menu li, .hero-menu a,
.toolbar-label,
.dark-grey-button,
.light-grey-button,
.dark-grey-button > input,
.light-grey-button > input,
.dark-grey-button > a,
.light-grey-button > a,
.form-item label,
.social a,
.social img
{
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.dark-grey-button,
.light-grey-button
.dark-grey-button > a,
.light-grey-button > a
{
    font-size: 14px;
    font-weight: bold;
}

.header
{
    height: 277px;
}

.header-background
{
    background: url(images/header-full-repeat.jpg) repeat-x 0 0;
}

.footer-background-repeat
{
    background-color: #292929;
    height: 54px;
}

.footer-background-main
{
    height: 54px;
    /*background: url(images/footer-background.jpg) repeat-y 50% 0;*/
    margin: 0 auto;
}

.sitewidth 
{ 
    width: 98%;
    margin: 0 auto;
}

.loginstrip
{ 
    background: url(images/header-strip-highlight.jpg) no-repeat 50% 0;
    height: 19px; 
    color: #ffffff; 
    padding: 6px 11px 0 7px; 
    font-size: 11px;
}

.hero
{ 
    background-repeat: no-repeat;
    background-position: 50% 0;
    position: relative;
}

.hero-fade
{
    background: url(images/hero-fade-repeat.png) repeat-x 0 100%;
    height: 250px; 
}

.logo
{
    position: absolute;
    top: 21px;
    left: 18px;
}


.hero-highlight
{
    position: absolute;
    top: 24px;
    right: 6px;
}

.hero-menu
{
    position: absolute;
    right: 0;
    bottom: 10px;
}

.hero-menu li
{
    float: left;
    background: url(images/hero-nav-left.png) no-repeat 0 0;
    padding-left: 9px;
    margin-left: 4px;
}

.hero-menu li > a
{
    height: 22px;
    width: 114px;
    background: url(images/hero-nav-right.png) no-repeat 100% 0;
    padding-right: 9px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: #13a6de;
    font-size: 11px;
    padding-top: 7px;
}

.hero-menu li > a:hover
{
    text-decoration: underline;
}

.hero-menu li.active
{
    background: url(images/hero-nav-active-left.png) no-repeat 0 0;
}

.hero-menu li.active > a
{
    background: url(images/hero-nav-active-right.png) no-repeat 100% 0;
    color: #ffffff;
}

.hero-menu li > a
{
    color: #ffffff;
}

.innerwrapper
{ 
    /*min-height: 500px;*/
    position: relative;
    
    /* equal heights code */  
    overflow: hidden;
    background: #ffffff;

    /* Reserve space for left menu. */
    padding-left: 179px;
    box-sizing: border-box;
}

.leftcol
{  
    float: left; 
    width: 179px; 
    background-color: #333; 
    
    /* equal heights code */
    padding-bottom: 10000px;
    margin-bottom: -10000px;

    /*Tuck into space reserved by .innerwrapper*/
    margin-left: -179px;
}

.leftcol-wrapper
{ 
    padding:15px 15px 15px 0px; 
}

.nav-links
{
    text-align:right; 
    text-transform: uppercase; 
    color: #ccc; 
}

.nav-links a:hover;
{
    text-decoration: underline;
}

.footer
{
    color: #999;
}

.leftcol a, .footer a
{ color: #999; text-decoration: none; }

.leftcol a:hover, .footer a:hover
{
    text-decoration: underline;
}

.logoff a
{color: #ffffff; text-decoration: none;}

.logoff a:hover
{
    text-decoration: underline;
}

.rightcol
{ 
    float:left; 
    background-color: #ffffff; 
    
    /* equal heights code */
    padding-bottom: 10000px;
    margin-bottom: -10000px;
}

.rightcol-wrapper
{ 
    padding: 25px 25px 25px 25px; 
    text-align:left; 
}

.footerlinks
{
    margin: 20px 10px 0 0;
}

.social
{
    text-align: right;
    width: 164px;
    padding-right: 15px;
}

.social a
{
    margin-left: 4px;
}

.footer
{ padding-top: 11px; font-size: 11px; }

    .footer:first-of-type {
        background-color: #080808;
        height: 43px;
    }

.footer li
{ 
    display: inline; 
}

.footerlinks a
{ 
    padding: 0 7px 0 5px;
    border-right: 1px solid #999999;
}


/*Left-side navigation
--------------------------------------------------------*/
.left-nav
{
    font-size: 11px;
    text-transform: capitalize;
}

.left-nav a
{
    display: block;
    color: #cccccc;
}

.left-nav > li.first-level
{
    text-transform: uppercase;
}

.left-nav > li.first-level > a
{
    padding: 4px 0px 4px 15px;
}

.first-level > .second-level:last-child
{
    padding: 4px;
}

.first-level > .second-level:first-child
{
    padding: 4px;
}

.second-level {
    padding-left: 20px;
}


.second-level.active > a { color: #13a6de; }

.first-level.active-trail > a { color: #ffffff; font-weight:bold;}

.left-nav > .first-level{ border-top: 1px solid #cccccc; }
.left-nav > .first-level.active{ border-bottom: 1px solid #cccccc; }
.left-nav > .first-level:first-child {border-top: 0;}
.left-nav > .first-level:last-child {border-bottom: 1px solid #cccccc;}
.left-nav > .last { border-bottom: 1px solid #cccccc; }

.leftNavSectionHeader {
    color: #ffffff;
    display: inline-block;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
}

    .leftNavSectionHeader:not(:first-child) {
        padding-top: 15px;
    }

/*Form controls
-----------------------------------------------------*/
form input[type=text], textarea, form input[type="password"], form input[type="tel"], form input[type="email"]
{  
  padding-left: 3px; 
	width: 217px; 
}
 
 .colorpickerField{width: 100px !important;}
 
#logonform
{
    background: url('images/login-background-repeat.jpg') repeat-y 0 0;  
    width: 562px;
    margin: 40px auto;   
    position: relative;
}
.text-label 
{
 color: Gray;
 font-style: italic;
 font-weight: lighter !important;  
}
.login-bottom
{
    background: url('images/login-background-bottom.jpg') no-repeat 0 100%; 
    padding-bottom: 80px;  
}

.login-top
{
    background: url('images/login-background-top.jpg') no-repeat 0 0;   
}

input[type=text].input-validation-error, input[type="password"].input-validation-error,
input[type="tel"].input-validation-error,  input[type="email"].input-validation-error
{ 
}

.dark-grey-button {
    /*background: url('images/login-left-button.png') no-repeat 0 0;*/
    border-radius: 5px 5px;
    background-image: linear-gradient(#007582, #00cfe6);
    padding-left: 14px;
    *padding-left: 0;
}

    .dark-grey-button > input, .dark-grey-button > a {
        /*background: url('images/login-right-button.png') no-repeat 100% 0;*/
        border-radius: 5px 5px;
        background-image: linear-gradient(#007582, #00cfe6);
        margin: 0;
        padding: 0;
        border: 0;
        padding-right: 14px;
        height: 32px;
        cursor: pointer;
        color: #ffffff;
    }

.dark-grey-button > input
{
    *margin-left: -4px;
}

.light-grey-button {
    /*background: url('images/create-left-button.png') no-repeat 0 0;*/
    border-radius: 5px 5px;
    background-image: linear-gradient(#007582, #00cfe6);
    padding-left: 12px;
    color: #ffffff;
}

    .light-grey-button > input, .light-grey-button > a {
        /*background: url('images/create-right-button.png') no-repeat 100% 0;*/
        border-radius: 5px 5px;
        background-image: linear-gradient(#007582, #00cfe6);
        margin: 0;
        padding: 0;
        border: 0;
        padding-right: 14px;
        height: 26px;
        padding-top: 8px;
        cursor: pointer;
        color: #ffffff;
    }

.light-grey-button > input
{
    height: 32px;
    padding-top: 0;
}

.login-left
{
    width: 330px;
}

.login-right
{
    width: 232px;
}

.login-container h2
{
    padding: 15px 0 10px;
    margin-bottom: 18px;
    color: #555;
    border-bottom: 1px solid #ccc;
    font-size: 20px;
}

.login-gap
{
    margin-left: 18px;
    margin-right: 18px;
}

.form-item
{
    margin: 10px 0;
}

.form-item label
{
    width: 71px;
}

.login-right p
{
    margin-bottom: 10px;
}

#createacctbtn,
#signinspan,
#forgotpassbtn
{
    position: absolute;
    bottom: 0;
    margin-bottom: 40px;
}

#createacctbtn
{
    margin-right: 90px;  
    margin-left: 0; 
    right: 0;
}

#signinspan
{
    left: 0;
    margin-left: 210px;
    *margin-left: 190px;
}

#forgotpassbtn
{
    left: 0;
}

.space
{
    margin: 0 5px;
}

.cancel-button
{
	color: #FF9933;
}

/*(default) Styles for basic forms
-----------------------------------------------------------*/

fieldset { border:1px solid #ddd; padding:20px 0; margin:0 0 1.5em 0; }

legend { font-size:1.2em; font-weight: bold; }

textarea { min-height: 75px; }

.editor-label { margin: 0; }
.editor-field { margin: 0; }

/*(default) Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error { color: #ff0000; }

.field-validation-valid { display: none; }

.input-validation-error { border: 1px solid #ff0000; background-color: #ffeeee; }

.validation-summary-errors { font-weight: bold; color: #ff0000; background-color: #FFEEEE;  }

.validation-summary-valid { display: none; }
/*---------------------------*/

/*Styles for Info, Error and Success messages
----------------------------------------------------------*/
.message
{
    font-weight: bold;
    margin-bottom: 25px;
}

.success
{
    color: Green; 
    background-color: #90EE90;
}

.error
{
    color: Red; 
    background-color: #FEE;
}

.warning
{
    color: Yellow; 
    background-color: #90EE90;
}

.info
{
    color: Blue; 
    background-color: #90EE90;
}


/*** Calendar styling ***/
.calendar-container
{
    position: relative;
}

.date-select
{
    padding: .4em;
    height: 19px;
}

#dateSelect
{
  font-weight: bold;  
  text-align: center; 
}

.calendar-dialog input[type="text"],
.calendar-dialog select,
.calendar-dialog textarea
{
    border: 2px solid #aaa;
    font-weight: bold;
}

.calendar-dialog input[type="text"]
{
    background: none;
    height: 28px;
}

.calendar-dialog select
{
    height: 41px; 
      
}

#calendarselect
{
    display: inline;
    width: 150px;
    font-size: 10px;
}

.calendar-dialog fieldset, .calendar-dialog input
{
    margin: 0;
    
}

.calendar-dialog .event-title-display p,
.calendar-dialog .event-description-display p,
.calendar-dialog .event-date-display p
{
    font-weight: bold;
    padding: 5px 0 10px 0;
}

.calendar-dialog .extra-data-display
{
    display: none;
}

.toolbar-label
{
    *padding: 0 0 5px 0;
}

#calendarselect
{
    *height: 26px;
}

form input.date-text-input
{
    width: 250px;
    padding: .4em;
}

.colorpicker
{
    z-index: 4000;
}

.colorpickerDiv
{
    display: none;
}

/* Fieldset / Admin screens
-----------------------------------------------------*/
fieldset
{
    border-width: 1px;
    border-color: #ccc;
    margin-top: 20px;

    width: 740px;
    margin: 0 auto 0 auto;
    
    clear: both;
}

    fieldset legend {
        color: #007582;
        padding: 0px 5px 0px 5px;
    }

fieldset .editor-label
{	
	float: left;
	text-align: right;
	line-height: 25px;
	font-weight: bold;
	width: 250px;
	padding-right: 7px;
}

fieldset .editor-field
{	
	text-align: left;
	line-height: 25px;
	width: 482px;
	float: right;
}

.required 
{
	color: Red;
}


#defaulttable_wrapper table td,
#registrationtable_wrapper table td,
#claimstable_wrapper table td,
#notestable_wrapper table td,
#docsTable_wrapper table td
{
    text-overflow: ellipsis; 
    overflow: hidden; 
    white-space:nowrap; 
}

#installCGIHub
{
    padding-top: 15px;
    text-align: center;
    margin: auto;
}
#installCGIHub a div
{
    padding-top: 5px;
}

.ui-icon-info
{
    cursor: pointer;
}

.popupList {
    list-style-type: circle;
}

.status-hold {
	color: Red;
}

.filter-toolbar {
    margin-bottom: 25px;
    clear: both;
    padding: 3px;
    overflow: auto;
}

    /* Extra specificity to override jQuery UI default.*/
    .filter-toolbar.ui-widget-header {
      background-size: contain;
    }

    .filter-toolbar input[type=text] {
        height: 19px;
        padding: .4em;
    }

    .filter-toolbar select {
        padding: .4em;
    }

    .filter-toolbar button {
      height: 30px;
      margin: 0;
      padding: 0 .4em;
      vertical-align: middle;
    }

    .filter-toolbar ol {
        list-style-type: none;
    }
    .filter-toolbar li {
        float: left;
        margin-right: 10px;
        margin-top: 5px;
        margin-bottom: 5px;

        height: 30px;
        line-height: 30px;
    }
.signInButton {
    background-color: transparent;
    border: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    height: 34px;
}
    .signInButton:hover {
        text-decoration: underline;
    }