/* ChatterBox 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:#182020;
color:#000000;
font-size:11px;
font-family:Verdana, Arial;
}

/* Active hyperlink */
a:link {
color:#C7E8E3;
}

/* Hovered hyperlink */
a:hover {
color:#E96010;
background:#182020;
}

/* Visited hyperlink */
a:visited {
color:#C7E8E3;
}


/* Main tables' border color */
.tableBorder {
background:#808080;
}

/* Largest text cell for tables */
.TDTitleClass {
background:#6A7D7B;
color:#FFFFFF;
font-size:12px;
font-family:Verdana, Arial;
font-weight:bold;
border:0px;
}

/* Next largest text cell for tables */
.TDSubClass {
background:#6A7D7B;
color:#FFFFFF;
font-size:11px;
font-family:Verdana, Arial;
font-weight:bold;
border:0px;
}

/* Main text cell for tables */
.TDClass {
background:#6A7D7B;
color:#FFFFFF;
font-size:11px;
font-family:Verdana, Arial;
border:0px;
}

/* Form input boxes */
input {
color:#182020;
font-family:Verdana, Arial;
font-size:11px;
}

/* Form submission buttons */
.submitButton {
color:#000000;
font-size:11px;
font-family:Verdana, Arial;
}

/* Form text areas */
textarea {
background-color:#FFFFFF;
color:#182020;
font-size:11px;
font-family:Verdana, Arial;
}