/** BOX STYLE ********************************************************/

.box{
	position: absolute;
	color: gray;
	background: white;
	border:1px solid black;
	z-index: 10000;
}

.boxTable {
	height: 100%;
	width: 100%;
	border-collapse: collapse;
	height: 25px;
	color: #81B4D5;
}

.boxTable th {
	height: 25px;
	vertical-align: middle;
	color: white;
	background:#6E8EC7;
	font-weight: bold;
	border-bottom:1px solid black;
	}
	
#boxContent {
	overflow: auto;
	margin:5px;
	margin-right:0px;	
	}
	
#boxContent .textbox {
	border: 1px solid gray;
	padding: 1px;
	}	