/*			========================================  */
/*			|   	home_main.css					| */
/*			========================================= */


#home_data_panel {
	width: 740px;
	margin: 0 px;
	padding: 0px;	
  float: right;	
   height: 420px; 
}

#main {
	width: 460px;
	margin: 15px 10px 5px 0px;
	border: 1px solid #F8FAF1;
	padding: 0px;
}

#loginpanel {
float: right;
width: 245px;
margin: 0 8px 0 0;
border: none;
  height: 420px; 
}

#existingUser {
    margin-top: 1px;
    margin-bottom: 20px;   
}    

/* =================================================================================== */
/*	MAIN WELCOME AREA			   														*/
/* ====================================================================================*/

#main h1 {
  margin-left: 150px; 
}

#news_feed {
 border-top: 1px solid #741313;
 font-size: 80%;
 font-weight: normal;
}

#welcomepanel {		/* This is the main wrapper for the welcome stuff */
	display: block;
	width: 460px;
	height: 330px;	
	padding: 0;  
	position: relative;	
	background: url(../images/welcome.png) center top no-repeat;
}

#main_screen_logo_div {
	display: block;
	width: 460px;
	height: 330px;	
	padding: 0;  
	position: relative;
  background-color: white;
  border: 1px solid black;
  z-index: 100;	
}

#main_screen_logo {
	display: block;
	width: 330px;
	height: 330px;	
	padding: 0;  
	position: relative;
  margin-left: 65px;
}


#welcome_top {
	width: 460px;
	height: 330px;
	position:absolute; 
	top: 0px;
	left: 0px;
	z-index: 80;
}


#welcomepanel #welcome_text {			/* This is background graphic that scrolls welcome text */
	display: block;
	width: 330px;
	height: 100px;
	position: absolute;
	left: 40px;
	top:70px;
	z-index: 10;
	background: url(../images/welcome_text.png) center top no-repeat;	
}

#welcomepanel #welcome_message {	/* This is where rerror messages are displayed*/
	display: block;
	text-align: center;	
}

#welcomepanel #welcome_message p {	
	color: #741313; 
	font-weight: bold;		
}

.welcome_moves {
  width: 180px;
  height: 180px;
	position:absolute; 
	top: 110px;
	left: 160px;
	z-index: 50;
}

/* =================================================================================== */
/*	BOOKMARK PANEL AREA																   */
/* ====================================================================================*/

#bannerpanel {
	display: block;
	float: right;
	padding: 5px 10px 10px 10px;
	width: 220px;
}

#bannerpanel p {
	font: normal 0.70em/120% Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
  color: white;
}


#bookmark_button {
	float: left;
	margin: 2px 10px 0 0px;
	font-size: 80%;
	color: #C0E0FF;
}

#bookmark_button:hover, #blog_button:hover {
	color: yellow;
}

/* =================================================================================== */
/*	LOGIN AREA			   															   */
/* ====================================================================================*/

#loginpanel p.intro {
	font: normal 0.8em/120% Geneva, Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	text-align: justify;
	
}

#loginpanel label {

	display: block;
	float: left;
	font: normal 0.8em/180% Geneva, Arial, Helvetica, sans-serif;
	width: 6em;
	text-align: right;
	padding-right: 5px;
	margin-bottom: 4px;
}



#loginpanel input, select {
	display: block;
	float: left;
	margin-bottom: 4px;
	font: normal 0.8em/120% Geneva, Arial, Helvetica, sans-serif;
	width: 9em;
}

#loginpanel .password_reveal {
  width: 18px;
  height: 15px;  
  margin: 1px 0px 0px 3px;
  border: none;
	background: url(../images/password_reveal.png) top no-repeat;	  
}

#loginpanel .password_reveal:hover {
  cursor: pointer;
}


#loginpanel div.select_border {
	float: left;
}

#loginpanel #existing_user, #new_user, #existing_user_form, #new_user_form  {
	border: solid 1px #222A4C;
	padding: 5px 8px 5px 8px;
	margin: -1px 0 0px 0;
	background-color: #EDEDFF;
	zoom: 1; /* Correct error with 'has layout' in IE7   */
}

#register_text {
  margin-left: 60px;
}

#loginpanel .spacer {
	display: block;
	height: 10px;
}

#loginpanel #new_player_pulldown  p {
	display: block;
	float: left;
	font: bold 1.0em/120% Geneva, Arial, Helvetica, sans-serif;
	color: black;
}


#loginpanel #new_player_button  {
	float: left;
	margin-left: 10px;
}

#loginpanel #login_button, #register_button  {
	margin: 5px 0 0 85px;	
}


#loginpanel .confirmation  {
	display: block;
	float: left;
	width: 24px;
	height: 24px;
	margin: 2px 0 0 45px;
	padding: 0;
	background: url(../images/confirm_icon.gif) center top no-repeat;	
}
