body {
    background: white;
}

#twitter_div {
    font-size: 11px;
    font-family: Arial;
    background-color: #C6E2EE;
/*
    width: 300px;
*/
}

.twittertenta li {
    margin: 0;
    padding: 0;
    list-style: square;
}

.twittertenta a {
    color: black;
    font-weight: bold;
}


.twitter-bar-title {
    font-size: 13px;
}

#twitter_update_list {

}

#twitter-link {
    font-size: 12px;
}

hr {
    color: #000000;
    height: 2px;
    background-color: #000000;
    border: 0px solid #000000;
}


.headlink a {
    text-decoration: none;
    color: black;
    padding: 0 2px;
}

.headlink a:hover {
    color: #C6E2EE;
}



/* Tag cloud */

.tags ul {
    margin: 1em 0;
    padding: .5em 10px;
    text-align: center;
}

.tags li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline;
}

.tags li a {
    text-decoration: none;
    color: black;
    padding: 0 2px;
}

.tagsnolink {
    text-decoration: none;
    color: black;
    padding: 0 2px;
    display: inline;
}

.tags li a:hover {
    color: #C6E2EE;
}

.tag1 {
    font-size: 100%;
}

.tag2 {
    font-size: 120%;
}

.tag3 {
    font-size: 140%;
}

.tag4 {
    font-size: 160%;
}

.tag5 {
    font-size: 180%;
}

/* UI tabs */
.ui-tabs {
    position: relative;
}

/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0;

}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 1px;
    white-space: nowrap;
    margin-right: 3px;
    background-color: #C6E2EE;
    vertical-align: bottom;
}

.ui-tabs .ui-tabs-nav li a {
    float: left;
    text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    margin-bottom: 0;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
    cursor: text;
}

.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
    cursor: pointer;
}

/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    background: none;
}

.ui-tabs .ui-tabs-hide {
    display: none !important;
}

 