body {
	font: normal normal 0.8em/1.3 Verdana, sans-serif; color: #333;
}

#container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	height: 100px;
	margin-bottom: 10px;
	width: auto;
}

span.header_name {
	display: inline;
	font-size: 14px;
	font-weight: bold;
}
.message_row {
	border-bottom: 1px solid #cfcfcf;
	background-color: #FFFFFF;
	width: auto;
	clear: both; 
	width: auto; 
	height: 25px;
	overflow: hidden;
}

.message_row_full {
	border-bottom: 1px solid #cfcfcf;
	background-color: #FFFFFF;
	width: auto;
	height: 320px;
	font-weight: bold;
}

.extra_row_content {
	height: 300px;
	overflow: hidden;
	clear: both;
	padding-top: 5px;
	padding-left: 50px;
	font-weight: normal;
	
}

#message_header_row , #footer_row {
	padding-top: 6px;
	color: #777777;
	width: auto;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	clear: both;
	height: 25px;
	border-bottom: 1px dotted #cfcfcf;
	background-color: #dddddd;
}

#message_header_row {
	border-top: 1px solid #cfcfcf;
}

#footer_row {
	border-bottom: 1px solid #cfcfcf;
	text-align: right;
}


div.message_row:hover {
	background-color: #FFFFCC;
}

A:link {
	/*color: #color: #66ccff;;  003399*/
	color: #3333FF;
	text-decoration: none;
	
	 }
A:visited {
	color: #3333FF;
	text-decoration: none;
	
	}
A:hover {
	color: #003300;
	text-decoration: underline;
	}
	
	/* Message Box */
	
#messagebox {
	background-color: #FFFFCC;
	border: 1px solid #d1d1d1;
	width: 800px;
	padding: 25px;
	margin-bottom: 15px;
	margin-top: 15px;
}

#location_box {
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 95%;
	text-align: left;
}