    html{
        overflow: -moz-scrollbars-vertical;
        overflow-y: scroll;
    }
    .formhead{
        font-weight: bold;
        font-size: 12px;
    }
    
    .formlabel{
        float:left;
        width:140px;
        padding-right: 20px;
        text-align: right;
        padding-top: 4px;
        padding-bottom: 4px;
    }
    
    .formlabel span{
        color:#ff0000;
        font-weight: bold;
    }

    .formlabel2{
        float: left;
        padding-top: 4px;
        padding-bottom: 4px;
    }
    
    .formlabel2 input{
        width: 150px;
    }
    
    .rowMainDiv{
        width: 950px;
    }
    
    .w100{
        width:100px;
    }
    
    .input_error{
        border-color: #ff0000;
    }
    
    .freewsl{
        text-align: left;
        padding: 0px;
        padding-left: 10px;
        width:50px;
    }

    .freewsl2{
        text-align: left;
        padding: 0px;
    }
    
    .freewsl2 input{
        width: 300px;
    }
    .divalignRight{
        padding-left: 150px;
    }
    
    .divHG16{
        height:16px;
    }

    
    span.error{color:#ff0000;}

span.success{color:#006600;}

div.response_error{background:#ffeaea;border:1px #e82a2a solid;padding:2px;-moz-border-radius:4px; text-align: left;}

div.response_success{background:#eaffea;border:1px #4dda2c solid;padding:2px;-moz-border-radius:4px; text-align: left; width:923px;}

.divtransGreen{
    text-align: center;
    color:green;
    font-size: 14px;    
    padding:5px;
    font-weight: bold;
}

.divtranspad{
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 10px;
}

.divHead {
    font-size: 18px;
    font-weight: bold;
    font-family: verdana,geneva;    
}

.divHelpCat{
    padding-top:10px;
    font-weight:bold; 
    font-size:12px;
    padding-left: 10px;
}

.helpul{
    padding-left: 0px;
    list-style: none;
}
.helpul li a {
    color:#660902;
}

.helpul li a:hover{
    color:#000000;
}

.divbacklink{
    padding-top: 10px;
    padding-bottom: 10px;;
}

.entry-title{
    font-weight: bold;
    font-family: verdana,geneva;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.divbacklink a, .entry-title a{
    color:#660902;
    text-decoration: none;
    font-weight: bold;
}

.divbacklink a:hover, .entry-title a:hover{
    color:#000000;
}

.divhelptitle{
    font-weight: bold;
    font-family: verdana,geneva;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.containerDivW{
    padding:10px;
    width:600px;
}
.entry-content{
    font-family: verdana,geneva;
    font-size: 12px;    
}

.span_date{
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
    color:#666666;
}

.colorMaroon{
    color:#900000;
}

.borderBottom{
    border-bottom: 1px solid #CCCCCC;
}

.productDiv{
    border:5px solid #f2f2f2; 
    margin-left:10px; 
    width:295px; 
}

.Divfullwidth{
    width:950px;
}


.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
/* background: white url(/images/list.gif) no-repeat left center; */
list-style-type: none;
padding-left: 10px;
margin-bottom: 3px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
/* background: white url(/images/closed.gif) no-repeat left 1px; */
cursor: hand !important;
cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}
