/*
 *  Project:    FAQ757
 *  Author(s):  Frank Oh
 *  Website:    www.it747.com
 *  Copyright:  This is the property of IT747.COM
 */

body    { margin: 0px; color: black; font-size: 11px; }
body, td, th, h1, h2            { font-family: Verdana, Arial, sans-serif; font-size: 11px; }
form, input, textarea, select   { font-family: Verdana, Arial, sans-serif; font-size: 11px; }
form, table, tr, td, th, p, div, span, div, img { margin: 0px; padding: 0px; border: none; }
pre         { margin: 0px; font-family: monospace; }
a           { }
a:link      { color: #000099; text-decoration: underline; }
a:visited   { color: #000099; text-decoration: underline; }
a:hover     { color: white; background-color: orange; }

a.invisible         { }
a.invisible:link    { text-decoration: none; }
a.invisible:visited { text-decoration: none; }
a.invisible:hover   { }

table           { width: 100%; border-collapse: collapse; }
td              { text-align: left; vertical-align: top; }

h1              { font-size: 150%; }
h2              { font-size: 125%; }
i               { color: #666666; }
input           { border: 1px solid #cccccc; background-color: #ffffee; color: blue; margin: 2px; padding: 2px 5px 2px 5px; }
textarea        { border: 1px solid #cccccc; background-color: #ffffee; color: blue; margin: 2px; padding: 0px 0px 0px 5px; }
select          { border: 1px solid #cccccc; background-color: #ffffee; color: blue; margin: 2px; padding: 0px 0px 0px 5px; }
input.radio     { border: none; background-color: transparent; margin: 0px; padding: 0px; }
input.submit    { padding: 0px; margin: 0px; border: none; cursor: pointer; }

.open           { background-repeat: no-repeat; }
.body           { background-repeat: repeat-y; }
.close          { background-repeat: no-repeat; }
.spacer         { padding: 0px; margin: 0px; font-size: 1px; line-height: 1px; }

div.debug { margin: 20px 0px 10px 0px; padding: 10px 0px 0px 0px; border-top: 2px dotted #cccccc; }
div.debug { background-color: white; color: black; text-align: left; font-size: 14px; }
div.debug span.msg_php      { color: blue; }
div.debug span.msg_debug    { }

body        { background-color: #eeeeee; }
div.main    { width: 90%; margin: 0px auto 0px auto; background-color: #ffffff; }
div.header  { padding: 10px 10px 0px 10px; }
div.trunker { border: 1px solid #cccccc; border-left: none; border-right: none; }
div.footer  { }

table.trunker { }
table.trunker td.lefter   { width: 25%; border-right: 1px dotted #b4b4b4; }
table.trunker td.center   { }
table.trunker td.righter  { width: 0px; }

div.lefter  { padding: 10px 10px 10px 10px; }
div.center  { padding: 10px 10px 10px 10px; }
div.righter { }

div.editfile    { color: #dddddd; }

div.lefter .title           { font-size: 14px; font-weight: bold; padding-bottom: 10px; }
div.lefter .category_title  { }
div.lefter .category_description { font-size: 10px; color: #888888; }
div.lefter .record_subject  { }
div.lefter .record_content  { font-size: 10px; color: #888888; }
div.lefter .record_added_on { font-size: 10px; color: #888888; text-align: right; font-style: italic; }

div.category_path           { margin-bottom: 20px; }
div.center .page_title      { font-size: 20px; font-weight: bold; padding-bottom: 10px; }
div.center .page_description{ font-size: 12px; color: #888888; }
div.center .subtitle        { color: #888888; font-size: 16px; font-weight: bold; margin-bottom: 10px; }

div.record_list             { margin-bottom: 20px; }
div.record_list .subject    { font-size: 14px; font-weight: bold; }
div.record_list .content    { color: #888888; height: 13px; overflow: hidden; }
div.record_list .stat       { color: #888888; }

div.record_list_short .subject  { font-size: 11px; font-weight: normal; }
div.record_list_short .content  { color: #888888; height: 13px; overflow: hidden; }
div.record_list_short .stat     { color: #888888; }
div.record_list_short td.item   { width: 50%; padding: 0px 30px 15px 0px; }

div.record .subject { }
div.record .content { }
div.record .stat    { color: #888888; }

div.record .menu    { background-color: #f5f5f5; }

div.record .comment_head    { background-color: #f5f5f5; border: 1px solid #cccccc; padding: 3px; }
div.record .comment_title   { font-weight: bold; }
div.record .comment_body    { background-color: #ffffff; border: 1px solid #cccccc; border-top: none; padding: 3px; }


div.category_list { margin-bottom: 20px; }
div.category_list .title        { font-size: 14px; font-weight: bold; }
div.category_list .description  { color: #888888; }
div.category_list td.item       { width: 50%; padding: 0px 30px 15px 0px; }

div.jump_category { text-align: right; }
div.jump_category { padding: 0px 0px 7px 0px; }
div.jump_category select        { font-size: 14px; }

/* vim: set expandtab sw=4 ts=4 sts=4: */
