BODY {
 font-family:	arial;
 font-size:		11px;
 }
A:Link,A:Visited {
 color:				#555555;
 font-weight:		bold;
 text-decoration: none;
 }
A:Hover	{ color: #888888; }
.admin:Link,.admin:Visited {
 color:			#9999bb;
 font-weight:	bold;
 }
.admin:Hover {
 color:			#bbbbee;
 }
.faint:Link,.faint:Visited {
 color:				#888888;
 font-weight:		bold;
 text-decoration: none;
 }
.faint:Hover {
 color:			#aaaaaa;
 }
.new { color: #dd0000; }

TD			{ font-size: 11px; }
INPUT		{ border: 1px solid #000000; }
TEXTAREA { font-family: arial; border: 1px solid #000000; }
SELECT 	{ border: 1px solid #000000; }

.button_normal {
 background:	#dddddd;
 }
.button_over {
 background:	#eeeeee;
 }

.cell_hot {
 color:			#666666;
 font-weight:	bold;
 background:	#eeeeee;
 border:			1px solid #000000;
 }
.cell_cold {
 background:	#cccccc;
 border:			1px solid #000000;
 }
.cell_highlight {
 color:			#6666cc;
 font-weight:	bold;
 background:	#ccccdd;
 border:			1px solid #000000;
 }
.cell_highlight2 {
 background:	#cccccc;
 font-weight:	bold;
 }
.cell_highlight3 {
 background:	#eeeeff;
 }
.cell_shaded {
 background:	#eeeeee;
 }
.faint {
 color:			#888888;
 font-weight:	bold;
 }

.status_Outstanding {
 color:			#ff0000;
 background:	#ffaaaa;
 font-weight:	bold;
 border:			1px solid #ff0000;
 }
.status_Settled {
 color:			#00bb00;
 background:	#aaffaa;
 font-weight:	bold;
 border:			1px solid #00bb00;
 }

.status_Reversed {
 color:			#0000ff;
 background:	#aaaaff;
 font-weight:	bold;
 border:			1px solid #0000ff;
 }

.controls_text {
 color:			#ffffff;
 }
.controls_cell_outline {
 background:	#555555;
 }


.big {
 font-size:		16px;
 font-weight:	bold;
#font-style:	italic;
 }
.small { font-size: 9px; }
.label {
 font-size:	12px;
 font-weight:	bold;
 }

.data_lines {
 background:	#000000;
 }
.data_head_normal {
 background:	#ffffff;
 border-color:	#000000;
 border-style:	solid;
 border-width:	1px;
 }
.data_head_sorted {
 background:	#cccccc;
 border-color:	#000000;
 border-style:	solid;
 border-width:	1px;
 }
.data_cell_normal {
 }
.data_cell_shaded {
 background:	#eeeeee;
 }
.data_cell_sorted {
 background:	#dddddd;
 }
.highlight {
 color:			#6666cc;
 font-weight:	bold;
 }
