/* $Rev: 1561 $, $LastChangedDate: 2010-07-21 16:30:18 -0700 (Wed, 21 Jul 2010) $ ($LastChangedBy: khoang $) */

#notificationMessage {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0px 5px 40px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 5px 40px rgba(0,0,0,0.5);
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -300px;
	margin-top: -200px;
	background-color: #0a1f62;
	z-index: 100;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
}

#notificationTitle {
	padding: 6px;
	color: #fff;
}

	#notificationTitle h2 {
		padding: 0px;
		margin: 0px;
	}

#notificationMessages {
	width: 600px;
	height: 350px;
	background-color: white;
	overflow: auto;
	border-left: #0a1f62 solid 1px;
	border-right: #0a1f62 solid 1px;
}

#notificationMessageDetails {
	padding: 9px;
	color: #fff;
	width: 45%;
	float: left;
}

#notificationActions {
	padding: 6px;
	text-align: right;
	width: 45%;
	float: right;
}

.eachMessageTemplate_header {
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	/*padding: 6px;
	margin: 12px;*/

	-webkit-box-shadow: 0px 2px 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 10px rgba(0,0,0,0.3);

	padding: 6px;
	margin: 12px 12px 0px 12px;
}
	.templateLevel_High {
		border: 1px solid gray;
		background-color: rgb(255, 184, 199);
	}

	.templateLevel_Medium {
		border: 1px solid gray;
		background-color: rgb(253, 255, 169);
	}

	.templateLevel_Low {
		border: 1px solid gray;
		background-color: rgb(154, 182, 237);
	}


#showLaterAction {
	margin: 0 1em 0 0;
}

.eachMessage {
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	background-color: #fff;

	padding: 6px;
	margin: 0px 12px 12px 12px;

	-webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
}

#contact {
	margin: 10px 50px 50px 160px;
}

#contact_header {
	padding: 20px 0px 0px 0px;
	margin: 20px 0px 30px -10px;
}