/* RESET
----------------------------------------------------------*/

body
{
    margin: 0;
    padding: 0;
    font-size: 9pt;
    font-family: Arial, Helvetica, Sans-Serif;
    background-color: #dcddde;
}


/* LINKS   
----------------------------------------------------------*/
a
{
    color: Blue;
    text-decoration: underline;
    font-weight: normal;
}

a:hover
{
    color: #636466;
}


a:visited
{
    color: Blue;
}

a:focus 
{
    outline: 2px solid #ffcb05;
}



/* HEADINGS   
----------------------------------------------------------*/
h1, h2
{
    font-weight: normal;
    text-transform: uppercase;
}

/* Large Title used on Site.master. */
h1
{
    color: #A49894;
    font-size: 36pt;
}

/* Very Large Gray Text used on contents, hidden on home.*/
h2
{
    color: #857874;
    font-size: 18pt;
    margin: 0px 0px 15px 0px;
}

/* Large Blue header */
h3
{
    color: #4978bc;
    font-size: 18px;
    font-weight: normal;
    margin: 15px 0 10px 0;
}

/* Large Gray header */
.heading4Para 
{
    color: #77787b;
    font-size: 16px;
    font-weight: normal;
    margin: 10px 0 0px 0;
    line-height: 20px;
}

/* Medium Blue header */
h5
{
    color: #4978bc;
    font-size: 16px;
    font-weight: normal;
    margin: 0px 0px 5px 0px;
    line-height: 20px;
}

