
body {
  margin: 0;
  padding: 0;
  font-size: 12pt;
  color: #212121;
}

body, td {
	font-family: "Trebuchet MS", Arial,Helvetica,sans-serif;
}

p {
	margin: 10px 5px;
	text-align: justify;
}

table {
	padding: 0;
	margin: 0;
	border-width: 0px;
}

a {
	/*color: #0373db;*//* previous default */
	color: #265c92;
	text-decoration: underline;
}
a:hover {
	color: #3581cd;	
	text-decoration: none;
}

.content, .content_text {
	padding: 5px 5px 5px 5px;
	font-size: 10pt;
	vertical-align: top;
}
/*.content_text table {
	border: 1px solid gray;
}*/
.content img, .content_text img {
	margin: 5px 10px 5px 10px;
}

.main_pic_btn, .main_pic_btn_link {
	text-align: center;
	font-weight: bold;
	padding-left: 0px;
	font-size: 9pt;
}
.main_pic_btn_link {
	/*padding-left: 30px;*/
	vertical-align: top;
}
.main_pic_btn_link a {
  color: #000000;
  text-decoration: underline;
}
.main_pic_btn img {
	margin-bottom: 5px;
	border: 0px solid white; 
	width: 120px; 
	height: 99px;
	/*
	width: 109px; 
	height: 59px;
	
	width: 71px; 
	height: 32px;
	*/
}

.main_menu {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	padding-left: 24px;
	height: 29px;
	background-color: #ff5900;	
	font-size: 10pt;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
}
.main_menu td {
	padding: 0 5px 0 5px;	
}
.main_menu a {
	font-size: 10pt;
	color: white;
	text-decoration: none;
}
.main_menu .selected {
	background-color: white;
	color: #5e8fc2;
	padding: 7px 5px 6px 5px;
}

.sub_menu {
	font-family: "Arial Narrow", Arial, Helvetica, sans;
	color: #727272;
	height: 29px;
	padding-left: 24px;
	font-weight: bold;
	background-color: #e5e5e5;
	list-style-image: url(img/sys/main_menu_arrow.png);
}

.left_menu {
	width: 214px;
	padding: 15px 15px 20px 10px;
	vertical-align:top;
}
div.dirs_menu {
}
div.dirs_menu div {
	margin: 3px 0px 3px 3px;
	background: #ffffff url(../img/list_arrow.png) no-repeat left 0.7em;
	padding: 2px 0px 2px 20px;
}
div.dirs_menu > div {
	margin-left: 0px !important;
	background-position: left 0.7em !important;
	padding-left: 20px;
}
div.dirs_menu a {
	text-decoration: none;
}
div.dirs_menu a:hover {
	text-decoration: underline;
}

.dirs_node {
	height: 22px;
	vertical-align: bottom;
}

.footer {
	background-image: url(../img/sys/bottom_gradient.png);
	background-repeat: repeat-x;
	background-position: bottom;
	font-family: "Arial Narrow", Arial, Helvetica, sans;
	color: white;
	font-weight: bold;
	font-size: 11pt;
}
.footer a {
	font-size: 9pt;
	font-weight: normal;
	color: white;
}

.mainpage_text_header {
	font-family: "Arial Narrow", Arial, Helvetica, sans;
	font-size: 14pt;
	text-align: left;
	font-weight: bold;
	padding-left: 5px;
}
.text_header {
	font-size: 14pt;
	text-align: center;
}

.news_date {
	color: #cf2f2f;
	font-weight: bold;
	font-size: 10pt;
}
.news_title {
	color: #292929;
	font-weight: bold;
	font-size: 10pt;
}

.right_column {
	padding-left: 20px;
	font-size: 10pt;
}
.right_column img {
	margin: 5px 5px 0px 5px;
}

.photos_mainpage {
	width: 110px !important;
	padding: 3px 3px 3px 3px !important; 
	border: 1px solid #bfbfbf; 
	vertical-align: middle;
}
.photos_mainpage  img{
	margin: 0 !important;
}

.foto_thumb {
	border: 1px solid #a1a1a1;
	padding: 3px;
	height: 120px; 
	width: 160px;
	vertical-align: middle !important;
	background-color: #f2f2f2;
}
.foto_thumb img {
	padding: 0px; 
	margin: 0px;
}

.search_edit {
	border-width: 0;
}

.error_msg {
	width: 85%;
	border: 1px solid #95130C;
	margin: 2px 2px 10px 5px;
	padding: 3px 3px 3px 3px;
	color: #333333;
	background-color: #FBDBD9;
	font-size: 9pt;	
}

.gray_back {
	background-color: #f2f2f2;
}

.small_text {
	font-size: 9pt;
}

input, textarea {
	font-family: Arial, Helvetica, sans;
	font-size: 10pt;
}








