
/* Window Part */
.aWindow {
	width: 470px;
	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;
}

/* 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;
	background-color: #F3F6F7;
	border: 1px solid #6F7577;
}
.aAlertWindow .wAlertMessageBody {
    _height: 40px;
    min-height: 40px;
	font-weight: bold;
	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;
}