@import url('/resources/css/main_old.css');

body
	{ 
	margin: 0 auto;
	padding: 0;
	background-color: #ffffff;
	/* text-align: center; */
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: .8em;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	min-height: 100%; height: auto !important; height: 100%;
	}
table 
	{
	text-align: left;
	vertical-align: top;	
	}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #008da9;
	text-decoration: none;
}
img {
	border: 0;
}
h1 {
	margin: 15px 0;
	padding: 0;
	font-size: 1.5em;
	}
ul.benefits li {
	line-height: 1.6;
	}
ul.benefits em {
	font-style: normal;
	font-weight: bold;
	color: #008da9;
	}
.main_home 
	{
	background: transparent url('../../pics/bg_gray.jpg') repeat-x scroll center top;	
	}
.header_home
	{
	width: 899px;
	height: 253px;
	background: transparent url('../../pics/bg_header.jpg') no-repeat scroll center top;	
	text-align: right;
	vertical-align: top; 	
	}
.level 
	{
	margin: 50px 0 0 17px;
	}
.level h1
	{
	font-size: 1.3em;	
	}
.level ul
	{
	margin: 0;
	padding: 0 0 10px 0;
	list-style-type: none;	
	}
.level li
	{
	padding: 0 0 10px 0;	
	}
.silver
	{
	width: 299px;
	height: 331px;
	background: transparent url('../../pics/bg_silver.jpg') no-repeat scroll center top;	
	}
.gold
	{
	width: 300px;
	height: 331px;
	background: transparent url('../../pics/bg_gold.jpg') no-repeat scroll center top;	
	}
.platinum
	{
	width: 300px;
	height: 331px;
	background: transparent url('../../pics/bg_platinum.jpg') no-repeat scroll center top;	
	}
a.view_events {
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
	}
a.view_events:hover {
	font-weight: bold;
	color: #008da9;
	text-decoration: none;
	}
.footer_right
	{
	text-align: right;	
	}
p.footer 
	{
	margin: 0 0 5px 0;
	padding: 0;
	font: normal normal 12px/13px "Helvetica", "Arial", "Verdana", "sans-serif";
	color: #666666;
	}
	
/*login popup: START */
	
#login_form 
{	display:none;
	position:relative;
	z-index:100;
	background-color:#fff;
	border:3px solid black;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-khtml-border-radius: 10px 10px 10px 5px;
	width:220px;
	height:auto;
	padding:15px 15px 15px 25px;
	text-align:left;
}

#login_form label 
{	margin-left:0px;
	margin-right:auto;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size:12px;
}

.login_field 
{	width:200px;
	margin:0px;
	font-size:12px;
	color:#333;
	margin-bottom:8px;
	padding:3px 0;
}

.login_button 
{	width:auto;
	margin-top:5px;
	margin-left:0;
	font-size:12px;
	font-weight: bold;
	color:#FFF;
	border-radius: 3px;
	-moz-border-radius:3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	background-color:#008da9;
	padding:5px 8px;
	border:none;
	cursor:pointer;
}

#login_error
{	margin:0 0 10px 0;
	color: red;
}

.login_link
{	float:left;
	cursor:pointer;
	color:#000000;
	font-size:12px;
	margin-top:10px;
	margin-right:10px;
	text-decoration: underline;
}
.login_link:hover {
	color: #008da9;
	text-decoration: none;	
}

#login_greyoutscreen
{   position: absolute;
    left: 0;
    top: 0;
    background: #000;
	width:0;
	height:0;
}	

.header_eventlisting
	{
	text-align: right;
	vertical-align: top; 	
	}
ul.topnav {
	width: 617px;
	margin: 0;
	padding: 13px 0;
	list-style-type: none;
	}
ul.topnav li {
	display: inline;
	}
a.topnav {
	margin: 0 5px;
	}
a.topnav_end {
	margin: 0 20px 0 5px;
	}
	
/*login popup: END */	
	

