@charset "utf-8";
/* CSS Document */

/* class table1 */
.table1{ border:1px solid #CCC; border-collapse:collapse; font: 14px "Tahoma", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif; }
.table1 th{ background: #FFF6C1; color: #333; padding: 7px; border-left: 1px solid #CCC; }
.table1 tbody tr td{ background:#f1f0f0; padding: 7px; color:#666; }
.table1 tbody tr:hover td{ background:#DDD; padding: 7px; color:#555; }


.table2 {font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;	font-size: 12pt;	background: #fff;	border-collapse: collapse;	text-align: left; }
.table2 th {background: #FFF6C1;	font-size: 12pt;	font-weight: normal;	color: #039;	padding: 10px 8px;	border-bottom: 2px solid #6678b1;}
.table2 td {	border-bottom: 1px solid #ccc;	color: #669;	padding: 6px 8px;line-height: 1.5;}
.table2 tbody tr:hover td {	color: #009;}

.table3 {	background: #fff;	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;	font-size: 12pt;	text-align: left;	border-collapse: collapse;}
.table3 th {	background: #FFF6C1;	font-size: 12pt;	font-weight: normal;	padding: 10px 8px;	color: #039; }
.table3 td {	padding: 8px;	color: #669; }
.table3 .odd {	background: #e8edff; }

.table4 { background: #fff; font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif; 	font-size: 12pt;	text-align: left;	border-collapse: collapse;	border: 1px solid #69c;}
.table4 th {	background: #FFF6C1;	padding: 10px 15px 10px 15px;	font-weight: normal;	font-size: 12pt;	color: #039;	border-bottom: 1px dashed #69c;line-height: 1.3;}
.table4 td {	padding: 5px 10px 5px 10px;	color: #669;border-bottom: 1px dashed #69c; line-height: 1.8;}

.table5 {	font-size: 12pt; border-collapse: collapse;	}
.table5 th {	background: #4A9192;	color: #fff;	font-weight: bold;	padding: 2px 11px;	text-align: left;	border-right: 1px solid #fff;	line-height: 1.3;}
.table5 td { 	padding: 6px 11px;	border-bottom: 1px solid #95bce2;	vertical-align: top; line-height: 1.5;}
.table5 tr.odd td {	background: #ecf6fc;}

.tableEmpty { border: 0px !important; background: #FFFFFF;}