 
.right {
    float: right;
}

.left {
    float: left;
}

table.bbcode {
    border: 1px solid #ccc;
}

table.bbcode td {
    border: 1px solid #ccc;
    padding: 3px;
}

div#search_engine_box {
    text-align: left;
    position: fixed;
	margin-top:0px;
	padding-right:2px;
    bottom: 0px;
    right: 0px;
    width: 506px;
    border: 2px solid #ccc;
    background-color: white;
}

#search_engine_box h2 {
     padding: 5px;
    background-color: #5191ce;
    color: white;
    font-size: 12px;
    font-weight: normal;
}

#search_engine_box h2 span {
    color: black;
}

#search_engine_box h2 a {
    color: white;
    position: absolute;
    right: 5px;
}

#search_engine_box div {
    padding: 0 5px;
}

#search_engine_box li {
    margin-left: 15px;
    list-style: square;
}

* html div#search_engine_box {
    position: absolute;
    right: auto; bottom: auto;
    left: expression( ( 0 - search_engine_box.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
    top: expression( ( 0 - search_engine_box.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div#chat_button {
    text-align: right;
    position: fixed;
    bottom: 0px;
    right: 10px;
    width: 80px;
    border: 1px solid #ccc;
    padding: 2px;
    vertical-align: middle;
    background-color: #eee;
}

div#chat_input {
    position: fixed;
    bottom: 25px;
    right: 10px;
    text-align: left;
}

#chat_iframe {
    width: 360px;
    background-color: transparent;
}

div#chat_button img {
    vertical-align: middle;
}

* html div#chat_button {
    position: absolute;
    right: auto; bottom: auto;
    left: expression( ( 0 - chat_button.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
    top: expression( ( 0 - chat_button.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

* html div#chat_input {
    position: absolute;
    right: auto; bottom: auto;
    left: expression( ( 0 - chat_input.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
    top: expression( ( -25 - chat_input.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

/* Tooltips CSS definitions */	
.tooltip {
    position: absolute!important;
    overflow:hidden;
    font-size: 12px;
    z-index: 10000!important;
}
.tooltip .xtop, .tooltip .xbottom { display: block; background: transparent; font-size: 1px; }
.tooltip .xb1, .tooltip .xb2, .tooltip .xb3, .tooltip .xb4 { display: block; overflow: hidden; }
.tooltip .xb1, .tooltip .xb2, .tooltip .xb3 { height: 1px; }
.tooltip .xb2, .tooltip .xb3, .tooltip .xb4 { background: #666; border-left: 1px solid #333; border-right: 1px solid #333; }
.tooltip .xbottom .xb2, .tooltip .xbottom .xb3, .tooltip .xbottom .xb4 { background: #666; }
.tooltip .xb1 { margin: 0 5px; background: #333; }
.tooltip .xb2 { margin: 0 3px; border-width: 0 2px; }
.tooltip .xb3 { margin: 0 2px; }
.tooltip .xb4 { height: 2px; margin: 0 1px; }

.tooltip .xboxcontent {
    padding: 0 .5em;
    margin: 0;
    color: #000;
    text-shadow: 2px 2px 0px #CCC;
    word-wrap:break-word;
    border: 1px solid #333;
    border-width: 0px 1px 0 1px;
    background-color: #666;
}

div#site_nav, div#channel_nav {
    z-index: 1;
}

div#header {
    z-index: 2;
    position: relative;
}div#main {
    width: 666px;
}

div#local {
    width: 268px;
}

#main h1 {
    font-size: 16px;
}

#main div.nav {
    margin-bottom: 10px;
}

div.nav span{
    background-color: #F2F8EF;
    font-size: 13px;
    padding: 5px;
    font-weight: bold;
}

#main h5.nav {
    color: #e28822;
    clear: both;
    font-size: 12px;
}

div.tag {
    padding: 10px 0;
}

div.tag li {
    list-style: none;
    float: left;
    margin-left: 10px;
}

div.space {
    float: left;
    width: 330px;
    height: 130px;
    overflow: hidden;
}

div.space ul {
    float: left;
}

div.space li {
    list-style: none;
    margin: 0px;
    padding: 0 0 5px 10px;
}

div.featured_page {
    width: 310px;
    height: 130px;
    float: left;
    border: 1px solid #069;
    margin: 0 10px 15px 0;
    padding: 5px;
}

div.featured_page .content {
    float: left;
    padding-left: 10px;
    width: 240px;
    overflow: hidden;
}

div.featured_space {
    width: 320px;
    height: 130px;
    float: left;
    border: 1px solid #ccc;
    margin: 0 10px 15px 0;
}

div.featured_space h4 {
    background-color: #C8DAE8;
    padding: 3px;
}

div.related {
    margin: 0 3px;
}

div.related div.topic {
    padding: 10px 5px;
    margin: 5px 0;
}

div.related div.content {
    padding: 5px;
}

div#related_main {
    margin: 15px 5px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

div#related_main div.topic {
    padding: 5px 10px;
    float: right;
    width: 570px;
}

div#recommended_wiki_w0 {
    float: left;
    width: 336px;
}

div.topic_info {
    background-color: #EFFAFF;
    color: gray;
}

.digg {
    float: left;
    width: 52px;
    padding: 0 5px;
    text-align: center;
}

.digg h3 {
    background-image: url(/images/digg.jpg);
    background-repeat: no-repeat;
    height: 55px;
    margin-bottom: 5px;
    text-align: center;
}

.digg h3.digged {
    background-image: url(/images/digged.jpg);
}

.digg h5 {
    background-image: url(/images/digg_b.jpg);
    background-repeat: no-repeat;
    padding: 5px 0 6px 0;
}

.digg h3 a, .digg h3 span {
    color: black;
    font-size: 20px;
    line-height: 55px;
    padding: 0 15px;
    text-align: center;
    text-decoration: none;
}

.digg h3 a:hover {
    background-color: #BBC4EA;
}

.digg h5 a, .digg h5 span {
    font-weight: normal;
    font-size: 12px;
}

ins.diffmod, del.diffmod {
    display: block;
    background-color: #a0c8ff;
}

ins.diffins {
    display: block;
    background-color: #b4ffb4;
}

del.diffdel {
    display: block;
    background-color: #ffa0a4;
}

div.crumbs {
    background-color:#f2f8ef;
    padding:3px 10px;
    margin-bottom: 20px;
    font-size: 13px;
}

div#space_info {
    margin-bottom: 10px;
}

.toc {
    font-size: 13px;
}

.toc li {
    margin: 0;
    padding: 2px 0 2px 18px;
}

.toc span a {
    padding-left: 36px;
    background-image: url(/images/wiki/tree1.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.toc li a {
    padding-left: 36px;
    background-image: url(/images/wiki/tree2.png);
    background-repeat: no-repeat;
    background-position: left center;
    list-style: none;
}

.toc li.selected a {
    font-weight: bold;
    background-image: url(/images/wiki/tree3.png);
}

.toc li.open a {
    background-image: url(/images/wiki/tree3.png);
}

.toc li.page a {
    padding-left: 36px;
    background-image: url(/images/wiki/page.png);
}

.toc .all {
    color: red;
    padding-left: 20px;
}

div#space_info li {
    list-style: none;
    margin: 0px;
}

div#space_info table {
    width: 100%;
}

div.page_main {
    margin-bottom: 20px;
}

div.page_main h3 {
    font-size: 16px;
}

div.page_main div.space_logo {
    float: left;
    padding: 5px 10px 0 0;
}

div.page_main div.left {
    width: 600px;
}

.page_info {
    background-color:#F2F8EF;
    color:gray;
    padding:2px;
}

.page_info span {
    margin: 0 6px;
    padding-left: 20px;
    background-repeat: no-repeat;
}
.page_info .comment {
    background-image: url(/images/icon_comment.gif);
}

.page_info .view {
    background-image: url(/images/icon_arrow.gif);
}

.page_info .tag {
    background-image: url(/images/icon_tag.gif);
}

.page_info .space {
    background-image: url(/images/wiki/space.gif);
}

.page_info .date {
    color: #A12A2A;
    padding-left: 0;
}

.page_info a.favorite {
    background-image:url(/images/icon_favorite.gif);
    background-repeat:no-repeat;
    padding-left:20px;
}

#announcements {
    padding: 5px;
}

