﻿/* Messaging to the user */
.MsgWin { visibility: visible;  font-weight: bold; font-size: .8em; position: absolute; width: 325px; }
.MsgWinTitleBar { cursor:move;padding: 2px; height: 16px;}
.MsgWinTitleBarText{ float:left; text-align: center; font-weight: bold; text-transform: capitalize; text-align: left; width: 70%; }
.MsgWinTitleBarOptions { font-size: .7em; float:right; width: 30%; cursor: pointer; padding-bottom: 4px; text-align: right; }
.MsgWinContent { padding:10px; }
.MsgWinContentIcon { float:left;width: 8%; padding-right:5px;}
.MsgWinContentText { float:left;font-weight:normal;text-align:justify;width:85%;}
.MsgWinButtons { padding-top: 1em; text-align: center; }
.MsgWinButtons button 
{
	font-weight:normal; 
	margin: 1px; 
	padding: 0px 5px 0px 5px;	
	font-size: .8em;
}
.MsgWinContentIFrame{ margin:0px; overflow:visible;	}
/* End of the Messaging Classes */
/* Independent for the Window */
.WebWindowContainer { position:absolute; }
.hide {display: none;}
.show {display: block;}
.clear{clear:both;}
#ModalWindowDimmer 
{
	visibility: hidden; position: absolute; top: 0;	left: 0; width: 100%; height:100%; 
	background-repeat: repeat;
	background-image: url(WebResource.axd?d=9Tt0iZkIk88aZbWI70dIa9njTs7W62PN6SSFVlsLjq6CigN7XyMNUDdLVY_bFNDl5epRErtICA9G4HiBoImbQwEV2qWEHq73DvDhNQDDYBM1&t=633554430000000000);
	background-position: 0 0;
	background-color: Transparent;	
}

/* End of Independent Css */

.MsgWin { border: solid 1px #006; background-color: #ffffe0; }
.MsgWinTitleBar { background-color: #393988; border-bottom: solid 1px #006; }
.MsgWinTitleBarText{ color:#fff; }
.MsgWinTitleBarOptions { }
.MsgWinContent { }
.MsgWinContentIcon {}
.MsgWinContentText { color: #000; }
.MsgWinButtons {}
.MsgWinButtons button { color: #000; border: solid 1px #7F9DB9; background-color: #eef0f4; }
#ModalWindowDimmer{}