body {
	background: url(../images/bg.png);
	margin: 0px;
	height: 100%;
	padding: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 11px;
 	color: #000000;
/* 	background: #e6e6e6; */
}

/* Ссылки */
a:link, a:visited {
	color: #1A84AC; text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #ff0000;	text-decoration: none;
	font-weight: bold;
}

#active_menu {
/*	background: url(../images/menu_bg.png) no-repeat; */
	background-position: 0px -25px;
	color:#FFFF00;
	font-weight: bold;
}

a#active_menu:hover {
	color: #ffffff;
	padding-left: 45px;
}

active_menu.left {
	background: url(../images/menu_bg.png) no-repeat;
	background-position: 0px -25px;
	color:#FF0000;
	font-weight: bold;
}

active_menu.left:hover {
	color: #1A84AC;
	padding-left: 45px;
}

/* Кнопки */

.button {
  color: #ff0000;
  font-family: Arial, Hevlvetica, sans-serif;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  background: url(../images/button_bg.png) repeat-x;
  padding: 0px 5px;
  line-height: 18px !important;
  line-height: 16px;
  height: 26px !important;
  height: 24px;
  margin: 1px;
}

.inputbox {
	padding: 5px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
}

/* Заголовок компонента */

.componentheading {
 	background: url(../images/contenthead.png) top left repeat-x;
	color: #FE490B;
	text-align: left;
	padding-top: 4px;
	padding-left: 20px;
	height: 60px;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;

}

/* Заголовок страницы */

.contentheading {
	height: 24px;
	text-align: left;
	background: url(../images/contenthead.png) top left repeat-x;
	color: #1A84AC;
	text-indent: 30px;
	font-weight: bold;
	font-size: 12px;
        width: 100%;
	padding-left: 10px;
        text-transform: uppercase;
}

/* Таблица */

table.moduletable {
	width: 100%;
	margin-bottom: 0px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

/* Таблица заголовок */

table.moduletable th {
 	background: url(../images/contenthead.png) repeat-x;
	color: #FE490B;
	text-align: left;
	padding-top: 6px;
	padding-left: 20px;
	height: 22px;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
}

table.moduletable td {
	font-size: 11px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

/* Дата */

.createdate {
/*	height: 15px; */
/*	padding-bottom: 10px; */
	color: #999999;
	font-size: 11px;
	font-weight: bold;
}

/* Меню */

a.mainlevel:link {
	display: block;
/*	background: url(../images/menu_bg.png) no-repeat; */
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	padding-top: 5px;
	padding-left: 45px;
	height: 20px !important;
	height: 20px;
	width: 100%;
	text-decoration: none;
}

a.mainlevel:visited {
	display: block;
/*	background: url(../images/menu_bg.png) no-repeat; */
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	padding-top: 5px;
	padding-left: 45px;
	height: 20px !important;
	height: 20px;
	width: 100%;
	text-decoration: none;
}

a.mainlevel:hover {
	background-position: 0px -25px;
	padding-left: 50px;
	text-decoration: none;
	color: #ffff00;
}

a.sublevel:link, a.sublevel:visited {
	padding-left: 1px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #ff6600;
	text-align: left;
}

a.sublevel:hover {
	color: #C43C03;
	text-decoration: none;
}

mainlevel.left:link {
	display: block;
	background: url(../images/menu_bg.png) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #1A84AC;
	text-align: left;
	padding-top: 5px;
	padding-left: 45px;
	height: 20px !important;
	height: 20px;
	width: 100%;
	text-decoration: none;
}

mainlevel.left:visited {
	display: block;
	background: url(../images/menu_bg.png) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #1A84AC;
	text-align: left;
	padding-top: 5px;
	padding-left: 45px;
	height: 20px !important;
	height: 20px;
	width: 100%;
	text-decoration: none;
}

mainlevel.left:hover {
	background-position: 0px -25px;
	padding-left: 50px;
	text-decoration: none;
	color: #ff0000;
}