﻿body
{
    background: #fff;
}

strong
{
    font-weight: 700;
    color: #000;
}

em
{
    font-style: italic;
}

a:link, a:visited
{
    color: #002B9F;
}

a:hover, a:active
{
    color: #3B569F;
    text-decoration: underline;
}

/* ---------- START: Header ----------*/
#hd
{
    height: 99px;
    background: #fff url(/content/images/theme/header_bg.gif) repeat-x 50% 0;
}

#hd_right
{
    display: none;
}

#hd h1
{
    display: none;
}

#hd_logo
{
    float: left;
    height: 72px;
    width: 379px;
}

#hd_logo img
{
    border: none;
}

#site_search
{
    float: right;
    margin: 30px 20px 0 0;
}

#site_search a
{
    color: #000;
    text-decoration: underline;
    font-family: Verdana, Sans-Serif;
    font-size: 77%;
    margin: 0;
}

#site_search p
{
    padding-bottom: 2px;
}

/* ---------- END: Header ---------- */
/* ---------- Start: Main Nav ----------*/
.nav_main_wrapper
{
}

#nav_main
{
    margin: 0 0 10px;
    background: #fff url(/content/images/theme/nav_bg.gif) repeat-x 50% 0;
    border: solid 1px #999;
    height: 24px;
    overflow: visible;
}

#nav_main ul
{
    list-style: none;
}

#nav_main ul li
{
    display: inline;
}

#nav_main_left
{
    display: none;
}

#nav_main_right
{
    display: none;
}

#nav_main a
{
    display: block;
    float: left;
    margin: 0;
    padding: 8px 10px 4px;
    font-family: Tahoma, Arial, Sans-Serif;
    text-decoration: none;
    font-size: 8pt;
}

#nav_main a:link, #nav_main a:visited
{
    background: url(/content/images/theme/nav_lnk_bg.gif) no-repeat 100% 0; /*border-right:solid 1px #999999;     border-left:solid 1px #ffffff;     border:none 1px;     border-bottom:solid 1px #999999;*/
    color: #555;
}

#nav_main a:hover, #nav_main a:active
{
    background: #fff url(/content/images/theme/nav_lnk_bg_over.gif) no-repeat 100% 0; /*border-right:solid 1px #999999;     border-left:solid 1px #ffffff;     border-top:solid 1px #999999;     border-bottom:solid 1px #ffffff;*/
    color: #555;
}

#left_nav
{
    /*margin-top:-38px;*/ /*width:167px;*/ /*background:#cc0000;*/
}

#nav_zone
{
    position: relative;
    margin: 0 0 10px;
    background: #f5f3f2 url(/content/images/theme/pod_bg_yellow.gif) repeat-x 50% 0;
    border: solid 1px #999;
}

#nav_zone h1
{
    /*font-weight:bold;     font-size:92%;     background:url(/images/pod_hd_black.gif) repeat-x 50% 50%;     background:#cccccc;     border-bottom: solid 1px #000000;*/
    color: #000;
    margin: 0;
    padding: 5px 0 5px 5px;
    font-weight: 700;
    text-align: left;
    font-size: 85%;
    font-family: Tahoma, Verdana, Sans-Serif;
}

#nav_zone h3
{
    color: #000;
    font-family: Arial,Helvetica,Sans-Serif;
    font-size: 85%;
    font-weight: 700;
    margin: 0;
    padding: 5px 0 5px 5px;
    text-align: left;
}

#nav_zone ul
{
    /*     border-bottom:solid 1px #ECC627;     border-left:solid 1px #ecc627;     border-right:solid 1px #ecc627;     background:#FFF5CF;*/ /*border:solid 1px #000000;     background:#efefef;*/
    margin-bottom: 5px;
}

#nav_zone ul li
{
    /*border-bottom:solid 1px #ECC627;     border-left:solid 1px #ecc627;     border-right:solid 1px #ecc627;*/
}

#nav_zone ul li a
{
    display: block;
    width: 152px;
    padding: 3px 1px 3px 0;
    margin-left: 5px;
    font-family: Tahoma, Verdana, Sans-Serif;
    font-size: 77%;
    border-bottom: solid 1px #999;
}

#nav_zone ul li a:link, #nav_zone ul li a:visited
{
    color: #555;
    text-decoration: none; /*border:solid 1px #efefef;*/
}

#nav_zone ul li a:hover, #nav_zone ul li a:active
{
    color: #000;
    background: #fff;
    text-decoration: none; /*border:solid 1px #ffffff;*/
}

#bd
{
    margin: 0;
}

