#tcocontainer {
	width: 720px;
}

#tco_graph {
	text-align: right;
}

#tcotable {
	margin: 15px 0px 20px 0px;
}

#tcotable table {
	border: 1px solid #888;
}

#tcotable th {
	padding: 4px;
	font-weight: bold;
	font-family: helvetica, arial, sans-serif;
	font-size: 100%;
	background: #FFED9C; 
	border-bottom: solid #666 1px;
	border-right: solid #666 1px;
	
}

#tcotable td:first-child {
	font-size: 90%;
	font-weight: bold;
	text-align: left;
	padding-right: 10px;
}

#tcotable td {
	text-align: right;
	padding: 3px;
	border-top: none;
	border-left: none;
	border-bottom: solid #666 1px;
	border-right: solid #666 1px;
}


.tcoline td {
	background: #FFE57F;
}

tr.spacer td, tr.spacer td:first-child {
	background: #EBBB16;
	padding: 1px;
	margin: 0px;
	font-size: 1px;
	border: none;
	height: 4px;
	border-right: solid #666 1px;	
}


table.tcooptions {
	border: 1px solid #888;
	border-right: none;
	border-bottom: none;
}

.tcooptions td:first-child {
	background: #FFEEAE;
}

.tcooptions td {
	background: #fff;
	text-align: right;
	padding: 3px;
	border-top: none;
	border-left: none;
	border-bottom: solid #666 1px;
	border-right: solid #666 1px;
}

.tcooptions th {
 background: #EBBB16; 
 text-align: left; 
 font-weight: bold; 
 font-size: 110%
	text-align: left;
	border-right: solid #666 1px;	
	border-bottom: solid #aaa 1px;	
}

.tcooptions select {
	font-size: 90%;
	width: 60px
}

.tcooptions select.wide {
	width: 140px
}


input: hover {
	background: #00AEFF;
}

#tcoprint input {
	background: #ffffff;
	color: #000000;
}

#tcoprint select {
	background: #ffffff;
	color: #000000;
}

