﻿

#shadowing
{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	/*background-color: #CCA;*/
	background-color: #333333;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=50);
}

.classShadowBox{
	display: none;
	position: fixed;
	top: 15%;
	left: 25%;
	width: 50%;
	/* height: 50%; */
	/*max-height:400px;*/
	padding: 0;
	margin:0;
	border: 1px solid #DEDEDE;
	background-color: white;
	z-index:11;
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:10px;
	min-width:300px;
	max-width:800px;

}
.classShadowBoxHeader{
	font-weight: bold;
	font-size:18px;
	/*position:absolute;*/
	position:relative;
	top:20px;;
	left:15px;

	height:20px;
	padding:0px 0px 0px 0px;
	margin:0;
	margin-right:20px;
	border-bottom:1px solid #DEDEDE;

	color:#000000;
	text-align:left; 
}

.classShadowBoxClose
{
	float:right;
	position:relative;
	top: -3px;
	right: 0px;

	background-image:url(images/dot/cancel20.png);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	border:0px solid #FFFFFF;
	width:30px;
	height:30px;
	margin-right:0px;
	cursor:pointer;
}

.classShadowBoxHeaderContent{
	position:relative;
	top:30px;
	left:15px;
	height:250px;
	width:90%;
	background-color:#FFFFFF;
	padding: 8px;
	max-width:750px;
	min-width:180px;
	overflow-y:auto;
	overflow-x:hidden;
}

#box 
{
	display: none;
	position: fixed;
	top: 10%;
	left: 15%;
	width: 70%;
	height: 85%;
	/*max-height:400px;*/
	padding: 0;
	margin:0;
	border: 1px solid black;
	background-color: white;
	z-index:11;
	/*overflow: hidden;*/
	overflow-y:scroll;
	overflow-x:hidden;
}

#boxheader
{

	 /*position:absolute;*/
	 position:relative;
	top:0%;
	left:0%;
	width:100%;
	height:20px;
	padding:2px 0px 0 0px;
	margin:0;
	margin-right:20px;
	border-bottom:1px solid black;
	background-color:#996600;
	color:white;
	text-align:center; 
}

#boxclose
{
	float:right;
	position:absolute;
	top: 0;
	right: 0px;
	background-image:url(images/dot/close.gif);
	background-repeat:no-repeat;
	background-color:#CCC;
	border:1px solid black;
	width:20px;
	height:20px;
	margin-right:0px;
}

#boxcontent
{
	position:absolute;
	top:23px;
	left:0;
	right:0;
	bottom:0;
	margin:0 0 0 0;
	padding: 8px;
/*
	width:100%;
	height:100%;
	overflow: auto;
	overflow:hidden;*/
}


