html, body, div, p, a {
	font-family: Helvetica, Verdana, Arial;
	line-height: 16px;
}

body {
	background-color: black;
	padding: 0px;
	margin: 0px;
}

a {
	color: Silver;
	text-decoration: none;
}

a:hover {
	color: gray;
}

label {
	cursor: pointer;
}

.menu_bar {
	padding: 5px;
	background-color: #5b5b5b;
	overflow: auto;
	padding-left: 10px;
	padding-right: 10px;
}

a.menu_item {
	color: Silver;
}

.menu_bar_left {
	float: left;
	font-weight: bold;
	color: Silver;
	font-size: 12px;
}

.menu_bar_right {
	float: right;
	color: Silver;
	font-size: 12px;
}

.notification_area {
	width: 788px;
	margin-left: auto;
	margin-right: auto;
	background-color: #908080;
	margin-bottom: 5px;
	border: 1px Dashed #800000;
	color: #000000;
	font-size: 10px;
	padding: 5px;
}

.header_logo {
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
	width: 800px;
	color: #808080;
}

.content_corners {
	margin-right: auto;
	margin-left: auto;
	width: 590px;
	position: relative;
	overflow: hidden;
}

.full_content_corners {
	margin-right: auto;
	margin-left: auto;
	width: 780px;
	position: relative;
	overflow: hidden;
}

.content_corners_ul {
	position: relative;
	width: 10px;
	height: 10px;
	background-image: url( '../images/corner2_ul.gif' );
	float: left;
	background-color: #202020;
}

.content_corners_ur {
	position: relative;
	width: 10px;
	height: 10px;
	background-image: url( '../images/corner2_ur.gif' );
	float: left;
	background-color: #202020;
}

.content_corners_ll {
	position: relative;
	width: 10px;
	height: 10px;
	background-image: url( '../images/corner2_ll.gif' );
	float: left;
	background-color: #202020;
}

.content_corners_lr {
	position: relative;
	width: 10px;
	height: 10px;
	background-image: url( '../images/corner2_lr.gif' );
	float: left;
	background-color: #202020;
}

.content_corners_m {
	position: relative;
	width: 570px;
	height: 10px;
	float: left;
	background-color: #202020;
}

.full_content_corners_m {
	position: relative;
	width: 760px;
	height: 10px;
	float: left;
	background-color: #202020;
}

.desktop {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	position: relative;
	overflow: hidden;
	background-color: #404040;
}

.desktop_ul {
	position: relative;
	width: 10px;
	height: 10px;
	background-image: url( '../images/corner_ul.gif' );
	float: left;
}

.desktop_ur {
	position: relative;
	width: 10px;
	height: 10px;
	background-image: url( '../images/corner_ur.gif' );
	float: left;
}

.desktop_ll {
	position: relative;
	width: 10px;
	height: 10px;
	background-image: url( '../images/corner_ll.gif' );
	float: left;
}

.desktop_lr {
	position: relative;
	width: 10px;
	height: 10px;
	background-image: url( '../images/corner_lr.gif' );
	float: left;
}

.desktop_m {
	position: relative;
	width: 780px;
	height: 10px;
	float: left;
}

.container {
	margin-right: auto;
	margin-left: auto;
	width: 780px;
	overflow: auto;
	position: relative;
}

.main_content {
	float: left;
	width: 590px;
	background-color: #202020;
}

.main_content_flip {
	float: right;
	width: 590px;
	background-color: #202020;
}

.full_main_content {
	float: left;
	width: 780px;
	background-color: #202020;
}

.main_content_area {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
	color: gray;
	width: 580px;
	background-color: #202020;
}

.full_main_content_area {
	padding-right: 5px;
	padding-left: 5px;
	font-size: 12px;
	color: gray;
	width: 770px;
	background-color: #202020;
}

.side_column {
	padding-top: 5px;
	font-size: 12px;
	color: gray;
	float: right;
	width: 185px;
}

.side_column_flip {
	padding-top: 5px;
	font-size: 12px;
	color: gray;
	float: left;
	width: 185px;
}

.footer {
	margin-top: 5px;
	text-align: center;
	font-size: 10px;
	color: gray;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}

.form_title {
	font-size: 16px;
	color: #808090;
	margin-bottom: 10px;
	font-weight: bold;
}

.post_title {
	font-size: 16px; 
	color: #808090;
	margin-bottom: 5px;
	font-weight: bold;
}

.status_post_container {
	margin-top: 20px;
	margin-bottom: 20px;
	text-indent: -8px;
	margin-left: 8px;
}

.status_post_text {
	margin-right: 5px;
	margin-left: 5px;
	font-size: 16px;
	font-weight: bold;
}

.status_post_date {
	font-size: 10px;
	color: #505050;
	margin-left: 15px;
}

.post_container {
	margin-top: 20px;
	margin-bottom: 20px;
}

.post_text {
	margin-right: 5px;
	margin-left: 5px;
}

.post_date {
	font-size: 10px;
	text-align: right;
	border-top: 1px Solid #404040;
	margin-top: 3px;
	color: #505050;
	padding-top: 3px;
}

.post_images {
	position: relative;
	overflow: auto;
	#margin-bottom: 10px;
}

.post_image {
	float: left;
	margin: 8px;
}

.home_status_content_user {
	margin-bottom: 10px;
	padding: 5px;
	background-color: #303030;
	margin-left: 3px;
	margin-right: 3px;
	cursor: pointer;
}

.home_status_content_nonuser {
	margin-bottom: 10px;
	padding: 5px;
	background-color: #303030;
	margin-left: 3px;
	margin-right: 3px;
}

.home_status_form {
	margin-bottom: 10px;
	padding: 5px;
	background-color: #303030;
	margin-left: 3px;
	margin-right: 3px;
}

.home_status_text {
}

.home_status_date {
	margin-top: 3px;
	font-size: 10px;
	text-align: right;
	font-style: italic;
	color: #505050;
}

.settings_section {
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
	color: #a0a0a0;
}

.settings_items {
	margin-bottom: 20px;
}

.settings_item a {
	color: #808080;
}

.settings_item a:hover {
	color: #a0a0a0;
}

.home_status_date a {
	color: #808080;
}

.home_status_date a:hover {
	color: #a0a0a0;
}

.form_input {
	width: 200px;
}

.settings_message_good {
	background-color: #204020;
	border: 2px Solid #406040;
	padding: 5px;
	margin-bottom: 10px;
	text-align: center;
}

.settings_message_bad {
	background-color: #402020;
	border: 2px Solid #604040;
	padding: 5px;
	margin-bottom: 10px;
	text-align: center;
}
