/* 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: #F2F7EB;
scrollbar-face-color: #F2F7EB;
scrollbar-shadow-color: #DEE5F3;
scrollbar-highlight-color: #F2F7EB;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #cccccc;
scrollbar-arrow-color: #000000;
color:#000000;
font-family: Fixedsys;
font-size:11px;
}


.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 #83A6EA;
}


/* Text Area HTML tags */
textarea {
font-family:Verdana, Arial;;
font-size:11px;
border:1px solid #83A6EA;
}


/* Active Hyperlink */
a:link { color: #7A87A0; background: transparent; text-decoration: none; }


/* Visited Hyperlink */
a:visited { color: #7A87A0; 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 { color: #FFFFFF; font-family: tahoma, verdana, arial; font-size:15px; border: solid 1px #000000; background: #B1DDF4; text-decoration: none; }
a.but:visited { color: #FFFFFF; font-family: tahoma, verdana, arial; font-size:15px; border: solid 1px #000000; background: #B1DDF4; text-decoration: none; }
a.but:active { color: #B1DDF4; font-family: tahoma, verdana, arial; font-size:15px; border: solid 1px #000000; background: #FFFFFF; text-decoration: none; }
a.but:hover { color: #B1DDF4; font-family: tahoma, verdana, arial; font-size:15px; border: solid 1px #000000; background: #FFFFFF; text-decoration: none; }

a.buto:link { color: #FFFFFF; font-family: tahoma, verdana, arial; font-size:30px; border: solid 1px #000000; background: #B1DDF4; text-decoration: none; }
a.buto:visited { color: #FFFFFF; font-family: tahoma, verdana, arial; font-size:30px; border: solid 1px #000000; background: #B1DDF4; text-decoration: none; }
a.buto:active { color: #B1DDF4; font-family: tahoma, verdana, arial; font-size:30px; border: solid 1px #000000; background: #FFFFFF; text-decoration: none; }
a.buto:hover { color: #B1DDF4; font-family: tahoma, verdana, arial; font-size:30px; border: solid 1px #000000; background: #FFFFFF; text-decoration: none; }

/* Submit Buttons */
.submitButton {
background:#CEDAF4;
font-weight:bold;
color:#FFFFFF;
font-size:11px;
font-family:Verdana, Arial;
border:2px outset #CEDAF4;
}


/* Main Table Border */
.tableBorder {
background:#B1DDF4;
}


/* Large Title text in tables */
.TDTitleClass {
background:#D4EBEF;
color:#000000;
font-size:12px;
font-weight:bold;
font-family:Verdana, Arial;
}


/* Large Title text in tables - links */
span.titleText {
color:#FFFFFF;
}


/* Sub Title text in tables */
.TDSubClass {
background:#D4EBEF;
color:#000000;
font-weight:bold;
font-size:11px;
font-family:Verdana, Arial;
border:1px outset silver;
}


/* Regular text in tables */
.TDLinks {
background:#B1DDF4;
color:#000000;
font-size:12px;
font-family:tahoma, verdana, arial;
font-weight: bold;
border:1px solid silver;
}


/* Regular text in tables */
.TDClass {
background:#B1DDF4;
color:#000000;
font-size:11px;
font-family:Verdana, Arial;
border:1px solid silver;
}


/* Runtime footer text */
.TDRuntimeClass {
background:#CEDAF4;
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;
}