/* 
    Document   : messages
    Created on : 7/10/2009, 10:05:40 AM
    Author     : Alejandro Chavazza
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.message{
    font-family: 'Lucida sans','Lucida grande', tahoma,'DejaVu Sans Condensed', undotum, sans-serif;
}
.messages{
    left:0;
    position:fixed;
    top:0;
    width:100%;
    z-index:999;
    filter: glow(Color=#000000, Strength=10);
    overflow:hidden;
}
.messages_anchor{
    position:relative;
}
.message_container{
    -moz-box-shadow:0 0 20px 0 #000000;
    -webkit-box-shadow: 0 0 20px rgb(0,0,0);
    display:block;
    margin:0 auto 20px;
    overflow:hidden;
    width:460px;
    z-index:99;
}
.messages_shade{
    background: #000;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
    height:200%;
    width:100%;
    display:block;
    position:absolute;
    position:fixed;
    top:0;
    left:0;
    z-index:20;
}
.messages h4{
    background: #434343 url("../img/elements_ui.jpg");
    background-repeat:repeat-x;
    background-position: 0px -72px;
    padding:8px;
    font-size:12px;
    font-weight:bolder;
    color: #acacac;
    text-shadow: 0px 1px 1px #000;
    border-top: 1px solid #2e2e2e;
    border-left: 1px solid #2e2e2e;
    border-right: 1px solid #2e2e2e;
    border-bottom: 1px solid #2e2e2e;


}
.message_mid{
    background-color:#a8a8a8;
    border-top:1px solid #d4d4d4;
    border-left:1px solid #8c8c8c;
    border-right:1px solid #8c8c8c;
    padding:0 6px;
    overflow:hidden;
}
.message_footer{
    height: 5px;
    background-color:#a8a8a8;
    border-left:1px solid #8c8c8c;
    border-right:1px solid #8c8c8c;
    border-bottom:1px solid #8c8c8c;
    line-height:0px;
    font-size:0px;
}
.messages a{
    font-size:11px;
    color: #2d2d2d;
    text-shadow: 0px 1px 1px #FFF;
    display:block;
    height:12px;
    text-decoration:none;
    line-height:14px;
    margin:2px;
}
.messages a:hover{
    text-decoration:underline;
    background-color:#909090;
}
.messages img{
    float:left;
    padding-right:5px;

}
.message_mid p{
    margin:0 0 10px 0;
    overflow:hidden;
    min-height:20px;
}
.icon_img{
    background: url("/img/icon_img.gif") no-repeat 0 0;
    width:32px;
    height:32px;
    float:left;
    margin: 10px 10px 10px 4px;
    display:inline
}
.messages hr{
    color: #dfdfdf;
    border-top:1px solid #848484;
    border-bottom:1px solid #c1c1c1;
    border-right:0 none;
    border-left:0 none;
    border-style: solid;
    clear:both;
    margin: 5px 0;
    height:0;
    width:398px;
    font-size:0;
    line-height:0px;
}
.message_mid .left{
    width:398px;
}

.ok .icon_img{
    background-position: 0px 0px;
}
.warning .icon_img{
    background-position: 0px -32px;
}
.error .icon_img{
    background-position: 0px -64px;
}
.info .icon_img{
    background-position: 0px -96px;
}
.messages div.error{
    float:left;
    height:42px;
    overflow:hidden;
    width:42px;
}
.messages div.info{
    float:left;
    height:42px;
    overflow:hidden;
    width:42px;
}
#idDivMsgFlash .error{
    background: transparent;
}
#idDivMsgFlash .ok{
    background: transparent;
    float: left;
}