/* -- Common Styles across all boxes -- */
.title {
	width: 296px;
	height: 23px;
	color: #fff;
	padding: 8px 10px 0 10px;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #333;
	border: 1px solid #fff;
}
.ewindow {
	position: relative;
	width: 318px;
	float: left;
	display: inline;
	background-color: #fff;
	padding-bottom: 10px;
}

.ewindow dl {
	width: 298px;
	float: left;
	display: inline;
	margin: 0 0 0 10px;
}
	.ewindow dl dt, .ewindow dl dd {
		min-height: 16px;
		padding-top: 3px;
		float: left;
		display: inline;
		border-bottom: 1px solid #ddd;
	}
	/* for Internet Explorer */
	/*\*/
	* html .ewindow dl dt, .ewindow dl dd {
		height:16px;
	}
	/**/
	.ewindow dl dt {
		width: 134px;
		font-size: 10px;
		font-weight: bold;
		text-transform: uppercase;
	}
	.ewindow dl dd {
		width: 164px;
		font-size: 11px;
		color: #777;
		display:inline;
	}

.ewindow p.ebutton {
	width: 302px;
	wid\th: 292px;
	height: 21px;
	float: left;
	display: inline;
	font-size: 11px;
	text-align: center;
	text-transform: uppercase;
	margin: 10px 0px 0px 10px !important;
	padding:0px 0px 0px 0px;
}
.ewindow p.ebutton a {
	height: 19px;
	padding: 2px 0 0 0;
}
.ewindow p.ebutton a:hover {
	background-position: 0 -21px !important;	
}

.ewindow div.img_window {
	position: absolute;
	top: 32px;
	right: -97px;
	width: 96px;
	height: 97px;
}
	.ewindow div.img_window img {
		width: 84px;
		height: 84px;
		float: left;
		display: inline;
		margin: 2px 0 0 1px;
	}

/* -- Active Box -- */
.estyle1 {
	border: 1px solid #85b525;
}
	.estyle1 div.title {
		background: url(../../media/images/EWindow/active/bg_title.png) 0 0 repeat-x;	
	}
	.estyle1 dl dt {
		color: #406100;	
	}
	.estyle1 p.ebutton {
		background: url(../../media/images/EWindow/active/button.png) 0 0 no-repeat;	
	}
		.estyle1 p.ebutton a {
			display: block;
			color: #263a00 !important;	
		}
		.estyle1 p.ebutton a:hover {
			text-shadow: 1px 1px 0 #fff !important;	
		}
	.estyle1 div.img_window {
		background: url(../../media/images/EWindow/active/bg_img_window.png) 0 0 no-repeat;	
	}

/* -- Rejected Box -- */
.estyle2 {
	border: 1px solid #9f3c3d;
}
	.estyle2 div.title {
		background: url(../../media/images/EWindow/rejected/bg_title.png) 0 0 repeat-x;	
	}
	.estyle2 dl dt {
		color: #870d0e;	
	}
	.estyle2 p.ebutton {
		background: url(../../media/images/EWindow/rejected/button.png) 0 0 no-repeat;	
	}
		.estyle2 p.ebutton a {
			display: block;
			color: #fff !important;	
		}
	.estyle2 div.img_window {
		background: url(../../media/images/EWindow/rejected/bg_img_window.png) 0 0 no-repeat;	
	}

/* -- In Development Box -- */
.estyle3 {
	border: 1px solid #79a4be;
}
	.estyle3 div.title {
		background: url(../../media/images/EWindow/development/bg_title.png) 0 0 repeat-x;	
	}
	.estyle3 dl dt {
		color: #004b7a;	
	}
	.estyle3 p.ebutton {
		background: url(../../media/images/EWindow/development/button.png) 0 0 no-repeat;	
	}
		.estyle3 p.ebutton a {
			display: block;
			color: #fff !important;	
		}
	.estyle3 div.img_window {
		background: url(../../media/images/EWindow/development/bg_img_window.png) 0 0 no-repeat;	
	}
	
/* -- Consented Box -- */
.estyle4 {
	border: 1px solid #fb7f45;
}
	.estyle4 div.title {
		background: url(../../media/images/EWindow/consented/bg_title.png) 0 0 repeat-x;	
	}
	.estyle4 dl dt {
		color: #ee6d32;	
	}
	.estyle4 p.ebutton {
		background: url(../../media/images/EWindow/consented/button.png) 0 0 no-repeat;	
	}
		.estyle4 p.ebutton a {
			display: block;
			color: #fff !important;	
		}
	.estyle4 div.img_window {
		background: url(../../media/images/EWindow/consented/bg_img_window.png) 0 0 no-repeat;	
	}
	
/* -- Proposed Box -- */
.estyle5 {
	border: 1px solid #d2d03c;
}
	.estyle5 div.title {
		background: url(../../media/images/EWindow/proposed/bg_title.png) 0 0 repeat-x;	
	}
	.estyle5 dl dt {
		color: #c7c40b;	
	}
	.estyle5 p.ebutton {
		background: url(../../media/images/EWindow/proposed/button.png) 0 0 no-repeat;	
	}
		.estyle5 p.ebutton a {
			display: block;
			color: #fff !important;	
		}
	.estyle5 div.img_window {
		background: url(../../media/images/EWindow/proposed/bg_img_window.png) 0 0 no-repeat;	
	}