.sidemenu {
	/*font-size:9px;*/
	min-width: 120px;
	width: 120px;
	max-width: 120px
}

/*
 .sidemenu option:last-of-type, .last_item {
 background-color:red;
 border-width:0px;
 border-bottom-right-radius:4px;
 border-bottom-left-radius:4px;
 -moz-border-radius-bottomleft:4px;
 -moz-border-radius-bottomright:4px;
 -webkit-border-bottom-left-radius:4px;
 -webkit-border-bottom-right-radius:4px;
 }
 */

.sidemenu option {
	/*background-color:#e2f4ff;*/
	border-width: 0px;
	border-style: none;
	/*width:120px;*/
}

.result_list_container {
	height: 550px;
	position: relative;
	overflow: auto;
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;
	padding: 2px;
	/*background-color:#cccccc;*/
}

/*
.result_area {
	float: right;
	min-width: 200px;
	width: 540px;
	height: 576px;
	max-width: 540px;
	background-color: #cfcfcf;
	overflow: auto;
}
*/

.app_container {
	margin-left: auto;
	margin-right: auto;
	/*width: 720px;*/
	position: relative;
	/*overflow:auto;*/
	/*height: 590px;*/
	/*border-width:1px;
	 border-style:solid;*/
}

/*
.form_area {
	float: left;
	text-align: left;
	margin-left: 0px;
	min-width: 122px;
	width: 122px;
	max-width: 122px;
	background-color: #cfcfcf;
	height: 576px;
}

.form_area select {
	width: 115px;
	max-width: 115px;
	min-width: 115px;
}
*/

/*
.pr_list_item {
	table-layout: fixed;
	background-color: #ffffff;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}

.pr_list_item table {
	table-layout: fixed;
	width: 100%;
}

.pr_list_item img {
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;
	margin-right: 6px;
}
*/
/*
 img.zooming_img:hover {
 z-index:9000;
 height:50%;
 width:50%;
 position:absolute;
 border-width:1px;
 border-right-width:2px;
 border-bottom-width:2px;
 border-color:#999999;
 border-right-color:#666666;
 border-bottom-color:#666666;
 border-style:solid;
 }
 */
/*
 img.zooming_img:hover {
 z-index:9000;
 zoom:500%;
 position:absolute;
 }
 */

.zooming_img {
	display: inline;
	cursor: pointer;
	border: 1px solid #a4daf0;
}
div.zooming_img_container {
	display: none;
}

/*
 div.zooming_img_container:hover {
 display:block;
 z-index:9000;
 position:absolute;
 }
 */

.zoomed_img {
	border: 1px solid #93c9e0;
}
