/* General */
html {
    
}

body {
    background: #EBEBEB url(images/background.png) repeat-x top;
    font-size: 80%;
    font-family: "MS PGothic", Osaka, sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.4em;
}

table {
    background-color: #fff;
}

th a:link,th a:active,th a:visited {
    
}

hr {
    
}

img {
    border: 0px;
}

p {
    padding: 0;
    margin: 0;
}

h1,h2,h3,h4 {
    
}

h4 {
    
}

/* Link */
a:link,a:visited,a:active {
    
}

a:hover {
    
}

/* Form */
form {
    margin: 0;
    padding: 0;
}

input,select,textarea {
    
}

input {
    
}

input:focus,select:focus,textarea:focus {
    
}

/* List */
ul {
    margin: 0.2em 1.2em;
    padding: 0px;
}

ol {
    margin: 0.6em 1.8em;
    padding: 0px;
}

li {
    line-height: 1.4em;
}

/* BB Code */
div.xoopsCode {
    border-left: 3px solid #CCC;
    background: #EEE;
    font-family: "Courier New", Courier, monospace;
    margin: .5em;
    padding: 1em .6em;
}

div.xoopsQuote {
    border-left: 3px solid #CCC;
    background: #EEE;
    margin: .5em;
    padding: .5em;
}

.xoopsQuote blockquote {
    color: #363636;
    margin: 0;
    padding: 1em .6em;
}

/* Layout */
#wrap {
    width: 846px;
    margin: 0 auto;
    text-align: left;
}

#wrap_end {
    background: url(images/wrap_end.gif) no-repeat;
    width: 846px;
    margin: 0 auto 5px auto;
    height: 10px;
}

/* Header */
#header {
    background: #000 url(images/header_background.png);
    margin: 0 8px;
    padding: 0 15px;
    height: 80px;
}

div#header-left {
    float: left;
    width: 600px;
    height: 80px;
    padding: 0;
}

div#header-right {
    float: right;
    width: 185px;
    height: 80px;
}

#header h1 {
    font-size: 200%;
    font-weight: normal;
    margin: 15px 0 0 0;
    padding: 0;
    line-height: 1.2em;
}

#header a:link,#header a:visited {
    color: #fff;
    text-decoration: none;
}

span#pagetitle {
    color: #fff;
    font-size: 120%;
}

/* Sub Navigation */
#navigation-sub {
    background: #E2E2E2 url(images/navigation-sub.png);
    height: 26px;
    line-height: 26px;
    margin: 0 8px;
    padding: 0 8px;
    display: block;
    list-style: none;
    text-align: right;
}

#navigation-sub li {
    display: inline;
    line-height: 26px;
    margin-right: 0.5em;
}

#navigation-sub a:link,#navigation-sub a:active,#navigation-sub a:visited {
    background: url(images/both.gif) 0 -4px no-repeat;
    color: #000;
    text-decoration: none;
    padding-left: 16px;
}

#navigation-sub a:hover {
    background: url(images/both-hov.gif) 0 -4px no-repeat;
    color: #000;
}

#navigation-sub .login_text {
    border: 1px solid #999;
    vertical-align: middle;
}

#navigation-sub .login_pass {
    border: 1px solid #999;
    height: 1.1em;
    vertical-align: middle;
}

#navigation-sub #login_button {
    vertical-align: middle;
}

#navigation-sub #login_button {
    margin: 0;
    padding: 0;
    font-size: 9pt;
    height: 1.6em;
}

/* Search */
#navigation_search {
    float: right;
    background: url(images/navigation-bg.gif) repeat-x;
    padding: 5px;
}

* html #navigation_search { /* IE Fix*/
    padding: 4px;
}

#navigation_search .submit {
    background: transparent;
    border: 0;
    margin: -7px 0;
    padding: 0;
}

* html #navigation_search .submit { /* IE Fix*/
    margin: -5px 0;
}

#navigation_search .query {
    border: 1px solid #999;
    background: #000;
    color: #FFF;
    margin: 0;
    height: 16px;
}

/* Navigation */
#navigation {
    background: url(images/navigation-bg.gif) repeat-x;
    margin: 0 8px;
    height: 34px;
}

/* Container */
#container {
    float: right;
    text-align: left;
}

/* Left Column */
#leftcolumn {
    float: left;
}

#leftcolumn dl {
    background: #fcfcfc;
    margin: 0 0 0 8px;
    padding: 0;
}

#leftcolumn dt {
    background: #E2E2E2 url(images/blocktitle.gif) no-repeat;
    height: 24px;
    line-height: 24px;
    font-weight: bold;
    padding-left: 18px;
}

#leftcolumn dd {
    margin: 0;
    padding: 6px 8px;
}

#leftcolumn table {
    width: 100%;
}

/* Center Column */
#centercolumn {
    float: left;
    margin-top: 10px;
    margin-bottom: 20px;
}

#centercolumn .blockTitle {
    border: 1px solid #999;
    background: #666 url(images/block_bg.png) right no-repeat;
    color: #fff;
    font-size: 110%;
}

#centercolumn .blockTitle span {
    display: block;
    background: url(images/dot.gif) left no-repeat;
    height: 24px;
    line-height: 26px;
    padding-left: 8px;
    margin-left: 5px;
}

#centercolumn .blockContent {
    margin: 0 0 1em 0;
    padding: 0.5em;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    border-left: 1px solid #999;
}

#centercontents {
    clear: both;
}

#centerleft {
    float: left;
    width: 49%;
}

