
/* --------------------------- MAIN TABLE -------------------- BEGIN ------------- */
.main-table {
	width: 100%;
	height: 100%;
	background-color: #EBF4F9;
}
.main-table-top {
	height: 15%;
}
.main-table-top-gradient {
	height: 20px;
	background-image: url(../img/bg_pattern_top.png);
	background-repeat: repeat-x;
	border-bottom: 1px solid #f9f8f5;
}
.main-table-1 {
	height: 100%;
}
.main-table-2 {
	width: 141px;
}
.main-table-3 {
	width: 339px;
}
.main-table-4 {
	width: 272px;
}
.main-table-5 {
}
/* --------------------------- MAIN TABLE -------------------- END ------------- */

/* --------------------------- SUB TABLES -------------------- BEGIN ------------- */
.div-1-empty {
	height: 373px;
	border-right: 1px solid #fff;
	background-color: #f1efe8;
}
.div-1-gradient {
	height: 19px;
	background-image: url(../img/bg_pattern_bottom.png);
}
.div-2-content {
	height: 373px;
	border-left: 1px solid #ffffff;
	background-color: #f1efe8;
}
.div-2-gradient {
	height: 19px;
	background-image: url(../img/bg_pattern_bottom.png);
}
.div-3-content {
	height: 373px;
	background-color: #ffffff;
	overflow: hidden;
}
.div-3-gradient {
	height: 19px;
	background-image: url(../img/bg_pattern_bottom.png);
}
.div-4-content {
	height: 373px;
	border-right: 1px solid #fff;
	background-color: #f1efe8;
}
.div-4-gradient {
	height: 19px;
	background-image: url(../img/bg_pattern_bottom.png);
}
.div-5-empty {
	height: 373px;
	background-color: #f1efe8;
	border-left: 1px solid #ffffff;
}
.div-5-gradient {
	height: 19px;
	background-image: url(../img/bg_pattern_bottom.png);
}
/* --------------------------- SUB TABLES -------------------- END ------------- */

/* ----------------------- CONTENT ---------------------- BEGIN ------------------ */
#content {
	width: 344px;
}
.content-inner {
	margin: 10px;
	width: 324px;
}
.content-head {
	border-bottom: 3px solid #dbdbdb;
	padding: 15px 0px 5px 15px;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	color: #999999;
	font-size: 14px;
}
.right-content {
	text-align: center;
}
.right-content .imgtext-table {
	display: inline;
}
/* ----------------------- CONTENT ---------------------- END ------------------ */

