@charset "utf-8";

/* -------------------------------------------------------------- 
Table */

#content table {
	border-width:0;
	margin: 0 -1px 20px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
/*	padding: 9px 24px;*/
}
#content tr td {
	padding: 5px 5px;
	vertical-align:top;
}
#content tr.odd td {
	background: #f2f7fc;
}
#content table.on-border{
	border: 1px dotted #ccc;
}
	#content table.on-border th,
	#content table.on-border td{
		border-top: 1px dotted #ccc;
	}
	

/*******************************************************************
* iPad Menu */
#i-menu {
	width:800px;
	height:680px;
	background:url(images/topimg.jpg) no-repeat 0 0;
}
	#i-menu ul {
		padding:540px 60px 0 !important;
		margin:0 !important;
	}
	#i-menu ul li {
		float:left;
		width:170px;
		margin:0 !important;
	}
		#i-menu ul li a {
			display:block;
			width:170px;
			height:110px;
			margin:0;
		}
			#i-menu ul li a span {
				display:none;
			}