/* DEFAULT TEMPLATE STYLES */
body, html {
	width: 100%;
	height: 100%;
	background-color: #ffffff;
}


/* DEFAULT TABLE STYLES */
table, table td, table th {
	border-collapse: collapse;
	border: 0px solid #dddddd;
	vertical-align: top;
	text-align: left;
}


/* TEMPLATE ELEMENTS */
#tpl_body {
	position: relative;
	width: 1000px;
	min-width: 1000px;
	max-width: 1000px;
	min-height: 100%;
}
#tpl_top_height {
	height: 80px;
}
#tpl_top {
	position: relative;
	background-image: url(../image/web/top_bg.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #231f20;
}
	#tpl_menu {
		position: relative;
		z-index: 1;
		zoom: 1;
	}
		#tpl_menu ul,
		#tpl_menu li {
			display: block;
			margin: 0px;
			padding: 0px;
			list-style-type: none;
			float: left;
			position: relative;
			z-index: 1;
			zoom: 1;
		}
		#tpl_menu ul {
			margin: 20px 0px 20px 125px;
		}
	#tpl_submenu {
		position: relative;
		z-index: 1;
		zoom: 1;
	}
		#tpl_submenu ul,
		#tpl_submenu li {
			display: block;
			margin: 0px;
			padding: 0px;
			list-style-type: none;
			float: left;
		}
		#tpl_submenu ul {
			margin: -10px 125px 10px 125px;
		}
		#tpl_submenu li {
			margin-bottom: 10px;
		}
	#tpl_brand {
		position: absolute;
		z-index: 100;
		top: 28px;
		left: 13px;
	}
#tpl_wrapper {
	position: relative;
	width: 860px;
	margin: 80px 15px 0px 125px;
	padding-bottom: 260px; /* PADDING BOTTOM FOR FOOTER */
}
	#tpl_content {
		position: relative;
		width: 600px;
		min-height: 20px;
		float: left;
	}
		#tpl_content img {
			-ms-interpolation-mode: bicubic; /* NOT FOR TRANSPARENT IMAGES */
		}
	#tpl_sidebar {
		position: relative;
		width: 215px;
		float: left;
		margin-left: 45px;
	}
		#tpl_logo {
			margin: -40px 0px 40px 0px;
			text-align: center;
		}
#tpl_footer {
	width: 100%;
	height: 210px;
	position: absolute;
	z-index: 100;
	bottom: 0px;
	left: 0px;
	background-image: url(../image/web/footer_bg.png);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #ebebeb;
}
	#tpl_footer_wrapper {
		margin: 45px 0px 0px 125px;
	}
		#tpl_footer_logoos {
			margin: 0px 0px 40px 0px;
			position: relative;
			z-index: 1;
			zoom: 1;
		}
			#tpl_footer_logoos ul,
			#tpl_footer_logoos li {
				display: block;
				margin: 0px;
				padding: 0px;
				list-style-type: none;
				float: left;
				position: relative;
				z-index: 1;
				zoom: 1;
				background-repeat: no-repeat;
			}
			#tpl_footer_logoos img {
				background-color: #ebebeb;
				display: inline-block;
				margin: 0px 45px 0px 0px;
				position: relative;
				z-index: 1;
				zoom: 1;
			}
		#tpl_footer,
		#tpl_footer * {
			font-size: 11px;
			color: #707173;
		}
		#tpl_footer a {
			text-decoration: underline;
		}


/* TEMPLATE CLASSES */
.tpl_item {
	border: 1px solid #ccc;
	padding: 5px;
	margin-bottom: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position: relative;
	z-index: 1;
	zoom: 1;
}
	.tpl_item_name {
		margin: 5px 15px;
	}
		.tpl_item_name h1,
		.tpl_item_name h2 {
			margin: 0px;
			padding: 0px;
			display: inline-block;
		}
	.tpl_item_content {
		padding: 15px 10px 15px 15px;
	}
		.tpl_item_content,
		.tpl_item_content * {
			font-size: 12px;
		}
		.tpl_item_content.backdg {
			-webkit-border-radius: 8px;
			-moz-border-radius: 8px;
			border-radius: 8px;
		}
		.tpl_item_refrence .tpl_item_content.backdg {
			-webkit-border-top-right-radius: 0px;
			-webkit-border-top-left-radius: 0px;
			-moz-border-radius-topright: 0px;
			-moz-border-radius-topleft: 0px;
			border-top-right-radius: 0px;
			border-top-left-radius: 0px;
		}
		.tpl_item_refrence .tpl_item_content.backdg,
		.tpl_item_refrence .tpl_item_content.backdg * {
			font-size: 11px;
			line-height: 16px;
		}
		.tpl_item_refrence img {
			-webkit-border-top-right-radius: 8px;
			-webkit-border-top-left-radius: 8px;
			-moz-border-radius-topright: 8px;
			-moz-border-radius-topleft: 8px;
			border-top-right-radius: 8px;
			border-top-left-radius: 8px;
		}
		.tpl_item_content.backdg,
		.tpl_item_content.backdg * {
			color: #fff;
		}