#centerleft .blockTitle {
    
}

#centerleft .blockContent {
    
}

#centerright {
    float: right;
    width: 49%;
}

#centerright .blockTitle {
    
}

#centerright .blockContent {
    
}

/* Right Column */
#rightcolumn {
    float: right;
}

#rightcolumn dl {
    background: #fcfcfc;
    margin: 0 8px 0 0;
    padding: 0;
}

#rightcolumn dt {
    background: #E2E2E2 url(images/blocktitle.gif) no-repeat;
    height: 24px;
    line-height: 24px;
    font-weight: bold;
    padding-left: 18px;
}

#rightcolumn dd {
    margin: 0;
    padding: 6px 8px;
}

.c-both {
    clear: both;
}

/* Footer */
#footer {
    background: url(images/footer.gif);
    border-top: 1px solid #CCC;
    margin: 0 8px;
    padding: 10px 0;
    line-height: 2em;
    font-size: 95%;
    text-align: center;
}

/* Mainmenu */
td#mainmenu {
    line-height: 1.0em;
}

td#mainmenu a:link,td#mainmenu a:visited,td#mainmenu a:active {
    background: url(images/menu-both.gif) no-repeat;
    border-bottom: 1px dotted #828282;
    text-decoration: none;
    padding-left: 10px;
}

td#mainmenu a:hover {
    background: url(images/menu-both-hov.gif) no-repeat;
    color: #BF9968;
    text-decoration: none;
    padding-left: 10px;
}

td#mainmenu a.menuTop {
    
}

td#mainmenu a.menuTop:hover {
    
}

td#mainmenu a.menuMain {
    
}

td#mainmenu a.menuMain:hover {
    
}

td#mainmenu a.menuSub {
    font-size: 95%;
    line-height: 0.8em;
    margin-left: 0.5em;
}

td#mainmenu a.menuSub:hover {
    
}

/* Usermenu */
td#usermenu {
    line-height: 0.9em;
}

td#usermenu a {
    background: url(images/menu-both.gif) no-repeat;
    border-bottom: 1px dotted #828282;
    text-decoration: none;
    padding-left: 10px;
}

td#usermenu a:hover {
    background: url(images/menu-both-hov.gif) no-repeat;
    color: #BF9968;
    text-decoration: none;
    padding-left: 10px;
}

td#usermenu a.menuTop {
    
}

td#usermenu a.highlight {
    border-left: 8px solid #FDCA8A;
    color: #BF9968;
    text-decoration: none;
}

/* News */
.item {
    
}

.itemHead {
    background-color: #666;
    padding: 3px 5px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
}

.itemInfo {
    background: #eee;
    padding: 4px 6px;
    font-size: 95%;
}

.itemTitle a:link,.itemTitle a:active,.itemTitle a:visited {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.itemTitle a:hover {
    text-decoration: underline;
}

.itemPoster {
    
}

.itemPostDate {
    
}

.itemStats {
    
}

.itemBody {
    padding: 4px 6px;
}

.itemText {
    
}

.itemFoot {
    background: #eee;
    border: 1px solid #C8C8C8;
    padding: 4px 6px;
    font-size: 95%;
}

.itemAdminLink {
    
}

.itemPermaLink {
    
}

/* Forum,Table */
th {
    background-color: #808080;
    padding: 2px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.outer {
    width: 100%;
    border: 1px solid silver;
}

.head,tr.head td {
    background-color: #e6e6e6;
    padding: 5px;
    vertical-align: middle;
}

.head a:link,.head a:active,.head a:visited {
    
}

.head a:hover {
    
}

.even {
    background-color: #f3f3f3;
    vertical-align: middle;
    padding: 5px;
}

.odd {
    background-color: #fcfcfc;
    vertical-align: middle;
    padding: 5px;
}

tr.even td {
    background-color: #f3f3f3;
    vertical-align: middle;
    padding: 5px;
}

tr.odd td {
    background-color: #fcfcfc;
    vertical-align: middle;
    padding: 5px;
}

.foot,tr.foot td {
    background: #ccc;
    padding: 4px 6px;
}

.foot a:link,.foot a:active,.foot a:visited {
    
}

/* Forum Post,etc.. */
.comTitle {
    font-weight: bold;
}

.comPoster {
    
}

.comText {
    
}

.comUserStat {
    background: #EEE;
    border: 1px solid #CCC;
    font-size: 95%;
    margin: 3px 0;
    padding: 2px;
}

.comUserStatCaption {
    font-weight: bold;
}

.comUserStatus {
    
}

.comUserRank {
    
}

.comUserRankText {
    
}

.comUserRankImg {
    
}

.comUserName {
    
}

.comUserImg {
    
}

.comDate {
    
}

.comDateCaption {
    
}

/* Error Message */
div.errorMsg {
    background-color: #FFCCCC;
    text-align: center;
    border-top: 1px solid #DDDDFF;
    border-left: 1px solid #DDDDFF;
    border-right: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
    font-weight: bold;
    padding: 10px;
}

div.confirmMsg {
    background-color: #DDFFDF;
    color: #136C99;
    text-align: center;
    border-top: 1px solid #DDDDFF;
    border-left: 1px solid #DDDDFF;
    border-right: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
    font-weight: bold;
    padding: 10px;
}

div.resultMsg {
    background-color: #CCCCCC;
    color: #333333;
    text-align: center;
    border-top: 1px solid silver;
    border-left: 1px solid silver;
    font-weight: bold;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
    padding: 10px;
}

span.red {
    color: #ff0000;
}
