/* DEFAULT TEMPLATE STYLES */
body {
	background-color: #eeeeee;
	text-align: center;
}
html, body {
	width: 100%;
	height: 100%;
	scrollbar-base-color: #FFFFFF;
	scrollbar-arrow-color: #333333;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #eeeeee;
	scrollbar-shadow-color: #eeeeee;
	scrollbar-track-color: #FFFFFF;
}
.content {
	width: 300px;
	height: 430px;
	overflow: auto;
	text-align: left;
	margin-top: 30px;
	padding-right: 20px;
	position: relative; !important
}
.content .printable {
	width: 280px;
}
.menu {
	width: 310px;
	height: 105px;
	height: 85px;
	margin-top: 30px;
	overflow: hidden;
}


/* MENU STYLES */
.menu1, .menu1selected {
	display: block;
}
.menu2, .menu2selected, .menu2:hover, .menu2selected:hover {
	/*float: left;*/
	white-space: nowrap;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 20px;
	display: list-item;
	margin-left: 15px;
	list-style-type: square;
	list-style-type: none;
	text-align: right;
	background-image: url(../image/web/menu2.gif);
	background-position: right;
	background-repeat: no-repeat;
}
.menu2selected, .menu2selected:hover {
	text-decoration: none;
	color: #333333;
	cursor: default;
	background-image: url(../image/web/menu2selected.gif);
}


/* ExtraZake FUNCTION STYLES */

@media Print {
	html, body, .printable {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		background-color: #FFFFFF;
	}
	body, input, textarea, select, form, a, p, span, div, td, font, h1, h2, h3 {
		color: #000000;
	}
	.noprint {
		display: none;
	}
	.menu1, .menu1selected, .menu2, .menu2selected, .menu3, .menu3selected {
		color: #000000;
	}
	.printable {
		width: auto;
	}
}
