/* Документ */
body {
	font-family: Tahoma;
	font-size: 11px;
	color: #505050;
	padding: 0px;
	margin: 0px;
}

/* Таблицы */
td.space {
	width: 10px;
	/*background: #affcaa;*/
	padding: 0px;
	margin: 0px;
}

/* Ссылки */
a:link, a:visited {
	color: #1a6b9f;
	text-decoration: underline;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
a.red:link, a.red:visited {
	color: #d90000;
	text-decoration: underline;
}
a.red:hover {
	color: #999999;
	text-decoration: none;
}
a.grey:link, a.grey:visited {
	color: #999999;
	text-decoration: underline;
}
a.grey:hover {
	color: #999999;
	text-decoration: none;
}

/* Текст */
p {
	padding: 4px 0px 4px 0px;
	margin: 0px;
}
span.red {
	color: #d90000;
}
span.grey {
	color: #999999;
}
span.blue {
	color: #1a6b9f;
}

/* Блоки */
#main {
	width: 990px;
	/*background: #ccffff;*/
	padding: 0px;
	margin: 0px auto;
}
#header {
	height: 30px;
	background: #f3f9ff;
	border-top: #dbe8f0 5px solid;
	border-bottom: #ebf1f7 1px solid;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}
#panel {
	/*background: #affcaa;*/
	padding: 0px;
	margin: 0px 0px 10px 0px;
	/*display: none;*/
}
#menu {
	background: #f3f9ff;
	border-top: #ebf1f7 1px solid;
	border-bottom: #ebf1f7 1px solid;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 10px 0px;
	/*display: none;*/
}
#menu a {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#body {
	/*background: #ffee11;*/
	/*padding: 10px 0px 10px 0px;*/
	/*display: none;*/
}
#footer {
	height: 60px;
	background: #f3f9ff;
	border-top: #ebf1f7 1px solid;
	padding: 30px 0px 10px 0px;
	margin: 0px;
}

/* */
div.container {
	/*background: #e3f99f;*/
	/*border: #14f4f4 1px solid;*/
	margin: 0px 0px 10px 0px;
}
div.content {
	/*background: #8c8cac;*/
	padding: 10px 10px 10px 10px;
}
div.content-grey {
	background: #f8f8f8;
	/*border: #f0f0f0 1px solid;*/
	padding: 10px 10px 10px 10px;
}
div.content-blue {
	background: #f3f9ff;
	/*border: #ebf1f7 1px solid;*/
	padding: 10px 10px 10px 10px;
}
div.title {
	font-size: 18px;
	color: #1a6b9f;
	padding: 4px 0px 4px 0px;
}
div.title a:link, div.title a:visited {
	text-decoration: none;
}
div.big {
	font-size: 36px;
	font-weight1: bold;
	color: #1a6b9f;
	padding: 4px 0px 4px 0px;
}
div.item {
	padding: 2px 0px 2px 0px;
}

div.item1 {
	padding: 0px 0px 0px 0px;
}
div.item2 {
	padding: 10px 0px 0px 0px;
}
div.item-top a:link, div.item-top a:visited {
	text-decoration: none;
}
div.item-blue {
	background: url('/templates/images/item_blue.gif') top left no-repeat;
	padding: 3px 0px 3px 12px;
}
div.item-grey {
	background: url('/templates/images/item_grey.gif') top left no-repeat;
	padding: 3px 0px 3px 12px;
}
div.comment {
	padding: 2px 0px 2px 18px;
	background: url('/templates/images/comment.gif') left no-repeat;
}

/* Изображения */
img {
	border: 0px;
	padding: 0px;
}
img.border {
	background: #ffffff;
	border: #d6ebff 1px solid;
	padding: 4px;
}
img.select {
	background: #d6ebff;
	border: #d6ebff 1px solid;
	padding: 4px;
}
img.hidden {
	display: none;
}

/* Страницы */
div.pager {
	/*background: #99bb99;*/
	padding: 4px 0px 4px 0px;
}
div.pager a:link, div.pager a:visited {
	color: #7c7c7c;
	text-decoration: none;
	background: #f2f5f7;
	padding: 4px 8px 4px 8px;
	margin: 0px 10px 0px 0px;
}
div.pager a:hover {
	color: #7c7c7c;
	text-decoration: none;
	background: #d9e0e6;
	padding: 4px 8px 4px 8px;
}
div.pager span {
	color: #ffffff;
	background: #4381b3;
	padding: 4px 8px 4px 8px;
	margin: 0px 10px 0px 0px;
}

/* Сообщения */
div.message {
	font-size: 11px;
	font-weight: bold;
	color: #606060;
	border: #4c96d4 1px solid;
	background: #e7f1f9;
	padding: 5px;
	margin: 0px 0px 10px 0px;
	text-align: left;
}
div.error {
	font-size: 11px;
	font-weight: bold;
	color: #606060;
	border: #e89b88 1px solid;
	background: #ffefe8;
	padding: 5px;
	margin: 0px 0px 10px 0px;
	text-align: left;
}
div.hidden {
	display: none;
}

/* Формы */
form {
	padding: 0px;
	margin: 0px;
}
textarea, input, select {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}
textarea.text-min {
	width: 290px;
	height: 60px;
	border: #cccccc 1px solid;
	background: #fefefe;
}
textarea.text-mid {
	width: 565px;
	height: 90px;
	border: #cccccc 1px solid;
	background: #fefefe;
}
textarea.text-max {
	width: 565px;
	height: 360px;
	border: #cccccc 1px solid;
	background: #fefefe;
}
input.string-min {
	width: 60px;
	height: 16px;
	border: #cccccc 1px solid;
	background: #fefefe;
}
input.string-mid {
	width: 130px;
	height: 16px;
	border: #cccccc 1px solid;
	background: #fefefe;
}
input.string-max {
	width: 360px;
	height: 16px;
	border: #cccccc 1px solid;
	background: #fefefe;
}
input.button {
	width: 80px;
	height: 20px;
	color: #ffffff;
	background: #aaaaaa;
	border: none;
	padding: 3px 6px 3px 6px;
}