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

.container {
	background:#FFF1C4;
}
.container .content div .tableone {
	width: 80%;
	border:1px solid #600;
}
.container .content div .tableone tbody tr td .innerb .tabletwo tbody tr td img{
	margin-top: 4px;
}
.container .content div .tableone th, 
.container .content div .tableone tfoot td {
	text-align: center;
	height: 30px;
	vertical-align:middle;
}
.tabletwo {
	/*width:819px;*/
	border-collapse:collapse;
}
.th1 {
	width:45px;
}
.th2 {
	width:355px;
}
.th3 {
	width:45px;
}
.th4 {
	width:45px;
}
.th5 {
	width:45px;
}
.th6 {
	width:75px;
}
.td1 {
	width:43px;
}
.td2 {
	width:351px;
}
.td3 {
	width:44px;
}
.td4 {
	width:44px;
}
.td5 {
	width:43px;
}
.td6 {
	width:60px;
}
.td6 a img {
	border: thin solid #E4B1B1;
}
.tableone {
	background:#697210;
	border:1px solid #fff;
	color:#fff;
}
.tableone td {
	border:1px solid #fff;
	color:#fff;
}
.tableone tbody {
	background:#f0c992;
	color:#000;
}
.tableone caption {
	background:#F2daC4;
	color:#697210;
	font-size:1.2em;
	margin:0 auto;
}
.tabletwo tr td {
	color:#600;
	text-indent:19px;
	vertical-align:middle;
	height: 30px;
}
.innerb {
	height:31em;
	overflow:auto;
}
.tabletwo tr:nth-child(odd) {
 background: #E4B1B1;
}
 .tabletwo tr:nth-child(even) {
 background: #F7E8E8;
}
