/* $Id: shared.css,v 1.28 2011/12/03 18:45:24 sap Exp $ */

body {
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    font-family: arial, sans;
}

img {
    border: none;
}

ul {
    list-style-type: none;
}

a, a:hover {
    color: #7ab804;
    text-decoration: none;
}

a:hover {
    /* color: #74a5d1; */
    color: #4e90cc;
}


div:focus,
div:active,
a:focus,
a:active {
    outline: none;
    -moz-outline-style: none;
}

@font-face {
    font-family: 'aabesans';
    src: url('../css/fonts/vera.eot');
}          
@font-face {
    font-family: 'aabesans';
    src: url('../css/fonts/vera.woff') format('woff'),
         url('../css/fonts/vera.ttf') format('truetype'),
         url('../css/fonts/vera.svg#font') format('svg');
}

.cb, .br {
    clear: both;
}





#wrapper {
    width: 100%;
    height: 100%;
}

#wrapper_top {
    width: 100%;
    background-color: #000;
    background-image: url(../img/bg_top.jpg);
    background-position: center top;
    height: 178px;
    border-bottom: 1px solid #bad0e6;
}

#wrapper_top_i {
    margin-left: auto;
    margin-right: auto;
    width: 972px;
}

#top_bar {
    width: 972px;
    height: 32px;
    height: 28px;
    padding-top: 4px;
    line-height: 28px;
}

#top_bar_l {
    width: 460px;
    height: 32px;
    float: left;
    font-weight: 700;
    font-size: 13.5px;
}

#top_bar_r {
    width: 460px;
    height: 32px;
    float: right;
    text-align: right;
    font-weight: 700;
    font-size: 12px;
}

#top_bar_r img {
    vertical-align: -16%;
    margin: 0px 0px 0px 4px;
}

#logged_in_as {
    position: relative;
    top: -20px;
    clear: both;
    float: right;
    color: #939394;
    font-weight: 800;
    font-size: 13px;
}

#logged_in_as span {
    font-weight: 500;
}

#logged_in_as a {
    color: #939394;
}



#banner {
    width: 972px;
    height: 90px;
    color: #fff;
    font-size: 12.5px;
    position: relative;
}

#banner img {
    float: left;
    margin: 20px 0px 0px 26px;
}

#banner ul {
    float: right;
    margin: 19px 0px 0px 0px;
}

#banner ul li {
    float: left;
    padding: 0px 8px 0px 8px;
    border-right: 2px solid #505050;
    line-height: 17px;
}

#banner ul li.last {
    padding-right: 0px;
    border-right: none;
}

#banner ul li a {
    color: #fff;
}

#banner ul li.hilite a {
    color: #74a5d1;
}

#banner ul li a.hover,
#banner ul li:hover a,
#banner ul li.hilite:hover a {
    color: #7ab804;
    text-decoration: none;
}

/* search boxes */
.tn_search_box {
    top: 50px;
    left: 660px;
    position: absolute;
    width: 288px;
    height: 48px;
    border: 7px solid #676f75;
    background: url(../img/bg_tn_search_box.png);
    margin: 0px;
    padding: 16px 0px 0px 14px;
    z-index: 600;
}

#tn_chapter_search {
    display: none;
}

#tn_chapter_search #tn_chapter_zip {
    width: 194px;
}

#tn_site_search {
    display: none;
}

#tn_site_search #tn_search_kw {
    width: 194px;
}






/* main nav */
#nav_bar {
    width: 972px;
    height: 55px;
    background: url(../img/bg_nav.png) repeat-x;
    font-size: 13px;
    font-size: 12.5px;
    font-weight: 700;
    font-family: aabesans;
    text-transform: uppercase;
    letter-spacing: -.5px;
    /* overflow: hidden; */
    -webkit-text-size-adjust: none;
}

#nav_bar ul.l1 {
    margin: 0;
    padding: 0px 0px 0px 0px;
    padding: 3px 0px 0px 0px;
    width: 972px; /* test */
    display: table; /* test */
}

#nav_bar ul.l1 > li {
    /* float: left; test */
    display: table-cell; /* test */
    text-align: center; /* test */
    vertical-align: middle; /* test */
     /* padding: auto;test */
    /* padding: 0px 16px 0px 16px; test */
    /* padding: 0px 13px 0px 13px; test */
    padding: 0px 0px 0px 0px;
    border-left: 1px solid #1a1a1a;
    border-right: 2px solid #333333;
    height: 50px;
    line-height: 50px;
    line-height: 30px;
    position: relative;    
}

#nav_bar ul li.first {
    padding: 0px 13px 0px 13px; /* test */
    padding: 0px 9px 0px 9px; /* test */
    padding: 0px 0px 0px 0px; /* test */
    border-left: none;
}

#nav_bar ul li.first div {
    padding: 0px 9px 0px 9px; /* test */
}

