/* --- HGA default /.. ----- */

body {
	font-family: Arial, Helvetica, Sans-serif;
	background: #e8e6e0;
	font-size: 12px;
	color: #414141;
	margin: 10px;
}
A:link, A:visited {
	color:#a92b37;
	text-decoration:none;
	font-size:12px;
}
A:hover {
	color:#a92b37;
	text-decoration:underline;
	font-size:12px;	
}
a.lk__size_11:link, a.lk__size_11:visited, a.lk__size_11:active {
	font-family: Arial, Helvetica, Sans-serif; color: #a92b37; font-size: 11px; text-decoration: none; font-weight: normal;
}
a.lk__size_11:hover {
	color: #a92b37; text-decoration: underline;
}
.main_table {
	width:750px;
	border:1px solid #9b999a;
	background:#ffffff;
}
.top_menu {
	height:26px;
	background:#a92b37;
	color:#ffffff;
}
/* normal menu item */
.menu_item_td {	
	background-color:#a92b37;
	padding:0 10px 0 10px;
	height:26px;
	text-transform:uppercase;	
}
.menu_item a:link, .menu_item a:visited  {
	font-family:"Times New Roman", Times, serif;
	color:#f7eaeb;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
.menu_item a:hover  {
	font-family:"Times New Roman", Times, serif;
	color:#f7eaeb;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
}
/* ... */

/* current menu item */
.menu_item_td_on {	
	background-color:#fac830;
	padding:0 10px 0 10px;
	height:26px;
	text-transform:uppercase;	
}
.menu_item_on a:link, .menu_item_on a:visited  {
	font-family:"Times New Roman", Times, serif;
	color:#a41e2a;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
.menu_item_on a:hover  {
	font-family:"Times New Roman", Times, serif;
	color:#a41e2a;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
}
/* ... */

.menu_space {
	background:#FFFFFF;
}
.left_column {
	background:#f0f0f2;
	width:161px;	
}
.left_links, .left_links a:link, .left_links a:visited {
	font-size:12px;
	color:#414141;
	text-decoration:none;
}
.left_links a:hover {
	font-size:12px;
	color:#a92b37;
	text-decoration:none;
}
.padd_1 {
	padding: 1px;
}
.padd_interior {
	padding: 18px;
}
.footer {
	background:#a92b37;
	padding:3px 20px 3px 20px;
	font-size:11px;
}
.footer_link, .footer_link a:link, .footer_link a:visited  {
	color:#e3b9bd;
	font-size:11px;
    text-decoration:none;
}
.footer_link a:hover  {
	color: #fff;
	font-size:11px;
    text-decoration:none;
}

/* ----- Title /.. --- */
.big_title {
	font-family: Tahoma, Arial;
	color: #000;
	font-size: 15px;
	font-weight: bold;
}
/* ----- ../ title. --- */

/* ----- Subtitle /.. --- */
.sub_title {
	font-family: Tahoma, Arial;
	color: #a92b37;
	font-size: 13px;
	font-weight: bold;
}
/* ----- ../ subtitle. --- */

/* ----- GENERICE /.. ---- */
input.btn {
	border: 1px solid #444;
	font-family: Arial, Helvetica, Sans-serif;
	background-color: #a92b37;
	font-size: 11px;
	width: auto;
	color: #FFF;
}
.title_frm {
	background-color: #a92b37;
	padding: 2px 8px 2px 8px;
	
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
}
select {
	font-family: Arial, Helvetica, Sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	width: auto;
	color: #828282;
	height: 19x;
	background-color: #FFF;
	border: 1px solid #A3A3A3;
}
select.sel_mare {
	font-family: Arial, Helvetica, Sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	width: 220px;
	height: 15px;
	background-color: #FFF;
	border: 1px solid #A3A3A3;
}
select.sel_mic {
	font-family: Arial, Helvetica, Sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	width: 110px;
	height: 15px;
	background-color: #FFF;
	border: 1px solid #A3A3A3;
}
input.text {
	font-family: Arial, Helvetica, Sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	height: 14px;
	width: 195px;
	background-color: #FFF;
	border: 1px solid #A3A3A3;
} 
textarea {
	font-family: Arial, Helvetica, Sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	height: 15px;
	background-color: #FFF;
	border: 1px solid #A3A3A3;
}
.checkbox {
	background-color: transparent; border: 0;
}
/* ----- Messages /.. --- */
.hdr_line_green {
	height: auto; background-color: #fff;
	text-align: left;
	padding: 5px;
	color: #1e8e1e;
	font-weight: bold;
	border: 1px solid #1e8e1e;
}
.hdr_line_red {
	height: auto; background-color: #fff;
	text-align: left;
	padding: 5px;
	color: red;
	font-weight: bold;
	border: 1px solid red;
}
.err_1 {
	font-size: 11px;
	color: red;
}
/* ----- ../ messages. --- */
/* ----- ../ GENERICE. ---- */


