/*--------- General Styles ---------------------------------------------------*/

body {
    font-family: verdana, sans-serif;
    color: #FC6203;
    background-color: #081429;
    margin: 0;
    padding: 10px 2.5%;
    font-size: 69%;
}
* {
    scrollbar-face-color: #320808;
    scrollbar-highlight-color: #320808;
    scrollbar-shadow-color: #993300;
    scrollbar-3dlight-color: #993300;
    scrollbar-arrow-color: #ef750e;
    scrollbar-track-color: #240000;
    scrollbar-darkshadow-color: #000000;
}

table {
    border-collapse: collapse;
    empty-cells: show;
    width: 100%;
    font-size: 100%;
}

.field1 {
    background-color: #240000;
    border: 1px solid #993300;
}

.field2 {
    background-color: #320808;
    border: 1px solid #993300;
}

th {
    background-color: #000000;
    border: 1px solid #993300;
    font-weight: bold;
    text-align: left;
}

p, td {
    color: #FC6203;
    font-family: verdana, sans-serif;
}

p {
    margin-left: 4px;
    margin-right: 4px;
}
td p {
    margin-left: 0;
    margin-right: 0;
}

td, th {
    padding: 4px;
}

h1 {
    font-size: 1.2em;
    margin: 4px 4px 18px 4px;
    padding: 0;
}

th h1 {
    margin: 0;
}

h2{
    font-size: 1.1em;
    margin: 0;
}

hr {
    color: #993300;
    background-color: #993300;
    border: 0;
    height: 1px;
}

a {
    color: #ff9900;
    text-decoration: none;
}

a:active {
    color: #ff3300;
}

a:hover {
    color: #ff0000;
}

:link:focus, :visited:focus {
    -moz-outline: 0px dotted;
}

li.spaced {
    margin-bottom: 0.7em;
}
li.new {
    color:#ff0000;
}

img {
    border: 0px;
}

.imgMiddle {
    vertical-align: middle;
}
.alignMiddle {
    vertical-align: middle;
}

.folder {
    margin: 0 5px;
}

#logo {
    float: left;
    margin-bottom: 8px;
}

#breadcrumbs {
    margin-left: 300px;
    padding-left: 15%;
    padding-top: 10px;
}

#breadcrumbs .folder, .parentTopics .folder {
    margin-left: 0;
}

#header_links {
    clear: both;
    margin-bottom: 17px;
}

#header_links p {
    margin: 0 4px;
}

#header_links ul {
    margin: 0;
    padding: 0 0 18px 0;
    border-bottom: 1px solid #993300;
}

#header_links ul ul, #header_links ul li {
    margin: 0;
    padding: 0;
    display: inline;
    list-style-type: none;
}

#header_links ul a:link, #header_links ul a:visited {
    float: left;
    line-height: 1.3em;
    margin: 0 5px 4px 2px;
    padding: 0 3px;
}


#forum_menu_button {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
    cursor: pointer;
}
#forum_menu {
    display: none;
    position: absolute;
    top: 33px;
    left: 8px;
    z-index: 5000;
    width: 299px;
    background-color: #000000;
    empty-cells: show;
}
#forum_menu .menuheading {
    border-width: 1px;
    border-style: solid;
    border-color: #993300;
    text-align: left;
    font-weight: 900;
    background-color: #161616;
    white-space: nowrap;
    text-align: left;
    cursor: default;
}
#forum_menu .menuentry {
    border-width: 1px;
    border-style: solid;
    border-color: #993300;
    background-color: #000000;
    white-space: nowrap;
    cursor: pointer;
    padding-left: 2em;
}