/* ---------- END: Main Nav ---------- */
/* ---------- START: Bredcrumb ---------- */
#breadcrumb
{
    margin: 0 30px 5px 0;
    font-size: 85%;
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: 700;
    color: #555;
}

/* ---------- START: Footer ---------- */
#ft
{
    margin: 5px 0;
    padding: 40px 0 0;
    border-top: solid 1px #000;
    background: url(/content/images/theme/ft_logo.gif) no-repeat 50% 5px;
}

#ft p
{
    text-align: center;
    font-size: 77%;
    margin: 5px;
    color: #000;
}

#ft a:link, #ft a:visited
{
    color: #666;
}

#ft a:hover, #ft a:active
{
    color: #AFAFAF;
}

/* ---------- END: Footer ---------- */
.main_content
{
}

/* ---------- START: Article ---------- */
#article_content h1
{
    font-weight: 700;
    font-size: 107%;
    margin: 10px 0 5px;
}

#article_content h2
{
    font-size: 100%;
    font-weight: 700;
}

#article_content h3
{
    font-weight: 700;
}

.article_info
{
    color: #555;
    font-size: 85%;
    padding: 0;
    margin: 10px 0;
}

.article_contenttype
{
    font-weight: 700;
    color: #000;
}

.article_authortitle
{
    font-style: italic;
}

.article_summary
{
    margin: 10px 0;
    font-style: italic;
    font-size: 85%;
}

.article_sidebar
{
    clear: both;
    background: #f5f5f5;
    padding: 5px;
    margin-top: 10px;
    border: solid 1px #ccc;
}

.article_sidebar p
{
    font-size: 100%;
}

.image_bar_sidebar
{
    float: left;
    background: #f5f5f5;
}

.article_commentary
{
    margin: 10px 0;
    border: solid 1px #ccc;
    background: #efefef;
    padding: 5px;
}

.article_body
{
    margin: 5px 0;
}

.article_body p
{
    margin: 5px 0;
}

.page_header
{
    top: 5px;
    background: url(/content/images/theme/pod_bg_grey.gif) repeat-x 50% 0;
    border-top: solid 3px #ecc627;
}

.page_header h1
{
    font-size: 122%;
    text-align: center;
    font-weight: 700;
}

.clear_both
{
    clear: both;
    display: block;
}

.float_left
{
    float: left;
    margin: 0 5px 5px 0;
}

.float_right
{
    float: right;
    margin: 0 0 5px 5px;
}

.centered
{
    text-align: center;
}

.calc
{
    background: url(/content/images/icons/calculator.png) no-repeat 0 50%;
}

.career
{
    background: url(/content/images/icons/group_gear.png) no-repeat 0 50%;
}

/* ---------- END: Article ---------- */
/* ---------- START: Video ---------- */
.video_bar
{
    float: right;
    clear: right;
    margin-left: 5px;
    margin-bottom: 5px;
    text-align: center;
}

.videoedit_bar
{
    width: 152px;
    margin: 15px 5px 5px;
    float: right;
    clear: right;
    background: #f5f5f5;
    border: solid 1px #ccc;
}

/* ---------- END: Video ----------*/
/* ---------- START: Image ----------*/
.image_bar
{
    width: 152px;
    margin: 15px 5px 5px;
    float: right;
    clear: right;
    background: #f5f5f5;
    border: solid 1px #ccc;
    text-align: center;
}

.image_pod
{
    /*border:solid 1px #666666;*/
    margin: 0 0 10px;
    text-align: center; /*background:#f5f5f5;*/
}

.image_pod_text
{
    /*text-align:center;*/
    font-size: 100%;
}

/* ---------- END: Image ----------*/
/* ---------- START: Content Learnmore ---------- */
.pod
{
    margin: 0;
}

.pod p
{
    font-size: 85%;
    margin: 5px 0;
    padding: 0 3px;
}

.pod dl
{
    font-size: 85%;
    margin: 5px 10px 5px 15px;
}

.pod dl dt
{
    /*font-weight:bold;*/
}

.pod dl dd
{
    margin: 0 0 5px 5px;
}

.pod h1
{
    color: #000;
}

.pod h1 a:link, .pod h1 a:visited
{
    color: #000;
    text-decoration: none;
}

.pod h1 a:hover, .pod h1 a:active
{
    color: #678DCF;
    text-decoration: underline;
}

.pod h2, .pod h3, .pod h4
{
    color: #555;
}

.pod h1, .pod h2, .pod h3
{
    margin: 0;
    padding: 3px 0 3px 5px;
    font-weight: 700;
    font-size: 92%;
    font-family: Tahoma, Arial, Sans-Serif;
}

.pod td
{
    font-size: 100%;
    margin: 5px 0;
    padding: 0 3px 5px 0;
    text-align: left;
}