/* NEWS */
.tpl_newsitem {
	position: relative;
	border-bottom: 2px solid #fff;
}
	.tpl_newsitem .content {
		display: none;
		position: relative;
		z-index: 100;
		width: 588px;
		height: 320px;
		overflow: hidden;
	}
		.tpl_newsitem .image {
			position: relative;
			z-index: 100;
		}
		.tpl_newsitem .image img {
			-webkit-border-top-left-radius: 8px;
			-webkit-border-top-right-radius: 8px;
			-moz-border-radius-topleft: 8px;
			-moz-border-radius-topright: 8px;
			border-top-left-radius: 8px;
			border-top-right-radius: 8px;
		}
		.tpl_newsitem .name {
			position: absolute;
			z-index: 100;
			bottom: 35px;
			left: 0px;
		}
			.tpl_newsitem .name h1 {
				background-color: #17b9e8;
				padding: 4px 12px 4px 15px;
				margin-bottom: 5px;
				color: #fff;
				display: inline-block;
				-webkit-border-bottom-right-radius: 8px;
				-moz-border-radius-bottomright: 8px;
				border-bottom-right-radius: 8px;
			}
		.tpl_newsitem .link {
			background-color: #ebebeb;
			-webkit-border-radius: 8px;
			-moz-border-radius: 8px;
			border-radius: 8px;
		}
		.tpl_newsitem.hover .link {
			background-color: #17b9e8;
			-webkit-border-top-left-radius: 0px;
			-moz-border-radius-topleft: 0px;
			border-top-left-radius: 0px;
			-webkit-border-top-right-radius: 0px;
			-moz-border-radius-topright: 0px;
			border-top-right-radius: 0px;
			
		}
			.tpl_newsitem .link a,
			.tpl_newsitem .link a:hover {
				display: block;
				line-height: 30px;
				min-height: 30px;
				padding: 0px 15px;
				text-decoration: none;
			}
			.tpl_newsitem.hover .link a,
			.tpl_newsitem.hover .link a:hover {
				color: #fff;
			}


/* PROJECT STATUS */
.tpl_statusitem_menu {
	width: 235px;
	float: left;
	margin: 5px 10px 10px 0px;
	position: relative;
	z-index: 1;
	zoom: 1;
}
	.tpl_statusitem_menu div.name {
		border-bottom: 2px solid #fff;
	}
		.tpl_statusitem_menu div.name a {
			-webkit-border-top-left-radius: 8px;
			-moz-border-radius-topleft: 8px;
			border-top-left-radius: 8px;
			display: block;
			background-color: #eaf2cf;
			background-image: url(../image/web/status/default.png);
			background-position: 0px -150px;
			font-size: 15px;
			line-height: 15px;
			height: 15px;
			overflow: hidden;
			color: #9b9f8e;
			padding: 6px 10px 6px 45px;
			background-repeat: no-repeat;
			overflow: hidden;
		}
			.tpl_statusitem_menu div.name a div {
				margin-top: 27px;
				font-size: 17px;
				line-height: 17px;
				color: #fff;
				display: none;
			}
			.tpl_statusitem_menu div.name a p {
				margin-top: 15px;
				font-size: 13px;
				line-height: 13px;
				color: #fff;
				display: none;
			}
		.tpl_statusitem_menu div.name.checked a {
			background-image: url(../image/web/status/checked.png);
		}
		.tpl_statusitem_menu div.name a:hover,
		.tpl_statusitem_menu div.name a.active {
			background-color: #97bf0d;
			background-position: 0px 0px;
			color: #ffffff;
			text-decoration: none;
		}
		.tpl_statusitem_menu div.name a.active {
			height: 130px;
		}
			.tpl_statusitem_menu div.name a.active div,
			.tpl_statusitem_menu div.name a.active p {
				display: block;
			}