#nav_bar ul li.first img {
    vertical-align: -5%;
}

#nav_bar ul li.last {
    border-right: none;
}

#nav_bar ul li.active div {
    height: 50px;
    line-height: 50px;
    background: 
        url(../img/bg_nav_active.png) 
        repeat-x
        top center;
    top: -3px;    
    padding-top: 3px;    
}

#nav_bar ul li a {
    color: #fff;
}

#nav_bar ul li.hilite:hover a,
#nav_bar ul li:hover a {
    color: #7ab804;
    text-decoration: none;
}

#nav_bar ul li.hilite a {
    color: #74a5d1;
}

#nav_bar div.liw {
    position: relative;    
}

/* level 2 */
#nav_bar li.last ul.l2 {
    left: auto;
    right: -4px;
    text-align: right;
}

#nav_bar ul.l2 {
    text-align: left; /* test */
    padding: 0px 0px 0px 0px; /* test */
    display: block;
    display: none;
    min-width: 160px;
    position: absolute;
    top: 40px;
    left: -1px;
    z-index: 100;
    border: 4px solid #444;
    background: url(../img/bg_top_subnav.png);
}

#nav_bar li.active ul.l2 {
    top: 55px;
}

#nav_bar ul.l2 li {
    float: none;
    height: auto;
    line-height: 18px;
    padding: 2px 6px 2px 6px;
    margin: 0px 6px 0px 6px;
    border-bottom: 1px solid #555;
    border-right: none;
    border-left: none;
    border-top: none;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: normal;
}

#nav_bar ul.l2 li.last {
    border-bottom: none;
}

#nav_bar ul.l2.hover {
    display: block;
}

#nav_bar ul.l2 a {
    color: #fff !important;
}

#nav_bar ul.l2 li:hover a {
    color: #7ab804 !important;
}



/* shared? */
.linkme {
    cursor: pointer;
}

a.more_link, a.more_link:hover {
    display: inline-block;
    padding-right: 24px;
    line-height: 18px;
    text-decoration: none;
    color: #7AB804;
    background: 
        url(../img/icon_more.png) 
        no-repeat
        right center;
}


#wrapper_mid {
    width: 100%;
    min-height: 290px;
    background: #fafafa url(../img/bg_mid_internal.jpg) no-repeat top center;
    border-top: 3px solid #fff;
    border-bottom: 1px solid #bac7d4;
}

#wrapper_mid_i {
    display: table;
    width: 972px;
    margin: 15px auto 15px auto;
}


#sandbox {
    display: table-cell;    
    width: 720px;    
}

#sandbox h1 {
    border-bottom: 1px solid #d0d7d8;
    padding: 0px 0px 8px 0px;
    margin: 16px 0px 0px 0px;
}

#sandbox #sandbox_inner {
    border-top: 1px solid #fff;
    margin: 0px 0px 24px 0px;
}



/* content body stuff */
#sandbox div.article_body {
    min-height: 200px;
    margin: 18px 0px 8px 0px;
}

#sandbox div.article_body ul {
    margin: 8px 0px 8px 8px;
}

#sandbox div.article_body ul li {
    list-style-type: disc;
    border: none;
    margin: 7px 0px 7px 14px;
    padding: 0px 0px 0px 0px;
}

#sandbox div.article_body ul.ul_top li {
    list-style-type: none;
    font-weight: 800;
    font-size: 15px;
    margin: 14px 0px 8px 0px;
}

#sandbox div.article_body ul.ul_top li li {
    list-style-type: disc;
    font-weight: 500;
    font-size: 13px;
    margin: 4px 0px 4px 10px;
    list-style-position: inside;
}





#sandbox img {
    float: right;    
    margin: 10px 0px 10px 10px;
    border: 6px solid #dee0e2;
}

#sandbox ul {
    margin: 13px 0px 13px 0px;    
    padding: 0px;    
}

#sandbox ul li {
    padding: 0px 0px 0px 10px;    
    margin: 0px 0px 18px 0px;    
    border-left: 4px solid #dde0e1;    
}

#sandbox h4 {
    text-transform: uppercase;
    font-size: 14px;
    margin: 26px 0px 14px 0px;
}

#sandbox div.bottom_rule {
    border-top: 1px solid #D0D7D8;
    border-bottom: 1px solid #fff;
    height: 0px;
    margin: 0px;
}


/* plain listings pages */
#sandbox .news_listing {
    width: 100%;
    margin: 20px 0px 20px 0px;
    font-size: 14px;
}

#sandbox .news_listing a {
}

#sandbox .news_listing th,
#sandbox .news_listing td {
    text-align: left;
    padding: 7px 0px 7px 0px;
    border-bottom: 1px dotted #D0D7D8;
}

#sandbox .news_listing th.first,
#sandbox .news_listing td.first {
    width: 10%;
    white-space: nowrap;
    padding-right: 36px;
}

