a {
    color: #006699; 
    text-decoration: none;
    padding-top: 2px;
    padding-bottom: 2px;
}

a:hover {
    color: #CC6600;
    text-decoration: underline;
}

a:active {
    color: #006699;
}

/***************************************
 * WIDGET WINDOW ELEMENTS 
 *
 */

/* widget window box */
.window {
    color: #000000;
    padding: 0px;
    margin: 4px 0px 4px 0px;
}

/* caption line of widget window */
.window_caption_left {
    width: 0;
}
.window_caption_middle {
    overflow: hidden;
    zoom: 1;
    text-align: left;
    width: 100%;
    border: 1px solid #9999FF;
    background: #E0E0FF;
}
.window_caption_right {
    width: 0;
}


.window_caption {
    zoom: 1;
    width: auto;
    position: relative;
    padding: 1px 2px 2px 2px;
    border-top: 1px solid #FFFFFF;
    height: 16px;
}


/* title text */
.caption_title {
    color: #000000;
    width: auto;
    font-weight: bold;
    overflow: hidden;
    height: 14px;
    margin-top: 1px;
    margin-left: 4px;
    float: left;
    display: inline;
}

.window_caption .caption_title span {
    color: #990000;
}

.window_caption .caption_title a {
    font-weight: bold;
    color: #006699;
}
.window_caption .caption_title a:hover {
    text-decoration: underline;
}
.window_caption .caption_title a:visited {
    color: #006699;
}


/* settigs panel (container for .settings_section boxes) */
.window_setting {
    display: none;
    padding: 2px 8px 2px 8px;
    text-align: left;
    background: #F0F0FF;
    border-left: 1px solid #9999FF;
    border-right: 1px solid #9999FF;
    border-bottom: 1px solid #9999FF;
    margin: 0px;
}


/* box for settings property */
.settings_section {
    width: auto;
    overflow: hidden;
    position: relative;
    margin: 0px;
    padding: 3px 6px 3px 6px;
    zoom: 1;
}


/* content area */
.window_content {
    width: auto;
    height: 100%;

    background: #FFFFFF;
    padding: 4px;
    text-align: left;
    border-left: 1px solid #9999FF;
    border-right: 1px solid #9999FF;
    border-bottom: 1px solid #9999FF;
}


/* window footer */
.window_footer {
    font-size: 0px;
    width: auto;
    display: none;
}

.window_footer_left {
}

.window_footer_middle {
}

.window_footer_right {
}




/***************************************
 *   WINDOW CAPTION BUTTONS
 *
 */

.btn_hide {
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: transparent url("images/hide.gif") no-repeat 0 0;
    margin: 0;
    padding: 0px;
}                                       

.btn_show {
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: transparent url("images/show.gif") no-repeat 0 0;
    margin: 0;
    padding: 0px;
}

.btn_refresh {
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: transparent url("images/refresh.gif") no-repeat 0 0;
    float: right;
    margin: 0;
    padding: 0px;
}

.btn_settings {
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: transparent url("images/settings.gif") no-repeat 0 0;
    float: right;
    margin: 0;
    padding: 0px;
}

.btn_close {
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: transparent url("images/close.gif") no-repeat 0 0;
    float: right;
    margin: 0;
    padding: 0px;
    margin-left: 8px;
}

.btn_code {
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: transparent url("images/code.gif") no-repeat 0 0;
    float: right;
    margin: 0;
    padding: 0px;

}


.caption_left_element {
    float: left;
}





/* RSS BOX */
.rss_box_item, .rss_box_item_visited {
    background: transparent url(images/li.gif) no-repeat 0 5px;
    width: auto;
    color: #006699;
    cursor: pointer;
    padding-left: 12px;
    margin-bottom: 2px;
}
.rss_box_item {
    font-weight: bold;
}
.rss_box_item_visited {
    color: #999999;
}



/* TABS */
.tab_panel {
    overflow: hidden;
    zoom: 1;
    padding: 4px 2px 8px 2px;
    background: #F0F0F0;
    border-bottom: 1px solid #9999FF;
}

.tab_add_icon {
    margin-top: 4px;
    width: 16px;
    height: 16px;
    background: transparent url(images/plus.gif) no-repeat 0 0;
}

.tab_box, .tab_box_selected {
    float: left;
    overflow: hidden;
    zoom: 1;
    margin: 2px 3px 2px 3px;
    padding: 0px;
    border: 1px solid #9999FF;
}

.tab_box {
    background: #FFFFFF;
    cursor: pointer;
}

.tab_box_selected {
    background: #E0E0FF;
}

.tab_left {
    width: 4px;
    height: 24px;
    float: left;
}

.tab_middle {
    overflow: hidden;
    zoom: 1;
    height: 24px;
    float: left;
}

.tab_right {
    width: 4px;
    height: 24px;
    float: left;
}
.tab_icon {
    float: left;
    margin-top: 4px;
}
.tab_title {
    float: left;
    margin-top: 5px;
    margin-left: 4px;
    margin-right: 4px;
    color: #202099;
}
.tab_controls {
    display: none;
    float: left;
    margin-left: 2px;
    margin-right: 4px;
    margin-top: 5px;
}
.tab_close_btn {
    font-size: 1px;
    width: 7px;
    height: 7px;
    background: transparent url(images/tab_close.gif) no-repeat 0 0;
    cursor: pointer;
}
.tab_options_btn {
    font-size: 1px;
    width: 7px;
    height: 7px;
    background: transparent url(images/tab_options.gif) no-repeat 0 0;
    cursor: pointer;
}



.tab_box_selected .tab_left {
    width: 4px;
    height: 24px;
    float: left;
}

.tab_box_selected .tab_middle {
    overflow: hidden;
    zoom: 1;
    height: 24px;
    float: left;
}

.tab_box_selected .tab_right {
    width: 4px;
    height: 24px;
    float: left;
}

.tab_box_selected .tab_title {
    color: #000000;
    font-weight: bold;
    cursor: default;
}

.tab_box_selected .tab_controls {
    display: block;
}

.tab_area {
    width: 4px;
    border: 0px;
    background: red;
    float: left;
    margin: 2px 3px 2px 3px;
    height: 24px;
}



/* PANELS */

.panel {
    color: #000000;
    background: #F0F0F0;
    border: 1px solid #787C93;
    margin: 4px;
}
.panel_header {
    width: auto;
    overflow: hidden;
    zoom: 1;
    padding: 4px;
    border-bottom: 1px solid #787C93;

}
.panel_title {
    font-weight: bold;
    float: left;
}
.panel_close_icon {
    float: right;
    width: 15px;
    height: 16px;
    background: transparent url(images/close.gif) no-repeat 0 0;
    cursor: pointer;
}
.panel_section {
    width: auto;
    padding: 6px 4px 6px 4px;
    border-bottom: 1px solid #787C93;
}



/* DESKTOP */

.destop_header {
    height: 50px;
    border: 0px;
    background: #EEEEFF;
    border-bottom: 1px solid #9999FF;
    padding: 0px 4px 0px 4px;
}

.desktop_title {
    height: 26px !important;
    width: auto;
    text-align: center;
    overflow: visible;
}
.desktop_title_box, .desktop_title_input {
    font-family: Tahoma, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: white;
}

.desktop_title_box {
    padding-left: 8px;
    padding-right: 8px;
    cursor: text;
}
.desktop_title_input {
    margin: 0px;
    height: 24px;
    padding: 0px 4px 0px 4px;
}