@CHARSET "UTF-8";

.containerWraper {
	margin-top: 10px;
	margin-bottom: 10px;
}

.metroW{
    width:100%;
    height:0px;
    display:hidden;
}

.trnsprntbkgrnd {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: gray;
    z-index: -1;
}

.top-trns {
    border-radius: 0 0 8px 8px;
}

.bottom-trns {
    border-radius: 8px 8px 0 0;
}

.left-trns {
    border-radius: 0;
}

.right-trns {
    border-radius: 0;
}


.erp_a_elem {
    text-decoration:none;
    color:black;
}

.erp_img {
    width:95%;
    height:100%;
}

.erp_con_ttl {
    margin: 0 1% !important;
    line-height: 1 !important;
}

.erp_con_exc {

}

.erp_cont_close {
    background-image: url(../img/close.gif);
    background-repeat: no-repeat no-repeat;
    /*float:right;*/
    height: 13px;
    width: 13px;
    margin:3px;
    position: absolute;
    right:0;
}

.erp_cont_open {
    background-image: url(../img/open.gif);
    background-repeat: no-repeat no-repeat;
    /* float:right; */
    height: 13px;
    width: 13px;
    margin:3px;
    display:none;
    position: absolute;
    right:0;
}