/* Window Part */
.aWindow {
	width: 570px;
	margin: 5px 0;
	position: absolute;
	float: left;
	display: none;
}

.aWindow .wHeader {
	border: 1px solid #6F7577;
	padding: 2px 0 3px 0;
	padding-left: 5px;
	background-image: url(../images/components/awindow/buttonfill.gif);
	background-position: top left;
	background-repeat: repeat-x;
	height: 13px;
}

.aWindow .wHeader .wHText {
	color: #555;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
}

.aWindow .rHButtons {
	float: right;
	vertical-align: top;
	margin-top: 1px;
	margin-right: 3px;
	cursor: pointer;
	width: 30px;
}

.aWindow .rHButtons .wBtnClose {
	background-image: url(../images/components/awindow/closeicon.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 13px;
	float: left;
	height: 13px;
}

.aWindow .rHButtons .wBtnHide {
	background-image: url(../images/components/awindow/sortarrow.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 13px;
	float: left;
	height: 13px;
}

.aWindow .rHButtons img {
	padding: 0px 2px 0px 2px;
}

.aWindow .wBody {
	height: 200px;
	clear: both;
	background-color: #F3F6F7;
	border-left: 1px solid #6F7577;
	border-right: 1px solid #6F7577;
	border-bottom: 1px solid #6F7577;
}

/* Alert Window Part */
.aAlertWindow {
	width: 470px;
	margin: 0;
	position: absolute;
	float: left;
	display: none;
}

.aAlertWindow .wHeader {
	border: 1px solid #6F7577;
	padding: 2px 0 0 0;
	padding-left: 5px;
	background-image: url(../images/components/awindow/buttonfill.gif);
	background-position: top left;
	background-repeat: repeat-x;
	height: 13px;
}

.aAlertWindow .wHeader .wHText {
	color: #555;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
}

.aAlertWindow .rHButtons {
	float: right;
	vertical-align: top;
	margin-top: 1px;
	margin-right: 3px;
	cursor: pointer;
	width: 30px;
}

.aAlertWindow .rHButtons .wBtnClose {
	background-image: url(../images/components/awindow/closeicon.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 13px;
	float: left;
	height: 13px;
}

.aAlertWindow .rHButtons .wBtnHide {
	background-image: url(../images/components/awindow/sortarrow.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 13px;
	float: left;
	height: 13px;
}

.aAlertWindow .rHButtons img {
	padding: 0px 2px 0px 2px;
}

.aAlertWindow .wBody {
	_height: 80px;
	min-height: 80px;
	clear: both;
	padding: 10px;
	background-color: #F3F6F7;
	border-left: 1px solid #6F7577;
	border-right: 1px solid #6F7577;
	border-bottom: 1px solid #6F7577;
}

.aAlertWindow .wAlertBody {
	min-height: 70px;
	_height: 70px;
	clear: both;
	text-align: left;
	background-color: #F3F6F7;
	border: 1px solid #6F7577;
}

.aAlertWindow .wAlertMessageBody {
	_height: 40px;
	min-height: 40px;
	font-weight: bold;
	text-align: left;
	padding: 10px 10px 5px 5px;;
}

.aAlertWindow .wAlertFooter {
	padding: 5px 0;
}

.aAlertWindow .wAlertFooter .button {
	color: #000;
	border: solid 1px #003d74;
	background-color: transparent;
	background-image: url(../images/buttonfill.gif);
	background-position: top left;
	background-repeat: repeat-x;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	vertical-align: middle;
	padding: 2px 4px;
	_padding: 0px;
	text-transform: capitalize;
	margin: 0px;
	cursor: pointer;
}

/* Alert Window Part */
.aMessageBoxWindow {
/*
	width: 470px;
*/
	width: 500px;
	margin: 0;
	position: absolute;
	float: left;
	display: none;
}

.aMessageBoxWindow .wHeader {
	border: 1px solid #6F7577;
	padding: 4px 0 4px 0;
	padding-left: 5px;
	background-image: url(../images/components/awindow/buttonfill.gif);
	background-position: top left;
	background-repeat: repeat-x;
	height: 13px;
	background: #000;
}

.aMessageBoxWindow .wHeader .wHText {
	color: #555;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
}

.aMessageBoxWindow .rHButtons {
	float: right;
	vertical-align: top;
	margin-top: 1px;
	margin-right: 3px;
	cursor: pointer;
	width: 30px;
}

.aMessageBoxWindow .rHButtons .wBtnClose {
	background-image: url(../images/components/awindow/closeicon.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 13px;
	float: left;
	height: 13px;
}

.aMessageBoxWindow .rHButtons .wBtnHide {
	background-image: url(../images/components/awindow/sortarrow.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 13px;
	float: left;
	height: 13px;
}

.aMessageBoxWindow .rHButtons img {
	padding: 0px 2px 0px 2px;
}

.aMessageBoxWindow .wBody {
	_height: 80px;
	min-height: 80px;
	clear: both;
	padding: 10px;
	background-color: #F3F6F7;
	border-left: 1px solid #6F7577;
	border-right: 1px solid #6F7577;
	border-bottom: 1px solid #6F7577;
	background: #FFFFFF url(../images/bg.jpg);
}

.aMessageBoxWindow .wMessageBoxBody {
	min-height: 70px;
	clear: both;
	background-color: #F3F6F7;
	border: 1px solid #6F7577;
}

.aMessageBoxWindow .wMessageBoxMessageBody {


	font-weight: bold;
	text-align: left;
	padding: 10px 10px 5px 5px;
}

.aMessageBoxWindow .wMessageBoxFooter {
	padding: 5px 0;
}

.aMessageBoxWindow .wMessageBoxFooter .button {
	color: #fff;
	/*
	border: solid 1px #003d74;
	background-color: transparent;
	background-image: url(../images/buttonfill.gif);
	background-position: top left;
	background-repeat: repeat-x;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	vertical-align: middle;
	padding: 2px 4px;
	_padding: 0px;
	text-transform: capitalize;
	margin: 0px;
	*/
	cursor: pointer;
}

.aMessageBoxWindow .wMessageBoxMessage {
	padding: 1px 0;
	aborder-bottom: 1px solid #6F7577;
}

.aMessageBoxWindow .wMessageBoxMessage .messageNumber {
	font-weight: normal;
	color: #900;
}

.aMessageBoxWindow .wMessageBoxMessage .messageBody {
	font-weight: normal;
	color: #000;
}