.tpl_statusitem_content {
	width: 335px;
	height: 344px;
	overflow: hidden;
	float: left;
	margin-top: 5px;
	position: relative;
}
	.tpl_statusitem_content .content {
		display: none;
	}
		tpl_statusitem_content .content iframe {
			position: relative;
			z-index: 1;
			zoom: 1;
		}
		.tpl_statusitem_content .content p {
			font-size: 11px;
			line-height: 16px;
		}
		.tpl_statusitem_content .content .morelinkgreen {
			position: absolute;
			bottom: -3px;
			right: 0px;
			z-index: 100;
			font-size: 11px;
		}


/* NEWS */
.newsitem {
	padding-bottom: 20px;
	position: relative;
}
.newsitemdate {
	color: #44c0eb;
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 5px;
}
.newsitemcontent {
	margin-top: 10px;
	margin-right: 5px;
	display: block;
	position: relative;
}
.newsitemimage {
	background-color: #eeeeee;
	width: 220px;
	height: 155px;
	margin-bottom: 20px;
}
.newsitemcitems {
	/*margin-top: 10px;*/
}
.newsitemviewimage {
	margin-bottom: 15px;
}


/* DIASHOW */
.diashowdisplay {
	width: 560px;
	height: 400px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}
.diashowdisplay ul, .diashowdisplay li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	display: block;
}
.diashowdisplayoverlay {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
}
.diashowdisplayoverlay img {
	width: 560px;
	height: 400px;
}


/* FORM STYLES */
.formbut {
	position: relative;
	display: inline-block;
	color: #fff;
	background-color: #0081d2;
	border: 1px solid #0081d2;
	height: 22px; 
	line-height: 12px;
	cursor: pointer;
	padding: 0px 10px 0px 10px;
	overflow: visible;
	margin-right: 15px;
}
.formline {
	position: relative;
	display: inline-block;
	border: 1px solid #bbb;
	height: 16px;
	background-color: #fff;
	width: 392px;
	line-height: 16px;
	padding: 2px 3px 2px 3px;
}
select.formline {
	padding: 0px;
	height: 22px;
	width: 400px;
}
.formarea {
	position: relative;
	display: inline-block;
	border: 1px solid #bbb;
	padding: 2px 3px 2px 3px;
	background-color: #fff;
	width: 392px;
	height: 100px;
}
.formline:focus, .formarea:focus,.formline.focus, .formarea.focus {
	border-color: #444;
}
.formbut:hover,.formbut.hover {
	background-color: #444444;
	border-color: #444444;
}
input[type=radio] {
	margin: 0px 4px 0px 4px;
}
.formtable {
}
.formtable td {
	border-bottom: 2px solid #fff;
}
td.formlabel {
	background-color: #eeeeee;
	border-right: 2px solid #fff;
	padding: 0px 5px;
	width: 100px;
}
td.formrequired {
	background-color: #cccccc;
}
.formnotify {
	border: 1px dotted #999;
	padding: 5px 10px;
	margin-bottom: 20px;
}
td.formextra {
	padding-top: 5px;
}
td.formextra .formbut {
	margin-right: 0px;
}


/* MENU STYLES */
.menu1, .menu1selected, .menu1:hover, .menu1selected:hover {
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	line-height: 15px;
	padding: 1px 10px 1px 10px;
	border-left: 1px solid #fff;
}
.menu1:hover, .menu1selected, .menu1selected:hover {
	color: #11a7d3;
}
.menu0, .menu0selected, .menu0:hover, .menu0selected:hover {
	border-width: 0px !important;
}
.menu2, .menu2selected, .menu2:hover, .menu2selected:hover {
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	line-height: 13px;
	padding: 0px 10px 0px 10px;
	border-right: 1px solid #fff;
}
.menu2:hover, .menu2selected, .menu2selected:hover {
	color: #11a7d3;
}


/* ExtraZake FUNCTION STYLES */
.highlight {
	border-bottom: 1px dashed #333333;
}
.photothumb {
	width: 77px;
	height: 77px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	text-align: center;
}
.clickable,
.clickable * {
	cursor: pointer;
}


@media Print {
	html, body, #tpl_body {
		margin: 0px;
		padding: 0px;
		background-color: #FFFFFF;
		background-image: none;
	}
	body, html, input, textarea, select, form, a, p, span, div, td, th, font, h1, h2, h3, h4, h5, ul, li, ol, sub, sup {
		/*color: #000000;*/
	}
	.menu1, .menu1selected, .menu2, .menu2selected, .menu3, .menu3selected {
		/*color: #000000;*/
	}
	.noprint {
		display: none;
	}
}
