/*	by Shuster 2008	*/

#static { display: table; width: 100%; }

#static h2 { font-size: 110%; margin-bottom: 1em; }

table.tab1, table.tab2, table.tab3 {
	border-spacing: 1px;
	margin-top: 0.5em;
	margin-bottom: 1.5em;
	border-collapse: collapse;
	width: auto;
	font-size: 12px;
}
table.tab3 {
	border-spacing: 1px;
	margin-top: 0.5em;
	margin-bottom: 1.5em;
	border-collapse: collapse;
	width: 100%;
	font-size: 12px;
}
.tab1 th, .tab1 td { empty-cells: show; border: 1px solid #000080; padding: 4px; vertical-align: top; }
.tab1 th { background: #4181BF; color: #FFF; vertical-align: top; }
.tab1 .left { text-align: left; }
.tab1 .right { text-align: right; }
.tab1 .odd { background: #F1F6FA; }
.tab1 .even { background: #DEECF7; }

.tab2 th, .tab2 td { empty-cells: show; border: 1px solid #008000; padding: 4px; vertical-align: top; }
.tab2 th { background: #40A362; color: #FFF; vertical-align: top; }
.tab2 .left { text-align: left; }
.tab2 .right { text-align: right; }
.tab2 .odd { background: #F1FAF6; }
.tab2 .even { background: #DEF7EC; }

