/**************
GENERAL WIDGETS
***************/

.wgeneral
{
    margin:0px 0px 10px 0px;
}

.wtop
{

}

.topmargin {
    margin-top: 20px;
}

.wtitlebg, wATOZbox
{
    height:42px;
    background-color: white;
}

.wATOZbox .wtitlebg
{
    border: 1px solid #7f7f7f;
    border-bottom: 1px solid #d1d1d1;
}

.wtitle
{
    height:42px;
}

.wtitleright
{
    float:right;
    /*height:42px;
    padding:0px 5px 0px 0px;*/
}

.wtitleleft
{
    float:left;
    height:42px;
    /*width: 18px;*
    margin:0px 2px 0px 10px;*/
}

.wtitlecenter
{
    /*line-height:42px;*/
    padding: 5px;
    color: #8c8f45;
    font-weight: bold;
}

.wbody, .wATOZbox .wbody
{
    padding:5px;
    background: white;
}

.wATOZbox .wbody
{
    border: 1px solid #7f7f7f;
    border-top: 0px;
}

.wfoot
{

}

.wbottom
{
    
}


.wplainbody
{
    background-color:#fff;
}

/******* Comments Widget ********/
.comment .date
{
    font-weight: bold;
    margin-top: 5px;
}

.comment .commentauthor
{
    font-weight: bold;
    font-style: normal;
    margin-bottom: 5px;
}

#addbuttonform .submit, #viewmoreform .submit, #addcommentform .submit
{
    float: right;
    margin: 5px;
}