*{
	margin:0;
	padding:0;
	color:#323132;
}

#nav #nav_container a{
	text-decoration:none;
	font-size:14px;
	color:#7FC63A;
	padding-bottom:5px;
	padding-top:5px;
}

#nav #nav_container a:hover{
	background-color:#fff;
}

ul.inner_sub_nav:hover{
	background-color: #fff;
}

.login_button{
	background-color:#CCDA26;
	color:#000; 
	border:0px; 
	height:24px; 
	width:100px;
	cursor:pointer;
}

.login_button:hover{
	background-color:#F4FF6F;
}


/* tmp addition to highlight Session 'flash' messages from system for user
 * notices, please change if desired also see layouts/default.ctp
 * -sbeam
 */
#flashMessage {
    margin: 0.2em 0;
    background: #DF291B;
    font-weight: bold;
    border: 1px solid #999;
    padding: 0 1em;
    color: #fff;
}

img, div { behavior: url(iepngfix.htc); }

	body{
		font-family:Helvetica, Arial, sans-serif;
		font-size: 14px;
		background-color: #F0F0F0;
	}
	#wrapper{
		width:100%;
		height:100%;
	}
	#header{
		width:100%;
		height:55px;
		background-image:url('../images/header_bg.jpg');
		background-repeat:repeat-x;
	}
	#header_container{
		width:960px;
		height:100%;
		margin:0 auto;
		background-image:url('../images/header_bg.jpg');
		background-repeat:repeat-x;
		color:#000;
		font-size: 12px;
	}
	#session_info a{
		color:#a0b661;
		text-decoration: underline;
	}
	
	#session_info a:visited{
		color:#a0b661;
		text-decoration: underline;
	}

	
	#body{

		background-color:#F0F0F0;
		height:100%;
	
		border-top:2px solid #f0f0f0;
		
	}
	#centered{
		width:960px;
		height:100%;
		margin:0 auto;
	}
	
	a{
		color:#7F9F1D;
		text-decoration:none;
	}
	a:hover{
		color:#7F9F1D;
		text-decoration: none;


	}
	
	img{
		border:0px;
	}
	
	#chat_button{
		position:relative;
		margin-left:1px;
		margin-top:14px;
	}
	#info_button{
		position:relative;
		margin-left:155px;
		margin-top:-47px;
	}
	* html #info_button{
		position:relative;
		margin-left:155px;
		padding-bottom:30px;
	}
	

	
	#content_area{
		background-color:#1f1f1f;
		width:100%;
	}
	#player_area{
		height:360px;
		padding:8px;
	}
	#video_window{
		
		width:457px;
		/*height:339px;*/
		float:left;
		
		padding-left:20px;
		padding-top:20px;
		margin-left:244px;
	
	}
	#video_window_bayer{
		margin-left:152px;
	}
	
	#sub_nav{
		width:462px;
		height:44px;
		float:right;
		background-color:transparent;
	}

	#interactive_window{
		width:445px;
		/*height:338px;*/
		float:right;
		padding-right:20px;
		padding-top:0px;
	}
	* html #interactive_window{
		margin-top:-29px;
		margin:left:1px;
	}
	#share_window{
		width:465px;
		height:296px;
		float:right;
		background-color:#fff;
		font-family:Helvetica, Arial, sans-serif;
		display:none;
	}
	#user_info_window{
		height:40px;
		width:477px;
		float:left;
		color:#dad8d8;
		font-family:Helvetica, Arial, sans-serif;
	}
	#user_info_window .small_grey{
		font-size:9px;
	}
	#widget_area{
		width:99%;
		padding-left:0px;
	
		border: 4px solid #1f1f1f;
		text-align: left;
	}
	#admin_bar_top{
		width:100%;
		padding-left:4px;
		color:#dad8d8;
		font-family:Helvetica, Arial, sans-serif;
		font-size:11px;
		text-align:left;
		display:block
	}
	#admin_bar_top_close{
		width:100%;
		padding-left:4px;
		color:#dad8d8;
		font-family:Helvetica, Arial, sans-serif;
		font-size:11px;
		text-align:left;
		display:none;
	}
	#admin_bar{
		width:100%;
		padding-left:4px;
		height:250px;
		color:#dad8d8;
		font-family:Helvetica, Arial, sans-serif;
		display:none;
	}
	
	#inner_nav{
		width:960px;
		height:40px;
		background-image: url('/img/test_nav_bar.png');
		background-repeat: no-repeat;
		margin-top: -20px;
		margin-bottom: 10px;
	}
	
	#content_top{
		background-image: url('/img/content_top_bg.jpg');
		background-repeat: no-repeat;
		height:14px;
	}
	
	#content_main{
		background-image: url('/img/content_mid_bg.jpg');
		background-repeat: repeat-y;
		height:612px;
	}
	
	#content_bottom{
		background-image: url('/img/content_bottom_bg.jpg');
		background-repeat: no-repeat;
		height:14px;
	}
	
	#right_box{
		background-image: url('/img/space_remaining.jpg');
		background-repeat: no-repeat;
	}
	
	#event_row:hover{
		background-color: #f0f0f0;
	}
	
	#event_row a{
	
	}
	
	#footer{
		font-family: Verdana, Arial, sans-serif;
	}
	
	#footer #footer_container{
	width:1018px;
	height:100%;
	margin:0 auto;
	color:#fff;
}

