﻿#wrapper {
    /*min-height: 100%;*/
    min-height: 88%;
    /*margin-bottom:-66px;*/
    position:relative;
}

#body
{
    margin: 0 auto;
    width: 980px;
    height: auto;
    /*min-height: 400px;*/
}

#top_logo
{
    width: 100%;
    height: 100px;
    text-align: center;
}
#top_logo img
{
    width: 330px;
    height: 99px;
}
#top_logo #dialog
{
    padding-left: 0px;
    padding-top: 10px;
}
#login_strip {
    background: url("themes/base/images/bg_pattern.png") repeat scroll 0 0 #BB0000;
    height: 156px;
    margin-top: 19px;
    width: 100%;
}
#login_area_bg {
    height: 210px !important;
}
#login_area_bg {
    height: 362px;
    margin-top: -175px;
    /*margin-top: -188px;*/
}
#login_area {
    background: url("themes/base/images/Login_Box.png") no-repeat scroll 0 0 #FFFFFF;
    height: 192px;
    margin: 0 auto;
    width: 614px;
    padding-top: 7px;
}
#login_area label {
    color: #888888;
    display: block;
    font-size: 110%;
    font-weight: bold;
    margin-left: 50px;
    padding-bottom: 5px;
    /*padding-top: 30px;*/
    width: 200px;
}
#username_textbox_bg, #password_textbox_bg {
    background: url("themes/base/images/text_box.jpg") no-repeat scroll 0 0 #FFFFFF;
    height: 30px;
    margin: 0 auto;
    width: 507px;
}
#username_textbox_bg input, #password_textbox_bg input {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #666666;
    float: left;
    font-size: 20px;
    height: 27px;
    margin: 0px 0 0 5px;
    width: 490px;
}
#notice-box{
    margin: 0px 52px !important;
    height: 20px;
    overflow: hidden;
    width: 510px !important;
}
#notice-box #field-validation-error
{
    height: 20px;
    color: Red;
}

#submit_area input {
    background: none repeat scroll 0 0 #312D2A;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    font-size: 20px;
    font-weight: bold;
    height: 38px;
    margin-right: 58px;
    /*margin-top: 55px;*/
    padding: 7px 11px;
}
#front_board_body
{
    margin: 0 auto;
    width: 980px;
    height: auto;
}
#front_board
{
    width: 100%;
    /*border: 1px solid #000000;*/
}
#front_board .thumb_header_one, .thumb_header_two
{
    text-align: center;
    font-size: large;
}
#front_board .thumb_one, .thumb_two
{
    
}
/*#front_board .thumb_one div, .thumb_two div
{
    border: 1px solid #555555;
    -moz-border-radius: 15px; 
    -webkit-border-radius: 15px;
    border-radius: 15px;
    min-height: 220px;
    min-width: 20px;
}*/


.rounded-corners
{
    
    border: 1px solid #555555;
    -moz-border-radius: 15px; /*Mozila Firefox*/
    -webkit-border-radius: 15px; /* Safari, Chrome */
    border-radius: 15px;
    behavior: url(border-radius.htc);
    min-height: 220px;
    min-width: 20px;
    
}
#footer {
    background: url("themes/base/images/foot.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    clear: both;
    height: 66px;
    width: 100%;
}

#footer_logo {
    height: 66px;
    margin: 0 auto;
    position: relative;
    width: 980px;
}

#powered_by {
    color: #FFFFFF;
    float: right;
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    margin: 0 auto;
    padding: 35px 0 0;
    width: auto;
}
#powered_by a
{
    color: #FFFFFF;
}


#content_top {
    background: url("themes/base/images/header_underline.jpg") no-repeat scroll center bottom;
    height: 100px;
}
#content_top img {
    border: 0 none;
    float: left;
    margin: 0;
    padding: 20px 0 0 15px;
}
#content_top h1 {
    color: #999999;
    display: block;
    font-size: 22px;
    margin: 0;
    padding: 25px 0 0 100px;
}
#content_top h3 {
    color: #BB0000;
    font-size: 17px;
    margin: 0;
    padding: 0 0 0 100px;
}
#app-back-button-top {
    float: right;
    margin-top: -30px;
    position: relative;
}
#app-back-button-top a {
    float: right;
    margin: 0;
    padding: 0;
}
#app-back-button-top a img {
    height: 37px;
    margin: 0 10px 0 0;
    padding: 0;
    width: 137px;
}

.dropdown
{
    background-color: #EEEEEE;
    border: 1px solid #C6C6C6;
    height: 27px;
    /*margin: 5px 0 0 10px;*/
    margin: 5px 0 0 0px;
    padding: 3px 6px;
    width: 187px;
}

.button
{
    background-color: #9F0000;
    border: 1px solid #C6C6C6;
    height: 40px;
    /*margin: 5px 0 0 10px;*/
    padding: 3px 6px;
    min-width: 120px;
    color: #FFFFFF !important;
    font-family: Arial;
    font-size: 14;
    font-weight: bold;
    cursor: pointer;
    /*border-radius: 13px;*/
}
.button_add
{
    background-color: #BB0000;
    border: 2px solid #000000;
    color: #FFFFFF;
    height: 25px;
    margin: 5px;
    padding: 1px 5px;
    min-width: 75px;
}
.button:hover
{
    background-color: #373B3F;
}
.errormessage
{
    min-width: 100px;
    color: Red;
    font-size: 14px;
}

.errormessage_td_cont
{
    width: 150px;
}