/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    background-color: #000000;
    color: #FFFFFF;
    scrollbar-face-color: #212121;
    scrollbar-highlight-color: #404040;
    scrollbar-shadow-color: #000000;
    scrollbar-3dlight-color: #616161;
    scrollbar-arrow-color:  #A1A1A1;
    scrollbar-track-color: #000000;
    scrollbar-darkshadow-color: #000000;
}

/* General font families for common tags */
th,td,p    { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; }
a:link,a:active { color : #00FF00; text-decoration: none; }
a:visited       { color : #00A000; text-decoration: none; }
a:hover         { text-decoration: underline; color : #00FF00; }
hr              { height: 0px; border: solid #CCCCCC 0px; border-top-width: 1px;}


/* This is the border line & background colour round the entire page */
.bodyline       { background-color: #000000; border: 1px #212121 solid; }

/* This is the outline round the main forum tables */
.forumline      { background-color: #000000; border: 2px #212121 solid; }


/* The largest text used in the index page title and toptic title etc. */
h1,h2 {
    font-weight: bold;
    font-size: 22px;
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none; line-height : 120%; color : #FFFFFF;
}

.name           { font-size : 11px; color : #FFCC00;}

/* Quote & Code blocks */
code {
    font-family: Courier, 'Courier New', sans-serif;
    /* font-size: 11px; color: #FFFFFF; */
    background-color: #616161;
    /* border: #BFBFBF; border-style: solid; */
    /* border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px */
}

.boxed {
    line-height: 125%;
    margin: 20px;
    padding-right: 10px;
    border: #404040;
    border-style: solid;
    border-left-width: 1px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px
}

/* Form elements */
textarea, select {
    color : #FFFFCC;
    font: normal 11px Verdana, Arial, Helvetica, sans-serif;
    border-color : #FFFFCC;
}

/* The text input fields background colour */
input.post, textarea.post, select {
    background-color : #000000;
    color : #FFFFCC;
}

input {
    text-indent : 2px; 
    color : #000000;
}

/* The buttons used for bbCode styling in message post */
input.button {
    background-color : #000000;
    color : #FFFFCC;
    font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

.jive-icon {
    padding-right: 10px;
}

.jive-contentBox {
    line-height: 125%;
    padding-right: 10px;
    margin: 20px;
}

.jive-description {
    line-height: 225%;
    padding-right: 10px;
    border: #404040;
    border-style: solid;
    border-left-width: 1px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px
}

.jive-error {
    color : #FF0000;
}

.jive-success {
    color : #00FF00;
}

FIELDSET DIV {
    margin : 10px;
    padding : 5px 3px 5px 0px;
    width : 100%;
}
FIELDSET DIV .jive-table {
    margin : 0px;
    padding : 0px;
}
FIELDSET {
    -moz-border-radius : 3px;
    border-style : solid;
    border-width : 1px;
    border-color : #00A000;
    width : 95%;
}
FIELDSET LEGEND {
    color : #00FF00;
}

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");
