/* ================================
    CSS STYLES FOR CONETNT - DOTNETNUKE
   ================================
*/

.ModalWait
{
	background-color: #ebf6fe;
	padding: 10px;
	text-align: center;
	border-top: 1px solid #417279;
	border-right: 2px solid #417279;
	border-bottom: 2px solid #417279;
	border-left: 1px solid #417279;
	position: absolute;
	margin-top: 5px;
	display: block;
	z-index: 1009;
	top: 30%;
	left: 45%;
	width: 150px;
	line-height: 45px;
	vertical-align: middle;
}

.cs_grid_text_selected
{
	font-family: Verdana;
	font-weight: bold;
	background-color: #ffffd5;
	color: white;
	font-size: 0.9em;
	text-align: left;
	height: 25px;
	border-top: 1px solid #a64b68;
	border-right: 2px solid #a64b68;
	border-bottom: 2px solid #a64b68;
	border-left: 1px solid #a64b68;
}