﻿/* styles needed for dialog box */

/* dialog box */
#dialog, .dialog{
	display: none;
	z-index: 999;
	position: absolute;
	background-color: #eee;
	padding: 10px;
	border-width: 5px 5px;
	border-color: #456800;
	border-style: solid;
	text-align: center;
	overflow: hidden;
	font-size: 13px;
	
}

		/* image container will display only horizontal scrollbar */
		#dialog .image{
			overflow-y: hidden;
			overflow-x: auto;
		}
			/* center images table (if more then one image is shown) */
			#dialog .image table{
				margin: auto;
			}

		/* text beneath image */
		#dialog .text{
			padding-top: 5px;
		}

		/* dialog buttons */
		/*
		#dialog input{
			color: white;
			background-color: #6A93D4;
			border: 1px #ccc solid;
			width: 150px;
			height: 20px;
			margin: 18px 5px 0px 0px;
			font-size: 10px;
		}
        */
        
        .NFAnim{
		width:0px;
		height:0px;		
		position:absolute;
		z-index:109990;
		}
		#divNFOverlay
		{
		margin:0px;
		padding:0px;
		background-color:rgba(0, 0, 0, .4);
		filter:alpha(opacity=40);
        -moz-opacity:0.2;
        -khtml-opacity: 0.2;
        opacity: 0.2;
        width:100%;
        height:100%;
        z-index:109980;
        top:0px;
        left:0px;
        position:fixed;
        cursor:pointer;		    
		    }
#divFeatureWindow {
        margin:0px;
	    padding:0px;
	    background-color:rgba(0, 0, 0, 1);
	    filter:alpha(opacity=40);
        -moz-opacity:0.2;
        -khtml-opacity: 0.2;
        opacity: 0.2;
        width:100px;
        height:100px;
        z-index:109985;
        top:0px;
        left:0px;
        position:absolute;
        cursor:pointer;
        border:3px solid red;
}