#footer {
    margin-top: 15px;
    border-top: 1px solid #993300;
    font-size: 0.9em;
    background-image: url(/images/layouts/ozoneasylum/footer_bg.jpg);
    background-repeat: repeat-x;
}
#footer_left {
    float: left;
    height: 90px;
    width: 13%;
    padding: 5px 8px;
    background-image: url(/images/layouts/ozoneasylum/footer_bg_border.jpg);
    background-repeat: no-repeat;
    background-position: left top;
}
#footer_left hr {
    width: 50%;
    text-align: left;
    margin-left: 0;
}
#footer_center {
    text-align: center;
    margin: 0px 15%;
    padding: 9px 0px 1px 0px;
    height: 90px;
}
#footer_center p {
    margin-top: 0px;
}
#footer_center img {
    margin: 5px 5px 10px 5px;
}
#footer_right {
    float: right;
    text-align: right;
    height: 90px;
    width: 13%;
    padding: 5px 8px;
    background-image: url(/images/layouts/ozoneasylum/footer_bg_border.jpg);
    background-repeat: no-repeat;
    background-position: right top;
}


.alignl {
    text-align: left;
}
.alignc {
    text-align: center;
}
.alignr {
    text-align: right;
}


.floatl {
    float: left;
}
.floatr {
    float: right;
}
.clear {
    clear: both;
}

.inline {
    display: inline;
}

.nowrap {
    white-space: nowrap;
}


.forum_listing_container {
    border: 0;
    padding: 0;
    background-color: #081429;
}
.forum_listing_container p {
    padding: 0;
    margin: 11px 4px;
}
.forum_category_heading {
    background-color: #161616;
}
.new_post_indicator_cell {
    /*background-color: #081429;*/
    width: 24px;
    vertical-align: top;
}
.new_post_indicator_cell img {
    margin-top: 3px;
    width: 14px;
    height: 11px;
}

.author_heading {
    vertical-align: middle;
    width: 190px;
}
.author_cell {
    vertical-align: top;
    width: 190px;
}
.post_cell {
    vertical-align: top;
}
.post_cell p {
    margin: 0 0 0 0;
    padding: 4px 0 7px 0;
}
.post {
    margin-top: 4px;
    border-top: 1px solid #993300;
    padding-top: 4px;
}
.empty_row {
    line-height: 0px;
    border-bottom: 0;
}
.empty_row2 {
    line-height: 1px;
    border: 0px;
    background: transparent;
}

.small {
    font-size: 0.8em;
}
.edit_post_button {
    margin-left: 15px;
}
.edit_post_button img {
    vertical-align: middle;
}
.quote_button {
    margin-left: 10px;
}
.quote_button img {
    vertical-align: middle;
}

.ip_logged_button {
    float: right;
    margin: 0px 6px 0 0;
}


/*--------- Form Styles ------------------------------------------------------*/

input {
    background-color: #240000;
    border: 1px solid #BD4901;
    font-size: 1em;
    font-weight: bold;
    color: #FC6203;
    font-family: verdana, sans-serif;
    padding: 1px 2px;
    -moz-border-radius: 3px
}
input[type="button"] {
    cursor: pointer;
}
input[type="button"]:hover {
    border-color: #FC6203;
    background-color: #320808;
}

td input[type="file"] {
    padding: 0px;
}

td input {
    font-size: 1em;
}

input.checkbox {
    border: 0px solid #fff;
    margin: 1px 0;
    padding: 0;
    vertical-align: -18%;
    background: #320808;
    line-height: 180%;
    print "border:1px solid #FC6203;\n";
}

.button {
    background: url(/images/layouts/ozoneasylum/button_bg_right.gif) top right no-repeat;
    padding-right: 1px;
    width: 120px;
    cursor: pointer;
}
.button input {
    border-width: 0px;
    padding: 0;
    background: url(/images/layouts/ozoneasylum/button_bg.gif);
    height: 18px;
    line-height: 15px;
    width: 119px;
    cursor: pointer;
}

textarea {
    width: 99%;
    overflow: auto;
    border: 1px solid #BD4901;
    background-color: #240000;
    font-size: 1em;
    font-weight: bold;
    color: #FC6203;
    font-family: verdana, sans-serif;
    padding: 4px;
    -moz-border-radius: 3px
}

textarea #inputText {
    height: 200px;
}


/*--------- FAQ styles -------------------------------------------------------*/

.parentTopics {
    margin: 0 4px;
}

/*.parentTopicLink {
    color: #ff9900;
    font-weight:bold;
}

.parentTopicLink:hover {
    color: #ff0000;
}*/


