/* Colors */
.color-yellow {
    background: #f2bc00;
}
.color-red {
    background: #dd0000;
}
.color-blue {
    background: #148ea4;
}
.color-white {
    background: #dfdfdf;
}
.color-orange {
    background: #f66e00;
}
.color-green {
    background: #8dc100;
}
.color-yellow h3, .color-white h3, .color-green h3 {
    color: #000;
}
.color-red h3, .color-blue h3, .color-orange h3 {
    color: #FFF;
}
/* End Colors */

/* Head section */
#head {
    background: #000 url(../_images/widgets/head-bg.png) repeat-x;
    height: 100px;
}
#head h1 {
    line-height: 100px;
    color: #FFF;
    text-align: center;
    background: url(../_images/widgets/inettuts.png) no-repeat center;
    text-indent: -9999em;
}
/* End Head Section */

.desktopwidgets {
    height: 100%;
    overflow: auto;
}

/* Columns section */
.desktopwidgets ul, .desktopwidgets ol, .desktopwidgets img, .desktopwidgets p {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    list-style: none outside none;
}

.desktopwidgets .column {
    float: left; /*width: 33.3%;  Min-height: */
    min-height: 400px;
    height: auto !important;
    height: 400px;
}

/* Column dividers (background-images) : */
.desktopwidgets #column1 {
    background: url(../_images/widgets/column-bg-left.png) no-repeat right top;
}
.desktopwidgets #column3 {
    background: url(../_images/widgets/column-bg-right.png) no-repeat left top;
}

.desktopwidgets #column1 .wdg {
    margin: 30px 35px 0 25px;
}
.desktopwidgets #column3 .wdg {
    margin: 30px 25px 0 35px;
}
.desktopwidgets .wdgt {
    margin: 30px 20px 0 20px;
    padding: 2px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.desktopwidgets .wdgt .widget-head {
    color: #000;
    overflow: hidden;
    width: 100%;
    height: 25px;
    line-height: 30px;
    font-weight: bold;
}
.desktopwidgets .wdgt .widget-head h3 {
    padding: 0 5px;
    float: left;
}
.desktopwidgets .wdgt .widget-content {
    text-align: left; /*background: #333 url(../_images/widgets/widget-content-bg.png) repeat-x;*/
    background: White; /*padding: 0px 5px;*/
    color: Black;
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    line-height: 1.2em;
    overflow: auto;
}
.desktopwidgets .wdgt .widget-content p {
    padding: 0.8em 0;
    border-bottom: 1px solid #666;
}
.desktopwidgets .wdgt .widget-content img {
    /*    float: right;     margin: 10px;*/
}
.desktopwidgets .wdgt .widget-content pre {
    padding: 0.5em 5px;
    color: #EEE;
    font-size: 12px;
}
.desktopwidgets .wdgt .widget-content ul {
    /*padding: 5px 0 5px 20px;*/
    list-style: disc;
}
.desktopwidgets .wdgt .widget-content ul li {
    /*padding: 3px 0;*/
}
.desktopwidgets .wdgt .widget-content ul.images {
    padding: 7px 0 0 0;
    list-style: none;
    height: 1%;
}
.desktopwidgets .wdgt .widget-content ul.images li {
    display: inline;
    float: left;
}
.desktopwidgets .wdgt .widget-content ul.images img {
    display: inline;
    float: left;
    margin: 0 0 7px 7px;
}
/* End Columns section */








/* JS-Enabled CSS */

.widget-head a.remove {
    float: right;
    display: inline;
    background: url(../_images/widgets/buttons.png) no-repeat -24px 0;
    width: 14px;
    height: 14px;
    margin: 8px 4px 8px 0;
    text-indent: -9999em;
    outline: none;
}

.widget-head a.edit {
    float: right;
    display: inline;
    background: url(../_images/widgets/buttons.png) no-repeat;
    width: 24px;
    height: 14px;
    text-indent: -9999em;
    margin: 8px 4px 8px 4px;
    outline: none;
}

.widget-head a.collapse {
    float: left;
    display: inline;
    background: url(../_images/widgets/buttons.png) no-repeat -52px 0;
    width: 14px;
    height: 14px;
    text-indent: -9999em;
    margin: 8px 0 8px 4px;
    outline: none;
}

.widget-placeholder {
    border: 2px dashed #999;
    margin: 30px 20px 0;
}

.edit-box {
    overflow: hidden;
    background: #333 url(../_images/widgets/widget-content-bg.png) repeat-x;
    margin-bottom: 2px;
    padding: 5px 0;
}

.edit-box li.item {
    padding: 5px 0;
    overflow: hidden;
    float: left;
    width: 100%;
    clear: both;
}

.edit-box hr {
    margin-bottom: 0px;
}
.edit-box label {
    width: 30%;
    color: #FFF;
    padding: 0 10px 0 10px;
}

.edit-box ul.colors {
    float: right;
}
.edit-box ul.colors li {
    width: 20px;
    height: 20px;
    border: 1px solid #EEE;
    float: left;
    display: inline;
    margin: 0 5px 0 0;
    cursor: pointer;
}

/*.widget-content .containerTableStyle {
    overflow: hidden;
    height:auto !important;
    width:auto !important;
}
*/