/* Medium Gray header */
h6
{
    font-size: 10pt;
    font-weight: normal;
    margin: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/


#page
{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    background: #ccc url('images/menu_backgroup.png') repeat-y top left;
}

#header
{
    background: #ffffff url('images/banner_top.jpg') repeat-x top left;
    height: 68px;
}

#headerlogo
{
    position: relative;
    left: 25px;
    top: 8px;
}

#title
{
    color: #ffffff;
    float: left; /* background: transparent url('images/TitleLeft.png') no-repeat top left; */
}

#title h1
{
    color: #444444;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    padding: 22px 20px 30px 20px; /*  background: transparent url('images/TitleRight.png') no-repeat top right;*/
}

#logindisplay
{
    color: #4978bc;
    text-align: right;
    font-weight: normal;
    padding-top: 3px;
    padding-right: 10px;
}

#logindisplay a:link, #logindisplay a:visited
{
    color: #4978bc;
    text-decoration: none;
}

#logindisplay a:hover
{
    text-decoration: underline;
}


#main
{
    float: right;
    width: 768px;
    margin: 0px;
    padding: 0px;
}

#main img
{
    border: 0px;
    padding: 0px;
}

#content, #home
{
    padding: 0px 30px 30px 30px;
    color: #444444;
    background-color: White;
}

#content
{
    min-height: 524px;
}

#home
{
    min-height: 400px;
    background: white url('images/Banner_bottom_with_images.png') no-repeat top right;
    padding-top: 130px;
    line-height: 20px;
    font-size: 12px;
}

#ourpromise
{
    margin-top: 20px;
    border: solid 1px #c7c8ca;
}

#home fieldset
{
    padding-bottom: 20px;
    border-bottom: 0;
    margin-top: 0px;
}

#home h2
{
    display: none;
}

#content
{
    background: white url('images/Banner_bottom_simple.png') no-repeat top right;
    padding-top: 30px;
}

#popup
{
    padding: 0 10px 0 10px;
}

/* IE6 fix.*/
* html #footer
{
    height: 1px;
}

#footer
{
    padding: 10px;
    clear: both;
    background-color: #dcddde;
    text-align: center;
    color: #636466;
    line-height: 20px;
}


ul#footerlinks
{
    margin: 0;
    padding: 0;
}

ul#footerlinks li
{
    display: inline;
    list-style: none;
}



ul#footerlinks li.active
{
    display: none;
}


/* TAB MENU   
----------------------------------------------------------*/

#menucontainer
{
    float: left;
    margin: 0px;
    padding: 0px;
    width: 132px;
    background: transparent url('images/menu_top.png') no-repeat top left;
}

ul#menu
{
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

ul#menu li
{
    width: 100%;
    margin: 0;
    padding: 0;
}

ul#menu li a
{
    display: block;
    padding: 15px 20px 8px 15px;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    text-transform: none; /*	background: transparent url('images/TabInactiveRight.png') no-repeat bottom right;*/
}

ul#menu li:hover
{
    background-color: #939598;
}

ul#menu li a:hover
{
    text-decoration: none;
}

ul#menu li.active a
{
    color: #ffcb05; /* background: transparent url('images/TabActiveRight.png') no-repeat bottom right;*/
}

ul#menu li.active:hover
{
    background-color: transparent;
}

ul#menu li.active a:hover
{
    text-decoration: none;
}


/* PROGRESS BAR 
----------------------------------------------------------*/

ul#progress
{
    list-style-type: none;
    height: 20px;
    padding: 10px;
    margin: auto;
    color: #c7c8ca;
}

ul#progress li
{
    margin: 0 auto;
    display: inline;
    padding: 0px;
}

ul#progress li.separator
{
    font-size: 10pt;
    font-weight: normal;
}

ul#progress li.active
{
    font-weight: bold;
    color: #4978bc;
}



/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

form
{
    /* set width in form, not fieldset (still takes up more room w/ fieldset width */
    margin: 0;
    padding: 0;
}

form br
{
    clear: left;
}

fieldset
{
    margin: 24px 0 10px 0;
    padding: 12px;
    padding-bottom: 0px;
    border: none;
}

.policyfieldset {
    margin: 12px 0 10px 0;
    padding: 12px;
    padding-bottom: 0px;
    border: none;
}

.fieldset-header
{
    clear: both;
    padding: 0px;
    padding-bottom: 12px;
}

.fieldset-footer
{
    clear: both;
    margin: 10px 0px;
}

legend 
{
    font-size: 10pt;
    font-weight: bold;
    color: #ffffff;
    background: #727779;
    padding: 3px 10px;
}

.h6sectionheading {
    font-size: 10pt;
    font-weight: bold;
    color: #ffffff;
    background: #727779;
    width: fit-content;
    padding: 3px 10px;
    margin-bottom: 20px;
}

.h6sectionheading-alt {
    font-size: 10pt;
    font-weight: bold;
    color: #ffffff;
    background: #727779;
    padding: 5px 10px;
    margin-bottom: 8px;
}

fieldset label
{
    font-weight: bold;
    margin: 5px 0 3px 0;
}

fieldset label.inline
{
    display: inline;
}

input[type="text"], input[type="password"]
{
    width: 200px;
    border: 1px solid #cccccc;
    color: #333333;
}

input[type="text"]:focus, input[type="password"]:focus
{
    background-color: #fcf9ce;
    border: 1px solid #c7c8ca;
}

textarea
{
    display: block;
    height: 100px;
    width: 400px;
    color: #333333;
    font-family: Arial, Helvetica, Sans-Serif;
    border: 1px solid #cccccc;
}

textarea:focus
{
    background-color: #ffd09d;
    border: 1px solid #c7c8ca;
}

/* TABLE
----------------------------------------------------------*/
table
{
    border: solid 1px #cccccc;
}

table td
{
    font-size: 8pt;
    padding: 5px;
    border: solid 1px #cccccc;
}

table thead td, table th
{
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: #333333;
    background-color: #c7c8ca;
    border: solid 1px #cccccc;
}

table thead
{
    font-size: 8pt;
    font-weight: bold;
}

table th
{
    background-color: #444444;
    text-transform: capitalize;
}

table tr.row-alternate
{
    background-color: #E4E4E4;
}


/* Help tooltip anchor
----------------------------------------------------------*/
.help img
{
    border: none;
    vertical-align: middle;
}



/* MISC  
----------------------------------------------------------*/
.right
{
    text-align: right;
}


.center-horizontal
{
    text-align: center;
}

.center-vertical
{
    vertical-align: middle;
}

.clear
{
    clear: both;
}

.requiredLegend
{
    clear: both;
    padding: 0px 0px 10px 0px;
}

.error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    padding: 10px 10px 10px 35px;
    margin: 10px 0;
    border: 1px solid #dfdfdf;
    color: #ff0000;
    font-weight: normal;
    background: #fcf9ce url(icons/error.gif) 5px 6px no-repeat;
}

.errorMessage, .warningMessage, .infoMessage
{
    padding: 10px 10px 10px 35px;
    margin: 5px 0;
    border: 1px solid #DFDFDF;
    color: #333333;
    font-weight: normal;
}

.errorMessage
{
    background: #fcf9ce url(icons/error.gif) 5px 6px no-repeat;
}

.warningMessage
{
    background: #fcf9ce url(icons/exclamation.gif) 5px 6px no-repeat;
}

.infoMessage
{
    background: #fcf9ce url(icons/info.gif) 5px 6px no-repeat;
}

.float-left
{
    float: left;
}

.float-right
{
    float: right;
}



/* Styles for editor and display helpers
----------------------------------------------------------*/

.display-label, .editor-label
{
    display: inline-block;
    font-weight: bold;
}

.display-label .help, .editor-label .help
{
    float: right;
}

.display-field input, .editor-field input
{
    margin: 0;
}

.display-field .field-validation-error, .editor-field .field-validation-error
{
    padding: 0;
    margin: 5px 0;
    color: #ff0000;
    display: block;
}

.editor-label
{
    margin: 8px 0 0 0;
}

.editor-field
{
    margin: 5px 0;
}

.display-label
{
    margin: 5px 0;
}

.display-field
{
    margin: 5px 0;
}

.text-box
{
    width: 30px;
}

.text-box.multi-line
{
    height: 6.5px;
}

.tri-state
{
    width: 6px;
}

.text-nowrap
{
    white-space: nowrap;
}

.text-overflow
{
    overflow: hidden;
    text-overflow: ellipsis;
}

.k-widget.k-window {
  height: auto !important;
}




#privacyPolicy {
    line-height:normal;
    color: #333333;
}

#refundPolicy {
    line-height: normal;
    color: #333333;
}

.tab-content {
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    padding: 1px;
}

.nav-tabs {
    margin-bottom: 0;
}
