.modalOverlay,.modalOverlaysite
{
	background-color: #FFF;
}
.modal
{
	padding: 0;
	background: #f4f4f4;
	border: 1px solid #d5d5d5;
	min-width: 260px;
}
.modal .modalHandle
{
	background-color: #f1f1f1;
	cursor: move;
	height: 24;
}
.modal .modalClose
{
	float: right;
	cursor: pointer;
	height: 24;
	width: 24;
	background: url("/lib/modal/images/close.gif") no-repeat;
}
.modalsite
{
	padding: 0;
	background: url("/images/bottom.gif") no-repeat bottom;
	min-width: 260px;
}
.modalsite .modalHandle
{
	background: url("/images/top.gif") no-repeat;
	cursor: move;
	height: 24;
}
.modalsite .modalClose
{
	float: right;
	cursor: pointer;
	height: 11;
	width: 11;
	margin: 7 7 0 0;
	background: url("/images/close.gif") no-repeat;
}
.modalbox .modalContent
{
	background: #5b8500;
	clear: both;
	padding: 20;
	text-align: center;
}
.modalbox .modalResize
{
	background: url("/lib/modal/images/resize.gif");
	width: 15;
	height: 15;
	position: absolute;
	right: 0;
	bottom: 0;
	cursor: se-resize;
}
.modalsite .modalAjax
{
	background: #5b8500;
	clear: both;
	height: 360;
	padding: 20;
	overflow: auto;
}
* html .modalsite .modalAjax
{
	height: 400;
	width: 100%;
}
.modalbox .modalButtons
{
	text-align: center;
	margin: 0 0 20 0;
}
.modalbox .modalButton
{
	border: 1px solid #d5d5d5;
	background: #eee !important;
	margin: 0 5;
	width: 100;
}
.modal .modalAjax
{
	clear: both;
	padding: 20;
}
* html .modalbox .modalAjax
{
	width: 100%;
}
.modalbox .modalResults
{
	margin: 20 0 0 0;
	height: 140;
	padding: 5;
	overflow: auto;
	border: 1px solid #d5d5d5;
}
* html .modalbox .modalResults
{
	height: 150;
}

.modal .modalContent .notice,.modal .modalContent .error,.modal .modalContent .ok
{
	border: 0px !important;
	padding: 0px !important;
	margin: 0px !important;
	background: #f9f9f9;
}

.modal fieldset
{
	margin: 12 0;
	padding: 5;
}
.modal fieldset legend
{
	color: #49af33;
	font-weight: bold;
}
div.explorer
{
	padding-left: 20;
	background: url("../images/_explorer_dots.gif") repeat-y;
}
div.explorer img
{
	margin-right: 2;
}
div.explorer input
{
	border: 0;
}
tr.row1
{
	background-color: #f7f8fa;
}
tr.row2
{
	background-color: #E7EEF0;
}
input.text
{
	border: 1px solid #d5d5d5;
}