html, body { 
    margin: 0;
    padding: 0;
    height: 100%; 
    background: #30536e url(/website/bg_body.gif);
    color: #444;
}
body {
    padding: 0 50px;
/*    font-family: "Lucida Grande","Lucida Sans Unicode",Garuda,sans-serif; */
    font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial;
    font-size: 12px;
    line-height: 1.4em;
    font-weight: 400;
}
a, a:visited {
    color: #2c81c2;
    text-decoration: underline;
}
a:hover, a:active {
    color: #cd1a1a;
    text-decoration: underline;
}

#wrapper {
    min-height: 100%;
    min-width: 750px;
    width: 760px;
    border-color: #234660;
    border-width: 0 2px;
    margin: 0 auto;
    background: #d9d9d9 url(/website/bg_content.gif) top left repeat-x;
    position: relative;
}
.content {
    margin: 0;
    margin-bottom: 20px;
    padding: 110px 7px 0 7px;
}
.content>p {
    margin: 0;
    padding: 0;
    margin-bottom: 8px;
}
#footer {
    position: absolute;
    bottom: 3px;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #999;
}
#footer a, #footer a:visited { color: #888; text-decoration: none; }
#footer a:hover { color: #2c81c2; text-decoration: underline; }
#footer a:active { color: #cd1a1a; }

/* Header */
#logo {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 270px;
    height: 80px;
    background: url(/website/logo.png) 0 0 no-repeat;
}
#logo span { display: none; }

/* Tabs */
#tabs {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 5px;
    top: 71px;
    white-space: nowrap;
}
#tabs li {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
}
#tabs a {
    background: url(/website/tabs_bg.png) 0 -80px repeat-x;
    text-decoration: none;
    position: relative;
    display: block;
    margin: 0 12px;
    padding: 0 4px;
    padding-top: 9px;
    height: 23px;
    color: #fff;
    font-size: 12px;
    line-height: 1em;
    white-space: nowrap;
}
#tabs span {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 11px;
    background: url(/website/tabs_corners.png) 0 -80px no-repeat;
}
#tabs .current a {
    color: #2c81c2;
}
#tabs .current a:hover {
    color: #cd1a1a;
}
#tabs a:hover, #tabs a:hover span { background-position: 0 -120px; }
#tabs .current a, #tabs .current span { background-position: 0 0; }
#tabs .current a:hover, #tabs .current a:hover span { background-position: 0 -40px; }

#tabs span.clr-left {
    left: -11px;
    background-position: -13px -80px;
}
#tabs span.clr-right {
    right: -11px;
}

#tabs a:hover span.clr-left { background-position: -13px -120px }
#tabs .current span.clr-left { background-position: -13px 0; }
#tabs .current a:hover span.clr-left { background-position: -13px -40px; }

/* Login/logout */
#auth {
    position: absolute;
    top: 6px;
    right: 5px;
    margin: 0 12px;
    white-space: nowrap;
    height: 34px;
    background: url(/website/topnav_bg.png) 0 0 repeat-x;
}
#auth>span {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 8px;
    background: url(/website/topnav_corners.png) 0 0 no-repeat;
}
#auth .clr-auth-left {
    left: -8px;
    background-position: -8px 0;
}
#auth .clr-auth-right {
    right: -8px;
}
/* #auth:hover, #auth:hover .clr-auth-right { background-position: 0 -34px; }
#auth:hover .clr-auth-left { background-position: -8px -34px; } */

#auth p {
    display: block;
    float: left;
    margin: 0 3px;
    padding: 0;
    padding-top: 10px;
    line-height: 1em;
    color: #888;
    font-size: 12px;
}
#auth:hover p { color: #666; }
#auth a {
    display: block;
    margin: 0 3px;
    float: left;
    line-height: 1em;
    font-size: 12px;
    padding-top: 10px;
}

#auth a.clr-auth {
    margin: 6px 13px 0 3px;
    padding: 5px 0 0 10px;
    height: 17px;
    position: relative;
    font-size: 11px;
}
#auth a.clr-auth, #auth a.clr-auth .clr-left {
    background: url(/website/topnav_buttons.png) 0 0 repeat-x;
}
#auth a.clr-auth .clr-left {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: -11px;
    width: 11px;
    background-position: top right;
}
#auth a.clr-auth, #auth a.clr-auth:visited {
    color: #666;
    text-decoration: none;
}
#auth a.clr-auth:hover {
    color: #2c81c2;
    text-decoration: none;
    background-position: 0 -22px;
}
#auth a.clr-auth:hover .clr-left {
    background-position: bottom right;
}

#auth a.clr-auth-icon {
    padding-left: 26px;
}
#auth a.clr-auth-icon .clr-right {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 6px;
    width: 16px;
    background: url(/website/topnav_buttons.gif) 0 0 no-repeat;
}

#auth a.clr-auth-google .clr-right { background-position: -20px 0; }
#auth a.clr-auth-google:hover .clr-right { background-position: -20px -22px; }

#auth a.clr-auth-yahoo .clr-right { background-position: -40px 0; }
#auth a.clr-auth-yahoo:hover .clr-right { background-position: -40px -22px; }

#auth a.clr-auth-aol .clr-right { background-position: -60px 0; }
#auth a.clr-auth-aol:hover .clr-right { background-position: -60px -22px; }

#auth a.clr-auth-openid .clr-right { background-position: -80px 0; }
#auth a.clr-auth-openid:hover .clr-right { background-position: -80px -22px; }