.sticky {
    font-size: 0.9em;
    font-weight: normal;
    margin-top: 3px;
    margin-left: 4px;
    margin-bottom:0px;
    /*color: #FC7803;*/
    color: #FC6203;
}

.topictext p {
    margin: 0 0 0 0;
    padding: 4px 4px 7px 4px;
}

.subtopicheading {
    font-weight: bold;
    margin-bottom: 3px;
    margin-top: 3px;
    margin-left: 0px;
}

.subtopics {
    margin-top: 0;
    margin-bottom: 0;
    color: #ff9900;
    font-weight: bold;
    list-style-type: square;
    margin-left: 30px;
    padding: 0;
}

.subtopics li {
    padding: 0;
    margin: 5px 0;
}

.secondlevelsubtopics {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: normal;
    list-style-type: disc;
    margin-left: 50px;
    padding: 0;
}

.secondlevelsubtopics li {
    margin: 3px 0;
}

.subtopic, .secondlevelsubtopic, .thirdlevelsubtopic {
    margin-bottom: 0px;
    margin-top: 5px;
    margin-left: 5px;
    color: #ff9900;
    font-weight: bold;
}

.secondlevelsubtopic {
    margin-left: 30px;
    COLOR: #ff9900;
    margin-bottom: 5px;
    margin-top: 10px;
    font-weight: normal;
}

.thirdlevelsubtopic {
    margin-left: 65px;
}

.subtopic:hover, #secondlevelsubtopic:hover {
    color: #ff0000;
}

.editTopicCaption {
    margin-top: 15px;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 25px;
}

.searchTitle {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 15px;
}

.sortoptions {
    text-align: right;
    font-size: 0.9em;
    font-weight: normal;
}


/* [code] UBB Tag */
.codeBlock {
    margin: 15px 5%;
    font-size: 1.0em;
}

.codeBlock pre {
    font-family: "Courier New", monospace;
    font-size: 1.1em;
    margin: 0px;
    line-height: 1.33em;
    width: 100%;
}

/* this might still be in use in older FAQs... */
.code {
    font-family: courier, monospace;
    margin-bottom: -15px;
    margin-top: 0px;
    padding-bottom: 0px;
}

/* [quote] UBB Tag */
blockquote {
    margin: 15px 5%;
}

blockquote hr {
    padding: 0;
}


/*--------- Posting Input Styles ---------------------------------------------*/

.ubbheading {
    font-size: 1em;
    font-weight: normal;
    color: #000;
    background-color: #240000;
    border: 1px solid #993300;
    width: 165px;
    text-align: center;
    margin: 0 auto;
}
.ubbheading a {
    padding: 3px 0;
    display: block;
}

#divSlimies {
    background-color: #320808;
    border: 1px solid #993300;
    padding: 3px 0;
    margin: -1px auto 0 auto;
    text-align: center;
    width: 165px;
}

#divSlimies img {
    margin: 2px 5px;
    cursor: pointer;
}

#divUBBCode {
    background-color: #320808;
    border: 1px solid #993300;
    padding: 3px 0;
    margin: -1px auto 0 auto;
    text-align: center;
    width: 165px;
    line-height: 200%;
}

#divUBBCode input {
    padding: 1px 1px;
    margin: 6px 0 2px 2px;
    cursor: pointer;
}

#hintbox {
    margin: 5px 0 0 3px;
}

#copyPasteButtons {
    margin: 3px 4px 0 0;
    float: right;
    width: 145px;
    text-align: right;
}

#extendTextareaButton {
    width: 20px;
}

textarea#inputText {
    height: 200px;
}

.posting_area {
    padding-right: 0;
}

.ubblist {
    margin-top: 0px;
    margin-bottom: 0px;
    list-style-type: square;
    padding: 0px;
}

.diff_added {
    color: #FF9757;
}
.diff_removed {
    color: #BB5F04;
}

.top_nav
{
    float:right;
    margin-top:-15px;
    padding-top:0px;
    margin-bottom:2px;
}

.recaptchatable input
{
    color: #FC6203;
}
