﻿body
{
}
.WidgetDefault
{
    width: 300px;
    font: small Arial,Helvetica,Verdana,sans-serif;
}
.WidgetDefault input
{
    background-color: White !important;
}
.WidgetDefault select
{
    background-color: White !important;
    width: 82%;
    margin-bottom: 6px;
}

.WidgetDefault option
{
    background-color: White !important;
}

.WidgetDefault .wUL /* Upper Left */
{
    width: 11px;
    height: 11px;
    background: url(Images/LUpper.png);
    background-repeat: no-repeat;
    background-position: top left;
}
.WidgetDefault .wUM /* Upper Middle */
{
    height: 11px;
    background: url(Images/Upper.png);
    background-repeat: repeat-x;
    background-position: top left;
}
.WidgetDefault .wUR /* Upper Right */
{
    width: 11px;
    height: 11px;
    background: url(Images/RUpper.png);
    background-repeat: no-repeat;
    background-position: top left;
}
.WidgetDefault .wML /* Middle Left */
{
    width: 11px;
    background: url(Images/LMiddle.png);
    background-repeat: repeat-y;
    background-position: top left;
}
.WidgetDefault .wMM /* Middle Middle */
{
    background-color: #f5f5f5 !important;
}
.WidgetDefault .wContent /* Main Content */
{
    background-color: #f5f5f5 !important;
}

.WidgetDefault .wContent *
{
    background-color: #f5f5f5;
    font-family: Arial,Helvetica,Verdana,sans-serif;
}

.WidgetDefault .wMR /* Middle Right */
{
    width: 11px;
    background: url(Images/RMiddle.png);
    background-repeat: repeat-y;
    background-position: top left;
}
.WidgetDefault .wBL /* Bottom Left */
{
    width: 11px;
    height: 11px;
    background: url(Images/LBottom.png);
    background-repeat: no-repeat;
    background-position: top left;
}
.WidgetDefault .wBM /* Botton Middle */
{
    height: 11px;
    background: url(Images/Bottom.png);
    background-repeat: repeat-x;
    background-position: top left;
}
.WidgetDefault .wBR /* Bottom Right */
{
    width: 11px;
    height: 11px;
    background: url(Images/RBottom.png);
    background-repeat: no-repeat;
    background-position: top left;
}
.WidgetDefault .WT /*Widget Title*/
{
    font-size: 15px !important;
    color: Black !important;
}

.WidgetDefault .SCW select
{
    width: 90% !important;
    margin-left: 8px !important;
    word-spacing: -2px;
}
.WidgetDefault .CLW
{
    padding-top: 10px;
    font-weight: bold;
    font-size: 12px;
    padding-bottom: 5px;
}

.WidgetDefault .colTit
{
    width: 32% !important;
    text-align: right;
    vertical-align: baseline;
    padding-top: 2px;
    padding-right: 4px;
    font-size: 12px;
}

.WidgetDefault .colInp
{
    width: 65% !important;
}
.WidgetDefault .colInp input
{
    width: 75%;
    margin-bottom: 6px;
    height: auto;
    padding: 1px;
}
.WidgetDefault .colHlp
{
    width: 10% !important;
}


.WidgetDefault .btnSearch
{
    background: url(Images/cir-searchbutton.png) no-repeat scroll left top transparent;
    border: medium none;
    cursor: pointer;
    height: 19px;
    width: 69px;
    margin-bottom: 10px;
}
.WidgetDefault .wContent img
{
    margin-top: 3px;
    margin-left: 5px;
    position: absolute;
}
.WidgetDefault .wContent .colInp a
{
    text-decoration: none;
    color: #808080;
}
.WidgetDefault .wContent .colInp a:visited
{
    text-decoration: none;
    color: #808080;
}
.WidgetDefault .wContent .colInp a:hover
{
    text-decoration: underline;
    color: #808080;
}

.WidgetDefault .wContent table
{
    font-size: 12px;
}