#sandbox .news_listing th {
    font-size: 13.5px;
    text-transform: uppercase;
}

/* 
 * #sandbox .news_listing tr td {
 *     cursor: pointer;
 *     cursor: hand;
 * }
 */

/* 
 * #sandbox .news_listing tr:hover td,
 * #sandbox .news_listing tr:hover td a {
 *     color: #7AB804;
 *     background: #fff;
 * }
 */
#sandbox .news_listing tr:hover td {
    color: #111;
    background: #fff;
}



/* pager */
#sandbox .pager {
    list-style-type: none;
    float: right;
}

#sandbox .pager li {
    float: left;
    border: none;
    line-height: 17px;
    padding: 0px 10px 0px 0px;
}

#sandbox .pager li.arrow {
    padding: 0px 4px 0px 0px;
}

#sandbox .pager li.active a {
    color: #222;
    cursor: auto;
}

#sandbox .pager img {
    border: none;
    margin: 0px;
}




/* footer */
#wrapper_bottom {
    width: 100%;
    min-height: 343px;
    background: 
        #fff 
        url(../img/bg_bottom.jpg) 
        repeat-x;
    border-top: 1px solid #485a61;
    border-bottom: 1px solid #747474;
}

#wrapper_bottom_i {
    margin-left: auto;
    margin-right: auto;
    width: 930px; /* orig narrow foot */
    width: 1000px;
    padding-left: 20px;
    height: 343px;
}

#wrapper_bottom_i #wbi_row {
    display: table-row;
    color: #fff;
    height: 282px;
}

#wrapper_bottom_i h2 {
    margin: 14px 0px 8px 0px;
}

#wrapper_bottom_i .wbi_block {
    display: table-cell;
    width: 310px; /* orig narrow foot */
    width: 340px;
}

#wrapper_bottom_i .wbi_block ul {
    padding: 0px 40px 0px 0px;
    margin: 0px 0px 0px 0px;
}

#wrapper_bottom_i .wbi_block li {
    border-top: 1px dotted #838383;
    font-size: 13.5px;
    padding: 7px 0px 7px 0px;
}

#wrapper_bottom_i #wbib1 li {
    height: 32px;
    padding-left: 7px;
}

#wrapper_bottom_i #wbib1 li img {
    float: left;
    margin-right: 14px;
}

#wrapper_bottom_i #wbib2 li {
}

#wrapper_bottom_i #wbib3 li {
    line-height: 27px;
    height: 27px;
}

#wrapper_bottom_i #wbib3 li img {
    float: left;
    margin-right: 10px;
}

#wrapper_bottom_i #wbi_row2 {
    color: #ccc;
    height: 48px;
    text-align: right;
    padding: 16px 40px 0px 0px;
    font-size: 12.5px;
    letter-spacing: .3px;
}

#wrapper_bottom_i #wbi_row2 img {
    float: left;
}

#wrapper_bottom_i #wbi_row2 a,
#wrapper_bottom_i #wbi_row2 a:hover {
    color: #ccc;
}

#wrapper_bottom_i #wbi_row2 a:hover {
    text-decoration: underline;
    color: #fff;
}



/* shared form styles */
#banner input.text,
input.text {
    background: url(../img/bg_input_text.png) repeat-x;
    border: 1px solid #bdbdbd;
    margin: 4px 3px 0px 0px;
    line-height: 24px;
    width: 146px;
    height: 24px;
    padding: 0px 0px 0px 4px;
    color: #888;
    font-style: italic;
    font-size: 13px;
}

#banner input.active,
input.active {
    color: #222;
    font-style: normal;
}

input.btn {
    background: url(../img/btn_small.png) no-repeat;
    width: 64px;
    height: 26px;
    line-height: 26px;
    border: 0px;
    color: #fff;
    font-size: 13.5px;
    letter-spacing: -.5px;
    cursor: pointer;
    position: relative;
    top:1px;
    padding: 0px;
}


/* heading bars */
.heading_bar {
    clear: both;
    width: 972px;
    width: 946px;
    height: 61px;
    overflow: hidden;
    background: url(../img/bg_heading_bar.jpg);
    margin: 18px 0px 18px 0px;
    padding: 0px 6px 0px 20px;
}

.heading_bar h2 {
    line-height: 61px;
    margin: 0px;
    font-size: 24px;
}

.heading_bar h2 a {
    float: right;
}


/* error stuff */

select.error_field_class,
textarea.error_field_class,
input[type=password].error_field_class,
input[type=text].error_field_class,
input[type=text].error {
    border: 2px solid #a00;
    background: #fffefe;
}

p.error {
    color: #700;
    margin: 18px 0px 16px 0px;
    font-weight: 800;
    font-size: 1.1em;
}

.error {
    color: #700;
}

/* bugger stuff */

#bugger {
    font-size: 10px;
    line-height: 12px;
}






