
<?php
require_once ($_SERVER['DOCUMENT_ROOT'].'/'.'admin/top.php');
?>
* { 	font-family: Arial; 	}  form { 	padding: 0px; 	margin: 0px 	}  body { 	padding-right: 0px; 	margin-right: 0px; 	color: black; 	background-color: #deb; 	background-image: url('img/bg.jpg'); 	}  .post, .settings { 	border-color: white; 	} #resize_border1, #resize_border2, #resize_border3 { 	background-color: #69C; 	border-left: solid 1px white; 	border-right: solid 1px white; 	cursor: w-resize; 	padding: 0px; 	}  .main { 	height: 100%; 	} .main-myname { 	color: #550; 	} .main-othername { 	color: #005; 	cursor: hand; 	} .main-myname, .main-othername { 	font-weight: bold; 	} .main-myname:hover, .main-othername:hover { 	text-decoration: underline; 	} .main-strdivider { 	color: red; 	font-weight: bold; 	} .main-time { 	color: green; 	}  #users_table1 { 	padding: 0px; 	text-align: center; 	background-color: #ccc; 	}  .users-view { 	width: 100%; 	height: 100%; 	overflow: scroll; 	vertical-align: top; 	}  .post { 	border-bottom-style: solid; 	border-bottom-width: 1px; 	padding: 0px; 	background-color: white; 	} .post-edit { 	width: 100%; 	font-size: 16px; 	border: groove 1px; 	}  .settings { 	border-top-style: solid; 	border-top-width: 1px; 	}  #users_list_view, .chat-view, .settings-frame { 	background-color: #E4EAEF; 	border: solid 3px #369; 	}  .chat {} .chat-view { 	width: 100%; 	height: 100%; 	overflow: scroll; 	}  
</noindex>
<?php
require_once ($_SERVER['DOCUMENT_ROOT'].'/'.'admin/bottom.php');
?>

