/* CSS Document */
/*Main CSS settings*/
body {
	background-color:		#FFF;
	margin:					0px;
	color:					#360;
	font-family: 			Verdana, Arial, Helvetica, sans-serif;
	font-size:				12px;
}

.theader {
	background-color:		#693;
	text-align:				center;
	padding:				5px;
	color:					#FFF;
	font-family: 			Verdana, Arial, Helvetica, sans-serif;
	font-size:				11px;
}

a {
	font-weight:			bold;
	color:					#693;
	text-decoration:		none;
}

a:hover {
	font-weight:			bold;
	color:					#693;
	text-decoration:		underline;
}

.topbar {
	border:					1px solid #333;	
	text-align:				center;
}

.info {
	padding:				5px;
	color:					#000;
	font-family: 			Verdana, Arial, Helvetica, sans-serif;
	font-size:				12px;
}

.flasharea {
	background-image:		url(images/flasharea_bg.gif);
	
}

.botbar {
	background-color:		#690;
	color:					#FFF;
	border-top:				1px solid #333;
	text-align:				center;
}
 
 a.botbar {
	color:					#CF0;
	font-weight:			bold;
}

 a.botbar:hover {
	color:					#CF0;
	font-weight:			bold;
	text-decoration:		underline;
}

#blanket {
	background-color:		#111;
	opacity: 				0.65;
	filter:					alpha(opacity=65);
	position:				absolute;
	z-index: 				9001;
	top:					0px;
	left:					0px;
	width:					100%;
}

#popUpDiv {
	position:				absolute;
	background-color:		#eee;
	width:					300px;
	height:					300px;
	z-index: 				9002;
}