﻿html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th, td, button
{
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
}

img
{
    border: 0;
}

a
{
    outline: none;
}

ul
{
    padding: 0 0 0 10px;
    margin: 10px 0;
    list-style-type: none;
}

html
{
    width: 100%;
}

form label
{
	text-align: left;
    margin-right: 0;
    line-height: 23px;
}

form li
{
    list-style: none;
    padding: 5px;
    margin: 0;
}

body
{
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
    background-color: #FFF;
    background-repeat: repeat-x;
}

a
{
    color: #405D9A;
}

h1
{
    font-size: 20px;
    margin: 14px 0 10px 0;
    color: #333333;
}

h2
{
    font-size: 16px;
    margin: 14px 0 10px 0;
    color: #999;
}

h3
{
    font-size: 14px;
    margin: 10px 0 5px 0;
    padding: 0;
    color: #666;
}
h4 
{
    font-weight:bold;
}
fieldset
{
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend
{
    font-size: 1.2em;
    font-weight: bold;
}

#wrapper
{
    width: 988px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    border: 0px solid #ff9900;
}

#wrapper-popup
{
    text-align: left;
}

#wrapper-popup h3
{
    font-weight: bold;
    font-size: large;
    text-align: center;
    padding-bottom: 10px;
}

#wrapper-popup li
{
    padding: 5px;
}

#container
{
    padding-top: 0;
    width: 100%;
    padding: 0;
    margin-top: 0;
    background-color: transparent;
}

#header
{
    width: 100%;
    margin: 0;
    padding: 0;
    background: no-repeat 10px 10px;
}

#content
{
    width: 100%;
    margin: 0;
    padding: 0;
}

#columns
{
    width: 100%;
    margin: 0;
    padding: 0;
}

#footer
{
    float: left;
    width: 100%;
    display: inline;
    font-size: 12px;
    line-height: 24px;
    padding: 20px 0;
    margin: 20px 0;
    color: #3A608F;
    background: #E4E4E4 url(images/footer-bg-home.png) repeat-x 0 0;
}

#header h1
{
    padding: 0;
    margin: 0;
    float: left;
}

#header h1 a
{
    width: 310px;
    height: 95px;
    display: block;
    text-indent: -9999px;
    padding: 0;
    margin: 25px 0 10px 10px;
    float: left;
    background: transparent url(images/logo.png) no-repeat 0 0;
}

#header h1 a:hover
{
    text-decoration: none;
}

#top-nav
{
    float: right;
    margin: 10px 0 0 0;
    width: 600px;
}

#top-nav ul
{
    text-align: right;
    display: inline;
    float: right;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
}

#top-nav ul li
{
    list-style-type: none;
    display: inline;
    padding: 0 10px 0 10px;
    position: relative;
    float: left;
}

#top-nav ul li a
{
    color: #666;
    text-decoration: none;
    line-height: 20px;
}

#top-nav ul li a:hover
{
    text-decoration: underline;
}

#top-nav li.button
{
    padding: 0 5px;
}

#top-nav li.button
{
    border: none;
    cursor: pointer;
    background: transparent url(images/login-right.png) no-repeat right center;
    margin: 0px 5px;
    padding: 0 7px 0 0px;
    text-decoration: none;
}

#top-nav li.button a span
{
    background: transparent url(images/login-left.png) no-repeat left center;
    color: #666;
    line-height: 14px;
    border: none;
    cursor: pointer;
    float: left;
    font-weight: normal;
    font-size: 12px;
    margin: 0;
    padding: 3px 5px 3px 15px;
}

#top-nav li a:hover
{
    text-decoration: none !important;
}

#top-nav ul li.help
{
    background: transparent url(images/help.gif) no-repeat right center;
}

#top-nav ul.dropdown a:hover, #top-nav ul.dropdown li a.selected
{
    text-decoration: underline;
    background-color: transparent;
}

#top-nav ul.dropdown li:hover ul, #top-nav ul.dropdown li ul li:hover ul
{
    display: block;
}

#top-nav ul.dropdown li:hover ul ul
{
    display: none;
}

#top-nav ul.dropdown ul
{
    background-color: #CCCCCC;
    position: absolute;
    margin-top: 0px;
    padding: 0;
    margin: 0;
    z-index: 1000;
    top: 20px;
    right: 0;
    display: none;
    text-align: center;
}

#top-nav ul.dropdown li li
{
    width: 100%;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    border-top: 1px solid #f1f1f1;
    padding: 0px 0;
    background-color: #FFF;
}

#top-nav ul.dropdown li li a
{
    margin: 0;
    float: none;
    line-height: 30px;
    position: relative;
    display: block;
    text-align: left;
    padding: 0 10px;
    font-weight: bold;
    color: #898b8e;
}

#top-nav ul.dropdown li li a:hover
{
    color: #ef4e22;
    text-decoration: none;
}

#top-nav ul.dropdown ul ul
{
    width: auto;
    padding: 0;
    margin-left: 100%;
    margin-top: 0px;
    top: 0;
    left: 140px;
    z-index: 500;
    display: none;
}

#top-nav ul.dropdown li li li
{
    margin: 0;
}

#nav
{
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    display: inline;
    background: transparent url(images/nav-bg.png) repeat-x 0 0;
}

#nav li
{
    float: left;
    position: relative;
    z-index: 500;
}

#nav a
{
    display: block;
}

#nav ul
{
    margin: 0px;
    padding-left: 0px;
    list-style-type: none;
    list-style-image: none;
    float: left;
}

#nav ul li
{
    margin-bottom: 0;
    position: relative;
    display: block;
    z-index: 500;
    float: left;
}

#nav ul li a:link, #nav ul li a:visited, #nav ul li a:active
{
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    width: 139px;
    height: 33px;
    color: #898b8e;
    border: 1px solid #eee;
    border-width: 1px;
    border-right: 1px solid white;
    line-height: 33px;
    white-space: nowrap;
}

#nav ul li.current-menu-item a
{
    background-color: #E81B1B;
}

#nav ul li a:hover
{
    background: transparent url(images/nav-hover.png) repeat-x 0 0;
    color: #FFFFFF;
}

ul.dropdown li:hover ul, ul.dropdown li ul li:hover ul
{
    display: block;
}

ul.dropdown li:hover ul ul
{
    display: none;
}

ul.dropdown ul
{
    background-color: #FCFCFC;
    position: absolute;
    margin-top: 50px;
    padding: 0;
    width: 210px;
    margin-left: 10px;
    z-index: 100;
    top: 35px;
    left: 0;
    display: none;
}

ul.dropdown li li
{
    width: 100%;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #eee;
}

#nav ul.dropdown li li a
{
    margin: 0;
    float: none;
    line-height: 40px;
    position: relative;
    display: block;
    text-align: left;
    padding: 0 10px;
}

#nav ul.dropdown li li a:hover
{
    background: none;
    color: #ef4e22;
}

ul.dropdown ul ul
{
    width: auto;
    padding: 0;
    margin-left: 100%;
    margin-top: 0px;
    top: 0;
    left: 210px;
    border: 0px solid #ff9900;
    z-index: 100;
    display: none;
}

ul.dropdown li li li
{
    margin: 0;
}

#footer ul
{
    float: left;
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
}

#footer ul li
{
    display: block;
    width: 100%;
    text-align: left;
    padding: 0;
    float: left;
    margin: 0;
}

#footer li a:link, #footer li a:visited
{
    color: #777777;
    text-decoration: none;
    padding: 0px;
    margin: 0px;
    display: block;
    font-size: 13px;
}

#footer li.last a
{
    border: none;
}

#footer li a:hover, #footer li a:active
{
    text-decoration: underline;
}

#footer a.hilite
{
    border-bottom: 1px solid #000;
}

#footer .right
{
    float: right;
}

#footer .left
{
    float: left;
    background: transparent url(images/footer-logo-big.png) no-repeat 0 0;
    margin: 10px 10px 0 20px;
    width: 182px;
    height: 59px;
    display: inline;
}

#footer .right div.box
{
    float: left;
    margin: 0;
    width: 160px;
    padding: 0 10px 0 20px;
    background: transparent url(images/footer-separator.png) no-repeat 189px 0;
}

#footer .right div.box.last
{
    background: none;
}

#footer .right div.box h4
{
    color: #333;
    font-size: 12px;
    font-weight: bold;
    padding: 0;
    width: 100%;
    display: block;
}

.nav-search
{
    background: transparent url(images/search-box.gif) no-repeat 0 0;
    float: right;
    width: 408px;
    height: 55px;
    margin: 20px 0 10px 0;
    display: inline;
}

input.searchbox
{
    margin: 16px 0px 0 95px;
    padding: 3px 10px 2px 10px;
    border: 0;
    font-size: 13px;
    color: #666;
    display: inline;
    float: left;
    width: 210px;
}

input.searchbtn
{
    float: right;
    margin: 0;
    display: inline;
    padding: 12px 0;
    top: 0;
}

.error-page
{
    margin-left: 2em;
}
.error-page span.name
{
    margin-left: 2em;
    float: left;
    width: 6em;
    font-weight: bold;
}

.error-page p
{
    margin-top: 2em;
}
#main-message
{
    margin-bottom: 10px;
}

/* One of our style overide telerik link style leave this at the bottom for now */
.t-link
{
    color: #000000;
}
/* fix firefox bug with the plus icon in telerik grid */
td.t-hierarchy-cell a.t-icon.t-plus, td.t-hierarchy-cell a.t-icon.t-minus
{
    display: block;
}
.ui-dialog
{
    font-size: 12px;
}

div.editor-label
{
    display: inline-block;
    width: 150px;
    line-height: 23px;
}
div.editor-field
{
    display: inline-block;
    width: 50%;
    line-height: 23px;
}

div.form-wrapper
{
    padding: 1.4em 1.4em 1.4em 1.4em;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
    color: #333333 !important;
}
div.form-wrapper h3
{
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
}
div.form-wrapper h1
{
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
}
div.form-wrapper input[type="text"]:focus, div.form-wrapper input[type="password"]:focus, div.form-wrapper textarea.shine:focus, div.form-wrapper select:focus
{
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}

div.form-wrapper div.sub-form-wrapper {margin:10px; padding:10px;}
div.front-end-grid
{
    border: 0 none !important;
}
div.front-end-grid div.t-grid-pager
{
    border: 0 none !important;
}
div.front-end-grid .t-grid-header .t-header, div.front-end-grid .t-grid-header .t-last-header, div.front-end-grid thead {
    background: none repeat scroll 0 0 #EEEEEE;
    border: medium none;
    color: #999999;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}
div.front-end-grid .t-header, div.front-end-grid .t-grid-header {
    background: none repeat scroll 0 0 #EEEEEE;
    border:none;
}
div.front-end-grid .t-grid-header .t-header .t-link {
    color: #999999;
}
div.form-wrapper div.sub-form-wrapper
{
    margin: 10px;
    padding: 10px;
}
.pd10{ padding-bottom: 10px;}
.note-red { color: red; font-size: 11px;}
