#modalhelp1{
    /* position */
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;

    /* initially hidden */
    display:none;
}
#modalhelp2{
    /* position */
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;

    /* initially hidden */
    display:none;
}
#modalhelp3{
    /* position */
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;

    /* initially hidden */
    display:none;
}
#modalhelp4{
    /* position */
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;

    /* initially hidden */
    display:none;
}
#modalhelp5{
    /* position */
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;

    /* initially hidden */
    display:none;
}
#modalhelp6{
    /* position */
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;

    /* initially hidden */
    display:none;
}
#modalhelp7{
    /* position */
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;

    /* initially hidden */
    display:none;
}
#modalhelp8{
    /* position */
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;

    /* initially hidden */
    display:none;
}
#modalhelp_background{
    /* position */
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;

    /* stack order of this element */
    z-index: 2000;

    /* background */
    background-color:#eee;
    filter:Alpha(Opacity=60);
    -moz-opacity:0.6;
    opacity:0.6;
}

#modalhelp_window{
    /* position */
    position:absolute;
    top:3%;
    left:25%;
    width:50%;    
	
	/* stack order of this element */
    z-index: 5000;

    /* background */
    background-color:white;

    /* border and padding */
    padding:0px;
	border: 2px solid #11226e ;
    /*border:solid 2px black;
	border-bottom:solid 2px gray;
	border-right:solid 2px gray;*/
}

#modalhelp_title{
    /* background */
	background-color:#11226e;
	/*background-image:url(../img/gray-bck.gif);*/
    
    /* text style */
    font-weight:bold;
    color:white;

    /* border and padding 
    border-bottom:solid 1px gray;*/
	 border-bottom:2px solid #11226e ;
    padding:4px;
}

#modalhelp_body{
	height: 500px;
    padding: 6px;
	overflow: scroll;
	background-color:#d1d8e8;
}
#modalhelp_footer{
	 background-color:#d1d8e8;
	padding: 6px;
}
#modalhelp_footer a{text-decoration: none ; }
#modalhelp_close_button{
    cursor:pointer;
    float:right;
    padding:3px;
    width:15px;
    height:15px;
}

/*#modalhelp_close_button:hover{
    border:dashed 1px #333;*/
}