/* Window Part */
.aWindow {
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    width: 470px;
    margin: 5px 0;
    position: absolute;
    float: left;
    display: none;
}

.aWindow .wHeader {
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    border: 1px solid #737373;
    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 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #555;
    font-weight: bold;
    text-transform: uppercase;
    float: left;
}

.aWindow .rHButtons {
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    float: right;
    vertical-align: top;
    margin-top: 1px;
    margin-right: 3px;
    cursor: pointer;
    width: 30px;
}

.aWindow .rHButtons .wBtnClose {
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    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 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    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 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    height: 200px;
    clear: both;
    background-color: #efefef;
    border-left: 1px solid #737373;
    border-right: 1px solid #737373;
    border-bottom: 1px solid #737373;
}

/* Alert Window Part */
.aAlertWindow {
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    width: 470px;
    margin: 0;
    position: absolute;
    float: left;
    display: none;
}

.aAlertWindow .wHeader {
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    border: 1px solid #737373;
    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-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #555;
    font-weight: bold;
    text-transform: uppercase;
    float: left;
}

.aAlertWindow .rHButtons {
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    float: right;
    vertical-align: top;
    margin-top: 1px;
    margin-right: 3px;
    cursor: pointer;
    width: 30px;
}

.aAlertWindow .rHButtons .wBtnClose {
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    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 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    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 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    _height: 80px;
    min-height: 80px;
    clear: both;
    padding: 10px;
    background-color: #efefef;
    border-left: 1px solid #737373;
    border-right: 1px solid #737373;
    border-bottom: 1px solid #737373;
}

.aAlertWindow .wAlertBody {
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    min-height: 70px;
    _height: 70px;
    clear: both;
    background-color: #efefef;
    border: 1px solid #7c7c7c;
}

.aAlertWindow .wAlertMessageBody {
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
	color: #275d00;
    _height: 40px;
    min-height: 40px;
    font-weight: bold;
    padding: 10px 10px 5px 5px;;
}

.aAlertWindow .wAlertFooter {
    padding: 5px 0;
}

.aAlertWindow .wAlertFooter .button {
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #FFFFFF;
    background-color:#89b568;
    vertical-align: middle;
    padding: 2px 4px;
    _padding: 0px;
    text-transform: capitalize;
    margin: 0px;
    cursor: pointer;
}

/* Alert Window Part */
.aMessageBoxWindow {
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    width: 470px;
    margin: 0;
    position: absolute;
    float: left;
    display: none;
}

.aMessageBoxWindow .wHeader {
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    border: 1px solid #737373;
    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;
}

.aMessageBoxWindow .wHeader .wHText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #555;
    font-weight: bold;
    text-transform: uppercase;
    float: left;
}

.aMessageBoxWindow .rHButtons {
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    float: right;
    vertical-align: top;
    margin-top: 1px;
    margin-right: 3px;
    cursor: pointer;
    width: 30px;
}

.aMessageBoxWindow .rHButtons .wBtnClose {
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    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 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    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 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    _height: 80px;
    min-height: 80px;
    clear: both;
    padding: 10px;
    background-color: #efefef;
    border-left: 1px solid #737373;
    border-right: 1px solid #737373;
    border-bottom: 1px solid #737373;
}

.aMessageBoxWindow .wMessageBoxBody {
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    min-height: 70px;
    _height: 70px;
    clear: both;
    background-color: #efefef;
    border: 1px solid #737373;
}

.aMessageBoxWindow .wMessageBoxMessageBody {
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    _height: 40px;
    min-height: 40px;
    font-weight: bold;
    padding: 10px 10px 5px 5px;
}

.aMessageBoxWindow .wMessageBoxFooter {
    padding: 5px 0;
}

.aMessageBoxWindow .wMessageBoxFooter .button {
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #FFFFFF;
    background-color: #89b568;
    font-weight: bold;
    vertical-align: middle;
    padding: 2px 4px;
    _padding: 0px;
    text-transform: capitalize;
    margin: 0px;
    cursor: pointer;
}

.aMessageBoxWindow .wMessageBoxMessage {
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    padding: 1px 0;
    aborder-bottom: 1px solid #737373;
}

.aMessageBoxWindow .wMessageBoxMessage .messageNumber {
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #275d00;
}

.aMessageBoxWindow .wMessageBoxMessage .messageBody {
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #275d00;
}