
/**
 * OVERLAY
 * 
 */

div.modal {
	background: url(../images/modal.png);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

div.overlayWrapper {
	padding-top: 60px;
}

table.overlay {
	margin: auto;
}

table.overlay tr.top td {
	margin-top: 60px;
	height: 40px;
}

table.overlay tr.top td.left {
	width: 34px;
	background: url(../images/overlayTopLeftCorner.png) no-repeat;
}

table.overlay tr.top td.right {
	width: 34px;
	height: 30px;
	padding-top: 10px;
	background: url(../images/overlayTopRightCorner.png) no-repeat;
}

table.overlay tr.top td.center {
	background: #D0DAA9;
	border-top: 1px solid #546902;  	
	border-bottom: 1px solid #546902;
	height: 35px;
	padding-top: 3px;
	font: bold 13px Verdana;
	color: #546901;
}

table.overlay tr.middle td {
	background: #F0F5D9;	
}

table.overlay tr.middle td.left {
	width: 32px;
	border-left: 1px solid #546902;
}

table.overlay tr.middle td.right {
	width: 32px;
	border-right: 1px solid #546902;
}

table.overlay tr.middle td.center {
	padding-top: 22px;
	padding-bottom: 22px;
}

table.overlay tr.middle td.center div.lightGreenMessage {
	margin-bottom: 10px;
}

table.overlay tr.middle td.center iframe {
	display: none;
}

table.overlay tr.bottom td {
	height: 27px;	
}

table.overlay tr.bottom td.left {
	height: 27px;	
	width: 34px;
	background: url(../images/overlayBottomLeftCorner.png) no-repeat;	
}

table.overlay tr.bottom td.center {
	height: 27px;	
}

table.overlay tr.bottom td.center div.text {
	height: 25px;	
	width: 100%;
	font: normal 10px Verdana;
	color: #999;
	background: #F0F5D9;	
}

table.overlay tr.bottom td.center div.border {	
	height: 2px;
	background: url(../images/overlayBottomBorder.png) bottom repeat-x;
}

table.overlay tr.bottom td.right {
	height: 27px;	
	width: 34px;
	background: url(../images/overlayBottomRightCorner.png) no-repeat;	
}