body 
{
/*
	background-color: #570FCE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
*/	

	background-color: #330033;
	font-family: Palatino, Garamond, serif;
	font-size: x-small;
/*
	scrollbar-face-color: #D0DCE0;
	scrollbar-highlight-color: #B0C0D0;
	scrollbar-shadow-color: #485060;
	scrollbar-3dlight-color: #485060;
	scrollbar-arrow-color: #E87C00;
	scrollbar-track-color: #6890B8;
	scrollbar-darkshadow-color: #6890B8;
*/
}

/* footer info */
.footer 
{
	color: #999999;
	font-size: xx-small;
}

/* error message style */
.error 
{
	color: #DD0000;
}

/* admin name style */
.adminname 
{
	color: 90B850;
}

/* entry subject */
.subject 
{
	color: #222222;
	background-color: #D3DCE3;
	font-size: xx-small;
	font-weight: bold;
	padding: 3;
}

/* admin replies */
.reply 
{
	color: #222222;
	background-color: #F0CAA6;
	font-size: xx-small;
	font-weight: bold;
	padding: 3;
}

/* xx-small font */
.xxsmall 
{
	font-size: xx-small;
}


/* headings */
h1 
{
	color: #FFCC99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: normal;
}
h3 
{
	color: #FFCC99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: normal;
}

/* A */
a 
{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:link 
{

	color: #6080B8;
/*	
	color: #FFFF99;*/
}
a:visited 
{
/*
	color: #888888;
*/	
	color: #FFFF99;
}
a:active 
{
/*
	color: #888888;
*/	
	color: #FFFF99;
}
a:hover 
{
/*
	color: #FFFFFF;
*/	
	color: #FFFF99;
}


/* TABLE */
table 
{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	padding: 2px;
}

/* TH */
th 
{
/*
	color: #FFD8B8;
*/	
	color: #FFCC99;
	background-color: #4F3E60;
}

th a:link 
{
	color: #F0F1A6;
}

th a:hover 
{
	color: #FF9933;
}

/* TD */
td 
{
	color: #333333;
	background-color: #E9E9E9;
}

/* TD: subject cells */
td.subject 
{
	color: #222222;
/*	
	background-color: #B0C0D0;
*/	
	background-color: #996633;
	
	font-size: xx-small;
	font-weight: bold;
}

/* TD: cells containing links */
td.links 
{
/*
	background-color: #FF9933;
*/	
	background-color: #996633;
	
	font-size: xx-small;
	font-weight: bold;
}

/* TD: "Edit entry" cells */
td.edit 
{
	background-color: #DDAA99;
	font-size: xx-small;
	font-weight: bold;
}

/* TD: cells containing input buttons */
td.buttons 
{
	background-color: #504060;
	font-size: xx-small;
}

/* TD: entry details */
td.details 
{
/*
	background-color: #EED077;
*/	
	background-color: #996633;
	
}

/* TD: cells with "no" formatting */
td.none 
{
	background-color: #78A0C8;
	font-size: xx-small;
}

/* HR */
hr 
{
/*
	color: #000042;
*/	
	color: #FFCC9;
}

/* user input fields and buttons */
textarea 
{
	overflow: auto;
}

input,textarea,select 
{
	color: #587389;
	background-color: #FAFAFA;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
}

/* IMG */
img {
	border: 0;
}
