/* -- table1 -- */
.table1 {
	color: #000; 
	border:1px solid #496d8f; 
	background:#FFFFFF; 
	border-collapse: collapse;
	}
.table1.widthA {width:700px;} /* 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 label {
	margin:4px 5px 0 0;
	float:left;
	font-weight: bold;
	width:180px;
	}
.table1 th, .table1 .tableHead {
	font-weight: bold;
	color: #FFFFFF;
	background: #224f72;
	}

.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 {
	color: #000;
	background:#FFFFFF;
	border:1px solid #224f72 ;
	border-collapse: collapse;
	margin-bottom:10px;

	}
.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: #224f72 ;}
.table2 td { padding: 4px 10px 4px 4px;}
.table2 label {
	display:block;
	margin:6px 0 0 0;
	font-weight: bold;
	}
.table2 th, .table2 tr.tableHead {
	font-weight: bold;
	color: #FFFFFF;
	background-color:#999999;
	}
.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: #f2efd9;
	}
.table2 .pager { color: #fff ; background-color:#999999; }
.table2 .pager a:link, .table2 .pager a:visited, .table2 .pager a:active { color:#fff ; font-weight:bold; }

.table2 .pager a:hover {text-decoration:underline;}

.table2 .titles {color:#FFF; background-color:#999999; font-weight:bold; line-height:14px;}
