/*
 BNAYNI SOFTWARE
 Chris Daniel
 This is used mainly for the colors, that's all
*/


/* SCROLLBAR (Uncomment it if you want to change the scroll bar colors to darker ones*/
/*
body,textarea
{
     	scrollbar-face-color: #666666;
     	scrollbar-highlight-color: #666666;
     	scrollbar-shadow-color: #000000;
     	scrollbar-3dlight-color: #888888;
     	scrollbar-arrow-color: #112E59;
     	scrollbar-track-color: #333333;
     	scrollbar-darkshadow-color: #171137;
}
*/

/*BODY*/
body
{
	font-size:10pt;
	color:#FFFFFF;
	font-family:verdana,trebuchet,arial,sans-serif;
	background: #333333;
	background: url('../siteimages/background.gif');
}

/*LINKS*/
a:link			{ color:#C0C0C0; text-decoration:none; }
a:visited		{ color:#C0C0C0; text-decoration:none; }
a:active		{ color:#C0C0C0; text-decoration:none; }
a:hover			{ color:#FFFFFF; text-decoration:none; }


/*TABLES*/
td		{ font-size:10pt; font-family:verdana,trebuchet,arial,sans-serif; }
td.ItemTitleBar	{		/*NOTE: To change the background edit siteimages/item_caption_bg.jpg*/
	font-size:10pt;
	font-family:verdana,trebuchet,arial,sans-serif;
	background: #333333;
	background: url('../siteimages/item_caption_bg.jpg');
}


