/* FuseBox stylesheet - these values are hard coded into the script so
using this file is the only way to set them to your preferences without
changing the actual scripts.. */


/* Main body background, fonts, etc.. */
body {
background-color:#FFFFFF;
color:#000000;
font-size:11px;
font-family:Comic Sans MS;
}


/* Input HTML tags - text boxes, submit buttons, radio buttons, checkboxes */
input {
font-family:Comic Sans MS;
font-size:11px;
border:1px solid #D596D4;
}


/* Text Area HTML tags */
textarea {
font-family:Comic Sans MS;;
font-size:11px;
border:1px solid #D596D4;
}


/* Active Hyperlink */
a:link {
color:#0066FF;
text-decoration:none;
}


/* Mouse Hover Hyperlink */
a:hover {
background:#FF9999;
color:#FFFFFF;
text-decoration:none;
}


/* Visited Hyperlink */
a:visited {
color:#0033FF;
text-decoration:none;
}


/* Submit Buttons */
.submitButton {
background:#5C005C url(http://www.peppersboard.com/board/blankImage.png);
font-weight:bold;
color:#FFFFFF;
font-size:11px;
font-family:Verdana, Arial;
border:2px outset #D596D4;
}


/* Main Table Border */
.tableBorder {
background:#FFFFFF;
}


/* Large Title text in tables */
.TDTitleClass {
background:#5C005C url(http://www.peppersboard.com/board/blankImage.png);
color:#FFFFFF;
font-size:12px;
font-weight:bold;
font-family:Verdana, Arial;
border:1px outset silver;
}


/* Large Title text in tables - links */
span.titleText {
color:#FFFFFF;
}


/* Sub Title text in tables */
.TDSubClass {
background:#5C005C url(http://www.peppersboard.com/board/blankImage.png);
color:#FFFFFF;
font-weight:bold;
font-size:11px;
font-family:Verdana, Arial;
border:1px outset silver;
}


/* Regular text in tables */
.TDClass {
background:#FFE1FF;
color:#000000;
font-size:12px;
font-family:Comic Sans MS;
border:1px solid silver;
}


/* Runtime footer text */
.TDRuntimeClass {
background:#FFE1FF;
color:#000000;
font-size:10px;
font-family:Verdana, Arial;
border:1px solid silver;
padding:1px;
width:40%;
text-align:center;
}


/* Linked threads scrolling style */
div.overFlowStyle {
border:1px inset #D596D4;
width:100%;
height:95px;
overflow:auto;
}


/* Unordered List type for threads */
.threadLists {
list-style-type:disc;
}


/* Quoted Messages Style */
.quotedThreads {
border:1px dotted #BC5001; padding:2px;
}


/* Code Messages Style */
.codedThreads {
border:1px dotted #BC5001; padding:2px;
}
