table {
	width: 70%;
	border-collapse: collapse;
	background:#ffffff;
	color:black;
	font-style: normal;
	max-width: 100%;
	margin-top: 0px;
	padding: 5px;
	background: url(../images/inn_bg.png) 0 0 repeat;
	border-radius: 4px;
	margin-bottom: 13px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;	
}

table th {
	padding: 10px 10px 9px;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
}

table td {
	padding: 10px 10px 9px;
	font-size: 13px;
	line-height: 18px;
	text-align: left;
}

table td {
	vertical-align: top;
	border-top: solid 1px #ddd;
}

table th {
	padding-top: 9px;
	font-weight: bold;
	vertical-align: middle;
}

table.condensed th, table.condensed td {
	padding: 5px 5px 4px;
}

table.bordered {
	border-collapse: separate;
	border: solid 1px #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

table.bordered th + th,
table.bordered th + td,
table.bordered td + td {
	border-left: solid 1px #ddd;
}

.zebra-striped tbody tr:nth-child(odd) td,
.zebra-striped tbody tr:nth-child(odd) th {
	background: #d5d5d5;
}

