html, body, form, table {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

body{
    background: #ffffff url(images/grey_fade.jpg) repeat-x;
    margin: 0px;
    padding: 5px 5px 5px 5px;
}

/*page text*/
body, table, address{
    font: 14px Verdana, Trebuchet, Arial, "sans-serif";
}

/*generic links*/
a {
    text-decoration: none;
    color: #b00000;
}
a:hover {
    text-decoration: underline;
    color: #800000;
}
#contextlet_pic {
    position: absolute;
    top: 5px;
    left: 15px;
    z-index: 1; 
}
#titlebar {
    margin-top: 20px !important;
    margin-top: 20px;
}
#titlebar_center{
    background: url(images/title_fluid.gif) repeat-x;
}
/*making room for profile pic*/
.sidebar_left {
    padding-top: 35px !important;
}

.sidebar_left, .sidebar_right{
    font-size: 11px;
}
.sidebar_left a{
    font-size: 11px;
    font-family: Arial;
    color: #000000;
    display: block;
    
    padding: 2px 0px 2px 19px;
    background: url(images/arrow.gif) no-repeat;
    text-decoration: none; 
}
.sidebar_left a:hover{
    background-color: #eeeeee;
}
.sidebar_left a, .sidebar_right a{
    display: block;
}
/*generic box*/
.box {
    
    margin-top: 10px;
}
.box .head {
    padding-right: 16px;
    background: url(images/heading_right.gif) no-repeat top right;
}
.box .head h2, .box .head h3{ 
    text-transform: uppercase;
    margin: 0px;
    padding: 3px 0px 0px 20px;
    font: bold 12px Arial;
    color: #ffffff;
    background: url(images/heading_left.gif) no-repeat top left;
}
.box .body {
    /*height: auto !important;
    height: 100px;
    min-height: 100px;*/
    border-left: 1px solid #800000;
    border-right: 1px solid #800000;
    border-top: 1px solid #800000;
    background: url(images/grey_fade.jpg) repeat-x;
}
.box .foot {
    padding-right: 16px;
    background: url(images/footer_right.gif) no-repeat bottom right;
}
.box .foot .inner_foot{
    background: url(images/footer_left.gif) no-repeat bottom left;
}


hr {
    color: #800000;
    height: 1px;
}
.images_box {
    text-align: center;
}
.images_box img{
    border: 1px solid #800000;
    margin: 3px;
}
.copyright {
    margin-top: 20px;
    color: #c0c0c0;
    font-size: 9px;
    text-align: center;
}
.copyright a{
    color: #c0c0c0;
}
#main_content{

}
#main_content .body{
    height: auto !important;
    height: 500px;
    min-height: 480px;
    padding: 20px;
    background-image: none;
    text-align: center;
}

.sidebar_left .filterbox, .sidebar_left .textbox, .sidebar_left .password,
.sidebar_right .filterbox, .sidebar_right .textbox, .sidebar_right .password{
    font-size: 11px;
    height: 12px;
    width: 100px;
}
.sidebar_right .box {
        width: 170px;
}

.sidebar_left label {
    font-size: 11px;
}



