﻿/* Light box effect css  */
   
   
   
   a.light img {
	height: 100px;
}

a.light:active span.f, a.light:focus span.f {
	-khtml-opacity: .8;
	-moz-opacity: .8;
	background: #000;
	display: block;
	filter: alpha(opacity=80);
	height: 100%;
	left: 0;
	opacity: .8;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1001;
}

a.light:active img, a.light:focus img {
	background: #fff;
	border: 0;
	height: auto;
	left: 50%;
	margin: -250px 0 0 -310px;
	overflow: hidden;
	padding: 10px;
	position: absolute;
	top: 50%;
	z-index: 1002;
}
   
/* Makes it work almost OK in IE 6 */
body {
	height: 100%;
}   

        .black_overlay
        {
				position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: black;
	opacity: 0.60;
			/*background-color:black; filter:alpha(opacity=74);opacity:0.7;

            display: none;

            position: absolute;

            top: 0%;

            left: 0%;

            width: 100%;

            height: 100%;

            background-color: black;

            z-index:1001;

            -moz-opacity: 0.8;

            opacity:.80;

            filter: alpha(opacity=80);*/

        }

        .white_content 
        {
			background: #F1F1F1;
	color: white;
	padding: 0px;
	border:1px solid #69bf69;
		width: 50%;
	height: 50%;
	top: 25%;
	left: 25%;
			 /*background-color:#F1F1F1;border:1px solid #69bf69;padding:3px;width:357px;height:auto;overflow:auto;

           display: none;

           position: absolute;

            top: 25%;

            left: 25%;

           
            z-index:1002;*/

           
        }