﻿/* Lightbox-esque */

a.light
{
    text-decoration: none;
    color: #000000;
}

.black_overlay_mini
{
	display: none;
	padding: 6px;
	position: absolute;
	top: 0%;
	left: 0%;
	right: 0%;
	bottom: 0%;
	background-color: black;
	-moz-opacity: 0.90;
	opacity:.90;
	filter: alpha(opacity=60);
}

.black_overlay_mini a
{
	color: #fff;
    font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.black_overlay
{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	right: 0%;
	bottom: 0%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
 
.white_content
{
	display: none;
	position: fixed;
	top: 100px;
	left: 25%;
	width: 50%;
	height: 50%;
	padding: 10px;
	border: 2px solid #CCCCCC;
	background-color: white;
	z-index:1002;
	overflow: auto;
    font-size: 12px;
    color: #333333;
    text-decoration: none;
    text-align: left;
}

.white_content.black_content
{
	border: none;
	background-color: black;
    color: #FFFFFF;
}

.white_content a
{
    color: #FF0000;
    font-weight: bold;
    text-decoration: none; 
}

.white_content a:hover
{
    color: #000000;
}

a.close
{
    font-size: 20pt;
    margin: 0px;
    padding-right: 5px;
    float: right;
}

.white_content.black_content a.close:hover 
{
    color: #666666;    
}

.white_content H1.gray
{
	COLOR: #aaaaaa;
	margin: 0px !important;
	padding-bottom: 20px;
	font-size: 20pt;
}

.white_content IMG.gray
{
	margin-BOTTOM: 10px;
	FLOAT: right;
	margin-left: 10px;
	min-width: 100px;
	max-height: 150px;
	max-width: 200px;
	border: 1px solid #CCCCCC;
}

.white_content h2.gray
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 130%;
	color: #333333;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 0px !important;
}

.white_content h3.gray
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 130%;
	color: #999999;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.wc-q1
{
	BACKGROUND-IMAGE: url(../images/qt.gif);
	TEXT-ALIGN: left;
	PADDING-BOTTOM: 5px;
	MARGIN: 0px;
	WIDTH: 5%;
	BACKGROUND-REPEAT: no-repeat;
	BACKGROUND-POSITION: left top;
	FLOAT: left;
	HEIGHT: 60%;
}

.wc-q2
{
	BACKGROUND-IMAGE: url(../images/qt1.gif);
	Z-INDEX: 1;
	BORDER-BOTTOM: 0px;
	BORDER-LEFT: 0px;
	MARGIN-TOP: -15px;
	WIDTH: 25px;
	PADDING-RIGHT: 3px;
	BACKGROUND-REPEAT: no-repeat;
	BACKGROUND-POSITION: right 50%;
	FLOAT: right;
	padding-top: 10px;
	HEIGHT: 20px;
	VERTICAL-ALIGN: baseline;
	BORDER-TOP: 0px;
	BORDER-RIGHT: 0px;
}

.wc-info
{
	MARGIN-TOP: 15px;
	HEIGHT: 40px;
	PADDING: 5px 0px 20px 10px;
	DISPLAY: block;
}
