html {
	height: 100%;
}

body { 
  margin: 0; 
  height: 100%; 
  font-family: Tahoma, Verdana; 
  font-size: 10pt; 
  color: black;
}

BODY.admin {
  background: url(../img/background_admin.png) white repeat-y;
}

.content {
  width: 1000px;
  margin: auto;
  margin-top: 70px;
}

#filter {
  display: none;
  padding-top: 27px;
}

#filter_link A {
  color: gray;
  font-size: 14px;
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 1px dashed gray;
}

.f-left {
	float: left;
}

.f_left {
	float: left;
}

.f_right {
	float: right;
}

.left_column {
  width: 265px;
  position: absolute;
  top: 0px;
  left: 20px;
}

IMG.logo {
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 40px;
}

.menu_item {
  height: 16px;
  line-height: 16px;
  padding-left: 24px;
  margin-bottom: 7px;
}

.menu_item A:hover {
  text-decoration: none;
}

.editors {
  background: url(../img/group_edit.png) no-repeat left;
}

.experts {
  background: url(../img/reseller_account.png) no-repeat left;
}

.banners {
  background: url(../img/advertising.png) no-repeat left;
}

.doc {
  background: url(../img/column_left.png) no-repeat left;
}

.reports {
  background: url(../img/books.png) no-repeat left;
}

.archive {
  background: url(../img/database_save.png) no-repeat left;
}

.top {
  background: url(../img/award_star_bronze_2.png) no-repeat left;
}

.tag {
  background: url(../img/tag_orange.png) no-repeat left;
}

.sections {
  background: url(../img/style.png) no-repeat left;
}

.pages {
  background: url(../img/page_edit.png) no-repeat left;
}

.texts {
  background: url(../img/text_align_left.png) no-repeat left;
}

.right_column {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 40px;
  position: absolute;
  top: 0px;
  left: 285px;
}

.start_menu .column {
  width: 320px;
}

.start_menu .column .menu_item {
  width: 248px;
  padding: 14px 10px 10px 60px;
  border: solid 1px #f0f0f0;
  border-radius: 4px;
  margin-bottom: 20px;
  height: 60px;
}

.start_menu .column .menu_item:hover {
  border-color: gray;
}

.start_menu .column .menu_item .main_link {
  font-size: 18px;
  margin-bottom: 5px;
}

.start_menu .column .menu_item .second_link, .start_menu .column .menu_item .second_link A {
  color: gray;
}

.start_menu .editors {
  background: url(../img/bigicons/group_edit.png) no-repeat 14px 14px;
}

.start_menu .experts {
  background: url(../img/bigicons/reseller_account.png) no-repeat 14px 14px;
}

.start_menu .banners {
  background: url(../img/bigicons/advertising.png) no-repeat 14px 14px;
}

.start_menu .doc {
  background: url(../img/bigicons/column_left.png) no-repeat 14px 14px;
}

.start_menu .reports {
  background: url(../img/bigicons/books.png) no-repeat 14px 14px;
}

.start_menu .archive {
  background: url(../img/bigicons/database_save.png) no-repeat 14px 14px;
}

.start_menu .top {
  background: url(../img/bigicons/award_star_bronze_2.png) no-repeat 14px 14px;
}

.start_menu .sections {
  background: url(../img/bigicons/style.png) no-repeat 14px 14px;
}

.start_menu .pages {
  background: url(../img/bigicons/page_edit.png) no-repeat 14px 14px;
}

.start_menu .texts {
  background: url(../img/bigicons/text_align_left.png) no-repeat 14px 14px;
}

.overhid {
	overflow: hidden;
}

.m-right-20 {
	margin-right: 20px;
}

.button-important {
  padding: 10px 20px;
  font-size: 16px;
}

.txt-red {
	color: red;
}

.error {
	color: red;
}

.hidden {
	display: none;
}

a:link, a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

TD {
  padding: 4px 5px;
  vertical-align: top;
}

TH {
  padding: 4px 5px;
  text-align: left;
}

TABLE.list TR:hover {
  background-color: #ebebeb;
}

h1 {
  font-size: 22pt;
  font-weight: normal;
  margin-top: 0px;
}

H1 SPAN {
  margin-left: 20px;
  font-size: 12px;
}

H1 SPAN A {
  color: blue !important;
}

H2 {
  font-size: 20px;
  font-weight: normal;
}

h3 {
	font-size: 12pt;
	color: gray;
}

.note {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 5px 15px;
	min-width: 350px;
}

.note-error {
	border: solid 2px red;
}

.note-success {
	border: solid 2px green;
}

.radius-10
{
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	border-radius: 10px;
}

.interactive
{
	border-bottom: dashed 1px black;
	cursor: pointer;
}

a.interactive
{
	text-decoration: none;
}