/*****************************************************
Table Header and cell definitions
*****************************************************/
th
{
	background-image: url(images/forumHeaderBackground.gif);
	background-color: #4455aa;
	height: 25px;

}

td.forumHeaderBackgroundAlternate
{
	background-image: url(images/forumHeaderBackgroundAlternate.gif);
	background-color: #EBEDF6;

}

/*****************************************************
Body
*****************************************************/
body 
{
    FONT-SIZE: 12px;
    COLOR: #000000;
    background-color: #ffffff; 
    scrollbar-face-color: #DEE3E7;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-shadow-color: #DEE3E7;
    scrollbar-3dlight-color: #D1D7DC;
    scrollbar-arrow-color:  #006699;
    scrollbar-track-color: #EFEFEF;
    scrollbar-darkshadow-color: #98AAB1;
}

/*****************************************************
Text used on tables with a background
*****************************************************/
.tableHeaderText
{
    color: white;
    font-size: 12px;
    font-weight:bold;
}

/*****************************************************
Border used around tables
*****************************************************/
.tableBorder
{
    border: 1px #013DA4 solid; 
    background-color: #FFFFFF;
}

/*****************************************************
Main forum colors
*****************************************************/
td.forumRow
{
    background-color: #DDEEFF;
}

td.forumRowHighlight
{
    background-color: #D4D9EC;
}

/*****************************************************
Form Elements
*****************************************************/
select
{
    font-family: "Arial", "Helvetica", "sans-serif";
    font-size: 12px;
    background-color: #DAE7FD;
    border-color: Black;
}

textarea
{
    font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
    font-size: 12px;
    background-color: White;
    border-color: Black;
}

/*****************************************************
Menu Controls
*****************************************************/
tr {
	font-size: 12px;
}
a:link {
    color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
