/*reset*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
body {
	overflow: hidden;
	height: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}
ul, ol {
	list-style-type:none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
.cache {
	display:none;
}
a {
	text-decoration: none;
}
h2 {
	width:100%;
	cursor:pointer;
	padding:3px;
	background-color: #ba6b4c;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.9em;
	margin-bottom:5px;
}
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #ba6b4c;
	color: white;
	margin:0;
	padding:1px;
	border: 1px solid  #ba6b4c;
	cursor: pointer;
}
.button:hover {
	border: 1px solid  #ba6b4c;
	color: #ba6b4c;
	background-color: white;
}
#frame_title {
	width:100%;
	cursor:pointer;
	height:23px;
	background-color: #ba6b4c;
}
.zone_title {
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
	position: absolute;
	left:25px;
}
.reduce_left, .reduce_right, .expand_left, .expand_right {
	position: absolute;
	width:10px;
	top:4px;
	left:4px;
	height:12px;
}
.reduce_bottom, .expand_bottom {
	position: absolute;
	width:15px;
	top:4px;
	left:4px;
	height:10px;
}
/*------ left ------------*/
.reduce_left {
	background-color: #650a05;
	border-left:#f1a842 5px solid;
}
.reduce_left:hover {
	background-color: #f1a842;
	border-left:#f1a842 5px solid;
}
.expand_left {
	background-color: #f1a842;
	border-left:#f1a842 5px solid;
}
.expand_left:hover {
	background-color: #650a05;
	border-left:#f1a842 5px solid;
}
/*------ right ------------*/
.reduce_right {
	background-color: #650a05;
	border-right:#f1a842 5px solid;
}
.reduce_right:hover {
	background-color: #f1a842;
	border-right:#f1a842 5px solid;
}
.expand_right {
	background-color: #f1a842;
	border-right:#f1a842 5px solid;
}
.expand_right:hover {
	background-color: #650a05;
	border-right:#f1a842 5px solid;
}
/*------ bottom ------------*/
.reduce_bottom {
	background-color: #650a05;
	border-bottom:#f1a842 5px solid;
}
.reduce_bottom:hover {
	background-color: #f1a842;
	border-bottom:#f1a842 5px solid;
}
.expand_bottom {
	background-color: #f1a842;
	border-bottom:#f1a842 5px solid;
}
.expand_bottom:hover {
	background-color: #650a05;
	border-bottom:#f1a842 5px solid;
}