#wiki_main {
    padding-left: 5px;
}

#wiki_main h1, #wiki_main h2, h1.nav {
    font-size: 16px !important;
    border-bottom: 1px solid #ccc;
}

#wiki_main h1 {
    padding: 0 0 5px 5px;
}

#wiki_main h2 {
    padding: 15px 0 3px 5px;
}

#wiki_main .page_info {
    background-color: transparent;
    margin-bottom: 10px;
    padding-left: 5px;
}

.page_main span.actions, #wiki_main span.actions {
    position: absolute;
    right: 290px;
    font-size: 12px;
    font-weight: normal;
}

#wiki_main .content {
    padding: 5px 0 0 5px;
}

#wiki_menu {
    background-color: #F5F5F5;
    border: 1px solid #ccc;
    width: 300px;
    margin: 10px;
    padding: 5px;
}

#wiki_menu h4 {
    text-align: center;
}

div#pre_next {
    text-align: right;
    padding-top: 5px;
}

div#pre_next a {
    padding: 0 15px;
    background-repeat: no-repeat;
}

div#pre_next a.next {
    background-image: url(/images/gray_east_arrow.gif);
    background-position: right center;
}

div#pre_next a.pre {
    background-image: url(/images/gray_west_arrow.gif);
    background-position: left center;
}

#wiki_recommended_w2 {
    margin-top: 0;
    padding: 0 0 5px 5px;
}

div.comments {
    border-top: 1px solid #ccc;
    margin-top: 15px;
    padding: 15px;
}

div.comments h4 {
    font-size: 12px;
}

div.comments h5 {
    background-color:#ebebeb;
    font-weight: normal;
    font-size: 12px;
    margin: 15px 0;
}

#local div#random_spaces li {
    list-style: none;
    margin-left: 15px;
}

#local div#random_spaces strong a {
    font-size: 13px;
    color: black;
}

#local div#latest_comments div {
    border: 0px;
    border-top: 1px dashed gray;
    padding: 10px;
}

span.gray {
    color: gray;
}

table.admin {
    width: 100%;
    margin-bottom: 20px;
}

table.admin thead {
    font-weight: bold;
    font-size: 13px;
}

table.admin tbody td {
    padding: 5px 0;
    border-top: 1px dashed #ddd;
}

#local div.block {
    border: 1px solid #ccc;
    margin-top: 10px;
    background-color: #fafafa;
}

#local div.block h3 {
    background-color: #C8DAE8;
    font-size: 12px;
    text-align: center;
    padding: 3px 0;
    font-weight: normal;
}

#local div.block ul {
    padding-right: 10px;
}

#search_box {
    background-color:#FAFAFA;
    border:1px solid #CCDEAF;
    margin-bottom:5px;
    padding: 5px;
}

#space_actions {
    text-align: center;
    padding-top: 10px;
    font-weight: bold;
}

#space_actions span {
    padding: 10px;
}

