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


/* 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;
	min-width: 1000px;
	padding: 80px 0px;
}
.tpl_wrapper {
	position: relative;
	width: 600px;
	margin: 0px auto;
	padding: 40px 0px 20px 0px;
	background-color: #0067aa;
	background-color: #eee;
	background-color: #fff;
}
#tpl_head {
	width: 340px;
	background-color: #353132;
	padding: 20px 30px;
	float: left;
}
#tpl_head * {
	color: #fff;
	padding: 5px 0px;
}
#tpl_logo {
	width: 200px;
	float: left;
}
#tpl_content {
	margin-left: 230px;
	margin-top: 40px;
	width: 340px;
	float: left;
}
#tpl_lang {
	position: absolute;
	top: 10px;
	right: 10px;
}


/* FORM STYLES */
.formbut {
	position: relative;
	display: inline-block;
	color: #ffffff; 
	background-color: #999;
	border: 1px solid #999;
	height: 20px; 
	line-height: 10px;
	cursor: pointer;
	padding: 0px 10px 0px 10px;
	overflow: visible;
	margin-right: 15px;
}
.formline {
	position: relative;
	display: inline-block;
	border: 1px solid #CCCCCC;
	height: 14px;
	background-color: #FFFFFF;
	width: 400px;
	line-height: 14px;
	padding: 2px 3px 2px 3px;
}
.formarea {
	position: relative;
	display: inline-block;
	border: 1px solid #CCCCCC;
	padding: 2px 3px 2px 3px;
	background-color: #FFFFFF;
	width: 400px;
	height: 100px;
}
.formline:focus, .formarea:focus,.formline.focus, .formarea.focus {
	border-color: #000;
}
.formbut:hover,.formbut.hover {
	background-color: #000;
	border-color: #000;
}
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: 10px;
}
td.formextra .formbut {
	float: right;
	margin-left: 15px;
	margin-right: 0px;
}


/* MENU STYLES */
.menu1, .menu1selected, .menu1:hover, .menu1selected:hover {
	display: block;
	text-decoration: none;
	background-color: #eee;
	padding: 2px 10px;
	margin-left: 0px;
	margin-bottom: 1px;
}
.menu1:hover {
	background-color: #ccc;
}
.menu1selected, .menu1selected:hover {
	color: #fff;
	background-color: #000;
	border-color: #000;
}
.menu2, .menu2selected, .menu2:hover, .menu2selected:hover {
	display: block;
	text-decoration: none;
	background-color: #eee;
	padding: 2px 10px;
	margin-left: 10px;
	margin-bottom: 1px;
}
.menu2:hover {
	background-color: #ccc;
}
.menu2selected, .menu2selected:hover {
	color: #fff;
	background-color: #000;
	border-color: #000;
}
.menu3, .menu3selected, .menu3:hover, .menu3selected:hover {
	display: block;
	text-decoration: none;
	background-color: #eee;
	padding: 2px 10px;
	margin-left: 20px;
	margin-bottom: 1px;
}
.menu3:hover {
	background-color: #ccc;
}
.menu3selected, .menu3selected:hover {
	color: #fff;
	background-color: #000;
	border-color: #000;
}


/* 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;
	}
}
