/* Window Part */
.aWindow {
    width: 470px;
    margin: 5px 0;
    position: absolute;
    float: left;
    display: none;
}

.aWindow .wHeader {
    border: 1px solid #840000;
    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: #fff;
    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: #DBC4C4;
    border-left: 10px solid #840000;
    border-right: 1px solid #840000;
    border-bottom: 1px solid #840000;
}

/* Alert Window Part */
.aAlertWindow {
    width: 470px;
    margin: 0;
    position: absolute;
    float: left;
    display: none;
}

.aAlertWindow .wHeader {
    border: 2px solid #840000;
    border-bottom:none;
    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 {
    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: #DBC4C4;
    border-left: 2px solid #840000;
    border-right: 2px solid #840000;
    border-bottom: 2px solid #840000;
}

.aAlertWindow .wAlertBody {
    min-height: 70px;
    _height: 70px;
    clear: both;
    background-color: #DBC4C4;
   /* border: 10px solid #6F7577;*/
}

.aAlertWindow .wAlertMessageBody {
    _height: 40px;
    min-height: 40px;
    font-weight: bold;
    padding: 10px 10px 5px 5px;;
    color: black;
    
}

.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;
    margin: 0;
    position: absolute;
    float: left;
    display: none;
}

.aMessageBoxWindow .wHeader {
    border: 1px solid #840000;
    border-bottom:none;
    padding: 2px 0 0 0;
    padding-left: 5px;
   	
   	background-image: url(../images/main/block_head_bg.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	padding-left: 5px;
	vertical-align: middle;
	
    background-position: top left;
    background-repeat: repeat-x;
    height: 24px;
}

.aMessageBoxWindow .wHeader .wHText {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    float: left;
	font-weight: bold;
	padding-left: 5px;
	vertical-align: middle;
	margin-top: 5px;
}

.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: #393939;
    border-left: 1px solid #840000;
    border-right: 1px solid #840000;
    border-bottom: 1px solid #840000;
}

.aMessageBoxWindow .wMessageBoxBody {
    min-height: 70px;
    _height: 70px;
    clear: both;
    background-color: #393939;
    color: #fff;
    font-weight: bold;
    /*border: 10px solid #840000;*/
}

.aMessageBoxWindow .wMessageBoxMessageBody {
    _height: 40px;
    min-height: 40px;
    font-weight: bold;
    border: 0px;
    border: none;
    padding: 10px 10px 5px 5px;
}

.aMessageBoxWindow .wMessageBoxFooter {
    padding: 5px 0;
}

.aMessageBoxWindow .wMessageBoxFooter .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;
}

.aMessageBoxWindow .wMessageBoxMessage {
    padding: 1px 0;
    aborder-bottom: 1px solid #840000;
    
}

.aMessageBoxWindow .wMessageBoxMessage .messageNumber {
    /*font-weight: normal;
    color: #000;*/
}

.aMessageBoxWindow .wMessageBoxMessage .messageBody {
    /*font-weight: normal;
    color: #900;*/
}