#footer_container h4{
	color:#fff;
}

#footer_container ul{
	list-style-type: none;
	padding-top:5px;
}

#footer_container li{
	font-size: 12px;
	font-family: Verdana;
	color:#fff;
}

#footer_container a{
	text-decoration: none;
	color:#fff;
}

#footer_container a:hover{
	text-decoration: none;
	color:#efefef;
}

#footer_container a:visited{
	text-decoration: none;
	color:#fff;
}

#footer_container li:hover{
	cursor: pointer;
}

#footer_container #about{
	width:150px;
	height:100%;
	float:left;
	margin-right:20px;
	color:#fff;

}

#footer_container #support{
	width:150px;
	height:100%;
	float:left;
	margin-right: 20px;

}

#footer_container #users{
	width:150px;
	height:100%;
	float:left;
	margin-right: 20px;

}

#footer_container #company{
	width:150px;
	height:100%;
	float:left;

}

#footer_container #copyright{
	width:300px;
	height:100%;
	float:left;
	font-size: 11px;

}

#submit_button{
	background-image: url('../images/create_event_button.jpg');
	background-repeat: no-repeat;
	background-color: transparent;
	border:0;
	width:131px;
	height:31px;
	cursor: pointer;
}

#control_panel{
	background-image: url('/img/control_panel_bg.jpg');
	background-repeat: no-repeat;
}

#update_background{
	background-image: url('../images/upload_background_button.jpg');
	background-repeat: no-repeat;
	border: 0;
	width: 147px;
	height: 29px;
	cursor: pointer;

}

/* Clearfixes */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}  /* for IE/Mac */

/* IE PNG Fix */
img, div, form, input { behavior: url(iepngfix.htc); }

.hardBreak
{
width: 268px;
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */

}

	*{
		margin:0;
		padding:0;
	}
	body{
		font-family:Helvetica, Arial, sans-serif;
		font-size: 14px;
		background-color:#f0f0f0;
	}
	#wrapper{
		width:100%;
		height:100%;
	}
	#header{
		width:100%;
		height:55px;
		background-image:url('../../../images/header_bg.jpg');
		background-repeat:repeat-x;
	}
	#header_container{
		width:960px;
		height:100%;
		margin:0 auto;
		background-image:url('images/header_bg.jpg');
		background-repeat:repeat-x;
		color:#000;
		font-size: 12px;
	}
	#body{
		background-color:#f0f0f0;
		height:100%;
		
	}
	#centered{
		width:960px;
		height:100%;
		margin:0 auto;
	}
	a{
		color:#000;
	}
	
	a:visited{
		color:#000;
	}
	a:hover{
		color:#ACD259;
	}
	.create_text:hover{
		background-color: #D7EFA4;
	}
	#buttons a:hover{
		color:#fff;
	}
	
	#send_invite{
		border:0;
		background-color: transparent;
		width:116px;
		height:29px;
		background-image: url('../images/send_invite_button.jpg');
		cursor: pointer;
	}
	
	#upload_banner{
		border:0;
		background-color: transparent;
		width:116px;
		height:29px;
		background-image: url('../images/upload_banner_button.jpg');
		cursor: pointer;
	}

	
	
	
	
	
	/* User home */
	*{
		margin:0;
		padding:0;
	}
	body{
		font-family:Helvetica, Arial, sans-serif;
		font-size: 14px;
		background-color:#f0f0f0;
	}
	#wrapper{
		width:100%;
		height:100%;
	}
	#header{
		width:100%;
		height:55px;
		background-image:url('/img/header_bg.jpg');
		background-repeat:repeat-x;
	}
	#header_container{
		width:960px;
		height:100%;
		margin:0 auto;
		/*background-image:url('/img/header_bg.jpg');*/
		background-repeat:repeat-x;
		color:#000;
		font-size: 12px;
	}
	#body{
		background-color:#f0f0f0;
		height:100%;
		
	}
	#centered{
		width:960px;
		height:100%;
		margin:0 auto;
	}
	a{
		color:#000;
	}
	
	a:visited{
		color:#000;
	}
	a:hover{
		color:#9AC223;
	}
	.create_text:hover{
		color:#fff;
	}
	
