﻿.ShowMenu
{
	color: Maroon;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
	cursor: pointer;
}
#popup
{
	height: 100%;
	width: 100%;
	z-index: 3000;
	background: #000000;
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	filter: alpha(opacity=75);
}
#window
{
	z-index: 3100;
	width: 520px;
	height: 410px;
	margin: 0;
	border: 1px solid white;
	position: fixed;
	top: 30px;
	left: 30%;
	background-color: White;
	display: inline-table;
}
#window_body
{
	height: 380px;
	width: 100%;
	display: inline-table;
}

#window_footer
{
	width: 100%;
	height: 30px;
}
.bt_close
{
	position: absolute;
	right: 0;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
.zoom
{
	padding:5px;
	
	width:50px;
	height:15px;
	background-color: Gray;
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	filter: alpha(opacity=75);
	color:White;
	border-radius: 10px;
	text-align:center;
	cursor:pointer;
	position:absolute;
	top:920px;
	left:620px;
}
.ListNumberImg
{
	position: absolute;
	left: 180px;
	width: 250px;
	height: 30px;
	text-align:center;
}
.ListNumberImg ul
{
	list-style-type: none;
	margin-top: 2px;
	padding: 0;
	cursor: pointer;
}

.ListNumberImg ul li:hover
{
	background-color: White;
	color: Maroon;
	border: solid 1px Maroon;
}
.NumberImg
{
	float: left;
	width: 25px;
	height: 20px;
	background-color: Maroon;
	color: White;
	padding-top: 5px;
	margin-right: 5px;
	border-radius: 12px;
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
.NumberImgSelect
{
	float: left;
	width: 25px;
	height: 20px;
	background-color: White;
	color: Maroon;
	padding-top: 5px;
	margin-right: 5px;
	border-radius: 12px;
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	border: solid 1px Maroon;
}
