td {vertical-align:top;}

/* -- table1 -- */
.table1 {
	/*border:1px solid #434343;  
	border-collapse: collapse;*/
	font-size:.9em;
	width:100%;
	}
.table1.widthA {width:500px;} /* use as a double class with ".table1" to set a common width */
.table1.widthB {width:300px;} /* use as a double class with ".table1" to set a common width */
.table1.fullWidth {width:100%;} /* use as a double class with ".table1" to set a width of 100% */

/*.table1 A {color: #496d8f;}*/

.table1 td {padding: 4px 12px 4px 4px;}
.table1 td, .table1 th {border:1px solid #434343; }
.table1 label {
	margin:4px 5px 0 0;
	float:left;
	font-weight: bold;
	width:180px;
	}
.table1 th, .table1 .tableHead {
	font-weight: bold;
	color: #FFFFFF;
	background: #888888 url(/images/bg1.gif) repeat-x;
	}

.table1 th, .table1 .tableHead td { text-align:left; padding: 6px 12px 6px 4px;}

.table1 th A, .table1 .tableHead A {color: #FFFFFF;}

.table1 .alt { background:#EEEEEE;}

/*.table1 .pager { color: #496d8f;}
.table1 .pager A { color: #496d8f;}*/

/* -- table2 -- */
.table2 {
	background:#FFFFFF;
	border:1px solid #004040;
	border-collapse: collapse;
	}
.table2.widthA {width:500px;} /* use as a double class with ".table2" to set a common width */
.table2.widthB {width:300px;} /* use as a double class with ".table2" to set a common width */
.table2.fullWidth {width:100%;} /* use as a double class with ".table2" to set a width of 100% */

/*.table2 A { color: #cf852c;}*/
.table2 td { padding: 4px 10px 4px 4px;}
.table2 label {
	display:block;
	margin:6px 0 0 0;
	font-weight: bold;
	}
.table2 th, .table2 .tableHead {
	font-weight: bold;
	color: #FFFFFF;
	background: #40a0a0 url(/images/bg2.gif) repeat-x;
	}
.table2 th, .table2 .tableHead td { text-align:left; padding: 6px 12px 6px 4px;}
.table2 th A, .table2 .tableHead A { color: #FFFFFF;}
.table2 .alt {
	border-width: 1px;
	background-color: #EEE;
	}
/*.table2 .pager { color: #cf852c; }
.table2 .pager A { color:#cf852c; font-weight:bold; }*/