/* 
Document   : html_enhancement
Created on : 03.12.2008, 20:49:14
Author     : marco
Description:
Purpose of the stylesheet follows.
*/
.sh_data_container {
    background-color: #dddddd;
    
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #000000;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #000000;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #666666;
}
.sh_data_container h1,p,ul {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.sh_select_option {

}

.sh_select_option:hover {
    background-color: #ecebeb;
    cursor: pointer;
}

