@charset "utf-8";
table#sellersTable {
	background: #b98e27;
	width: 75%;
	margin: 0px auto;
}
#sellersTable thead {
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.2em;
	color:#fff;
	font-weight:normal;
}
#sellersTable th {
	background: #432102;
	font-weight: bold;
	text-align: center;
	height: 35px;
	line-height: 35px;
	width: 50%;
	border-right: 1px solid #caa95a;
}
#sellersTable th.whoControls {
	border-right: 1px solid #432102;
}
#sellersTable td {
	text-align: center;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #432102;
	border-right: 1px solid #432102;
	margin: 0em;
}
#sellersTable td.factor {
	text-align: center;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #432102;
	border-right: 1px solid #432102;
	border-left: 1px solid #432102;
}
#sellersTable tbody {
	font-family:Verdana, Geneva, sans-serif;
	font-size:.9em;
	color:#432102;
	font-weight:bold;
	text-align:center;
}
#sellersTable caption {
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	color:#432102;
	text-align:left;
	padding-bottom:0.25em;
	padding-top: 2em;
}
#sellersTable tr.odd {
	background: #caa95a;
	margin: 0em;
}
#sellersTable td.request {
	background: #FFF;
	border-left: 1px solid #432102;
}
#sellersTable td.request a:link, #sellersTable td.request a:visited {
	color: #00F;
	text-decoration: none;
	border-bottom: 1px dotted #00F;
}
#sellersTable td.request a:hover {
	color: #000;
	border:none;
}
#sellersTable td.request a:active {
	color:#F00;
	border:none;
}
#sellersTable tr:hover {
	background: #fff;
}

