#ajaxLoader1{
	position: absolute;
	left: 10px;
	top: 0px;
	display: none;
}

table.mateTable{
	border: none;
	color: #333;
}

table.mateTable td{
	padding: 2px 4px;
}

table.mateTable td{
	border: 2px solid #fff;
/*	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	#border-top: 1px solid #ccc;
	#border-left: 1px solid #ccc;*/
	text-align: left;
}

table.mateTable td.labelCell{
	font-weight: bold;
	text-align: left;
}




table.mateEditTable{
        padding: 10pt;
        border-width: 1px 1px 1px 1px; /* top right bottom left */
        border-style: solid;
        border-color: #ccc;
	color: #494949;
	background: #e0e0e0;
        -moz-border-radius: 10pt;
        -webkit-border-radius: 10pt;
	margin-top: 4px;
	margin-bottom: 8px;
}

table.mateEditTable tr.header{
	background: url('../images/table_bg.gif') top left repeat-x;
	height: 24px;
	font-weight: bold;
}

table.mateEditTable tr.header a{
	font-weight: bold;
	color: #003A73;
}

table.mateEditTable td{
	text-align: left;
}

table.mateEditTable td.labelCell{
	font-weight: bold;
	text-align: left;
}
table.mateEditTable td.valueCell{
	padding: 2px;
	font-weight: normal;
	text-align: left;
	width: 60%;
	background: #f2f2f2;
}