.more_tag
{
    display: block;
    padding: 2px;
    text-align: right;
    font-size: 85%;
}

.accent
{
    background: #f5f3f2;
}

.accent ul li
{
    list-style: none;
}

.accent h1, .accent h2
{
    font-size: 85%;
}

.article
{
    background: #fff url(/content/images/theme/pod_bg_grey.gif) repeat-x 50% 0;
    border-top: solid 3px #ecc627;
}

.article h2
{
    background: transparent;
    padding: 5px 0 0 3px;
    clear: left;
}

.article img
{
    border: solid 1px #555;
}

#content_left
{
    width: 340px;
    float: left;
}

#content_right
{
    width: 210px;
    float: right;
}

#content_right ul li
{
    list-style: none;
}

#content_wrapper
{
    padding: 2px;
    background: #fff;
}

.content_home
{
    background: /*#ebc536*/ #fff url(/content/images/theme/accent_bg_ytow.gif) repeat-x 50% 0;
    padding: 5px;
}

.divider_bot_light
{
    border-bottom: dotted 2px #ccc;
}

.divider_right_light
{
    border-right: dotted 2px #ccc;
}

.divider_top_light
{
    border-top: dotted 2px #ccc;
    margin-top: 5px;
}

.dark
{
    background: #f5f3f2 url(/content/images/theme/pod_bg_black.gif) repeat-x 50% 0;
    border: solid 1px #666;
}

.dark_top
{
    background: #f5f3f2 url(/content/images/theme/pod_bg_black.gif) repeat-x 50% 0;
    padding-top: 5px;
}

.dark h1, .dark h2
{
    color: #000;
    margin: 0;
    padding: 5px 0 5px 5px;
}

.expert_landing_description
{
    height: 225px;
}

.ContactExpert fieldset
{
    border: 1px solid #CCC;
    margin: 10px;
    padding: 20px;
}

.ContactExpert th, .ContactExpert td
{
    padding: 3px;
}

#article_learnmore h2
{
    font-weight: 700;
}

#learnmore
{
}

#learnmore h3
{
    font-size: 85%;
    border-bottom: dashed 1px #999;
    color: #555;
    margin: 0 10px 2px;
    padding: 3px 0;
}

#learnmore ul, #learnmore li, #learnmore dl
{
    padding-top: 0;
    margin-top: 0;
}

#learnmore ul li
{
    margin-left: 20px;
    list-style: none;
}

/* ---------- END: Content Learnmore ----------*/
/* ---------- START: Search ----------*/
.search_form
{
    text-align: center; /*height:300px;*/
}

.search_form .search_box
{
    width: 300px;
}

.site_search_box
{
    background: #F0F0F0 none repeat scroll 0 0;
    border: 1px solid #999;
    font-family: Verdana,Sans-Serif;
    font-size: 85%;
    height: 15px;
    vertical-align: top;
}

div.SearchResults dl dd
{
    margin: 3px 0 2px;
}

div.SearchResults dl
{
    padding: 5px 0;
    border-top: 1px dotted #ababab;
}

div.SearchResults dl.first
{
    border-top: none;
}

.search_title
{
    /*font-weight:bold;*/
    font-size: 110%;
}

.search_contenttype
{
    /*font-size:93%;*/
    font-weight: 700;
    color: #488000;
    line-height: 1.7em;
}

.search_date
{
    /*font-size:93%;*/
    color: #488000;
}

.search_summary
{
    /*font-size:93%;*/
    line-height: 1.2em;
}

.search_relevance
{
    font-style: italic; /*font-size:93%;*/
    color: #488000;
}

.paging
{
    text-align: center;
    font-weight: 700;
    font-size: 85%;
}

.paging a.disabled
{
    color: #999;
    text-decoration: none;
}

.paging select
{
    border: 1px solid #d8d8d8;
    width: 100px;
    font-weight: 700;
}

/* Tabs */
div.SearchResults
{
    padding-top: 20px;
}

ul.SearchTabs
{
    font-size: 12px;
}

ul.SearchTabs
{
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
}

ul.SearchTabs:after
{
    /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}

ul.SearchTabs li
{
    float: left;
    margin: 0 0 0 1px;
    min-width: 84px; /* be nice to Opera */
}

ul.SearchTabs a, ul.SearchTabs a span.tabspan
{
    display: block;
    padding: 0 10px;
    background: url(/content/images/theme/tab.png) no-repeat;
}

ul.SearchTabs a
{
    margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    color: #27537a;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */
    outline: 0; /* prevent dotted border in Firefox */
}

ul.SearchTabs .Selected a
{
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    color: #000;
}

