@charset "utf-8";
a.BlackDoubleArrowLink {
	color:#64002a;
	text-decoration:none;
}
a.BlackDoubleArrowLink:hover {
	color:#64002a;
	border-bottom:#64002a 1px dotted;
	text-decoration:none;
}
td a {
	color:#64002a;
	text-decoration:none;
}
td a:hover {
	color:#64002a;
	border-bottom:#64002a 1px dotted;
	text-decoration:none;
}
/* XLBYG Job Edit */
table.tablesorter {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	font-size: 11px;
	width: 100%;
	text-align: left;
	border:none;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #64002a;
	border:none;
	font-size: 11px;
	height:28px;
	padding-left:4px;
	color:#fff;
}
table.tablesorter thead tr .header {
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	line-height:20px;
	background-color: #FFF;
}
table.tablesorter tbody tr.odd td {
	background-color:#faf1dc;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(/Files/System/tablesorter/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(/Files/System/tablesorter/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #daceb3;
	color:#000;
}
.gbTitle b {
	color:#000;
}
input.JobEditInput {
	border:0px;
	width:250px;
	height:19px;
	background:#daceb3;
}
select.JobEditSelect {
	width:250px;
}
button#btnCancel {
	font-size:11px;
}
