/*
    Document   : popup
    Created on : Apr 13, 2010, 12:04:01 PM
    Author     : nimmy.felix
    Description:
        Purpose of the stylesheet follows.
*/

 #blackout {
        visibility: hidden;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: none;
        background-color: #000;
        filter: alpha(opacity=80);
        -moz-opacity: .8;
        opacity: .8;
        z-index: 9998;
}
#divpopup{
        position: fixed;
        top: 50%;
        left: 50%;
        margin-top: -131px; /*half of the height plus a little to the top*/
        margin-left: -200px; /*half of the width */
        color: #333;
        padding: 0;
        width:423px;
        height:284px;
        z-index: 9999;
        font-family: Helvetica, Arial, tahoma;
        font-size: 12px;
        overflow:auto;
	background:url(../images/popupbg.png) no-repeat 0% 0%;
        visibility: hidden;
        display: none;
}
#divpop_head{
        position:absolute;
        top:0;
        left:0;
        width:100%;
        text-align:center;
        padding:2px 0;
        z-index:-1;
}
#close_pop{
        float:right;
        text-align:right;
        cursor:pointer;
        padding:10px 15px 0px 0px;
}
#close_pop a{
        text-decoration:none;
        color: #333;
}
#close_pop a:hover{
        color:#FF0000;
}
#pop_content{
        clear:both;
        width:350px;
	margin:0px auto;
	padding:20px 0px 0px 0px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
}
#pop_content h1{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	margin:0px;
	padding:0px;
	border-bottom:2px solid #49982b;
	color:#49982b;
}

#mesgDiv {
   font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
        color:#666666;
        font-weight:bold;
        padding:20px 0px 0px 0px;
}
#mesgDiv ul{
    margin:0px;
    padding:10px 0px 0px 13px;

}
#mesgDiv ul li{
    font-weight:normal;
    padding:5px 0px 0px 0px;
}