ul.SearchTabs a span.tabspan
{
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}

* > ul.SearchTabs a span.tabspan
{
    /* hide from IE 6 */
    width: auto;
    height: auto;
}

ul.SearchTabs .Selected a span.tabspan
{
    padding-bottom: 1px;
}

ul.SearchTabs .Selected a, ul.SearchTabs a:hover, ul.SearchTabs a:focus, ul.SearchTabs a:active
{
    background-position: 100% -150px !important;
}

ul.SearchTabs a, ul.SearchTabs a:hover, ul.SearchTabs a:focus, ul.SearchTabs a:active
{
    background-position: 100% -100px;
}

ul.SearchTabs .Selected a span.tabspan, ul.SearchTabs a:hover span.tabspan, ul.SearchTabs a:focus span.tabspan, ul.SearchTabs a:active span.tabspan
{
    background-position: 0 -50px;
}

ul.SearchTabs a span.tabspan
{
    background-position: 0 0;
}

ul.SearchTabs .Selected a:link, ul.SearchTabs .Selected a:visited
{
    /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}

ul.SearchTabs a:hover, ul.SearchTabs a:focus, ul.SearchTabs a:active
{
    /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}

/* Additional IE specific bug fixes... */
* html ul.SearchTabs
{
    /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}

:first-child + html ul.SearchTabs
{
    /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}

