html {
    font-size: 10pt;
    font-family: Verdana, Arial;
    background-color: #D3F5F1;
}

body {
    background: #D3F5F1 url(../img/header_bg.jpg) repeat-x;
}

input {
    background-color: #EAF3F2;
    border: 1px solid #9B9B9B;
}

div.error {
    color: red;
}

td.error {
    color: red;
    text-align: center;
    padding-bottom: 10px;
    font-weight: bold;
    
}

table {
    width: 100%;
}

td.label {
    padding-right: 20px;
    padding-bottom: 10px;
    height: 20px;
    width: 30%;
    font-size: 110%;
}

td.field {
    padding-bottom: 10px;
    height: 20px;
    width: 70%;
}
td.field input {
    height: 20px;
    width: 300px;
    font-size: 120%;
    font-weight: bold;
    padding-top: 2px;
}

div#header {
    background: url(../img/logo.jpg) no-repeat;
    border-bottom: 4px solid #ACC4C1;
    height:160px;
    margin-bottom: 3px;
}

div#header div#header_links {
    text-align: right;
    padding-top: 20px;
}

div#header div#header_links a {
    padding-right: 40px;
}

div#header div#header_banner {
    text-align: right;
    padding-top: 20px;
    padding-right: 40px;
}

div#wrapper {
    float:left;
    width:100%;
}

div#content {
    margin: 0 210px;
}

div#column_left {
    float:left;
    width:200px;
    margin-left:-100%;
}

div#column_right {
    float:left;
    width:200px;
    margin-left:-200px;
}

div.object_wrapper {
    background: #FFFFFF;
    border: 1px solid #B1CBE4;
}

div.object_wrapper div.title {
    background: #FFFFFF url(../img/title_bg.gif) repeat-x;
    clear:both;
    padding: 5px 10px;
    margin: 1px;
    text-align: justify;
}

div.object_wrapper div.title a {
    color: #006699;
    font-weight: bold;
}

div.object_wrapper div.title a:hover {
    color: #2A3236;
}

div.object_wrapper div.object {
    padding: 10px;
    text-align: justify;
    font-size: 80%;
    overflow: hidden;
}

div.object_wrapper div.object p.panel_avatar {
    margin: 0 auto;
    width: 100px;
    padding-bottom: 10px;
}

div.object_wrapper div.object a {
    color: #006699;
}

div.object_wrapper div.object a:hover {
    color: #2A3236;
}

div.object_wrapper div.object p.object_title {
    font-size: 140%;
    font-weight: bold;
    color: #000000;
    padding-bottom: 20px;
}

div.object_wrapper div.object div.secret {
    background-color: lightyellow;
    border:1px dotted #BEBEBE;
    color:#000000;
    padding:5px;
    margin-top: 10px;
    margin-bottom: 20px;
}

div.object_wrapper div.object p.object_info {
    text-align: right;
    padding-top: 10px;
}

div.object_wrapper div.object p.object_info a {
    color: #006699;
}

div.object_wrapper div.object p.object_info a:hover {
    color: #2A3236;
}

div.object_wrapper p.no_records {
    padding: 10px;
}

div.object_wrapper table.comment {
    width: 98%;
    border-spacing: 2px;
    border-collapse: separate;
    margin-left: 1%;
}

div.object_wrapper table.comment td.comment_left {
    width: 24%;
    text-align: center;
    border:1px solid #F5FAFA;
    padding: 2px;
}

div.object_wrapper table.comment td.comment_right {
    width: 76%;
    vertical-align: top;
    border:1px solid #F5FAFA;
    padding: 2px;
}

div.object_wrapper table.comment td a {
    color: #006699;
}

div.object_wrapper table.comment td a:hover {
    color: #2A3236;
}

div.object_wrapper div.object textarea {
    background-color: #EAF3F2;
    border: 1px solid #9B9B9B;
    width: 96%;
    margin: 0 2%;
}

div.object_wrapper div.object div#bbcode_wrapper {
    overflow: hidden;
    width: 96%;
    margin: 2px 2%;
}

div.object_wrapper div.object ul.bbcode {
    float: right;
    height: 22px;
    margin-left: 5px;
    margin-top: 5px;
}

div.object_wrapper div.object ul.bbcode li {
    text-decoration: none;
    float: left;
    height: 22px;
}

div.object_wrapper div.object ul.bbcode a {
    background: url(../img/bbcode_bg.gif) no-repeat;
    border-bottom: 1px solid #949EA1;
    border-top: 1px solid #949EA1;
    float: left;
    height: 20px;
    text-align: center;
    width: 24px;
}

div.object_wrapper div.object ul.bbcode a:hover {
    background: url(../img/bbcode_bg_active.gif) no-repeat;
}

div.object_wrapper div.object ul.bbcode li.bbcode_start {
    background: url(../img/bbcode_left.gif) no-repeat;
    width: 2px;
    float: left;
    height: 22px;
}

div.object_wrapper div.object ul.bbcode li.bbcode_end {
    background: url(../img/bbcode_right.gif) no-repeat;
    width: 2px;
    float: left;
    height: 22px;
}

div.object_wrapper div.object ul.bbcode li.bbcode_add {
    float: left;
    height: 22px;
}

div.object_wrapper div.object ul.bbcode li.bbcode_add a {
    background: url(../img/bbcode_add.gif) repeat-x left center;
    color: #000000;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    width:150px;
    text-decoration: none;
}

div.object_wrapper div.object ul.bbcode li.bbcode_add a:hover {
    background:transparent url(../img/bbcode_add_active.gif) repeat-x left center;
}

div.object_wrapper div.object .menu_item {
    text-decoration: none;
    border:1px solid #FFFFFF;
    display:block;
    padding:2px 0 2px 18px;
}


div.object_wrapper div.object .menu_item:hover {
    text-decoration: none;
    background-color: #E1FBF6;
    border:1px solid #7DC0FE;
    padding:2px 0 2px 26px;
}

div.object_wrapper div.object div.form_item {
    padding-bottom: 20px;
    padding-top: 2px;
    overflow: hidden;
}

div.object_wrapper div.object div.form_item textarea {
    width: 100%;
    margin: 0;
    padding: 0;

}

div.object_wrapper div.object div.form_item input {
    width: 100%;
}

div.object_wrapper div.object div.updates {
    padding: 20px;
    background-color: #F5FAFA;
}

div.object_wrapper div.object div.updates p.update_title {
    padding: 10px 0;
    font-weight: bold;
}

div.end {
    background: url(../img/end.jpg) no-repeat top right;
    height:8px;
    padding:0 5px 0 0;
}
