#ajaxLoader1{
	position: absolute;
	left: 10px;
	top: 0px;
	display: none;
}

table.mateTable{
	border: 1px solid #dedede;
	color: #494949;
}

table.mateTable tr.header{
	background: #6cf url(/common/lib/management_tool/images/calendar_lighten_bottom.png) bottom repeat-x;
	color: #101010;
	/*background: url('../images/table_bg.gif') top left repeat-x;
	height: 24px;
	font-weight: bold;*/
	white-space: normal;
}

table.mateTable tr.header td {
	padding: 5px 2px; vertical-align: bottom; border-left:1px solid #c2ebff; border-right: 1px solid #48c1ff;
}
table.mateTable tr.header a{
	font-weight: bold;
	color: #101010;
}

table.mateTable td{
	padding: 3px 2px;
	border-right: 1px solid #dedede;
	border-left: 1px solid #f7f7f7;
	border-bottom: 1px dashed #dedede;
	background-image: url(/css/themes/default_theme/calendar_slighten_bottom.png);
	background-position: bottom; background-repeat: repeat-x;
	text-align: left;
}

table.mateEditTable td.labelCell span.dsubTitle{
	font-weight: bold;
	font-size: 11pt;
        padding-bottom: 6px;
        margin-bottom: 6px;
        display: block;
}


table.mateTable td.labelCell{
	font-weight: bold;
	text-align: left;
}


table.mateTable tbody tr.ajaxRow:hover {
	background: #e7f5ff;
}table.mateTable tbody tr.ajaxRow:hover td {
	color: #000;
}table.form_table tbody tr:hover td {
	background: #e7f5ff;
}


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;
	min-width: 700px;
}

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;
	vertical-align: top;
}
table.mateEditTable td.valueCell{
	padding: 2px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	width: 60%;
	background: #f2f2f2;
}
table.mateEditTable td.inputCell {
vertical-align: top;
}
