/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.0
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,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;}li{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;font-variant:normal;}sup {vertical-align:text-bottom;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}
/* end YUI reset*/

.clearfix:after, form li:after
{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearfix
{
    display:inline-block;
}
/* Hide from IE Mac \*/
.clearfix
{
    display:block;
}
/* End hide from IE Mac */

body
{
    color: #333;
    font-family: sans-serif;
    font-size: 12px;
    line-height: 24px;
    background: #fafafa url(/images/bg-gradient.jpg) repeat-x;
}

a
{
    color: #67bc99;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

p
{
    margin-bottom: 15px;
}

h1,h2,h3
{
    font-weight: bold;
    color: #67bc99;
    position: relative;
    margin-bottom: 12px;
}

h1
{
    font-size: 20px;
}

h2
{
    font-size: 16px;
}

h3
{
    
    font-size: 12px;
}

.error-message
{
    display: block;
    color: red;
}

#content
{
    width: 800px;
    margin: 0 auto 0 auto;
    position: relative;
}

#header
{
    margin: 15px 1px 30px 1px;
    height: 26px;
    position: relative;
}

#header #logo
{
    position: absolute;
    top: 0;
    left: 0;
}

#header #header-bar
{
    position: absolute;
    top: 0;
    right: 0;
}

#body
{
    position: relative;
    width: 748px;
    min-height: 430px;
    padding: 25px;
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
}


#body #content-left
{
    float: left;
    width: 398px;
    margin-right: 30px;
    z-index: 0;
}

#body #content-right
{
    float: left;
    width: 320px;
    z-index: 1;
}

#left-tabs
{
    position: absolute;
    top: -1px;
    left: -21px;
    width: 19px;
    z-index: 10;
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    background-color: #e1e1e1;
}

#left-tabs .tab
{
    width: 19px;
    height: 65px;
    margin-bottom: 1px;
    background: url(/images/tab_left_gradient.jpg) repeat-y;
}

#top-tabs
{
    position: absolute;
    top: -13px;
    right: 30px;
    height: 11px;
    z-index: 1;
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    background-color: #e1e1e1;
}

#top-tabs .tab
{
    float: left;
    width: 75px;
    height: 11px;
    margin-right: 1px;
    background: url(/images/tab_top_gradient.jpg) repeat-x;
}

.tab
{
    cursor: pointer;
}

#footer
{
    color: #888;
}

form li
{
    margin-bottom: 15px;
}

label
{
    font-weight: bold;
    color: #666;
}

button, input.submit
{
    color: #50bbef;
    font-weight: bold;
    background-color: #fff;
    padding: 2px 5px 2px 5px;
    border: 1px solid #AAA;
    cursor: pointer;
}

button:hover, input.submit:hover
{
    border: 1px solid #666;
    background-color: #fafafa;
}

button:active, input.submit:active
{
    border: 1px solid #000;
}

.button
{
    margin: 12px 0;
    text-align: center;
}