#menu {
	background-color: #dadc78;
}

#menu li a:hover, #menu li.active a {
	background-color: #f8ebeb;
	color: #666666;	
}

#menu_wrapper {
	background-color: #dadc78;
}

#rounded-corner
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 5px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}
#rounded-corner thead th.rounded-company
{
	background: #b9c9fe url('/images/sparqcode/reader/table/left.png') left -1px no-repeat;
}
#rounded-corner thead th.rounded-q1
{
	background: #b9c9fe url('/images/sparqcode/reader/table/right.png') right -1px no-repeat;
}
#rounded-corner th
{
	padding: 8px;
	font-weight: normal;
	font-size: 13px;
	color: #039;
	background: #b9c9fe;
}
#rounded-corner td
{
	padding: 8px;
	background: #e8edff;
	border-top: 1px solid #fff;
	color: #669;
}
#rounded-corner tfoot td.rounded-foot-left
{
	background: #e8edff url('/images/sparqcode/reader/table/botleft.png') left bottom no-repeat;
}
#rounded-corner tfoot td.rounded-foot-right
{
	background: #e8edff url('/images/sparqcode/reader/botright.png') right bottom no-repeat;
}
#rounded-corner tbody tr:hover td
{
	background: #d0dafd;
}

#readertable {
	width: 95%;
	text-align: left;
	border-collapse: collapse;
}

#readertable th {
	background-color: #003284;
	padding: 2px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
}

#readertable td {
	padding: 9px 12px;
	color: #333;
	border-top: 1px solid #999;
}

.checklist {
	text-align: center;
}

#readertable tfoot td {
	font-size: 11px;
}

#readertable tbody td {
	background: url('/images/sparqcode/reader/table/back.png');
}
	
#readertable tbody tr:hover td {
	color: #000;
	background: none;
}


