/**
 *  Stylesheet for E-grip demo website
 *  ===============================================================
 *  $Revision: 1.1.2.6 $
 *  ===============================================================
 *
 *  global styleguide:
 *
 *  colors {
 *    white  : #fff;
 *    black  : #000;
 *    orange : #f60;
 *    blue   : #003384;
 *  }
 *
 *  fonts {
 *    logo    : FF Unit - Medium;
 *    headers : Verdana, Helvetica, sans-serif;
 *    text    : Verdana, Helvetica, sans-serif;
 *  }
 */


/**
 * GLOBAL HTML ELEMENTS
 *
 * default html elements, such as html, body, img, p, a.
 */

html, body { height: 100%; margin: 0; padding: 0; border: 0; }
body { font: normal .7em/1.6em Verdana, Helvetica, sans-serif; color: black; background-color: white; }

/* links */
a, a:link { padding: 0 0 1px 0; color: #848112; text-decoration: none; border-bottom: 1px solid white; }
a:visited { color: #ada958; }
a:active { color: #ada958; }
a:hover { color: #d3ce9b; border-color: #d3ce9b; background-color: #848112; }

/* headers */
h1, h2, h3, h4, h5, h6 { margin: 0 0 1em 0; font-family: Verdana, Helvetica, sans-serif; color: #ada958; }
h1 { font: bolder 2.5em "Arial Narrow", Arial, sans-serif; margin: 30px 0; }
h2 { font-size: 1.5em; font-weight: normal; margin: ..7em 0 0 0; }
h3 { font-size: 1.2em; }

/* images */
img, a img { border: 0; }

/* paragraphs */
p {
margin: 0 0 .8em 0;
line-height: 1.4em;
color: black; }

/* lists and definition lists */
ul { margin: 0; padding: 0; list-style: none; }
    ul li {
    margin-bottom: .5em; padding-left: 20px;
    background: url(/images/bullet0.gif) 0px 3px no-repeat transparent; }

dl {}
    dl dt {}
    dl dd {}

/* tables */
table { font-size: 1em; }
    table tbody { }
        table thead th { }
        table tbody th { }
        table tfoot th { }
        table tfoot td { }
    table td {vertical-align: top; }

/* form elements, labels & fieldsets */
form { margin: 0; }

input, textarea { border: 1px solid #d3ce9b; }
    input:hover, input:focus, textarea:hover, textarea:focus { border: 1px solid #848112; }
    input.disabled { border: 1px solid gray; background-color: #e8e8e8; }
button { border: 1px solid #999; width: auto; height: auto; }

fieldset {}
    fieldset legend {}

label {
cursor: default;
color: #848112; }

    label:hover {}

/**
 * BASIC PAGE LAYOUT
 *
 * describes the default page layout
 */
#body { position: absolute; left: 0; height: 100%; width: 100%; }
    #container { position: relative; height: 100%; width: 100%; }
    html>body #container { height: auto; min-height: 100%; }

        #contentwrapper { padding: 105px 0 63px 0; border-top: 75px solid #d3ce9b; width: 1000px; }

        #leftcol {
        float: left;
        margin-left: 15px;
        width: 279px;
        text-align: right; }
        html>body #leftcol { margin-left: 30px; }

        #content {
        float: left;
        margin-left: 30px;
        width: 400px; }
            #content h1 {
            margin: 0 0 .7em 0;
            font: 1.5em Verdana, sans-serif; }

            #top h1 {
            margin: .5em 0 0 0;
            position: absolute; /* has fix */
            height: 100px; width: 730px; }
                #top h1 span { display: none; }

        #rightcol { float: left; width: 200px; margin-left: 15px; }
        html>body #rightcol { margin-left: 30px; }

            #rightcol .imgbox { margin-bottom: 20px; border: 1px solid #848112; }

            #rightcol h2 {
            margin: 0 0 1em 0;
            font: bold 1em Verdana, sans-serif; }
                #rightcol ul li { display: block; }
                    #rightcol ul li a { width: 100%; display: block; }

        #header {
        position: absolute;
        top: 0; left: 0;
        width: 100%; height: 75px;
        background: url(/images/l_asp_top.gif) 30px 0 no-repeat #d3ce9b; }
            #header a { display: block; width: 325px; height: 75px; border: 0; background: none; }

            #header h2 { display: none; }

        #mainnav { position: absolute; top: 75px; left: 0; width: 100%; border-bottom: 31px solid #848112; background-color: white; }
        html>body #mainnav { min-width: 1000px; }
            #mainnav ul { list-style-type: none; margin: 0; padding: 0 0 0 30px; }
                #mainnav li { float: left; margin: 0 1.5em 0 0; padding: 0; background: none; }
                    #mainnav li a { display: block; height: 30px; border: 0px; padding-left: 15px; background-color: transparent; background-repeat: no-repeat; background-position: left top; }
                        #mainnav li a span { display: none; }
                        #mainnav li a:hover { border: none; }

        #breadcrumbs { position: absolute; left: 340px; top: 150px; }
            #breadcrumbs ul { list-style-type: none; margin: 0; padding: 0; }
                #breadcrumbs ul li { display: inline; padding: 0; background: none; }

                    #breadcrumbs li a { color: #848112; }
                        #breadcrumbs li a:hover { color: #d3ce9b; }

        #globalnav { position: absolute; top: 0; right: 0; margin: 0 30px; }
            #globalnav ul { list-style-type: none; margin: 0; padding: 0; }
                #globalnav ul li { float: left; margin: 0 .5em 0 0; padding: .3em; background: none; }
                    #globalnav ul li a { display: block; border: 0; }
                        #globalnav ul li a span { }
        #breadcrumbs h2, #globalnav h2 { display: none; }

    #quicksearch { padding: 1em; }
        #quicksearch h3 { margin: 0; }
        #quicksearch label { clear: both; display: block; }

    #separator { clear: both; margin-bottom: 61px; }

    #footer {
    position: absolute;
    left: 0; bottom: 5px;
    height: 30px; width: 100%;
    border-top: 31px solid #848112;
    background-color: white; }
        html>body #footer { min-width: 1000px; }

        #footer .asp_logo { float: left; display: block; margin-left: 15px; width: 122px; height: 30px; background: transparent url(/images/l_asp_bot.gif) no-repeat left top; }
        html>body .aps_logo { margin-left: 30px; }
            #footer .asp_logo a { display: block; border: 0; width: 100%; height: 100%; background: none; }
        #footer .asp_phone { float: left; margin-top: 5px; color: #848112; font-weight: bold; }
        #footer .asp_email { float: left; margin-top: 5px; color: #848112; font-weight: bold; }

    #logo {
    position: absolute;
    bottom: 15px;
    left: 730px; }

    #props { position: absolute; bottom: 1em; left: 1em; }
    html>body #props { position: fixed; }
        #props a, #props a:visited { color: #afafaf; border: 0; }

/* no-header class */
.no-header #breadcrumbs { left: 30px; }
.no-header #content { width: 625px; margin-left: 15px; }
html>body .no-header #content { margin-left: 30px; }
.no-header #leftcol { display: none; }
.no-header #rightcol { width: 280px; }

/**
 * PAGE-SPECIFIC ELEMENTS
 *
 * Style specially for pages
 */

/* contenttext: for all basic content text, such as page body's */
.contenttext { margin-bottom: 1em; }

/* inline sections on the homepage */
.inline-sections { }
    .inline-sections dt { display: block; padding-bottom: 1.5em; font-size: 1.2em; font-weight: bold; }
        .inline-sections dt a { float: left; }
    .inline-sections dd { clear: both; margin: .5em 0 0 0; }
        .inline-sections dd h2 { margin: 0; padding: 0 1em 0 0; }
            .inline-sections dd h2 a { display: block; font-size: 1em; padding-left: 15px; border: 0; background: transparent url(/images/bullet0.gif) no-repeat 0 .2em; }
                .inline-sections dd h2 a:hover { background-color: transparent; }
        .inline-sections dd p { margin: 0 0 .7em 0; }

/* block: (news)blocks on the homepage */
.block { clear: both; margin-bottom: 2em; }
    .block h2 { margin: 0; padding: 0 1em .1em 0; font-size: 1.2em; color: black;  }
        .block h2 a { text-decoration: none; color: #003384; }
            .block h2 a:hover { color: #f60; }
    .block img { float: left; margin: 0 1em 1em 0; }
    .block p { margin: 0 .5em .5em 0; }

/* default and rich menu */
.menu_default { clear: both; margin: 0; padding: .5em 1em; list-style-type: none; }
    .menu_default li { margin-bottom: .5em; }
        .menu_default li a { padding-left: 15px; background: url(/images/arrow_right.gif) left center no-repeat; }
            .menu_default li a:hover { background-image: url(/images/arrow_right_over.gif); }

.menu_rich { list-style: none; }
    .menu_rich li { background: none; padding: 0; clear: both; }
    .menu_rich li { margin-bottom: 2em; }
        .menu_rich li p { margin: 0; }

/* Default and rich lists */
ul.default { }

ul.rich, ul.poor { list-style: none; }
    ul.rich li { background: none; padding: 0; clear: both; }
    ul.rich li, ul.poor li { margin-bottom: 2em; }
        #content ul.poor li h1 { margin: 0 0 .2em 0; font-size: 1em; color: #848112; }
        ul.rich li p, ul.poor li p { margin: 0; }
        ul.rich li a, ul.poor li a { padding: 0; background: none; }
            ul.rich li a:hover, ul.poor li a:hover { background: none; }
        ul.rich li .more a { margin-left: 80px; }

/* default and rich group */
dl.group { clear: both; }
    dl.group dt { margin: 1em 0 .5em 0; }
        dl.group dt a { font-weight: bold; }
    dl.group dd { margin-left: .3em; }

.group_rich { clear: both; }
    .group_rich dt { clear: both; margin-top: 1em; padding: .3em; background-color: #e8e8e8;  }
        .group_rich dt a { border: 0; margin-bottom: .2em; }
    .group_rich h2 { margin-bottom: .2em; }
    .group_rich dd { height: 150px; margin: 0 0 0 1em; padding: 1em .5em 0em .5em; border-bottom: 2px solid #e8e8e8; }
    .group_rich>dd { height: auto; min-height: 150px; }
        .group_rich img { vertical-align: top; border: 1px solid #afafaf; margin: .2em 0 1em 1em; padding: 5px; }

/* semicolumn, for providing a 2-column layout, to be used in conjunction with float-left/float-right */
.semicolumn { width: 49%; padding: 0; margin: 0 0 1em 0; }

/* imgbox and linkboxes */
.imgbox, .linkbox_default, .linkbox_rich, .linkbox_video { float: left; width: 100px; margin: .5em 1em .5em 0; }
    .imgbox img { display: block; margin: 0; border: 0; }
    .imgbox p { margin: 0; padding: .3em; font: bold .8em/1.2em Verdana, Helvetica, sans-serif; color: #003384; background-color: #e8e8e8; }

.linkbox_default, .linkbox_rich, .linkbox_video { clear: both; margin: 0; padding: 0; list-style-type: none; }
    .linkbox_default li { margin: 0; padding: 0 .6em; }
        .linkbox_default li:hover { background-color: transparent; }
        .linkbox_default li a { padding: 5px; padding-left: 0; border: 0; }
        .linkbox_default li>a { width: auto; }
            .linkbox_default li a:hover {  }

    .linkbox_rich li { clear: both; margin-bottom: 1em; padding: .3em; width: 122px; height: 120px; }
    .linkbox_rich>li { height: auto; min-height: 150px; }
        .linkbox_rich li h2 { margin-bottom: .2em; background-color: #afafaf; }
        .linkbox_rich li a { display: block; border: 0; }
        .linkbox_rich li img { display: block; vertical-align: top; margin-right: .2em; }
        .linkbox_rich li a span { margin: 0; padding-right: 15px; background: url(/images/arrow_right.gif) center right no-repeat transparent; }
            .linkbox_rich li a:hover span { background-image: url(/images/arrow_right_over.gif); }

    .linkbox_video li { clear: both; margin-bottom: 1em; padding: .3em; width: 122px; height: 60px; border-bottom: 1px solid #afafaf; }
    .linkbox_video>li { height: auto; min-height: 60px; }
        .linkbox_video li a img { float: left; vertical-align: top; margin-right: .5em; }

/* addresses */
.address dt, .address dd { float: left; padding: .1em .3em; color: #003384; }
.address dt { clear: both; width: 25%; font-weight: bold; background-color: #e8e8e8; }
.address dd { width: 70%; margin: 0 0 1em 0; background-color: #f9f9f9; }

/* locationfinder-form */
h3.route { font-size: 1.4em; margin: 1em 0 0 0; padding: 0; }

#locationfinder_form { clear: both; margin: 1em 0; padding: 10px; border: 1px solid #848112; width: 100%; background-color: #f2f0e1; }
    #locationfinder_form h2 { font: bolder 1.1em Arial, sans-serif; }
    #locationfinder_form .leftcolumn { width: 100%; }
    #locationfinder_form .rightcolumn { margin-top: 1em; width: 100%; }
    #locationfinder_form label.header { display: block; font-weight: bold; }
    #locationfinder_form input#pc { width: 50px; }
    #locationfinder_form .checkbox {}
    #locationfinder_form .button { float: left; clear: both; margin: .5em 0; padding: .2em .5em; border: 1px solid #848112; background-color: #d3ce9b; }

.no-header #locationfinder_form h2 { font: bolder 1.8em "Arial Narrow", Arial, sans-serif; }
.no-header #locationfinder_form .leftcolumn { float: left; width: 30%; }
.no-header #locationfinder_form .rightcolumn { float: right; margin: 0; width: 70%; }

#location-results { margin-bottom: 2em; }
    #location-results dt { font-size: 1.2em; font-weight: bold; margin-top: 1em; border-bottom: 1px solid #848112; background-color: #f2f0e1; }
    #location-results dd { margin: 0; padding-left: 1em; background: transparent url(/images/bullet0.gif) no-repeat 0 .4em; }
        #location-results dd h3, #location-results dd p { margin: 0; }

/* basicform styles form elements, marked up in a definition list */
.basicform dl input, .basicform dl textarea, .basicform dl select { width: 95%; }
    .radio, .radio:hover, .checkbox, .checkbox:hover { width: auto !important; border: 0 !important; }
    .basicform dl dt { clear: both; width: 35%; float: left; }
    .basicform dl dd { width: 60%; float: left; margin: 0 0 1em 0; }
    .errors { font-style: italic; color: red; }

/* search styles: form, info and results */
#resultsinfo { padding-bottom: .2em; background-color: #e8e8e8; }
    #resultsinfo h2 { float: left; font-size: 1.2em; }
    #resultsinfo p { float: right; margin: 0; }
    #resultsinfo h2, #resultsinfo p { margin: 0; padding: .2em 1em .1em .3em; color: #003384; }

#searchform { margin: 1em 0; padding-bottom: 1em; }
    #searchform label { float: left; }
    #searchform div { float: left; margin: 0 0 1em 1em; }
    #searchform div label { display: block; clear: both; }
    #searchform div input { margin: 0; }
    #searchform div p { margin: 0 0 .5em 0; }

#searchresults { clear: both; margin: 1.5em 0 0 0; }
    #searchresults dt { margin: 2em 0 .6em 0; }
    #searchresults dd { margin: .3em 0 0 1.4em; }

.searchresults dt {
font-weight: bold;
padding: .4em 0 0 1em;
border-bottom: 1px solid #848112;
background-color: #d3ce9b; }

.searchresults dd { margin: 0; padding: .5em 1em; background-color: #f2f0e1; }
.searchresults dd a { border: 0; }
    .searchresults dd a:hover { color: #848112; background: none; }
    .searchresults dd a span { border-bottom-color: #022481; }
    .searchresults dd a strong { display: block; }
        .searchresults dd a:hover span { background-color: #d3ce9b; color: white; border-color: #848112; }

/* highlighting for search terms */
.highlight { background-color: #e8e8e8; }

/* forum and poll styles */
.forum, .topic, .pollarchive { width: 97%; margin: 0 0 2em 0; border: 1px solid #e8e8e8; }
    .forum thead th, .topic thead th, .pollarchive thead th { margin-bottom: .2em; color: #003384; background-color: #e8e8e8; }
    .forum tbody th, .forum tbody td, .pollarchive tbody th, .pollarchive tbody td { border-right: 1px solid #e8e8e8; }
    .forum tr, .topic tr, .pollarchive tr { border-bottom: 1px solid #e8e8e8; }
    .forum td, .forum th, .topic td, .topic th, .pollarchive td, .pollarchive th { vertical-align: top; padding: .3em; }
    .forum img, .topic img { vertical-align: top; }
    .forum p, .pollarchive p { margin-top: 0; }
    .forum a, .pollarchive a { font-weight: bold; color: #f60; border-color: #f60; }

.post { }
    .post th { border-right: 1px solid #e8e8e8; }
.author { }

.postform { }
    .postform .basicform dt, .postform .basicform dd { float: none; width: auto; }
    .postform .basicform dt { font-weight: bold; margin-top: .5em; padding: .1em .3em; }
    .postform .basicform dd { margin: 0 0 1em 0; padding: 0; }
    .postform .basicform textarea  { width: 100%; }
    .postform .basicform input.submit { width: auto; }

/* odd, even and first for row coloring (zebra tables and distinctive first post) */
.odd { background-color: #fff; }
.even { background-color: #ffdfca; }
.first { background-color: #ffdfca; border: solid #e8e8e8; border-width: 0 1px; }
    .first .date { color: #aaa; }

/* special icons for announcements, sticky topics and locked topics */
td.announcement, td.sticky, td.locked, td.default { padding-left: 20px; background-position: 0 5px; background-repeat: no-repeat; }
    td.announcement { background-image: url(/images/i_announce.gif); }
    td.sticky { background-image: url(/images/i_sticky.gif); }
    td.locked { background-image: url(/images/i_locked.gif); }
    .announcement { font-weight: bold; }
    .locked, .locked a { color: #afafaf; border-color: #afafaf; background-color: #e8e8e8; }

/* search styles: form, info and results */
.pollresults { width: 100%; }
    .pollresults tr { }
    .pollresults td { text-align: right; }
        .pollresults td span { float: left; }
    .pollresults dt, .pollresults dd { margin: .3em 0 0 0; padding: 0; float: left; }
    .pollresults dt { clear: both; width: 20%; }
    .pollresults dd { width: 20%; }
    .pollresult { width: 55% !important; background-color: #e8e8e8; }
        .pollresult div { border: 2px solid #003384; background-color: #ffdfca; }
.pollresults, #pollform { margin-bottom: 2em; }

/* bannercolumn */
#bannercolumn { position: absolute; right: 0; top: 125px; width: 150px; margin: 1em 30px; padding: .6em 0 .3em 1em; }
    #bannercolumn a { border: 0; }
    #bannercolumn img { margin-bottom: 6em; }

/* sitemap */
ul.sitemap { margin: 1em 1em 1em 0; padding: 1em; list-style-type: none; }
    ul.sitemap ul { margin: .3em 1em 1em 4em; padding: 0; list-style-type: none; }
    ul.sitemap li { padding-left: 15px; background: url(/images/arrow_right.gif) 0 5px no-repeat; }
        ul.sitemap li:hover { background-image: url(/images/arrow_right_over.gif); }

/* chapters in documents */
#chapters { margin: 1em 0; padding: .5em 0; list-style-type: none; }
    #chapters li { padding: .3em; }
        #chapters li a { padding-left: 15px; background: url(/images/arrow_right.gif) left center no-repeat; }
            #chapters li a:hover { background-image: url(/images/arrow_right_over.gif); }

.chapter { margin: 2em 0 1em 0; }

/* navbox, for displaying next/previous/index links */
.navbox { margin-top: 2em; padding: .3em .2em; text-align: center; background-color: #e8e8e8; }
    .navbox a { border: 0; }

    /* previous, next, index and page links in navbox */
    .prev { float: left; }
    .next { float: right; }
    .index { }
    .page { margin: 0 .2em; }
        .page a { padding: 2px 6px; }

/* more: paragraph with a "read more" link */
.more { clear: both; margin: 1em .5em; }
    .more a { padding: 0 15px 0 0; background: url(/images/arrow_right.gif) center right no-repeat transparent; }
        .more a:hover { background-image: url(/images/arrow_right_over.gif); }

/* date: date in messages */
.date { margin: 0; color: #999; }

/* button: transforms a normal button to a styled button */
.button {
border: none;
width: auto !important;
padding: 0;
cursor: pointer;
font-size: 1em; font-weight: bolder;
letter-spacing: .1em; text-decoration: none;
color: #848112;
background: transparent; }

    .button:active { border-style: inset; }
    .button:hover { border: 0; }
    .submit { }

/* jargon styles */
a#translate { display: block; margin-bottom: 1em; padding: .5em; background: url(/images/b_nicetitle_bottom.gif) right bottom no-repeat white; }
.jargonterm { cursor: help; font-weight: bold; border-bottom: dotted 1px #003384; }
div.nicetitle { position: absolute; padding-top: 4px; top: 0px; left: 0px; border: 1px solid #e8e8e8; border-width: 1px 0 0 1px; color: #003384; background: url(/images/b_nicetitle_bottom.gif) right bottom no-repeat #efefef; }
    div.nicetitle p { margin: 4px; padding: 4px; }
.overlay { position: absolute; left: 0; right: 0; top: 0; bottom: 0; width: 100%; height: 100%; opacity: 0.2; background-color: #ffdfca; }
.translation-status { position: absolute; width: 300px; height: 30px; top: 0; right: 1em; border: 2px solid white; padding: 1em; background-color: #ffdfca; }
.close { position: absolute; top: 0; right: 0; color: red; font-weight: bold; background-color: white; }

/* .feed: RSS-feed button placement */
.feed { border: 0 !important; margin-left: 1em; }
    h1 .feed, dt .feed { float: right !important; }
    .feed img { vertical-align: text-top; }

/* permalink (e.g. link below map) */
a.permalink { clear: both; padding-left: 20px !important; background: url(/images/i_permalink.gif) left center no-repeat; }

/* googlemaps */
#map { clear: both; margin-top: 2em; border: 1px solid #848112; }

.infowindow { width: 275px; }
    .markerheader { font-size: 1.5em; color: black; margin: 0; padding: 0 0 .2em 0; border-bottom: 1px solid #d1d3d4; line-height: 1.2em; height: 40px; }
        html>body .markerheader { height: auto; min-height: 40px; }

        .markerheader img { float: left; margin: .2em .5em 0 0; }
        .markerheader a { color: black; }

    .markerbody { font-weight: normal; color: black; border: 0; margin: .5em 0; }


/**
 * GLOBAL CLASSES
 *
 * global classes are used for very common styles, such as floating, coloring or clearing. Often used in combination, such as: <a href="link.html" class="align-right no-border">link to the right without border</a>.
 */

/* positioning and visibility */
.clear-both     { clear: both; }
.float-left     { float: left; }
.float-right    { float: right; }
.inline         { display: inline; }
.block          { display: block; }
.nodisplay      { display: none; }
.show           { visibility: visible; }
.hide           { visibility: hidden; }
.align-left     { text-align: left; }
.align-right    { text-align: right; }

/* coloring and text decoration/transformation */
.no-border      { text-decoration: none; }
.back           { padding-left: 15px !important; background: url(/images/arrow_left.gif) center left no-repeat; }
.back:hover     { background-image: url(/images/arrow_left_over.gif); }
.red            { color: #990000; }
.req            { color: #990000; background-color: #ffdfca; }
.err            { color: #990000; font-weight: bold; }
.notice         { font-weight: bold; }
.white          { color: white; }
.chosen         { color: #f60; font-weight: bold; }

/* file types */
.doc            { padding: 2px 0 2px 20px !important; background: url(/images/ico_doc.gif) center left no-repeat !important; }
.pdf            { padding: 2px 0 2px 20px !important; background: url(/images/ico_pdf.gif) center left no-repeat !important; }

