#historyContainer {
	font-family:Arial, Helvetica, sans-serif;
}

#tableLayer {
	margin-bottom:15px;
	margin-top:5px;
}
#titleLayer {display:none}
#recordLayer {padding-top:10px; margin-top:10px; border-top:3px solid #eee}

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

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

table.mateTable {
	border: 1px solid #eee;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	color: #494949;
}

table.mateTable tr.header {
	height: 30px;
	font-weight: bold;
	font-size:1.2em;
	background-color:#eee;
	border-bottom:1px solid #333;
}

table.mateTable tr.header a {
	font-weight: bold;
}

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

table.mateTable td {
	text-align: left;
	padding:3px;
}

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

.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;
}

/* Pagination CSS

---------------------------------------- */

.selPage a{
    padding: 0 2px;
    margin: 0 2px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #bfbfbf;
    border: 1px solid #bfbfbf;
    font-size: 0.8em;
    text-decoration: none;
}



.navPage a, .navPage a:link, .navPage a:visited, .navPage a:active {
    font-weight: normal;
    text-decoration: none;
    color: #747474;
    margin: 0 2px;
    padding: 0 2px;
    background-color: #eeeeee;
    border: 1px solid #bababa;
    font-size: 0.8em;
    line-height: 1.5em;
}



.navPage a:hover {
    border-color: #d2d2d2;
    background-color: #d2d2d2;
    color: #FFF;
    text-decoration: none;
}


