/* RESET CSS */
html
{
    margin: 0;
    padding: 0;
    border: 0;
}
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, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section
{
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: top;
}
th, td
{
    padding: 2px;
}
/* This helps to make newer HTML5 elements behave like DIVs in older browers */
article, aside, dialog, figure, footer, header, hgroup, nav, section
{
    display: block;
}
/* Line-height should always be unitless! */
body
{
    line-height: 1.5;
    background: #fff;
}
/* Tables still need 'cellspacing="0"' in the markup. */
table
{
    border-collapse: collapse;
}
/* float:none prevents the span-x classes from breaking table-cell display */
caption, th, td
{
    text-align: left;
    font-weight: normal;
    float: none !important;
}
/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after
{
    content: '';
}
blockquote, q
{
    quotes: "" "";
}
/* Remove annoying border on linked images. */
a img
{
    border: none;
}
/* Remember to define your own focus styles! */
:focus
{
    outline: 0;
}
/* END RESET CSS */

/* typography.css */
html
{
    font-size: 12px;
}
body
{
    font-size: 12px;
    color: #444;
    background: #fff;
}

/* Headings */
h1, h2, h3, h4, h5, h6
{
    font-weight: normal;
    color: #4d4d4d;
}
h1
{
    font-size: 24px;
    margin-bottom: .1em;
    background: #d7e6f3;
    color: #61a73a;
    padding: 5px;
    text-align: center;
}
h2
{
    font-size: 18px;
    margin: .5em 0;
}
h3
{
    font-size: 14px;
    font-weight: bold;
    margin: .5em 0;
    color: #025399;
}
h4
{
    font-size: 13px;
    font-weight: bold;
    margin: .5em 0;
}
h5
{
    font-size: 12px;
    font-weight: bold;
    margin: .5em 0;
}
h6
{
    font-size: 12px;
    font-weight: bold;
    margin: .5em 0;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img
{
    margin: 0;
}
/* Text elements */
p
{
    padding: .5em 0;
}
/* 
	These can be used to pull an image at the start of a paragraph, so 
	that the text flows around it (usage: <p><img class="left">Text</p>) 
 */
.left
{
    float: left !important;
}
p .left
{
    margin: 1.5em 1.5em 1.5em 0;
    padding: 0;
}
.right
{
    float: right !important;
}
p .right
{
    margin: 1.5em 0 1.5em 1.5em;
    padding: 0;
}
a:focus, a:hover
{
    color: #444;
    text-decoration: underline;
}
a:link, a:visited, a:active, a.SkinObject:link, a.SkinObject:visited, a.SkinObject:active, a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active
{
    color: #025399;
    text-decoration: underline;
}
blockquote
{
    margin: 1.5em;
    color: #666;
    font-style: italic;
}
strong, dfn
{
    font-weight: bold;
}
em, dfn
{
    font-style: italic;
}
sup, sub
{
    line-height: 0;
}
abbr, acronym
{
    border-bottom: 1px dotted #666;
}
address
{
    margin: 0 0 1.5em;
    font-style: normal;
}
del
{
    color: #666;
}
pre
{
    margin: 1.5em 0;
    white-space: pre;
}
pre, code, tt
{
    font: 1em 'andale mono' , 'lucida console' , monospace;
    line-height: 1.5;
}
/* Lists */
li ul, li ol
{
    margin: 0;
}
ul, ol
{
    margin: 0 1.5em 1.5em;
    padding-left: 1em;
}
ul
{
    list-style-type: disc;
}
ol
{
    list-style-type: decimal;
}
dl
{
    margin: 0 0 1.5em 0;
}
dl dt
{
    font-weight: bold;
}
dd
{
    margin-left: 1.5em;
}
/* END Typography */

/* Start Skin CSS */
#Body
{
    border-top: solid 5px #6ca9e2;
}
body, .Normal, .NormalDisabled, .SkinObject
{
    font-family: arial;
}
.Normal, .NormalDisabled
{
    font-size: 12px;
}
a:hover, a.SkinObject:hover
{
    text-decoration: underline;
}
a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active
{
    margin: 0 5px;
}
a.NormalBold
{
    color: #444;
    font-weight: bold;
    font-size: 12px;
}

.clear
{
    clear: both;
    height: 0;
    overflow: hidden;
}

.gray_button
{
    width: 320px;
    height: 36px;
    display: inline-block;
    background: url(_i/gray_button.gif) top left no-repeat;
    line-height: 36px;
    text-align: center;
    color: #fff !important;
    font-size: 15px;
}

.arrow_button, .arrow_button:link, .arrow_button:active
{
    height: 40px;
    display: inline-block;
    background: url(_i/arrow_button.gif) top right no-repeat;
    line-height: 40px;
    text-align: center;
    color: #8c8c8c !important;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 40px 0 10px;
    border-left: solid 1px #d2d2d2;
    border-right: solid 2px #8f8f8f;
    border-top: none;
    border-bottom: none;
    text-decoration: none;
}
.arrow_button:hover
{
    background: url(_i/arrow_button_hover.gif) top right no-repeat;
    color: #fff !important;
    border-left: solid 1px #79bf00;
    border-right: solid 2px #3a9f00;
    text-decoration: none;
    cursor: pointer;
}
.alt_arrow_button, .alt_arrow_button:link, .alt_arrow_button:active
{
    height: 40px;
    display: inline-block;
    background: url(_i/alt_arrow_button.gif) top left no-repeat;
    line-height: 40px;
    text-align: center;
    color: #8c8c8c !important;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 10px 0 40px;
    border-left: solid 1px #d2d2d2;
    border-right: solid 2px #8f8f8f;
    border-top: none;
    border-bottom: none;
    text-decoration: none;
}
.alt_arrow_button:hover
{
    background: url(_i/alt_arrow_button_hover.gif) top left no-repeat;
    color: #fff !important;
    border-left: solid 1px #79bf00;
    border-right: solid 2px #3a9f00;
    text-decoration: none;
    cursor: pointer;
}
.arrow_button_small, .arrow_button_small:link, .arrow_button_small:active
{
    height: 25px;
    display: inline-block;
    background: url(_i/arrow_button_small.gif) top right no-repeat;
    line-height: 25px;
    text-align: center;
    color: #8c8c8c !important;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 25px 0 8px;
    border-left: solid 1px #d2d2d2;
    border-right: solid 2px #8f8f8f;
    border-top: none;
    border-bottom: none;
    text-decoration: none;
}
.arrow_button_small:hover
{
    background: url(_i/arrow_button_small_hover.gif) top right no-repeat;
    color: #fff !important;
    border-left: solid 1px #79bf00;
    border-right: solid 2px #3a9f00;
    text-decoration: none;
    cursor: pointer;
}
ul.ruInputs li
{
    list-style: none;
}
a.RadButton:hover
{
    text-decoration: none;
}

.page_width, .ControlPanel
{
    width: 960px;
    margin: 0 auto;
}
#header_wrap
{
    border-top: solid 5px #134b7e;
    background: #fff;
    padding: 20px 0;
}
#header
{
    height: 115px;
    background: url(/Portals/_default/Skins/eCredable/_i/header_bg.gif) left bottom no-repeat;
}
#logo
{
    float: left;
    width: 190px;
}

#language
{
    float: right;
    padding: 20px 0 0 0;
    height: 27px;
    width: 175px;
    text-align: right;
}

#user_tools
{
    float: right;
    padding: 20px 0 0 0;
    height: 30px;
}
#user_tools a
{
    margin: 0 5px !important;
}
#user_tools #live_chat
{
    float: right;
    width: 65px;
}
#google_search
{
    clear: right;
    float: right;
    margin: 12px 0 0;
    width: 140px;
    text-align: right;
    position: relative;
    vertical-align: middle;
}
#google_search .btnSearch
{
    background: url("_i/btnSearch.gif") no-repeat scroll center center transparent;
    cursor: pointer;
    font-size: 0;
    height: 22px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    border: none;
    text-indent: -9999px;
    width: 22px;
}

#breadcrumb
{
    clear: left;
}
#breadcrumb .SkinObject
{
    margin: 0 4px;
}
#main_menu
{
    clear: both;
    height: 30px;
}
#main_menu .RadMenu
{
    position: inherit;
}
.rmLink:hover
{
    cursor: hand !important;
}
#main_menu .rmRootLink
{
    color: #555;
    background: url(_i/menu_button_off.gif) top left no-repeat;
    height: 50px;
    width: 160px;
    padding: 0;
}
#main_menu .rmRootLink:hover, #main_menu .rmRootLink.rmSelected
{
    background: url(_i/menu_button_on.gif) top left no-repeat;
    text-decoration: none;
}
#main_menu .rmText
{
    color: #555;
    font-size: 1em;
    font-weight: bold;
    font-size: 16px;
    padding: 0;
    width: 160px;
    text-align: center;
    line-height: 50px;
}

#content_wrap
{
    clear: both;
    background: #fff;
}
#banner_content
{
    clear: both;
    padding: 0 0 13px 0;
    background: url(_i/header_bg.gif) left bottom no-repeat;
}
#banner_full
{
    clear: both;
}
#banner_left
{
    float: left;
    width: 320px;
}
#banner_right
{
    float: right;
    width: 640px;
}
#bottom
{
    border-top: solid 5px #144a7f;
    background: #3C81C4;
    color: #fff;
    padding: 10px 0;
}
#bottom a
{
    color: #fff;
}
#social, #about, #help, #legal, #posted
{
    width: 130px;
    float: left;
    padding: 0 15px;
}
#posted
{
    width: 260px;
}
#bottom ul, #bottom li
{
    padding: 0;
    margin: 0;
    list-style: none;
}
#bottom ul, #bottom li
{
    padding: 5px 0;
}
#bottom h4
{
    color: #fff;
    font-size: 16px;
    padding: 0;
}
#social a:hover, #help a:hover, #legal a:hover, #about a:hover
{
    color: #fff;
}
#footer
{
    padding: 5px;
    background: #8dc441;
    text-align: center;
}
#footer *
{
    color: #fff;
}
#security
{
    text-align: center;
    padding: 10px 0;
}
#security span
{
    margin: 0 20px;
}
ul.check li
{
    list-style-image: url(_i/check.gif);
    line-height: 40px;
    vertical-align: middle;
    margin: 0 0 0 50px;
}
table.eCredablePlan td, table.eCredablePlan th
{
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    padding: 5px;
}
table.eCredablePlan th
{
    font-size: 16px;
}
table.eCredablePlan
{
    width: 100%;
}
table.eCredablePlan th.green
{
    background: #c7d997;
}
table.eCredablePlan td.green
{
    background: #eef3e0;
}

table.eCredablePlan th.blue
{
    background: #b6d0e9;
}
table.eCredablePlan td.blue
{
    background: #e1ecf6;
}
.eCredable .error
{
    border: solid 1px #A42D19;
    background: #F7D9CE;
    padding: 10px 10px 0;
    margin: 0 0 10px 0;
    font-size: 14px;
    font-weight: bold;
}
fieldset, legend
{
    border: none;
    margin: 0;
    padding: 0;
}
.dnnForm fieldset
{
    padding: 0 10px 10px;
    border: solid 1px #d6d6d6;
    border-radius: 10px;
}
legend
{
    padding: 0.5em 0.3em;
    color: #003;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0.5em;
    white-space: normal;
}
fieldset .field
{
    padding: 5px 0;
    min-height: 40px;
}
fieldset label
{
    display: block;
    font-weight: bold;
}

fieldset .multi label
{
    display: inline;
    font-weight: bold;
}
.required
{
    color: Red;
}
.information
{
    border: 1px solid #69b4db;
    background: #edf8ff url(_i/info.gif) 15px 15px no-repeat;
    padding: 15px 15px 15px 60px;
    min-height: 24px;
}
.warning
{
    border: 1px solid #B6A375;
    background: #F5F5B4 url(_i/warning.gif) 15px 15px no-repeat;
    padding: 15px 15px 15px 60px;
    min-height: 24px;
}
a.pdf
{
    border: 1px solid #A42D19;
    background: #f7d9ce url(_i/icon_pdf.gif) 15px 15px no-repeat;
    padding: 15px 15px 15px 60px;
    min-height: 32px;
    display: block;
    font-size: 24px;
    text-decoration: none;
}
a.pdf:hover
{
    text-decoration: underline;
}


a.dnnPrimaryAction, a.dnnPrimaryAction:link, a.dnnPrimaryAction:visited, .ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only
{
    background: #ff8604 !important;
    background-image: -moz-linear-gradient(rgba(255,255,255,.3), rgba(255,255,255,0));
    background-image: -webkit-linear-gradient(rgba(255,255,255,.3), rgba(255,255,255,0));
    background-image: -o-linear-gradient(rgba(255,255,255,.3), rgba(255,255,255,0));
    background-image: -ms-linear-gradient(rgba(255,255,255,.3), rgba(255,255,255,0));
    background-image: linear-gradient(rgba(255,255,255,.3), rgba(255,255,255,0));
    filter: none;
}


#site_map
{
    float:left;
    width: 650px;
}
#site_map ul
{
    list-style: none;
    list-style-image: none;
}
#site_map .rsmLink
{
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
#site_map .rsmLevel1 .rsmLink
{
    color: #fff;
    font-size: 12px;
}
#site_map .RadSiteMap .rsmThreeLevels .rsmLevel1 .rsmLink, #site_map .RadSiteMap .rsmThreeLevels .rsmLevel1 .rsmTemplate, #site_map .RadSiteMap .rsmTwoLevels .rsmLevel1 .rsmLink, #site_map .RadSiteMap .rsmTwoLevels .rsmLevel1 .rsmTemplate, #site_map .RadSiteMap .rsmOneLevel .rsmItem .rsmLink, #site_map .RadSiteMap .rsmOneLevel .rsmItem .rsmTemplate
{
    padding-left: 1px !important;
}

