.LogoutDiv
{
	float:left; margin-left:10px; width:40px; height:45px;  position:fixed; cursor:pointer;
	border-radius:5px;
}
.LogoutDiv:hover
{
	background-color:#999;
}
#basic-modal-content 
{
	display:none;
	width:auto;
}
#simplemodal-overlay
{
	background-color:#000;
	cursor:wait;
}
#simplemodal-container
{
	height:auto; 
	width:auto;
	color:#bbb; 
	background-color:#059bd8;
	padding:12px;
	color:#000;
	border-radius:5px;
}
#simplemodal-container img
{
	border-radius:10px;
}
#simplemodal-container code
{
	background:#141414; 
	border-left:3px solid #65B43D;
	color:#bbb; 
	display:block; 
	font-size:12px; 
	margin-bottom:12px; 
	padding:4px 6px 6px;
}

#simplemodal-container a.modalCloseImg 
{
	background:url(../img/basic/x.png) no-repeat; 
	width:25px; 
	height:29px; 
	display:inline; 
	z-index:3200; 
	position:absolute; 
	top:-15px; 
	right:-16px; 
	cursor:pointer;
}

.cellAllignment {
    text-align: center;
}

/************* Popup Message ****************/
.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.white_content {
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	padding: 16px;
	border: 16px solid orange;
	background-color: white;
	z-index:1002;
	overflow: auto;
}
/*************End Popup Message**********************/

