﻿
#fade
{
	/*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=30);
	opacity: 0.3;
	-moz-opacity: 0.3;
	z-index: 9999;
}
.popup_block
{
	display: none; /*--hidden by default--*/
	background: #fff;
	padding: 5px;
	border: 20px solid #ddd;
	float: left;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 99999; /*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000; /*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.popup_block h2
{
	color: Black;
	font-size: 14px;
}

.popup_desc
{
	float: left;
	font-family: Arial;
	font-size: 14px;
	color: #2B262B;
	width: 100%;
	font-weight: bold;
}

.popupInterest
{
	float: left;
	font-family: Arial;
	font-size: 14px;
	color: #F77B2D;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
}

.popup_block ul
{
	color: Black;
	font-size: 12px;
	padding: 5px 5px 5px 5px;
	display: inline;
	width: 100%;
	margin-right: 10px;
}

.popup_block ul li
{
	padding: 0px 0px 0px 0px;
	width: 100%;
	display: inline;
	list-style-type: none;
}

.popup_block ul li label
{
	text-decoration: none;
	color: Black;
}

.popup_block ul li label:hover
{
	text-decoration: underline;
	color: Red;
	cursor: pointer;
}

img.btn_close
{
	float: right;
	margin: -55px -55px 0 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade
{
	position: absolute;
	filter: alpha(opacity=30);
	opacity: 0.3;
	-moz-opacity: 0.3;
}
*html .popup_block
{
	position: absolute;
}


label
{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin-left: .5em;
	float: left;
}
br
{
	clear: both;
}
input
{
	border: 1px solid black;
	margin-bottom: .5em;
}
input.error
{
	border: 1px solid red;
}
label.error
{
	background: url(           '../images/unchecked.gif' ) no-repeat;
	padding-left: 16px;
	margin-left: .3em;
}
label.valid
{
	background: url(           '../image/checked.gif' ) no-repeat;
	display: block;
	width: 16px;
	height: 16px;
}




.wrapper
{
	margin: 0px;
	padding: 10px;
	width: 780px;
	float: left;
}
.colFull
{
	margin: 0px;
	padding: 0px;
	width: 780px;
	float: left;
}
.col1
{
	margin: 0px;
	padding: 0px;
	width: 195px;
	float: left;
}
.col2
{
	margin: 0px;
	padding: 0px;
	width: 195px;
	float: left;
}
.col3
{
	margin: 0px;
	padding: 0px;
	width: 195px;
	float: left;
}
.col4
{
	margin: 0px;
	padding: 0px;
	width: 195px;
	float: left;
}

.watermark
{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: block;
	position: relative;
	border: solid 0px, black;
	border-left: solid 0px, black;
	border-right: solid 0px, black;
	border-top: solid 0px, black;
	border-bottom: solid 0px, black;
}
.watermark img.blank
{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	border: solid 0px, black;
	border-left: solid 0px, black;
	border-right: solid 0px, black;
	border-top: solid 0px, black;
	border-bottom: solid 0px, black;
}
.watermark img
{
	filter: alpha(opacity=100);
	opacity: .90;
	border: solid 0px, black;
	border-left: solid 0px, black;
	border-right: solid 0px, black;
	border-top: solid 0px, black;
	border-bottom: solid 0px, black;
}

.watermarkTable
{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	border: solid 0px black;
}

.watermarkProfMain
{
	background: url(../image/PleaseDoNotSave.gif);
	width: 400px;
	height: 600px;
	margin: 0 auto;
	display: block;
	position: relative;
}
.watermarkProfMain img.blank
{
	width: 100%;
	height: auto;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	border: solid 0px black;
}
.watermarkProfMain img
{
	filter: alpha(opacity=90);
	opacity: .90;
}


.profileImageMemberWrapper
{
	float: left;
	width: 90px;
}

.profileMemberRow
{
	float: left;
	width: 90px;
}

.mainImage
{
	position: relative;
	z-index: -1;
}

