@import url("/style.css");
body {
	background-color: #FAFAFA;
	font-family: Verdana;
	font-size: 12px;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	color: black;
}

body.WinMessages {background-color: white;}

td {
	font-family: Verdana;
	font-size: 12px;
}

a {
	color: #009700;
}

frameset {
	border-color: #555555;
}

/*******************************************************
 * Панель чата, слева
 *******************************************************/

body.WinPanel {
	background-color: #FAFAFA;
	margin-left: 5px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
}

/*  */

.OnlineList {
	background-color: #FFFFFF;
	border: solid #E2E2E2 1px;
	margin-top: 4px;
	margin-bottom: 4px;
	display: block;
	width: 100%;
}

.OnlineList b {
	background: url(/sets/laz/menuheadgrad.gif) repeat-y left top;
	line-height: 16px;
	border-top: solid #E2E2E2 1px;
	border-bottom: solid #E2E2E2 1px;
	margin-top: 5px;
	margin-bottom: 6px;
	display: block;
	padding-left: 5px;
	font-size: 10px;
	color: black;
	width: 100%;
	height: 16px;
}

.OnlineItemMe {font-weight: bold;}

.OnlineItem {
	font-size: 12px;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-decoration: none;
	display: block;
}

/*  */

.PanelReload {
	text-align: center;
	margin: 6px;
}

/*  */

.MenuList {
	background-color: #FFFFFF;
	border: solid #E2E2E2 1px;
	margin-top: 4px;
	margin-bottom: 4px;
	display: block;
	width: 100%;
}

.MenuList b {
	background: url(/sets/laz/menuheadgrad.gif) repeat-y left top;
	line-height: 16px;
	border-top: solid #E2E2E2 1px;
	border-bottom: solid #E2E2E2 1px;
	margin-top: 5px;
	margin-bottom: 6px;
	display: block;
	padding-left: 5px;
	font-size: 10px;
	color: black;
	width: 100%;
	height: 16px;
}

a.MenuItem {
	font-size: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-decoration: none;
	display: block;
	color: #292929;
}

.topriv {
	color: gray;
}
a {
	text-decoration: none;
}
.private {
	background-color: #DDDDDD;
	border-width: 1px;
	border-style: solid;
	border-color: blue;
	margin-top: 2px;
	padding: 1px;
}
.hint {
	font-size: 10px;
	color: #000000;
	background-color: #555555;
}
.time {
	font-size: 10px;
	color: gray;
}

/* Цвета ников */
.nickColor_n {
	color: #009700;
}
.nickColorRus_n {
	color: #005300;
}
.nickColor_m {
	color: #009700;
}
.nickColorRus_m {
	color: #005300;
}
.nickColor_f {
	color: #009700;
}
.nickColorRus_f {
	color: #005300;
}
