/* $Id: shared.css,v 1.20 2010/08/08 21:09:22 sap Exp $ */

/* defaults */
* {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

body {
    margin: 0;
    padding: 0;
    text-align: center;
    background: #eee;
    font-size: 13px;
}

p {
    margin: 10px 0px 12px 0px;
}

img {
    border: 0;
}

a img {
    border: 0;
}

h1, h2 {
    padding: 0px 0px 8px 0px;
    font-size: 16px;
}

h1 {
    font-size: 20px;
    color: #767150;
}

h2 {
    font-size: 19px;
    color: #767150;
}

h3 {
    font-size: 17px;
    color: #767150;
}

html {
    font: 13px sans-serif;
    font-family: arial, sans-serif;
}


a {
    text-decoration: underline;
    color: #8cc63f;
}

a.skiplink {
    display: none;
}

.strong {
    font-weight: 800;
}


/* body */
div#container {
    width: 100%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 0px 0px 0px;
}

/* header */
div#header {
    width: 100%;
    text-align: left;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    background: #fff;
    border-top: 4px solid #000;
    text-align: center;
}

div#yellow_band {
    width: 100%;
    height: 0px; /* 6px */
    overflow: hidden;
    background: #ffdd00;
    border-top: 6px solid #ffdd00;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

div#header_main_wrap {
    width: 100%;
    height: 183px;
/*     background: url(../img/header.png); */
    border-top: 1px solid #fff;
    border-bottom: 6px solid #8cc63f;
    background: url(../img/header_bg.png);
    background-repeat: repeat-x;
}

div#header_main {
    width: 916px;
    height: 183px;
    margin-left: auto;
    margin-right: auto;
    background: url(../img/header.png);
/*     border-top: 1px solid #fff; */
/*     border-bottom: 6px solid #8cc63f; */
}

div#topnav_wrap {
    width: 100%;
    height: 34px;
    background: #000;
    border-bottom: 1px solid #fff;
    text-align: center;
}

div#topnav {
    width: 916px;
    height: 34px;
    margin-left: auto;
    margin-right: auto;
    background: #000;
/*     border-bottom: 1px solid #fff; */
}




/* main nav */
div#topnav ul {
    color: #ffdd00; /* yellow */
    margin: 0px;
    padding: 10px 8px 0px 40px;
    font-weight: bold;
/*     font-size: 14px; */
/*     font-size: 13.5px; */
    font-size: 13.5px;
    text-transform: uppercase;
/*     letter-spacing: -0.03em; */
    letter-spacing: -0.09em;
}

div#topnav ul li a.active {
    color: #8cc63f; /* green */
/*     text-decoration: underline; */
}

div#topnav ul li a {
    color: #ffdd00;
    text-decoration: none;
}

div#topnav ul li a:hover {
    text-decoration: underline;
}

div#topnav ul li {
    position: relative;
    float: left;
/*     padding: 0px 28px 5px 0px; */
    padding: 0px 22px 5px 0px;
}

/* sub navs */
div#topnav ul ul.snav {
    display: none;
    z-index: 800;
}

div#topnav ul ul.snav_on {
    display: block;
    padding: 0px;
    margin: 0px;
    position: absolute;
    top: 17px; /* 17px    !!!!!!!!!!!! */
    width: 96%;
    text-align: left;
}

div#topnav ul ul li {
    clear: both;
    background: #000;
    padding: 3px 10px 2px 10px;
    margin: 0px;
/*     width: 92%; */
    width: 110px;
    text-transform: none;
    font-size: 12.5px;
    border: 1px solid #4c4934;
}

div#topnav ul ul li.hover {
    background-image: url('/img/nav_bg.png');
    background-repeat: repeat-x;
}

div#topnav ul ul li a,
div#topnav ul ul li a:hover {
    color: #ffdd00; /* yellow */
}

div#topnav ul ul li a.active {
    /* color: #cfc68c; tan */
    color: #8cc63f; /* green */
/*     text-decoration: underline; */
}

/* sub sub navs */
div#topnav ul.ssnav {
    display: none;
    z-index: 800;
}

div#topnav ul.ssnav li {
    top: -18px;
    left: 100px;
}






/* sandbox */
div#sandbox_wrapper_outer {
    width: 100%;
    border-bottom: 3px solid #8cc63f;
    background: #fff;
    background-image: url(../img/content_top_bg.png);
    background-repeat: repeat-x;
}

div#sandbox_wrapper {
    width: 916px;
    margin-left: auto;
    margin-right: auto;
}

div#sandbox {
    padding: 24px 46px 24px 40px;
    color: #222;
}

/* optional internal nav styles */
div#sandbox div#floating_nav {
    position: relative;
    float: right;
    width: 280px;
    height: 180px;
    background: #bbb;
}

div#sandbox ul {
    padding: 0px;
    margin: 10px 0px 20px 20px;
}

div#sandbox ul li {
    padding: 0px;
    margin: 2px 0px 4px 0px;
    list-style-type: disc;
}

div#sandbox div.x0 {
    display: inline;
    padding: 0px 0px 0px 8px;
}

div#sandbox div.x1 {
    display: inline;
    padding: 0px 0px 0px 24px;
}

div#sandbox div.br {
    clear: both;
    height: 0px;
}

div#sandbox span.akey {
    font-family: Courier, monospace;
    font-weight: 700;
    font-size: 1.1em;
}

div#sandbox h1 {
    padding: 0px 0px 6px 0px;
}

div#sandbox h2 {
    padding: 6px 0px 0px 0px;
}

div#sandbox h1 {
    font-size: 19px;
    color: #767150;
}

div#sandbox h2 {
    font-size: 16px;
    color: #767150;
}

div#sandbox h4 {
    font-size: 13px;
    color: #333;
    margin-top: 18px;
}

div#sandbox h5 {
    font-size: 13px;
}

div#sandbox p.title {
    margin-top: 2px;
}

div#sandbox img.right {
    float: right;
    margin: 4px 6px 6px 6px;
}


/* footer */
div#footer_wrap {
    width: 100%;
    height: 221px;
    border-top: 1px solid #fff;
    background: #fff;
    background-image: url(../img/footer_bg_sides.png);
    background-repeat: repeat-x;
}

div#footer {
    width: 916px;
    height: 221px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    background-image: url(../img/footer_bg_main.png);
    background-repeat: no-repeat;
}

div#footer_inner {
    height: 146px;
    overflow: hidden;
    padding: 12px 12px 12px 22px;
}

div#footer_inner p {
    height: 221px;
    padding: 2px 12px 12px 12px;
    font-size: 11.5px;
    line-height: 15px;
    color: #222;
}

div#footer_inner p a {
    color: #222;
    text-decoration: none;
}

div#footer_inner p a:hover {
    color: #000;
    text-decoration: underline;
}

div#footer_inner span#star {
    padding: 0px 8px 0px 8px;
    font-size: 12px;
}

div#footer_links {
    padding: 0px 12px 0px 34px;
}

div#footer_links a {
    color: #7cb038;
}

div#footer_links span#bar {
    padding: 0px 6px 0px 6px;
    font-size: 13px;
}


div.error_message {
    width: 630px;
    color: #000;
    margin-top: 22px;
    margin-bottom: 8px;
    padding-top: 12px;
    border-top: 1px solid #ab0808;
    border-bottom: 1px solid #ab0808;
    font-weight: bold; 
}

div.error_message h2 {
    font-size: 17px; 
    color: #ab0808;
}

table.schedule td.time {
/*     width: 200px; */
    padding-right: 20px;
}





