@charset "utf-8";
/* CSS Document */

img { border: none; }

body {
	background-image: url(/images/simple_star_bg.jpg);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
}

#homepage_container{
	width:751px;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
	
	
#headerlinks_container{
	width:731px;
	height:20px;
	margin:0px 10px 0px 10px;
	}
	
#header_container{
	width:751px;
	height:126px;
	background-image:url(/images/header_tranz.gif);
	background-repeat:no-repeat;
	}
	
#header_container_playspan{
	width:711px;
	height:184px;
	margin: 0px 0px 0px 20px;
	background-image:url(images/playspan_banner.jpg);
	background-repeat:no-repeat;
	}

#header_container_mobius{
	width:711px;
	height:184px;
	margin: 0px 0px 0px 20px;
	background-image:url(images/mobius_header.jpg);
	background-repeat:no-repeat;
	}
	
#contentheader{
	margin:auto;
	width:737px;
	height:18px;
	background-image:url(/images/content_header.jpg);
	background-repeat:no-repeat;
	}
	
#content{
	margin:auto;
	width:667px;
	padding:20px 35px 20px 35px;
	background-image:url(/images/content_horizontal_bg.jpg);
	background-repeat:repeat-y;
	}
	
#content_footer{
	margin:auto;
	width:677px;
	height:73px;
	padding:15px 30px 10px 30px;
	background-image:url(/images/content_footer_bg.jpg);
	background-repeat:no-repeat;
	}
	
.style1 {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.style1 a:link{
	color: #000000;
}

.style1 a:visited{
	color: #000000;
}


.loginred {
	color: red;
	font-size:medium;
	font-weight: bold;
	text-align: center;
}
.warning {color:#990000}
#authorizenet {
	float: left;
	padding: 0 0 20px 720px;
	margin: 0px 0 0;
	width: 675px;
}
.style2 {color: #FFFFFF}

.style2 a:link {
	color: #C4EAF4;
}

.style2 a:visited 
{
	color:#CCCCFF
}

.red {color:red}

.purchasetext 
{
	text-align: justify;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: medium;
	font-weight: bolder;
	color:#663399;
}

.checkmotext
{
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: small;
	font-weight: bolder;
}	

.smallred {
     color: red;
	 font-size:x-small;
	 font-weight: bold;
}

.medred {
	color: red;
	font-size:small;
	font-weight: bold;
}

/* additions 8/25/08 to support membership page */
#member_leftoptions {
		position:relative;
		left:10%;
		width:80%;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: medium;
	font-weight: bolder;		
}

#member_tabletxt {
	font-size:small;
}

#member_center {
	text-align: center;
}

#member_red {
	color: red;
	font-size:smaller;
	font-weight: bold;
}

#member_purple_center {
	color:#9900CC;
	font-size: larger;
	font-weight: bold;
	text-align: center;
}

#member_purple {
	color:#9900cc;
	font-size: inherit;
	font-weight: bold;
}

#buddylist_entry {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: medium;
	font-weight: bolder;		
}

/*For tooltip support */
.balloonstyle{
position:absolute;
top: -500px;
left: 0;
padding: 5px;
visibility: hidden;
border:1px solid black;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: white;
width: 200px;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,Strength=5);
}

#arrowhead{
z-index: 99;
position:absolute;
top: -500px;
left: 0;
visibility: hidden;
}
