/* DEFAULT COLOR FOR TEXT */
body, html, input, textarea, select, form, a, p, span, div, td, font, h1, h2, h3, ul, li, ol, sup, sub, a, a:hover {
	color: #fff;
}

/* DEFAULT TEMPLATE STYLES */
body, html {
	width: 100%;
	background-color: #4a4b4d;
}
.fpbody, .body {
	height: 230px;
	background-color: #fff;
	position: relative;
}
.wrapper {
	width: 900px;
	margin: 0px auto;
	position: relative;
}
.fpbody .header, .body .header {
	background: #fff url(../image/web/header/lab.jpg) right no-repeat;
}

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


/* TEMPLATE ELEMENTS */
.logo {
	height: 200px;
}
.logo img {
	margin-top: 50px;
}
.menu {
	height: 30px;
}
.menu ul {
	display: block;
	float: left;
}
.menu li {
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
}
.header {
	position: absolute;
	width: 357px;
	height: 230px;
	overflow: hidden;
	background-position: top left;
	background-repeat: no-repeat;
	bottom: 0px;
	right: 0px;
	z-index: 100;
}
.submenu {
	width: 200px;
}
.submenu ul, .submenu li {
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.content {
	width: 650px;
	padding-left: 50px;
	min-height: 230px;
}
.fpcontent1 {
	width: 400px;
}
.fpcontent2 {
	width: 50px;
}
.fpcontent3 {
	width: 450px;
}
.cwrap {
	margin: 30px 0px 30px 0px;
	position: relative;
}
.cwrap table {
	max-width: 650px !important;
}
.search {
	padding: 20px 0px;
	width: 200px;
}
.search .formline {
	background-color: #5e5f61;
	border-color: #5e5f61;
	width: 170px;
	color: #fff;
	border-width: 0px;
}
.footer {
	padding: 22px 0px 22px 50px;
}
.footer, .footer * {
	color: #707172;
}
.footer a {
	margin-right: 25px;
}


/* FORM STYLES */
.formbut {
	color: #ffffff; 
	background-color: #4a4b4d;
	border: 1px solid #4a4b4d;
	height: 22px; 
	line-height: 18px;
	cursor: pointer;
	padding: 0px 10px 0px 10px;
}
.formline {
	color: #4a4b4d; 
	border: 1px solid #b3a778;
	height: 18px;
	background-color: #FFFFFF;
	width: 300px;
	line-height: 18px;
	padding: 2px 5px 2px 5px;
}
.formarea {
	color: #4a4b4d;  
	border: 1px solid #ffffff;
	padding: 2px 5px 2px 5px;
	background-color: #FFFFFF;
	width: 510px;
	height: 100px;
}
.formline:focus, .formarea:focus {
	border-color: #4a4b4d;
}
.formbut:hover {
	background-color: #5e5f61;
	border: 1px solid #5e5f61;
}
input[type=radio] {
	margin: 0px 4px 0px 4px;
}
.formtable {
}
.formtable td {
	border-bottom: 2px solid #b3a778;
}
.formlabel {
	width: 100px;
	padding: 2px 10px;
	border-right: 5px solid #b3a778;
	background-color: #a89d72;
}
.formrequired {
	background-color: #4a4b4d;
}
.formnotify {
	border-bottom: 1px dashed #FF9900;
	background-color: #FFFF99;
	padding: 5px 10px 5px 10px;
	margin-bottom: 20px;
}
.formextra {
	padding-top: 10px;
}
.formextra .formbut {
	float: right;
}


/* MENU STYLES */
.menu1, .menu1selected, .menu1:hover, .menu1selected:hover {
	display: block;
	line-height: 30px;
	padding: 0px 10px 0px 10px;
	text-decoration: none;
	margin-right: 1px;
}
.menu1 {
	color: #b3a778;
}
.menu1:hover, .menu1selected, .menu1selected:hover {
	color: #ffffff;
	background-color: #b3a778;
}
.menu2, .menu2selected, .menu2:hover, .menu2selected:hover {
	display: block;
	line-height: 22px;
	text-decoration: none;
	padding: 4px 10px;
	border-bottom: 1px solid #a89d72;
}
.menu2:hover, .menu2selected, .menu2selected:hover {
	color: #a89d72;
	background-color: #ffffff;
}
.menu3, .menu3selected {
	display: block;
}


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


@media Print {
	html, body, .content, .wrapper, .cwrap, .printable {
		margin: 0px;
		padding: 0px;
		background-color: #FFFFFF;
		background-image: none;
		width: 650px;
		overflow: hidden;
	}
	body, html, input, textarea, select, form, a, p, span, div, td, font, h1, h2, h3, ul, li, ol, sub, sup {
		color: #000000;
	}
	.menu1, .menu1selected, .menu2, .menu2selected, .menu3, .menu3selected {
		color: #000000;
	}
	.noprint {
		display: none;
	}
	.printable {
		display: block;
		margin-bottom: 20px;
	}
	/* FORM STYLES */
	.formtable td {
		border-color: #fff;
	}
	td.formlabel {
		background-color: #000 !important;
		color: #fff;
	}
	.formbut {
		background-color: #000 !important;
		color: #fff;
	}
	.formline, .formarea {
		border-color: #000 !important;
	}
	.colortable td p {
		border-bottom: 1px solid #000;
	}
}
