/* 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: #f8dce4;
scrollbar-face-color: #f8dce4; 
scrollbar-shadow-color: #f8dce4; 
scrollbar-highlight-color: #f8dce4; 
scrollbar-3dlight-color: #000000; 
scrollbar-darkshadow-color: #000000; 
scrollbar-track-color: #CCCCCC; 
scrollbar-arrow-color: #000000;
color:#000000;
font-size:11px;
font-family:Verdana, Arial;
}

.top { font-family: tahoma, verdana, arial; font-size: 18px; color: #000000; }
.post { font-family: tahoma, verdana, arial; font-size: 14px; color: #000000; font-weight: bold; }
.def { font-family: tahoma, verdana, arial; font-size: 13px; color: #000000; font-weight: bold; }
.upd { font-family: tahoma, verdana, arial; font-size: 13px; color: #000000; font-weight: bold; }
.sub { font-family: tahoma, verdana, arial; font-size: 13px; color: #000000; }
.bot { font-family: tahoma, verdana, arial; font-size: 11px; color: #000000; font-weight: bold; }
.tny { font-family: tahoma, verdana, arial; font-size: 6px; color: #000000; }

/* Input HTML tags - text boxes, submit buttons, radio buttons, checkboxes */
input {
font-family:Verdana, Arial;
font-size:11px;
border:1px solid #D596D4;
}

/* Text Area HTML tags */
textarea {
font-family:Verdana, Arial;;
font-size:11px;
border:1px solid #D596D4;
}

a { cursor: none; }

/* Active Hyperlink */
a:link { color: #CC0000; background: transparent; text-decoration: none; }

/* Visited Hyperlink */
a:visited { color: #990000; background: transparent; text-decoration: none; }

/* Active Hyperlink */
a:active { color: #000000; background: transparent; text-decoration: underline; }

/* Mouse Hover Hyperlink */
a:hover { color: #000000; background: transparent; text-decoration: underline; }


a.but:link { font-size:30px; color: #FFFFFF; border: solid 1px #000000; background: #cc0000; text-decoration: none; }
a.but:visited { font-size:30px; color: #FFFFFF; border: solid 1px #000000; background: #cc0000; text-decoration: none; }
a.but:active { font-size:30px; color: #cc0000; border: solid 1px #000000; background: #FFFFFF; text-decoration: none; }
a.but:hover { font-size:30px; color: #cc0000; border: solid 1px #000000; background: #FFFFFF; text-decoration: none; }


/* Submit Buttons */
.submitButton {
background:#5C005C url(/public/blankImage.png);
font-weight:bold;
color:#FFFFFF;
font-size:11px;
font-family:Verdana, Arial;
border:2px outset #D596D4;
}


/* Main Table Border */
.tableBorder {
background:#5C005C;
}


/* Large Title text in tables */
.TDTitleClass {
background:#5C005C url(/public/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(/public/blankImage.png);
color:#FFFFFF;
font-weight:bold;
font-size:11px;
font-family:Verdana, Arial;
border:1px outset silver;
}


/* Links in tables */
.TDLinks {
background:#FFE1FF;
color:#000000;
font-size:12px;
font-family:tahoma, verdana, arial;
font-weight: bold;
border:1px solid silver;
}


/* Regular text in tables */
.TDClass {
background:#FFE1FF;
color:#000000;
font-size:11px;
font-family:Verdana, Arial;
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;
}