﻿#div_WidgetSettings {
    margin: 2px 2px 2px 2px;
    border: 1px solid silver;
    width: 340px;
    height: 240px;
    overflow-y: auto;
    overflow-x: hidden;
    font-size: 16px;
}
#div_WidgetSettings input {
    height: 16px;
    width: 16px;
    cursor: pointer;
}
#div_WidgetSettings label {
    cursor: pointer;
    margin-left: 5px;
}
/********************************************/
.widget {
    position: absolute;
    z-index: 150;
    -moz-user-select: none;
    background-color: #fff;
}
.widget .title {
    background-color: #FF9933;
    color: Black;
    height: 20px;
    padding: 2px 10px 3px 10px;
    border: 1px solid black;
    font-weight: bold;
    overflow: hidden;
    max-width: 200px;
    opacity: 0.66;
    position: relative;
    top: -25px;
    left: 4px;
    display: none;
    float: left;
}
.widget .properties, .widget .sizer_s, .widget .sizer_l {
    width: 17px;
    height: 17px;
    cursor: pointer;
    background-color: Transparent;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.4;
    position: absolute;
    display: none;
}
.widgetsettings {
    border: 1px solid silver;
    margin-top: 3px;
    margin-left: 3px;
    padding: 6px 6px 6px 6px;
    font-size: 14px;
}
.widget .title:hover, .widget .properties:hover, .widget .sizer_s:hover, .widget .sizer_l:hover {
    opacity: 1;
}

.widget .properties {
    left: -16px;
    background-image: url(../_images/small/thread_read.gif);
}
.widget .sizer_s {
    left: -16px;
    top: 16px;
    background-image: url(../_images/small/topItem_exp.gif);
}
.widget .sizer_l {
    left: -16px;
    top: 16px;
    background-image: url(../_images/small/topItem_col.gif);
}
.widget .small, .widget .large {
    top: 0px;
    left: 0px;
    background-color: White;
    margin: 2px 2px 2px 2px;
    border: 1px solid black;
    min-width: 35px;
    display: none;
    position: absolute;
    overflow: none;
}
/********************************************/
