﻿/*
Offical Style for Discuz!(R)
URL: http://www.discuz.net
(C) 2001-2007 Comsenz Inc.
<style type="text/css">
*/

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Common Style ~~~~ */


body, td, textarea, select, button
{
    color: #000;
    font: 12px/1.6em Helvetica, Arial, sans-serif;
}
body, ul, dl, dd, p, h1, h2, h3, h4, h5, h6, form, fieldset
{
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6
{
    font-size: 1em;
}
#menu li, .popupmenu_popup li, #announcement li, .portalbox li, .tabs li, .postmessage fieldset li, .side li, .formbox li, .notice li
{
    list-style: none;
}
a
{
    color: #000;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
a img
{
    border: none;
}
em, cite, strong, th
{
    font-style: normal;
    font-weight: normal;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Layout & Block Style ~~~~ */






#forumlinks .forumlink_logo
{
    float: right;
}
#online
{
}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Box Style ~~~~ */

/*Main Box*/

.mainbox h1 a, .mainbox h3 a
{
    color: #FFF;
}
.mainbox table
{
    width: 100%;
}


.mainbox thead.category th, .mainbox thead.category td
{
    background: #E8F3FD url("../../images/default/cat_bg.gif");
}



.forumlist tbody strong, .threadlist tbody strong, .formbox tbody strong
{
    color: #090;
}

/*Forum & Thread List*/

.forumlist tbody th
{
    height: 40px;
}
.forumlist th, .threadlist th
{
    text-align: left;
}
.forumlist th
{
    padding-left: 55px !important;
}
.forumlist h2 em
{
    color: #069;
}
.forumlist tbody th
{
    background-image: url(../../images/default/forum.gif);
    background-repeat: no-repeat;
    background-position: 13px 50%;
}
.forumlist tbody th.new
{
    background-image: url(../images/forumImages/forum_new.gif);
}

* html .threadlist .target
{
    margin-left: -14px;
    margin-right: 5px;
}
.forumlist tbody tr:hover th, .forumlist tbody tr:hover td, .threadlist tbody tr:hover th, .threadlist tbody tr:hover td
{
    background-color: #E8F3FD;
}
.forumlist td.lastpost
{
    width: 260px;
}





/*List*/
td.user
{
    width: 120px;
}
td.nums
{
    width: 80px;
    text-align: center;
}
td.time
{
    width: 120px;
}
td.selector
{
    width: 20px;
    text-align: center;
}