table.tablesorter
{
    font-family: arial;
    background-color: #CDCDCD;
    margin: 10px 0 15px;
    font-size: 8pt;
    width: 100%;
    text-align: left;
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th
{
    background-color: #fff;
    border: 0 solid #FFF;
    font-size: 8pt;
    padding: 4px;
    font-weight: 700;
    color: #002B9F;
}

table.tablesorter thead tr .header
{
    /* background-image: url(bg.gif); */
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}

table.tablesorter tbody td
{
    color: #3D3D3D;
    padding: 4px;
    background-color: #FFF;
    vertical-align: top;
}

table.tablesorter tbody tr.odd td
{
    background-color: #F0F0F6;
}

table.tablesorter thead tr .headerSortUp
{
    /* background-image: url(asc.gif); */
}

table.tablesorter thead tr .headerSortDown
{
    /* background-image: url(desc.gif); */
}

table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp
{
}

#showroom
{
    position: relative;
    top: 5px;
    background: url(/content/images/theme/pod_bg_grey.gif) repeat-x 50% 0;
    border-top: solid 3px #ecc627;
}
#showroom li
{
    list-style-type:square;
}

#showroom h1
{
    font-size: 122%;
    font-weight: 700;
    margin-bottom: 5px;
    padding: 0 0 5px;
    text-align: center;
}

#showroom h1
{
    font-size: 122%;
    font-weight: 700;
    padding: 0 0 5px;
    margin-bottom: 5px;
    text-align: center;
}

.showroom_logo
{
    margin: 25px 0;
    text-align: center;
}

.showroom_learnmore
{
    background: #f5f3f2 url(/content/images/theme/pod_bg_black.gif) repeat-x 50% 0;
    border: solid 1px #999;
    padding-top: 5px;
    margin-bottom: 5px;
}

.showroom_learnmore h3
{
    font-size: 85%;
    border-bottom: dashed 1px #999;
    color: #555;
    margin: 0 10px 2px;
    padding: 3px 0;
}

.showroom_learnmore ul li
{
    list-style-type: square;
    margin: 5px 15px;
}

.showroom_deeplinks
{
    max-height: 150px;
    overflow: auto;
    margin-bottom: 10px;
}

.showroom_products
{
    max-height: 150px;
    overflow: auto;
    margin-bottom: 10px;
}

.showroom_articles
{
    max-height: 250px;
    overflow: auto;
    margin-bottom: 10px;
}

.showroom_lititems
{
    max-height: 150px;
    overflow: auto;
    margin-bottom: 10px;
}

.showroom_msg
{
    /*border:solid 1px #000000;*/
    background: #fff url(/images/pod_bg_grey.gif) repeat-x 50% 0;
    border-top: solid 3px #05a;
    margin-bottom: 10px;
}

.showroom_profile
{
    border-top: solid 1px #555;
}

/* ---------- START: Zone ----------*/
.zone_name a
{
    text-decoration: none;
}

.zone_action
{
    border: solid 1px #ccc;
    margin: 5px;
}

.zone_action li
{
    list-style: none;
}

.zoneListing
{
    margin: 10px;
}

.zoneListing
{
    margin-left: 5px !important;
}

.zone_anchor img
{
    border: 1px solid #555;
}

#zone_index ul li ul
{
    font-size: 100%;
}

.pod ul, .pod ol
{
    font-size: 85%;
    margin: 5px 10px;
}

.pod ul
{
    list-style-type: square;
    padding: 0;
}

.pod ul li
{
    margin: 5px;
}

#partners
{
    text-align: center;
}

#partners p
{
    margin: 5px;
    font-size: 77%;
    width: 150px;
    float: left;
}

#partners hr
{
    padding: 0;
    margin: 0 10px;
}

#content_right .ZoneDescription
{
    height: 75px;
    overflow: hidden;
}

#content_left .ZoneDescription
{
    height: 114px;
    overflow: hidden;
}

#content_left .pod dl dd p
{
    font-size: 100%;
}

.ZoneDescription h2
{
    font-weight: 700;
}

.video_caption
{
    width: 180px;
}

.ZoneRecentContent dl
{
    margin-left: 0;
}

.ZoneRecentContent dd
{
    margin-left: 0 !important;
    padding-bottom: 10px !important;
    padding-top: 1px !important;
}

#superzone_home
{
}

#superzone_home h1
{
    /*background-color:#757779;     background-image:(/images/theme/corner_TL_light.gif);*/
    background: #757779 url(/content/images/theme/corner_TL_light.gif) no-repeat 0 0;
    color: #fff;
    font-size: 100%;
    font-weight: 700;
    text-transform: uppercase;
}

.superzone_wrapper
{
    border: solid 1px #ccc;
    border-top: none; /*background:url(/images/theme/superzone_bg.jpg) repeat-x 50% 100%;*/
}

.superzone_subhead
{
    background: #e8e8e8;
}

.superzone_subhead p
{
    font-size: 85%;
    font-weight: 700;
    padding: 5px 10px;
}

.superzone_morevideos
{
    float: right;
    margin-top: -1px;
    margin-right: -1px;
}

.superzone_video_holder
{
    width: 370px;
    float: left;
    text-align: center;
}

.superzone_video_holder h3
{
    color: #000;
    text-align: left;
    font-weight: 700;
    font-size: 100%;
    padding: 5px 8px 0 7px;
}

.superzone_video_holder p
{
    text-align: left;
    padding: 0 8px 0 7px;
    font-size: 85%;
}

.superzone_video
{
    width: 172px;
    float: left;
    margin: 10px 0 10px 10px;
}

.superzone_rich_media_holder
{
    width: 190px;
    float: right;
    margin: 11px 0 10px 9px;
}

.superzone_rich_media_holder p
{
    text-align: center;
}

.superzone_rich_media_holder p a:link
{
    color: #0045bf;
}

.superzone_video_holder_micro
{
    margin: 10px;
    text-align: center;
}

.superzone_video_holder_micro img
{
}

.superzone_video_holder_micro h3
{
    color: #000;
    text-align: left;
    font-weight: 700;
    font-size: 100%;
    padding: 5px 8px 0;
}

.superzone_video_holder_micro p
{
    text-align: left;
    padding: 0 8px;
    font-size: 85%;
}

.superzone_video_micro
{
    width: 172px;
    padding: 5px;
    float: left;
}

.superzone_video_holder_lean
{
    margin: 10px;
    text-align: center;
}

.superzone_video_holder_lean h3
{
    color: #000;
    text-align: left;
    font-weight: 700;
    font-size: 100%;
    padding: 5px 8px 0 7px;
}

.superzone_video_holder_lean p
{
    text-align: left;
    padding: 0 8px;
    font-size: 85%;
}

.superzone_video_lean
{
    width: 172px;
    padding: 5px;
    float: left;
}

.superzone_video_border
{
    border-right: solid 1px #ccc;
}

.superzone_bucket
{
    width: 170px;
    height: 110px;
    float: left;
    margin: 3px 4px 3px 8px;
}

.superzone_bucket h2
{
    background-image: none;
    background-color: Transparent;
    padding: 0 3px;
    text-transform: uppercase;
}

.superzone_sponsoredbucket
{
    width: 170px;
    float: left;
    margin: 3px 4px 3px 8px;
}

.superzone_sponsoredbucket h2
{
    background-image: none;
    background-color: Transparent;
    padding: 0 3px;
    font-size: 85%;
}

.superzone_sponsoredbucket h2.sponsored_video
{
    background: url(/images/icons/icon_videoarrow.gif) no-repeat 0 0;
    padding-left: 30px;
}

.superzone_sponsoredbucket a
{
    text-decoration: none;
}

#superzone_content_left
{
    width: 370px;
    float: left;
    border-top: solid 1px #ccc;
    margin-left: 5px;
}

#superzone_content_right
{
    width: 190px;
    float: right;
}

#superzone_content_right h2
{
    background-color: #757779;
    color: #fff;
    padding-left: 20px;
}

.superzone_sponsored_content
{
    margin: 10px;
}

.superzone_experts
{
    background: #cdcfd1;
    border: solid 1px #ccc;
    text-align: center;
    padding: 5px;
}

.superzone_experts p
{
    text-align: left;
    padding: 0 20px;
}

.superzone_suppliers
{
    border: solid 1px #ccc;
}

.supplier_cat
{
    padding-bottom: 5px;
}

.supplier_cat ul
{
    padding: 0;
}

.supplier_cat ul li
{
    margin: 3px 0;
    padding: 0;
    list-style: none;
    border-bottom: solid 1px #999;
}

.supplier_cat ul li a
{
    text-decoration: none;
    font-weight: 700;
}

.supplier_cat_zone
{
    background: #FFF9DF;
    border: solid 1px #05a;
    margin: 0 0 10px;
}

.supplier_cat p.more_tag a
{
    text-decoration: none;
}

/* ---------- END: Zone ----------*/
#articles_list h2
{
    margin-right: 10px;
    margin-bottom: 5px;
    background: #fff url(/content/images/theme/leader-icon-short-white.gif) no-repeat 0 50%;
}

#articles_list .pod ul
{
    list-style-type: none;
    margin: 0 5px 5px 0;
}

#articles_list .pod ul li
{
    margin: 0 0 0 3px;
}

#article_archive
{
    width: 115px;
    padding: 3px;
    margin: -5px 3px 3px;
    font-size: 85%;
}

.directory_search_box
{
    margin-top: 15px;
}

.search_pod
{
    width: 280px;
    height: 100px;
    float: left;
    padding-right: 6px;
}

.search_pod p
{
    text-align: center;
}

.mini_pod
{
    float: left;
    height: 130px;
    margin-right: 1px;
    width: 109px;
}

.mini_pod ul li
{
    margin: 5px 2px 5px 17px;
    font-size: 85%;
}

#directory_listing p
{
    margin-left: 18px;
}

#directory_listing table tr td, #directory_listing table tr th
{
    padding: 3px;
    text-align: left;
}

#directory_listing table
{
    width: 550px;
    margin: 5px 0 5px 18px;
    font-size: 85%;
}

#directory_listing table th
{
    font-weight: 700;
    border-bottom: solid 1px #555;
}

.directory_search
{
    margin: 3px;
    text-align: center;
}

.directory_search_button
{
    vertical-align: bottom;
}

#directory ul
{
    margin: 0 0 5px;
}

#directory ul li
{
    list-style: none;
    padding: 3px 3px 3px 18px;
    margin: 0 0 5px;
}

.dir_alt_row
{
    background: #f5f5f5;
}

#contact_form table
{
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

#contact_form table tr td, #contact_form table tr th
{
    padding: 3px;
}

#contact_form table tr td
{
    text-align: center;
}

#contact_form table tr th
{
    text-align: right;
}

#contact_form label
{
    padding: 0 5px 0 2px;
}

#contact_form fieldset
{
    border: solid 1px #ccc;
    padding: 0 5px;
}

#contact_form fieldset legend
{
    color: #000;
    font-weight: 700;
}

.file_uploader
{
    height: 24px;
    float: left;
    width: 72%;
}

.attach_button
{
    float: right;
    width: 25%;
}

.attachment_list
{
    clear: both;
}

.newsletter_table tr td
{
    font-size: 85%;
}

.inline
{
    display: inline;
}

.logon
{
    margin-left: 5px;
    background-color: #f6f6f6;
    border: 1px solid #e0e0e0;
}

.logon td
{
    padding: 5px;
}

.slotted
{
    margin: 5px 0;
    padding: 5px 0;
}

.mag_cover
{
    margin: 5px 5px 10px 0;
    width: 110px;
    text-align: center;
}

.toolbox
{
    margin: 10px;
}

.toolboxitem
{
    margin-top: 5px; /*background:#ffffff url(/images/pod_bg_grey.gif) repeat-x 50% 0;     border-top:solid 3px #ecc627;*/
}

.toolboxitem h2
{
    border-bottom: solid 1px #ecc627;
    padding-left: 20px;
}

.toolbox li
{
    list-style-type: square;
}

.ask_expert_inspection img
{
    float: left;
    margin: 2px 15px 12px 0;
}

.ask_expert_inspection p
{
    margin: 0 0 10px;
}

#questions_and_answers
{
    padding-top: 8px;
}

#questions_and_answers h3
{
    color: #000;
    padding-left: 18px;
    clear: both;
}

#questions_and_answers p
{
    color: #555;
    padding-bottom: 13px;
    padding-left: 18px;
}

#questions_and_answers img
{
    float: right;
    margin-left: 10px;
}

/* ---------- BEGIN: Error ----------*/
#error ul
{
    padding: 5px;
    margin-left: 30px;
}

#error li
{
    list-style-type: disc;
}

.validation-summary-errors
{
	border: 1px solid #b00;
	padding: 8px;
	background-color: #fffacd;
	color: #d00;
}

.validation-summary-valid
{
	border: 1px solid #ddd;
	padding: 8px;
	background-color: #fffacd;
	color: #000;
}

.field-validation-error
{
	color: #d00;
}

/* ---------- END: Error ----------*/
/*Start: Conferences*/
.conference_details
{
    width: 200px;
    float: left;
    text-align: center;
}

.conference_date
{
    font-weight: 700;
    background: #f5f4f3;
    border: solid 1px #ccc;
    font-size: 122%;
    margin: 10px 5px;
    padding: 10px;
}

.conference_registration_link
{
    margin: 15px 5px;
}

.conference_registration_link a
{
    font-weight: 700;
    font-size: 122%;
}

.conference_center
{
    width: 350px;
    float: right;
    text-align: center;
}

ul.conference_links
{
    padding-left: 15px;
}

ul.conference_links li
{
    list-style-image: url(/content/images/icons/link_12.png) !important;
}

ul.conference_files
{
    padding-left: 15px;
}

ul.conference_files li
{
    list-style-image: url(/content/images/icons/file_12.png) !important;
}

/*End: Conferences*/
.galleria
{
    list-style: none;
    width: 525px;
}

.galleria li
{
    display: block;
    width: 75px;
    height: 75px;
    overflow: hidden;
    float: left;
    margin: 0 10px 10px 0;
}

.galleria li a
{
    display: none;
}

.galleria li div
{
    position: absolute;
    display: none;
    top: 0;
    left: 180px;
}

.galleria li div img
{
    cursor: pointer;
}

.galleria li.active div img, .galleria li.active div
{
    display: block;
}

.galleria li img.thumb
{
    cursor: pointer;
    top: auto;
    left: auto;
    display: block;
    width: auto;
    height: auto;
}

* html .galleria li div span
{
    width: 400px;
}

/* MSIE bug */
.caption
{
    font-style: italic;
}


/*KNOWLEDGE CENTERS DEFAULT STYLES*/

#thick {
	border: 22px solid #343434;
	}
#rightCol {width: 465px; margin-bottom: 10px;}
#rightCol img {padding-bottom: 15px;}


#leftCol, #leftCol_article {width: 420px; margin-left: 8px;margin-top: 15px; margin-bottom: 10px;}
#leftCol img, #leftCol_article img {margin-right: 10px;}
#leftCol h2 {padding-bottom: 10px;padding-top: 10px;}
#leftCol_article ul{list-style-type: none; padding-left: 50px; padding-top: 10px;}
#leftCol_article ul li {list-style-type: disc;}


#leftCol ul{list-style-type: none; margin-left: 30px; padding-top: 10px;}
#leftCol ul li {list-style-type: disc;}


#leftCol p, #leftCol_article p {padding: 10px 0px;;line-height: 20px;}
#leftCol_article {width: 560px;}
#leftCol_article a {text-decoration: underline;}

#col_two_collection {
	width: 180px;
	margin-right: 0px;
}
#col_one_collection {
	width: 235px; 
	}
