/* =============================================================================Library:			CSS libraryCopyleft:			2003-2004 italmedia.netAuthor:				Luigi Cocconcelli <luigi@italmedia.net>Modified:			2004 nov 19Description:		Simple definitions of the site appearance (NS4 compatible)============================================================================= */	body {		background: #fff;		color: #333;	}/*	base font */	body, div, ol, p, span, td, ul {		font:12px verdana,sans-serif;		color: #333;	}/*	form v-space to 0 */	form {		display: inline;		margin: 0;		padding: 0;	}/*	NS4 form v-space to 0 */	.br0 {		display: inline;	}/*	basic link properties */	a			{ text-decoration: none; }	a:link		{ color: #960; }	a:visited	{ color: #960; }	a:hover		{ color: #c90;text-decoration: underline; }	a:active	{ color: #c90; }/*	buttons and menus */	select, .bt1 {		font: 11px verdana,sans-serif;		background: #ddd;	}/*	monospaced font face items */	input, textarea, pre, pre a, tt, tt a {		font: 12px "courier new",courier,monospace;	}/*	alignments */	.al2 {		float: right;		padding-left: 1em;	}/*	background colors */	.bg0 { background: #000; }	.bg1 { background: #fff; }	.bg2 { background: #900; }			/* wire */	.bg3 { background: #960; }			/* wire lite */	.bg4 { background: #eee; }	.bg5 { background: #ccc; }	.bg6 { background: #ffc; }			/* alert fill */	.bg7 { background: #fc9; }			/* menu item active */	.bg8 { background: #f33; }			/* alert stroke */	.bg9 { background: #7ba5ce; }		/* titles bg */	.ba1 { background: #f33; }		/* alert stroke */	.ba2 { background: #ffc; }		/* alert fill */	.ba3 { background: #fc9; }		/* notice fill */	.bi0 { background: #9cf; }		/* background others */	.bi1 { background: #fcc; }		/* background intervent *//*	generic font colors */	.co1	{ color: #fff; }	/* white text */	.co2	{ color: #f00; }	/* red text */	.co3	{ color: #066; }	/* record edit: status on */	.co4	{ color: #666; }	/* records list: column id *//*	navrecs table items*/	.nav	{ font-size: 11px;color: #333; }	.nav a	{ font-weight: bold;color: #960; }/*	font bodies */	.fb0,	.fb0 a,	.fb0:link,	.fb0:visited	{ color: #333;text-decoration: none; }	.fb0:hover		{ color: #333;text-decoration: underline; }	.fb0:active		{ color: #900;text-decoration: none; }	.fb1			{ font-weight: bold;color: #333;text-decoration:none; }/*	font classes */	.fc1,	.fc1 a {		font: bold 12px verdana,sans-serif;		text-decoration:none;	}	.fc2,	.fc2 a { font: 9px sans-serif; }	.fc3,	.fc3 a { font: 9px sans-serif; color: #666; }	.fc5 {		background: #d0d0d0;		font-size: 13px;		color: #960;	}	.fc6 {		/*	want home */		margin: 6px;		font-size: 18px;		color: #fff;	}	.fc7 {		/*	want home */		margin: 6px;		font-size: 14px;		color: #fff;	}/*	font labels */	.fl1 {		font-size: 11px;		color: #333;	}/*	font titles */	.ft1 {		font-size: 13px;		color: #960;	}	.ft2 {		color: #900;	}/*	font small */	.fs2 { font-size: 10px; }/*	font menu (main menu) */	.fm0,	.fm0 a			{ font-size: 11px; color: #fff; }	.fm0:link		{ color: #fff; }	.fm0:visited	{ color: #fff; }	.fm0:hover		{ color: #fc0;text-decoration:underline; }	.fm0:active		{ color: #fc0; }	.fm1,	.fm1 a			{ font-size: 11px; font-weight: bold; color: #fc0; }	.fm1:link		{ color: #fc0; }	.fm1:visited	{ color: #fc0; }	.fm1:hover		{ color: #c90; }	.fm1:active		{ color: #c90; }	.fm2			{ font-weight: bold; color: #c90; text-decoration:none; }/*	admin: status labels (on-off) */	.st0 { color: #f33; }		/* red text */	.st1 { color: #066; }		/* green text *//*	admin: table cells properties */	.tb1 { background: #d0d0d0; font-size: 11px; }	.tb2 { background: #e0e0e0; font-size: 11px; }	.tb3 { background: #f0f0f0; font-size: 11px; }	.tb4 { background: #e8e8e8; font-size: 11px; }	.tb5 { background: #d8d8d8; font-size: 11px; }/*	admin: buttons background */	.ab1 { background: #fc0; }		/*	button save */	.ab2 { background: #f33; }		/*	button delete */	.ab3 { background: #999; }		/*	button reset */