/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.1
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}

/****/

a
{
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

body, td
{
    margin: 0;
    padding: 0;
    font-family: Arial, Verdana, sans-serif;
    font-size: 11px;
    background-color: #fff;
}

/* ================ */
/* = Basic layout = */
/* ================ */

body {
    background-color: #f1f1f1;
}

#document {
    background-image: url(/images/layout/document_background.png);
    background-repeat: repeat-y;
    background-position: top left;
    width: 820px;
    margin: 0 auto;
}

    #printable {
        position: relative;
        background-color: #fff;
        width: 760px;
        margin: 0 30px;
    }

#logo {
    position: absolute;
    z-index: 9;
    margin: 12px 0 0 18px;
}

#window {
    position: relative;
    height: 280px;
}

    #window .top, #window .bottom {
        z-index: 8;
    }

    #window .top {
        position: absolute;
        top: 30px;
        left: 0px;
    }

    #window .bottom {
        position: absolute;
        top: 244px;
        left: 0px;
    }

    #window .glass {
        z-index: 7;
        position: absolute;
        top: 30px;
        left: 0px;
    }

    /* =========== */
    /* = Content = */
    /* =========== */

    #content {
        float: left;
        width: 555px;
        padding: 15px;
    }

    /* ============== */
    /* = Navigation = */
    /* ============== */

    #nav {
        float: left;
        width: 165px;
        padding: 0;
        margin: 0 0 50px 10px;
    }

        #nav ul {
            margin-bottom: 10px;
        }

        #nav ul.links {
            background: url(/images/layout/nav_border.png);
            background-position: top right;
            background-repeat: repeat-y;
        }

        #nav li {
            height: 21px;
            padding: 9px 0 0 10px;
            border-bottom: 2px solid #c6dbef;
        }

            #nav ul.links li.first {
                background: url(/images/layout/nav_arc.png);
                background-position: top right;
                background-repeat: no-repeat;
            }

            #nav li a {
                font-weight: bold;
                font-size: 12px;
                color: #000;
            }

            #nav ul.links li.last {
                border: none;
                background: url(/images/layout/nav_arc_rev.png);
                background-position: bottom right;
                background-repeat: no-repeat;
            }

        #nav ul.buttons {
            margin-bottom: 20px;
        }

            #nav ul.buttons li {
                height: auto;
                border: none;
                padding: 10px 0 0 0;
            }

/* ========== */
/* = Footer = */
/* ========== */

#footer {
    clear: both;
    background-image: url(/images/layout/footer_background.png);
    background-repeat: no-repeat;
    background-position: top left;
    width: 760px;
    height: 31px;
}

    #footer p {
        float: left;
        width: 130px;
        margin: 0 0 0 10px;
        font-size: 9px;
    }

    #footer ul {
        float: left;
        margin: 9px 0 0 95px;
        padding: 0 10px;
    }

        #footer ul li {
            display: inline;
            padding: 0 6px;
            border-right: 1px solid black;
        }

        #footer ul li.last {
            border: none;
        }

            #footer ul li a {
                font-size: 10px;
                font-weight: bold;
                color: #000;
            }

/* ================= */
/* = Global styles = */
/* ================= */

h1 {
    font-size: 26pt;
    font-family: 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    color: #999;
    margin-bottom: 8px;
}

    h2 {
        font-size: 12pt;
        font-family: 'Trebuchet MS', Verdana, Helvetica, sans-serif;
        color: #215b74;
        border-bottom: 1px solid #215b74;
        margin-bottom: 4px;
    }

p {
    font-size: 13px;
    margin: 10px 0;
}

    p.strong {
        font-weight: bold;
    }

    p.status {
        border: 1px dotted #0e0;
        padding: 6px;
        margin: 5px auto;
        width: 80%;
        color: #060;
        text-align: center;
    }

strong {
    font-weight: bold;
}

/* tabbed content */

div.tabbed {
    width: 550px;
    margin: 12px 0;
}

    div.tabbed div.tab {
        height: 24px;
        background: url(/images/element/tab_banner.png);
        background-position: top left;
        background-repeat: no-repeat;
    }

    div.tabbed div.tab, div.tabbed div.tab a {
        color: #fff;
        padding: 5px 0 0 10px;
        font-size: 14px;
        font-family: Verdana, Helvetica, sans-serif;
    }

    div.tabbed div.tab_content .header {
        
    }

    div.tabbed div.tab_content .footer {
        clear: both;
    }
