.widget_select {
    float: left;
    width: 180px;
    overflow: auto;
    height: 500px;
    border-width: 1px;
    border-style: solid;
    border-color: black;
    padding: 3px
}

.widget_select_text {
    border-width: 1px;
    border-style: solid;
}

.widget_select_delete {
    float: right;
    text-decoration: underline;
    cursor: pointer;
}

.widget_select_item {
    width: 160px;
}

div.widget_container {
    float: left;
    width: 320px;
    padding-bottom: 20px;
    padding-right: 10px;
}

div.widget_label_options {
    clear: both;
    float: left;
    text-align: right;
    width: 100px;
    padding-bottom: 2px;
    padding-right: 10px;
}

div.widget_col_heading {
    text-decoration: underline;
}
div.widget_heading_privacy {
    font-weight: bold;
}

div.widget_label_privacy {
    clear: both;
    float: left;
    text-align: right;
    width: 30%;
    padding-bottom: 2px;
    padding-right: 10px;
}

div.widget_text_privacy {
    float: left;
    width: 33%;
    padding-bottom: 2px;
}

/* settings */
.settingblock {
    padding-top: 20px;
}   
.settingblock .settingblock {
    margin-bottom: 0px;
    margin-left: 15px;
}   
.settingblock .indent {
    padding-bottom: 8px;
}   
.checkoption {
    margin-bottom: 3px;
}
.blockoptions {
    margin-left: -25px;
    padding-bottom: 8px;
    padding-top: 8px;
}
.tsettings {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.tsettings td {
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 3px 8px;
}   
.tsettings th {
    background-color: #777;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 3px;
}
.tsettings .odd {
    background-color: #fff;
}
.tsettings .even {
    background-color: #ededed;
}
.tsettings .optname {
    width: 250px;
    overflow: auto;
}

.odd {
    background-color: #fff;
}
.even {
    background-color: #ededed;
}

/* body layout */
div.outer_spacing {
    padding-bottom: 40px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 0px;
}

div.inner_spacing {
    padding-bottom: 0px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0px;
}

div.performance {
    color: #6969A2;
}
div.performance_border {
    border-color: #EAD5F4 !important;
}

div.community {
    color: #BF4D4D;
}
div.community_border {
    border-color: #FDDFE1 !important;
}

div.member_data {
    color: #1176A8;
}
div.member_data_border {
    border-color: #9AD7F4 !important;
}

div.incircle_settings {
    color: #517827;
}
div.incircle_settings_border {
    border-color: #D4E69E !important;
}

div.accounts {
    color: #C2541D;
}
div.accounts_border {
    border-color: #F6D8CB !important;
}

div.support {
    color: #976701;
}
div.support_border {
    border-color: F4E19A !important;
}

div.all_communities {
    color: #444444;
}
div.all_communities_border {
    border-color: #DDDDDD !important;
}

div.header {
    width: 185px;
    text-align: center;
    margin-top: 6px;
}

div.subheader {
    margin-top: 16px;
}

div.subheader .subheader_link {
    font-size: 12px;
}

div.dh1 {
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
}

div.dh2 {
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
}

div.dh3 {
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #999999;
    margin: 0px 5px;
}

div.linkbox {
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.8;
}

/* object display */
div.admin_display_section {
    padding-top: 20px;
}

div.admin_display_row {
    padding-top: 1em;
}

div.admin_display_label {
    float: left;
    width: 185px;
    text-align: right;
    font-size: 13px;
    font-weight: bold;
    color: #333333;
}

div.admin_display_text {
    float: left;
    padding-left: 15px;
    font-size: 12px;
    color: #333333;
    width: 490px;
}

/* forms */
div.spaced_button {
    padding-left: 0px;
    padding-right: 35px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px;
}

/* div tables */
div.admin_table .dtr {
    border-style: none none dotted none;
    border-width: 1px;
    padding: 5px 20px 5px 30px;
}
div.admin_table .dth {
    float: left;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #999999;
    padding-right: 10px;
}
div.admin_table .dtd {
    float: left;
    padding-right: 10px;
}
div.admin_table .mouseover:hover {
    background-color: #F7F7F4;
}
div.admin_table .dpager {
    float: right;
    padding-top: 5px;
    padding-right: 5px;
}
div.admin_table .col2 {
    width: 45%;
}
div.admin_table .col3 {
    width: 30%;
}
div.admin_table .col4 {
    width: 20%;
}

/* tables */
div.admin * {
    border-color: inherit;
}

div.admin table {
    border-collapse: collapse;
}
div.admin tr.mouseover:hover {
    background-color: #F7F7F4;
}
div.admin th {
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #666666;
    border-style: none none dotted none;
    border-width: 1px;
    padding: 5px 10px 5px 10px;
}
div.admin th.first {
    padding-left: 30px;
    padding-right: 10px;
}
div.admin th.last {
    padding-left: 10px;
    padding-right: 30px;
}
div.admin td {
    border-style: none none dotted none;
    border-width: 1px;
    padding: 5px 10px 5px 10px;
}
div.admin td.first {
    padding-left: 30px;
    padding-right: 10px;
}
div.admin td.last {
    padding-left: 10px;
    padding-right: 30px;
}

/* layouts */
div.content_left_box {
    float: left;
    width: 450px
}

div.help_right_box {
    float: right;
    background-color: #F8FBF2;
    border: 1px solid #EAEAEA;
    padding: 30px;
    color: #333333;
}

hr {
    border: 1px dotted;
    background-color: white;
    margin-top: 2px;
    margin-bottom: 20px;
}

div.spacer {
    height: 30px;
}

/* point-to bar */
div.point_text {
    background-color: #E7E7DE;
    color: black;
    font-family: Verdana, sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 10px;
}

div.pointer {
    margin : 0px 20px 15px;
}

div.abbrev .dots {
    display: block;
}
div.abbrev .word {
    display: none;
    z-index:9;
    position: absolute;
    float:left;
    border-width: 1px;
    border-style: solid;
    background-color: #E7E7DE;
    padding: 2px;
}
