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

table.mateTable{
	border: 1px solid #ccc;
	color: #494949;
}

table.mateTable tr.header{
	background: url('../images/table_bg.gif') top left repeat-x;
	height: 24px;
	font-weight: bold;
}

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

table.mateTable td{
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: left;
}

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

