/* Default CSS Document */

                                                                                                /** BODY ELEMENTS **/
* {
        margin: 0;
        padding: 0;
        }
        html {
                }
        body {
                color: #000;
                background-color: #fff;
                font-family: "Arial", "Helvetica", sans-serif;
                font-size: .75em;
                }






                                                                                                /** MAIN CONTAINERS **/
div#container {
        padding: 0px;
        margin: 0px auto 0px auto;
        width: 980px;
        }
        div#header {
                text-align: center;
                height: 110px;
                margin-top: 10px;
                padding: 5px 20px 20px 20px;
                color: #000000;
                font-size: 1.5em;
                font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
                }
        div#content {
                padding: 10px;
                margin: 0px auto 0px auto;
                }
        div#footer {
                clear: both;
                height: 28px;
                color: #999999;
                text-align: center;
                padding-top: 13px;
                font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
                }





                                                                                                /** SUB CONTAINERS **/
div#subcontainer {
        border: #666666 1px solid;
        margin-bottom: 20px;
        }
div.disabled {
        background: #E799A3;
        }
div#login {
        border: #666666 1px solid;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        width: 500px
        }



                                                                                                /** LISTS **/
ul#nobullet {
        margin: 0 0 0 4px;
        list-style: none;
        }
ul#bullet {
        margin: 0 0 0 18px;
        list-style: circle;
        }



                                                                                                /** TYPOGRAPHY **/
div#content a, div#content a:link, div#content a:visited {
        color: #000000;
        text-decoration: underline;
        }
        div#content a:hover {
                color: #333333;
                text-decoration: none;
                }
div#footer a, div#footer a:link, div#footer a:visited {
        color: #999999;
        text-decoration: none;
        font-weight: bold;
        }
        div#footer a:hover {
                color: #5893ac;
                }
div#header a, div#header a:link, div#header a:visited {
        color: #000000;
        text-decoration: none;
        font-size: 11px;
        }
        div#header a:hover {
                color: #333333;
                }
p {
        padding: 5px;
        }
p.note {
        font-size: 11px;
        font-style: italic;
        }
p.red {
        color: #FF0000;
        text-align: center;
        }
div#subcontainer p.description {
        padding: 0px 5px 5px 15px;
        }
div#subcontainer table {
        margin: 0px 10px 10px 10px;
        }
div#subcontainer tr.gray {
        background: #c8bbbe;
        }
div#content dt {
        border-bottom: 1px solid white;
        }
div#content h2 {
        background: #666666;
        color: #ffffff;
        font-weight: bold;
        font-size: 1.25em;
        padding: 2px 10px 2px 10px;
        }
div#content h3 {
        padding: 5px 5px 0px 5px;
        font-weight: bold;
        font-size: 1.10em;
        }
div#header h2 {
        font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
        font-weight: bold;
        color: #000000;
        font-size: 1.6em;
        margin-right: 15px;
        }
div.center {
        text-align: center;
        }
span.h2link {
        color:#FFFFFF;
        font-weight: normal;
        font-size: 0.85em;
        }
span.h2link a {
        color:#FFFFFF !important;
        font-weight: normal;
        font-size: 0.85em;
        }
table.full {
        width: 100%;
        }
td.right {
        text-align: right;
        width: 50%;
        padding-right: 2px;
        }
td.left {
        text-align: left;
        width: 50%;
        padding-left: 2px;
        }



                                                                                                /** ERRORS **/
div#uhoh {
        width: 400px;
        margin: 100px auto;
        padding: 20px 30px;
        line-height: 1.5em;
        text-align: left;
        }
        div.unauthorized-401, div.forbidden-403,
        div.notfound-404, div.internalerror-500 {
                color: #333;
                background-color: #ffc;
                border: 1px solid #ff0;
                }
        div.unauthorized-401 a, div.forbidden-403 a,
        div.notfound-404 a, div.internalerror-500 a {
                color: #00f;
                background-color: #ffc;
                }






                                                                                                /** FORMS **/
input#text {
        padding: 1px 2px 1px 2px;
        }
select {
        padding: 0px;
        }
input#submit {
        margin-left: 200px;
        margin-bottom: 3px;
        }






                                                                                                /** END **/
