@charset "UTF-8";
/* CSS Document */

{ margin:0px; padding:0px; color:#555555; font-family: Arial, Helvetica, sans-serif;font-size: 12px; }

#dialog_wrapper {
	background-color:#FFFFFF; 
	border-color:#003D7E;
	//color:#003D7E; 
	//width: 600px; height: 500px; 
	//left:0px; top:0px; 
	//text-indent: -9999px;
	//font-weight: bold;
	// padding:10px;
	overflow:hidden;
	height:280px;
}

#dialog_wrapper #dialog_content {
	float:left;
	width:450px;
	height:280px;
	padding:10px;
	background-color:transparent;
	color:#003D7E;
	font:Arial, Helvetica, sans-serif;
	
		text-align:left;
		// background-image:url(images/FtGreenePk01.JPG);
	}

#dialog_wrapper #dialog_content	#dialog_event_inviter { 
	font-size:large;
	font-weight: bold;
	padding:10px;
	}

#dialog_wrapper #dialog_content	#dialog_event_invite { 
	
	padding:10px;
	}

#dialog_wrapper #dialog_content	#dialog_event_subject { 
		font-weight: bold;
	padding:10px;
	}

#dialog_wrapper #dialog_content	#dialog_event_date { 
	
	padding:10px;
	}

#dialog_wrapper #dialog_content	#dialog_event_description { 
	
	padding:10px;
	}

#dialog_wrapper #dialog_content	#dialog_event_share {
	margin-top:30px; 
	background-color:#AAAAAA;
	bottom:0px;
	padding:10px;
	}

#dialog_wrapper #dialog_closebox {
	float:right;
	width:95px;
	height:200px;
	padding:10px;
	background-color:#FFFF33;
	}	
	