/* CSS Document */

/* Global Styles */
.Text12 {
	font: normal 12px Arial, Helvetica, sans-serif;
}

a {
	color:#609;
}
form {
	padding:0;
	margin:0;
}
.txtsize {
	color:#609;
	font:bold 12px Arial, Helvetica, sans-serif;
	display:block;
	text-align:center;
	margin-bottom:4px;
}

/* Member Registration */

/* Text Styles */
.b1 {
	font-weight:bold;
	color:#609;
}
.b2 {
	font-weight:bold;
	color:#306;
}
.b3 {
	font-weight:bold;
	color:#c00;
}
.b4 {
	font-weight:bold;
	color:#932A9C;
}
.b5 {
	font-weight:bold;
	color:#FFFFFF;
}
.purp1 {
	color:#609;
}
.purp2 {
	color:#306;
}
.purp3 {
	color:#932A9C;
}
.red1 {
	color:#c00;
}
.pserif14 {
	font:normal 14px "Times New Roman", Times, serif;
	color:#306;
}
.pagetitles {
	font:normal 24px "Times New Roman", Times, serif;
	color:#93c;
	border-bottom: 4px solid #c9f;
	display:block;
	padding-bottom:2px;
	margin:4px 0 8px 0;
}

/* Link Styles */
a.redlink {
	color:#c00;
	text-decoration:none;
	font-size:12px;
	display:block;
	margin-top:2px;
}
a.redlink:hover{
	text-decoration:underline;
}
a.pinkbtn {
	background:url(../images/btnbgpink.gif) repeat-x;
	font-size:12px;
	font-weight:bold;
	color:#c00;
	vertical-align:middle;
	border:1px solid #c99;
	text-decoration:none;
	padding:2px;
	margin-top:4px;
}
a.purpbtn {
	background:url(../images/btnbgpurp.gif) repeat-x;
	font-size:12px;
	font-weight:bold;
	color:#639;
	vertical-align:middle;
	border:1px solid #96c;
	text-decoration:none;
	padding:2px;
	margin-top:4px;		
}
a.adminlinks {
	color:#333;
	text-decoration:none;
	display:block;
}
a.adminlinks:hover {
	text-decoration:underline;
}
a.smllink {
	font-size:10px;
	display:block;
	padding:2px;
	color:#609;
}

/* Universal Table style */
.UniTable td {
	border: 1px solid #A153BA;
	font: normal 11px sans-serif;
}
#HeadyRow td {
	background-color: #A153BA;
	color: #FFFFFF;
	font: bold 11px sans-serif;
}

/* UL and OL Styles */
#NoBullet { 
	list-style-type: none; 
	padding: 4px 0 4px 0; 
}
li {
	margin: 4px 0 3px 0;
}

/* Legal Styles */
.Basic1 {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #4B0171;
	display: block;
}

.Basic2 {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #000000;
	display: block;
}




/* PDF Style*/
.PDF {
	background-image: url(../images/pdf.png);
	background-repeat: no-repeat;
	background-position: left center; 
	height: 23px; 
	display: block;
	padding-left: 27px;
}

/* Misc Styles */
tr.hitlist td {
	 border-top:1px solid #c99;
}
tr.pagination td {
	background:#F9E0FD;
	color:#A42A9C;
	font-weight:bold;
}
acronym, abbr {
	cursor: help;
	font-weight: 500;
	text-transform: uppercase;
}

/* Bonus Broadcast Styles */
.broadcastLinks { 
	margin: 2px 0 2px 2px; 
	padding: 0; 
}
.broadcastLinks li{ 
	margin: 2px 0 0 0; 
	padding: 2px 2px 2px 2px; 
	font-size: 11px; 
	list-style-type: none;
	background-color:#F0EBF4;
	color:#9D75C0;
	text-align: left; 
}
.broadcastLinks a{ 
	text-decoration: none; 
	 
}
.broadcastLinks a:hover{ 
	text-decoration: underline;
	color: #B20404; 
}

/* Universal Button */
a.Unibtn, span.Unibtn { 
	font:normal 14px "Times New Roman", Times, serif;
	text-decoration:none;
	color:#fff;
	background-color:#BB0000;
	padding:4px;
	margin-top:4px;
	margin-bottom:4px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
a.Unibtn:hover {
	background-color:#E57D7D;
}

a.Unibtn1, span.Unibtn1 { 
	font:normal 14px "Times New Roman", Times, serif;
	text-decoration:none;
	color:#fff;
	background-color:#550077;
	padding:4px;
	margin-top:4px;
	margin-bottom:4px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
a.Unibtn1:hover {
	background-color:#D28FED;
}


/* Image Popups */
a.popper { 
	background:url(../images/popup.gif) no-repeat center right;
	padding-right:14px; text-decoration:none; 
}

a.popper:hover { 
	background:url(../images/popupHover.gif) no-repeat center right; 
	text-decoration:underline; 
}


/* Lightbox Styles */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

ul.indent li, ol.indent li {
	margin-left:28px;
}

/* old membership styles */
#cconfirm {
	display:block;
	border:1px solid #00096C;
	padding:3px;
	margin-right:4px;
}
#cconfirm span {
	background: #F9E0FD;
	display:block;
	border:1px solid #D5B8EB;
	font-size:13px;
	color:#999;
	padding:6px 4px 6px 4px;
	font-weight:bold;
	margin-bottom:3px;
	text-align:center;
}
#cconfirm p {
	margin:3px 0 3px 0;
	padding:0;
	font-size:12px;
}

/* Perks Styles */
.PPHead { 
	display:block;
	text-align:center; 
	margin-top:6px; 
	margin-bottom:8px;
	color:#660099; 
	font-size:18px; 
	font-weight:bold; 
	font-family:Georgia, "Times New Roman", Times, serif; 
}
li.PerkBullet{
	list-style:url(../../images/PerkFeatherBullet.gif);
}
ul.PerkBulletMain li{
	list-style:none;
}

ul.PerkBulletMain ul li{ 
	list-style:disc; 
}

ul.PerkBulletMain ul li li{ 
	list-style:circle; 
}

ul.PerkBulletMain ul li li li{ 
	list-style:square;
}

.indent01 {
	margin-left: 20px;
	}
	
.indent02 {
	margin-left: 50px;
	}	
	
.renewPage p{
	margin-bottom: 10px;

	}	