.orderColumnClass {
	border: 1px solid #333;
	padding: 4px;
	list-style: none;
	margin: 4px auto;
	cursor: move;
	line-height: 100%;
	width: 400px;
}

#ajaxLoader1 {
	position: absolute;
	left: 10px;
	top: 0px;
	display: none;
}

table.mateTable {
	border: 1px solid #ccc;
	color: #494949;
	text-align: center;
	position: absolute;
	/*height: 538px;*/
	left: 0;
	margin-bottom: 150px;
}

table.mateTable tr.header {
	/*background: url('../images/table_bg.gif') top left repeat-x;*/
	background-color: #d3dff3;
	height: 36px;
	font-size:14px;
	font-weight: bold;
}

table.mateTable tr.header a {
	font-weight: bold;
	color: #003A73;
}

	div#historyContainer div.atlanta table.mateTable tr.header { background-color: #f3d3d3; }
	div#historyContainer div.atlanta table.mateTable tr.header a { color: #b70000; }
	div#historyContainer div.atlanta table.mateTable tr.header a:hover { color: #fff; background-color: #b70000; }

	div#historyContainer div.chicago table.mateTable tr.header { background-color: #e7d3f3; }
	div#historyContainer div.chicago table.mateTable tr.header a { color: #8602c3; }
	div#historyContainer div.chicago table.mateTable tr.header a:hover { color: #fff; background-color: #8602c3; }

	div#historyContainer div.los-angeles table.mateTable tr.header { background-color: #d3dff3; }
	div#historyContainer div.los-angeles table.mateTable tr.header a { color: #003A73; }
	div#historyContainer div.los-angeles table.mateTable tr.header a:hover { color: #fff; background-color: #003A73; }

	div#historyContainer div.seattle table.mateTable tr.header { background-color: #d3f3d4; }
	div#historyContainer div.seattle table.mateTable tr.header a { color: #006803; }
	div#historyContainer div.seattle table.mateTable tr.header a:hover { color: #fff; background-color: #006803; }

table.mateTable tr.header td {
	white-space: nowrap;
}

table.mateTable td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
	font-size:14px;
	padding:4px;
}

table.mateTable td.labelCell {
	font-weight: bold;
	text-align: right;
}

table.mateTable input, table.mateTable textarea {
	text-align: center;
}

.ajaxButton {
	margin: 3px;
}

a.resetDate img{
	padding: 1px;
	margin: 0 3px 0 3px;
	border: 1px solid red;
}

a.resetDate:hover img{
	border: 2px solid red;
	padding: 0px;
}

div#recordLayer {
	padding:5px;
	font-size:11px;
	visibility: hidden;
}

div#searchButtonsLayer {
	padding:10px;
	font-size:14px;
	text-align: center;
	visibility: hidden;
	clear: both;
}

div#searchButtonsLayer div.pageinfo {
	padding:8px;
	display: inline-block;
}

div#titleLayer {
	visibility:hidden;
	display:none;
}

div#historyContainer {
	margin-top: -35px;
}

div#content ul.links {
	width:100%;
	display: block;
	text-align: right;
}

div#content ul.links li {
	display:inline-block;
	padding: 0 5px;
}

div#content ul.links li a {
	display: none;
	padding: 5px 10px;
}

div#content ul#page_number {
	display: inline;
	text-align: left;
	padding: 5px;
	margin-right: 25px;
}

div#content ul#page_number li {
	display:inline-block;
	padding: 0;
}

div#content ul#page_number li a {
	display: block;
	padding: 5px 10px;
	border:0;
}

	div#content ul#page_number li a:hover {
		border:0;
	}

div#content ul#page_number li a.selected, div#content ul#page_number li a.selected:hover {
	font-weight:bold;
	color:#333;
	background-color:#e4e4e4;
	border:0;
}

select#display_number {
	margin-right: 25px;
}

span.label {
	font-weight:normal;
	border-bottom:1px dashed #CCCCCC;
}

input, textarea, select {
	border:1px #ccc solid;
}