#collection_container {
	margin-right: 10px;
	margin-left: 15px;
	}
#collection_container_full {
	width: 85%;
	margin-left: 45px;
	}
	
.collection_head1 {
	background-color: #595959; 
	color: #fff;
	padding: 4px 10px;
	font-weight: 300;
	margin-top: 20px;
	}
.collection_head2 {
	color: #666;
	border-bottom: 2px solid #343434;
	font-size: 108%;
	font-weight:bold;
	font-family:Tahoma, Geneva, sans-serif;
	margin-bottom: 5px;
}
.collection_head3, .collection_head4 {
	margin-top: 15px;
	border-bottom: 2px solid #999;
	margin-bottom: 10px;clear: both;
}
.collection_head4
{
    margin-top: 0px;
    font-weight: bold; 
    font-size: 110%;}

.collection_box {
	background-color: #eee;
	border: 1px solid #000;
	padding: 8px 10px;
}
.collection_box img.ico {
	position: absolute;
	}
.collection_box_copy {
	float:right;
	padding-left: 35px;
	}
	a:link {text-decoration: none;}
	a:visited {text-decoration: none; color: purple;}
	a:hover {text-decoration: underline}
	
p.center {text-align: center;font-size: 90%;}

.expert {color: #900; margin-bottom: 10px;}
img.expert, img.expertSub {margin-left: 35px; margin-bottom: 0px;}
img.expertSub {margin-left: 10px;}
#expert_title {width:65%;}

h3.kc, h2.kc{
	font-size: 1.15em; 
	width: 96%;
	height: 20px;
	color: #666; 
	font-family: Tahoma, Geneva, sans-serif;
	padding-top: 1px;
	font-weight: bold;
	
	}
h2.kc { 
	font-size: 1.5em;
	}
#kcLabel{background-color: #333; color: #fff;font-weight: bold;padding: 5px;}
#kcBox {border: 1px solid #000;}
#kcBox img {margin-left: 10px;width: 120px;padding-top: 10px;}
.kcPromo {width: 58%;padding-top: 5px;}

.feature_box, .feature_box_full {
	width: 68%;
	line-height: 1.35em;
	}
.feature_box_full {
	width: 100%;
	}
.feature_box_full ul {
	line-height: 20px;
	margin-left: 20px;
	margin-bottom: 0px;
	}
.feature_box a, .more a {
	text-decoration: none;
	}
.feature_box a:hover, .more a:hover {
	text-decoration: underline;
	}	
.more 
{ 
margin-right: 20px;
margin-bottom: 20px;
}
#rule {width: 95%; border-bottom: 1px solid #333; height: 10px;margin: 10px 5px;}
.dual {width: 45%; line-height: 24px;}
.kcdesc
{
    float: right;
    width: 140px;
    padding-bottom: 15px;
}
.right
{
    float: right;
}
.left
{
    float: left;
}
#rt-col
{
    width: 310px;
    background-color: #fff;
    padding-top: 10px;
}
#LM
{
    width: 300px;
    float: right;
}
#LM h4
{
    color: #555;
    padding: 3px 0px;
    font-weight: bold;
}
#LM h4.lm
{
    color: #06C;
}
#LM p
{
    line-height: 1.3em;
}
#LM a
{
    text-decoration: none;
}
#LM a:hover
{
    text-decoration: underline;
}


/*SLIDESHOW STYLES FOR KNOWLEDGE CENTER*/

/*main page slide show*/
#slideShow
{
    background-color: #000;
    clear: both;
    color: #FFF;
    font-size: 90%;
    font-weight: bold;
    margin-left: 5;
    padding: 5px 5px 5px 6px;
    height: 18px;
    text-align: left; border-left: 10px solid red;
}
#slideShow ul
{
    /*margin-right: 200px;*/
    
}

#slideShow li
{
    float: left;
    display: inline;
    padding-left: 0px;width: 460px;
}

#slideShowStories p, #slideShowStories a
{
    background-color: #fff;
    color: red;
    margin: 0px;
    padding: 5px 5px 5px 5px;
    clear: both;
    font-size: 105%;
    font-weight: bold;
}
#slideShowStories a:hover
{
    text-decoration: none;
}
#slideShowStories a.all
{
    color: #fff;
    font-weight: normal;
    font-weight: bold;
    font-size: 85%;
    text-decoration: none;
}


.pika-image
{
    background-color: #000;
    width: 460px;
    height: 267px;
    display: block;
    position: relative;
}
/*position image holders */
.pika-image .animation, .pika-image .main-image
{
    position: absolute;
    top: 0px;
    right: 0px;
}
.pika-image .animation
{
    display: none;
    z-index: 2;
}
.pika-image img
{
    border: 0;
}
.pika-textnav
{
    display: none;
}
.caption
{
    display: none;
}


.pika-thumbs li .clip
{
    padding-top: 1px;
    position: absolute;
    width: 400px;
    height: 5px;
    overflow: visible;
    
    /*overflow: hidden;*/
}


/*Begin: Related Content widget*/

#RelatedContentContainer
{
    
}

#RelatedContent
{
    border: 1px solid #cdcdcd;
    margin: 20px 0px;
    padding: 10px;
}

#RelatedContent > div.Header
{
    font-weight: bold;
    color: #444444;
    padding: 4px 0px 6px 10px;
}

#RelatedContent > div.Items
{
    display: table-row;
}

#RelatedContent > div.Items ul li
{
    list-style-type: none;
    display: table-cell;
    padding: 4px 8px;
    vertical-align: top;
}

#RelatedContent > div.Items ul li a
{
    
}

#RelatedContent > div.Items ul li a div.ImageContainer
{
    display: block;
    width: 80px; height: 54px;
    margin-bottom: 1px;
    overflow: hidden;
}

#RelatedContent > div.Items ul li a div.ImageContainer img
{
    border: none;
}

/*Begin: Related Content widget*/

