<style type="text/css">

/******************/
/*  Common tags.  */
/******************/

body 
{ 
	background-color: #FFFFFF; 
	color: #000000;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
 
}
li 
{ 
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
 
}
ol 
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
 
}
p 
{ 
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	margin-bottom: 0px;
	margin-top: 0px;
}
td 
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
 
}
ul 
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
}

form
{
	margin: 0px;
	padding: 0px;
}
input 
{ 
	color: #000000;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
}
input.checkbox 
{
	height: 12px;
	width: 12px;
}
input.radio 
{
	height: 12px;
	width: 12px;
}
input.text 
{ 
	background-color: #F2F2F2;
	border: 1px solid #999999;
	padding: 1px 1px 1px 1px;
}
option 
{
	background-color: #F2F2F2;
	color: #000000;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
}
select 
{
	background-color: #F2F2F2; 
	color: #000000; 
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
 
	margin:  0px 0px 0px 0px; 
	padding: 1px 1px 1px 1px;
}
textarea 
{ 
	background-color: #F2F2F2;
	border: 1px solid #999999; 
	color: #000000; 
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	margin:  0px 0px 0px 0px; 
	padding: 1px 1px 1px 1px;
	scrollbar-3dlight-color:#999999; 
	scrollbar-arrow-color:#999999; 
	scrollbar-base-color:#999999;
	scrollbar-darkshadow-color:#FFFFFF; 
	scrollbar-face-color:#FFFFFF; 
	scrollbar-highlight-color:#FFFFFF; 
	scrollbar-shadow-color:#999999; 
	scrollbar-track-color: #FFFFFF;
}


/******************************/
/*  Common classes and id-s.  */
/******************************/

.normal, 
.b_normal,
.j_normal 
{ 
	color: #000000;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
}
.b_normal 
{ 
	font-weight: bold; 
}
.j_normal 
{ 
	text-align: justify; 
}


/***************/
/*  Contacts.  */
/***************/

.contacts
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	color:					#35470B;
	padding:				5px 5px;
	text-align:				center;
	text-decoration:		none;
	vertical-align:			middle;
}
.contacts a,
.contacts a:hover 
{
	color: #35470B;
	text-decoration: underline;
}


/****************/
/*  Copyright.  */
/****************/

.copyright
{
	border-bottom: 1px #999999 solid;
	border-top: 1px #999999 solid;
	color: #666666;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	padding: 3px 0px;
	text-align: right;
	text-decoration: none;
	vertical-align: middle;
}


/********************/
/*  Document body.  */
/********************/

/* - container */
.doc_body 
{
	color: #000000;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	padding: 5px 0px 0px 0px;
	text-align: justify;
	vertical-align: top;
}

/* - default links */
.doc_body a 
{ 
	color: #0000FF;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
 
	font-weight: normal; 
	text-decoration: none; 
}
.doc_body a:active, 
.doc_body a:hover 
{ 
	color: #0000FF;
	text-decoration: underline; 
}
.doc_body a:visited
{ 
	color: darkblue;
	text-decoration: none; 
}

/* - buttons of forms */
.doc_body .button
{ 
	background-color: #FFFFFF;
	border: 1px #79A323 solid;
	color: #79A323;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
 
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	padding: 1px 4px;
	text-decoration: none;
}
.doc_body .button:active,
.doc_body .button:hover 
{ 
	background-color: #79A323;
	border: 1px #79A323 solid;
	color: #FFFFFF;
	text-decoration: none;
}

/* - forms */
.doc_body .form
{ 
	background-color: #FFFFFF;
}
.doc_body .form td
{ 
	background-color: #FFFFFF;
}

/* - form fields */
.doc_body .form_field
{
	color: #000000;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	padding: 3px 1px;
	text-align: left;
	vertical-align: middle;
}

/* - form labels */
.doc_body .form_label
{
	color: #000000;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	padding: 3px 1px;
	text-align: left;
	vertical-align: middle;
}

/*  - errors in form fields */
/*
#err 
{ 
	color: #CC0000; 
}
input.checkbox#err,
input.radio#err,
input.text#err,
select#err,
select#err option, 
textarea#err 
{ 
	border: 1px #CC0000 solid; 
	color: #000000;
}
*/
.err,
#err
{ 
	color: #CC0000; 
}
input.err
{
	background-color: #F2F2F2;
	border: 1px #CC0000 solid; 
	color: #000000;
	padding: 1px 1px 1px 1px;
}
select.err,
select.err option, 
textarea.err 
{ 
	border: 1px #CC0000 solid; 
	color: #000000;
}

/* - hints in forms */
#hint 
{
	color: #999999;
	font-size: 10px;	padding: 0px 5px;
}

/* - required fields */
#req 
{ 
	color: #CC0000;
}

/*  - titles of fieldgroups */
.doc_body .form .title
{
	font-weight: bold;
	padding: 10px 0px 5px 0px;
}


/*********************/
/*  Document title.  */
/*********************/

.doc_title
{
	color: #DD1015;
	font-family: Verdana, Helvetica;
	font-size: 18px;
	font-weight: bold; 
	padding: 5px 5px 0px 0px;
	text-align: left;
}


/********************/
/*  Error message.  */
/********************/
.error
{
	color: #CC0000;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
}


/****************/
/*  Find-fast.  */
/****************/

.ff
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
	color: #000000;
	width: 140px; 
}


/************/
/*  Footer  */
/************/

.footer, 
.footer a { 
	color: #FFFFFF;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
	font-weight: normal;
	padding: 0px 5px; 
	text-decoration: none;
}
.footer:active, 
.footer:hover { 
	color: #FFFFFF; 
	text-decoration: underline; 
}
.footer #title { 
	font-weight: bold; 
}


/***************/
/*  Frontpage  */
/***************/

/* - contacts */
.frontp_contacts
{
	border-bottom: 2px #CCCCCC solid;
	border-top: 1px #999999 solid;
	color: #999999;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	padding: 2px 0px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}
.frontp_contacts a,
.frontp_contacts a:hover 
{
	color: #999999;
	text-decoration: underline;
}


/***************/
/*  Headings.  */
/***************/

div.h1
{
	background-color: #DC1018;
	color: #FFFFFF;
	font-family: Verdana, Helvetica, Arial;	font-size: 10pt;
	font-weight: bold;
	margin: 4px 0px;
	padding: 1px 2px;
}
div.h2
{
	background-color: #DC1018;
	color: #FFFFFF;
	font-family: Verdana, Helvetica, Arial;	font-size: 12pt;
	font-weight: bold;
	margin: 4px 0px;
	padding: 1px 2px;
}
div.h3
{
	background-image: url(/site/tmpl/img/class_h3.gif);
	background-position: left center;
	background-repeat: no-repeat;
	background-color: #669900;
	color: #FFFFFF;
	font-family: Verdana, Helvetica, Arial;	font-size: 10pt;
	font-weight: bold; 	
	margin: 4px 0px;
	padding: 1px 2px 1px 30px;
}
div.h4
{
	background-color: #669900;
	color: #FFFFFF;
	font-family: Verdana, Helvetica, Arial;	font-size: 10pt;
	font-weight: bold;
	margin: 4px 0px;
	padding: 1px 2px;
}
div.h5
{
	background-color: #344805;
	color: #FFFFFF;
	font-family: Verdana, Helvetica, Arial;	font-size: 10pt;
	font-weight: bold;
	margin: 4px 0px;
	padding: 1px 2px;
}
div.h6
{
	color: #000000;
	font-family: Verdana, Helvetica, Arial;	font-size: 10pt;
	font-weight: bold;
	margin: 4px 0px;
	padding: 1px 2px;
}
div.h7
{
	color: #000000;
	font-family: Verdana, Helvetica, Arial;	font-size: 12pt;
	font-weight: bold;
	margin: 4px 0px;
	padding: 1px 2px;
}
div.h8
{
	color: #DC1018;
	font-family: Verdana, Helvetica, Arial;	font-size: 10pt;
	font-weight: bold;
	margin: 4px 0px;
	padding: 1px 2px;
}
div.h9
{
	color: #DC1018;
	font-family: Verdana, Helvetica, Arial;	font-size: 12pt;
	font-weight: bold;
	margin: 4px 0px;
	padding: 1px 2px;
}
div.h10
{
	color: #669900;
	font-family: Verdana, Helvetica, Arial;	font-size: 10pt;
	font-weight: bold;
	margin: 4px 0px;
	padding: 1px 2px;
}
div.h11
{
	color: #669900;
	font-family: Verdana, Helvetica, Arial;	font-size: 12pt;
	font-weight: bold;
	margin: 4px 0px;
	padding: 1px 2px;
}
div.h12
{
	color: #344805;
	font-family: Verdana, Helvetica, Arial;	font-size: 10pt;
	font-weight: bold;
	margin: 4px 0px;
	padding: 1px 2px;
}
div.h13
{
	color: #344805;
	font-family: Verdana, Helvetica, Arial;	font-size: 12pt;
	font-weight: bold;
	margin: 4px 0px;
	padding: 1px 2px;
}
div.h14
{
	background-color: #000000;
	color: #FFFFFF;
	font-family: Verdana, Helvetica, Arial;	font-size: 10pt;
	font-weight: bold;
	margin: 4px 0px;
	padding: 1px 2px;
}
div.h15
{
	background-image: url(/site/tmpl/img/class_h6.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}


/****************/
/*  Languages.  */
/****************/
	
/* languages */
.lang
{
	display: block;
	padding: 7px 30px 0px 0px;
}


/*************/
/*  Search.  */
/*************/

.search_word
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
 
	padding:				1px 5px 1px 5px;
	width:					95px;
	background-color:		#FFFFFF;
	border-left:			1px #666666 solid;
	border-top:				1px #666666 solid;
	border-bottom:			1px #ECEDE2 solid;
	border-right:			1px #ECEDE2 solid;
	color:					#999999;
}

.search_btn 
{ 
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
 
	
	background-color:		#E3EAC1;
	border:					1px #EAFF76 solid;
	color:					#000000;
	display:				block;
	font-weight:			bold;
	text-decoration:		none;
	
	margin:					0px 0px 0px 2px;
	padding:				1px 4px 1px 4px;
}
.search_btn:hover 
{ 
	background-color:		#000000;
	border:					1px #E3EAC1 solid;
	color:					#EAFF76;
	text-decoration:		none;
}


/**************************************************/
/*  Layout (base class for Listing, Form, etc.).  */
/**************************************************/

/* - body */
table.layout_body
{
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	margin-bottom: 4px;
	margin-top: 4px;
}

/* - table of items at footer */
table.layout_footer #sep
{
	width: 6px;
}

/* - table of items at header */
table.layout_header #sep
{
	width: 6px;
}


/**************/
/*  Listing.  */
/**************/

/* - column labels */
.layout_body .clabel 
{
	border-bottom: 1px solid #000000;
	color: #000000;
	FS0	font-weight: normal;
	vertical-align: top;
}

/*  - even data rows */
.layout_body .edata 
{ 
	background-color: #FFFFFF;
	color: #000000; 
	FS0	vertical-align: top;
}
.layout_body .edata a 
{ 
	color: #0000FF; 
	FS0 
	text-decoration: none; 
}
.layout_body .edata a:active, 
.layout_body .edata a:hover 
{
	color: #0000FF; 
	text-decoration: underline; 
}
.layout_body .edata input 
{ 
	background-color: #FFFFFF;
}

/*  - odd data rows */
.layout_body .odata 
{ 
	background-color: #F2F2F2;
	color: #000000;
	FS0	vertical-align: top;
}
.layout_body .odata a 
{ 
	color: #0000FF; 
	FS0 
	text-decoration: none;
}
.layout_body .odata a:active, 
.layout_body .odata a:hover 
{ 
	color: #0000FF; 
	text-decoration: underline; 
}
.layout_body .odata input 
{ 
	background-color: #F2F2F2;
}

/*  - highlighted data rows */
.layout_body .highlight,
.layout_body .highlight td
{
	background-color: #EFFFED;
}

/*  - selected data rows */
.layout_body .selected,
.layout_body .selected td
{
	background-color: #FFE8EB;
}


/************/
/* siteEdit */
/************/

.testtemp {
	width: 18px;
	height: 18px;
	border: 1px solid #000000;
	position: absolute;
	visibility: visible;
	z-Index: 2;
	padding: 0px;
	margin: 0px;
}

.siteEditDotOver {
	width: 150px;
	height: 150px;
	position: absolute;
	visibility: visible;
	display: none;
	z-Index: 2500;
	background-color: #EFEFEF;
	border: 2px solid #336699;
	margin: 0px;	
}

.siteEditDotOver TABLE {
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
}

.siteEditDotOver TABLE TD.odata {
	background-color: #FFFFFF;
	border-bottom: solid #bbbbbb 1px;
	padding: 0px 0px 0px 0px;
}

.siteEditDotOver TABLE TD.edata {
	background-color: #F6F6F6; 
	border-bottom: solid #bbbbbb 1px;
	padding: 0px 0px 0px 0px;
}

.siteEditDotOver A {
	display: block;
	color: #000099;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	text-decoration: none;
}

.siteEditDotOver A:hover {
	text-decoration: underline;
}



/***
* lay_outer - 
*
*/

TABLE.lay_header
{
	width:					100%;
	height:					37px;
}

TABLE.lay_header TD#r0c0
{
	border-left:			0px solid #FFFFFF;
	width:					165px;
}

TABLE.lay_header TD#r0c1
{
	width:					350px;
	padding:				0px 0px 0px 0px;
}

TABLE.lay_header TD#r0c2
{
	background-image:		url(/site/tmpl/img/lay_header_r0c2.jpg);
	background-position:	0px 6px; 
	background-repeat:		no-repeat;
	font-family: Verdana, Helvetica, Arial;	font-size: 14px;
	padding: 0px 0px 1px 100px;
	margin: 0px;
	vertical-align: bottom;
}

/********************************************/
TABLE.lay_header2
{
	width:					100%;
	height:					83px;
}
TABLE.lay_header2 TD#r0c0
{
	border-left:			1px solid #79A323;
	width:					160px;
	background-color:		#79A323;
	vertical-align:			top;
}
TABLE.lay_header2 TD#r0c1
{
	background-color: #79A323;
	background-image: url(/site/tmpl/img/slogan_lat.gif);
	background-position: 10px 24px; 
	background-repeat: no-repeat;
	border-bottom: 1px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	height: 34px;
	padding: 21px 0px 0px 0px;
	vertical-align: top;
}
TABLE.lay_header2 TD#r1c0
{
	border-left:			5px solid #79A323;
	background-color:		#79A323;
}
TABLE.lay_header2 TD#r1c1
{
	background-color:		#344809;
	border-top:				1px solid #FFFFFF;
	border-left:			2px solid #FFFFFF;
	height:					25px;
	padding:				0px 0px 0px 5px;
}

/********************************************/
TABLE.lay_footer
{
	width:					100%;
	height:					100%;
}

TABLE.lay_footer TD#r0c0
{
	width:					162px;
	background-color:		#344809;
}

TABLE.lay_footer TD#r0c1
{
	background-color:		#344809;
	border-left:			2px solid #FFFFFF;
}

TABLE.lay_footer TD#r0c1
{
	padding:				0px 0px 0px 5px;
}
TABLE.lay_footer TD#r1c0
{
	width:					160px;
}

/********************************************/
/*
TABLE.lay_footer2
{
	width: 840px;
}
TABLE.lay_footer2 TD#r0c0
{
	padding: 0px 0px 0px 0px;
	width: 686px;
}
TABLE.lay_footer2 TD#r0c1
{
	border-left: 1px solid #79A323;
	padding: 0px 0px 0px 0px;
	width: 152px;
}
*/
/********************************************/
TABLE.lay_menu
{
	width:					160px;
}

TABLE.lay_menu TD#r0c0,
TABLE.lay_menu TD#r0c1
{
	border-left:			0px solid #FFFFFF;
	padding: 2px 0px;
	text-align: center;
	width:					152px;
}

/********************************************/
TABLE.lay_body
{
	width:					100%;
	height:					100%;
	border-left:			2px solid #FFFFFF;
}

TABLE.lay_body TD#r0c0
{
	height:					28px;
	background-color:		#C9DE62;
	border-top:				2px solid #FFFFFF;
	border-bottom:			2px solid #FFFFFF;
}
TABLE.lay_body TD#r1c0
{
	height:					99%;
	vertical-align:			top;
	padding:				5px;
	padding-top: 0px;
	width: 690px;
}
TABLE.lay_body TD#r1c1
{
	width:					160px;
	border-left:			1px solid #79A323;
	padding:				0px 0px 0px 2px;
	text-align:				center;
	vertical-align:			top;
}
TABLE.lay_body TD#r2c0
{
	padding:				5px 5px 5px 5px;
}
TABLE.lay_body TD#r2c1
{
	border-left:			1px solid #79A323;
	padding:				0px 0px 0px 2px;
	text-align:				center;
	vertical-align:			top;
}


/* logo */
a.logo img
{
	border: none;
	margin: 15px 0px 0px 15px;
}

A.link_top
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	
	background-image:		url(/site/tmpl/img/icon_top2.gif);
	background-position:	15px 50%; 
	background-repeat:		no-repeat;	
	
	color:					#FFFFFF;
	text-decoration:		none;
	padding:				0px 0px 0px 30px;
}

A.link_top:active,
A.link_top:hover
{
	text-decoration:		underline;
}
/******************/

TABLE.layout1
{
	height:					100%;
	width:					1000px;
	margin:					0px auto 0px auto;
}

TABLE.layout1 TD.r0c0
{
	height:					37px;
}

TABLE.layout1 TD.r1c0
{
	height:					83px;
}
TABLE.layout1 TD.r2c0
{
	border-right:			1px solid #79A323;
	background-image:		url(/site/tmpl/img/lay_menu_r0c1.jpg);
	background-position:	0px 0px; 
	background-repeat:		repeat-y;
	padding-bottom: 10px;
	vertical-align:			top;
	width:					160px;
}
TABLE.layout1 TD.r2c1
{
	width:					840px;
	vertical-align:			top;
}
TABLE.layout1 TD.r3c0
{
	border-left: 0px solid #FFFFFF;
	border-right: 1px solid #79A323;
}
TABLE.layout1 TD.r3c1
{
	border-right: 1px solid #79A323;
	width: 687px;
}
TABLE.layout1 TD.r3c2
{
	width: 153px;
}
TABLE.layout1 TD.r4c0
{
	height:					25px;
}



.virsraksts1 a:link {
	color:#FFFFFF;
	padding-left:10px;
	font-weight:bold;
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
}
.virsraksts1 a:visited {
	color:#FFFFFF;
	padding-left:10px;
	font-weight:bold;
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
}
.virsraksts1 a:hover {
	color:#FFFFFF;
	padding-left:10px;
	font-weight:bold;
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
}
.virsraksts1 {
	color:#FFFFFF;
	padding-left:10px;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
}

.teksts_b {
	color:#000000;
	font-size:11px;
	padding-left:3px;
	padding-right:5px;
	padding-bottom:5px;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
}
.teksts_b_red {
	color: #F00;
	font-size:11px;
	padding-left:3px;
	padding-right:5px;
	padding-bottom:5px;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
}
.virsraksts1 a:link {
	color:#FFFFFF;
	padding-left:10px;
	font-weight:bold;
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
}
.virsraksts1 a:visited {
	color:#FFFFFF;
	padding-left:10px;
	font-weight:bold;
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
}
.virsraksts1 a:hover {
	color:#FFFFFF;
	padding-left:10px;
	font-weight:bold;
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
}
.virsraksts1 {
	color:#FFFFFF;
	padding-left:10px;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
}
.teksts_b {
	color:#000000;
	font-size:11px;
	padding-left:3px;
	padding-right:5px;
	padding-bottom:5px;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
}
.teksts_b_red {
	color: #F00;
	font-size:11px;
	padding-left:3px;
	padding-right:5px;
	padding-bottom:5px;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
}
.vairak_info a:link {
	color:#000000;
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:underline;
}
.vairak_info a:visited {
	color:#000000;
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:underline;
}
vairak_info a:hover {
	color:#000000;
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:underline;
}


/***************************************/
/* container of namedays at right side */
/***************************************/
div.namedays
{
	border-bottom: 1px solid #79A323;
	border-top: 1px solid #79A323;
	color: #666666;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
	margin: 10px 0px;
	padding: 5px;
	text-align: center;
}


/***************************************/
/* horizontal menu at header (1.level) */
/***************************************/

.h1_menu_content 
{
	padding: 0px 0px 0px 0px; 
}
.h1_menu_content .l1,
.h1_menu_content .l1_a 
{ 
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	color:					#E30000;
	display:				block;
	font-weight:			bold;
	padding:				0px 0px;
	margin: 				0px 0px 0px 0px; 
	text-decoration:		none;
	white-space:			nowrap;
	/*border-right:			1px solid #FFFFFF;*/
	border-top:				5px solid #344809;
}
.h1_menu_content .l1_a,
.h1_menu_content .l1:active, 
.h1_menu_content .l1:hover,
.h1_menu_content .l1_a:active, 
.h1_menu_content .l1_a:hover
{
	border-top:				0px solid #E30000;
	color:					#FFFFFF;
	text-decoration:		none;
}
.h1_menu_content .l1 div,
.h1_menu_content .l1_a div 
{
	border-right:			1px solid #FFFFFF;
	padding:				0px 10px;
	margin: 3px 0px 1px 0px;
}
.h1_menu_content #first div
{
	border-left:			1px solid #FFFFFF;
}


/***************************************/
/* horizontal menu at header (2.level) */
/***************************************/
/*
.h1_2_menu_content 
{
	background-image: url(/site/tmpl/img/menu_h1_2_l1.gif);
	background-position: right center;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 5px; 
}
.h1_2_menu_content .l1,
.h1_2_menu_content .l1_a 
{
	background-image: url(/site/tmpl/img/menu_h1_2_l1.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color:					#345409;
	display:				block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight:			normal;
	margin: 				0px 0px 0px 0px;
	padding:				0px 7px 0px 12px;
	text-decoration:		none;
	white-space:			nowrap;
}
.h1_2_menu_content .l1_a,
.h1_2_menu_content .l1:active, 
.h1_2_menu_content .l1:hover,
.h1_2_menu_content .l1_a:active, 
.h1_2_menu_content .l1_a:hover
{
	color:					#E30000;
	text-decoration:		none;
}
.h1_2_menu_content #last
{
	padding-right: 12px;
}
*/


/*****************************/
/* horizontal menu at footer */
/*****************************/

/*  - container */
.h2_menu_content 
{
	padding: 0px 0px 0px 0px; 
}

/*  - 1.level */
.h2_menu_content .l1,
.h2_menu_content .l1_a 
{ 
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	color:					#FFFFFF;
	display:				block;
	font-weight:			bold;
	padding:				0px 10px;
	margin: 				0px 0px 0px 0px;
	text-decoration:		none;
	white-space:			nowrap;
	border-right:			1px solid #FFFFFF;
}
.h2_menu_content .l1_a,
.h2_menu_content .l1:active, 
.h2_menu_content .l1:hover,
.h2_menu_content .l1_a:active, 
.h2_menu_content .l1_a:hover
{
	color:					#BAD643;
	text-decoration:		none;
}
.h2_menu_content #first
{
	border-left:			1px solid #FFFFFF;
}


/**************************************/
/* horizontal menu at left-top corner */
/**************************************/

/*  - container */
.h3_menu_content 
{
	padding: 0px 0px 0px 0px; 
}

/*  - 1.level */
.h3_menu_content .l1,
.h3_menu_content .l1_a 
{ 
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	color:					#364909;
	display:				block;
	font-weight:			normal;
	padding:				0px 4px 0px 4px;
	text-decoration:		none;
	white-space:			nowrap;
	border-right:			1px solid #364909;
}
.h3_menu_content .l1_a,
.h3_menu_content .l1:active, 
.h3_menu_content .l1:hover,
.h3_menu_content .l1_a:active, 
.h3_menu_content .l1_a:hover
{ 
	color:					#79A323;
}
.h3_menu_content #first
{
	border-left: 1px solid #364909;
}


/**************************************/
/* horizontal menu at left under logo */
/**************************************/

/*  - container */
.h4_menu_content 
{
	padding: 0px 0px 0px 0px; 
}

/*  - 1.level */
.h4_menu_content .l1,
.h4_menu_content .l1_a 
{ 
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	color:					#FFFFFF;
	display:				block;
	font-weight:			normal;
	padding:				0px 4px 0px 4px;
	text-decoration:		none;
	white-space:			nowrap;
	border-right:			1px solid #FFFFFF;
}
.h4_menu_content .l1_a,
.h4_menu_content .l1:active, 
.h4_menu_content .l1:hover,
.h4_menu_content .l1_a:active, 
.h4_menu_content .l1_a:hover
{ 
	color: #000000;
	text-decoration: none;
}
.h4_menu_content #first
{
	border-left: 1px solid #FFFFFF;
}


/***********************************/
/* horizontal menu at header right */
/***********************************/

/*  - container */
.h5_menu_content 
{
	background-color: #F98F05;
	background-image: url(/site/tmpl/img/menu_h5_l1.gif);
	background-position: 2px 50%;
	background-repeat: no-repeat;
	height: 19px;
	padding: 0px 0px 0px 0px;
}

/*  - 1.level */
.h5_menu_content .l1,
.h5_menu_content .l1_a 
{ 
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	color:					#FFFFFF;
	display:				block;
	font-weight:			normal;
	padding:				0px 8px;
	text-decoration:		none;
	white-space:			nowrap;
	border-left: 1px solid #FFFFFF;
}
.h5_menu_content .l1_a,
.h5_menu_content .l1:active, 
.h5_menu_content .l1:hover,
.h5_menu_content .l1_a:active, 
.h5_menu_content .l1_a:hover
{ 
	color: #000000;
	text-decoration: none;
}
.h5_menu_content #first
{
	border-left: none;
	padding-left: 30px;
}

/*************************/
/* vertical menu at left */
/*************************/



/*  - Izvelne zalaja lauka */
.izvelne,
.izvelne_a 
{
	background-color: #80A62F;
	background-image: url(/site/tmpl/img/menu_v1_l1.gif);
	background-position: left center; 
	background-repeat: no-repeat;
	border-left: 0px solid #E30000;
	color: #FFFFFF;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: bold;
	height: 21px;
	line-height: 20px;
	padding: 0px 5px 0px 30px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	text-align: right;
	vertical-align: middle;
}
.izvelne:active, 
.izvelne:hover,
.izvelne_a,
.izvelne_a:active, 
.izvelne_a:hover
{ 
	text-decoration: none;
}

/*  - container */
.v1_menu_content
{
	width: 100%;
}
.v1_menu_content td
{
	vertical-align: middle;
}

/*  - 1.level */
.v1_menu_content .l1,
.v1_menu_content .l1_a 
{
	background-color: #80A62F;
	background-image: url(/site/tmpl/img/menu_v1_l1.gif);
	background-position: left center; 
	background-repeat: no-repeat;
	border-left: 0px solid #E30000;
	color: #FFFFFF;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: bold;
	height: 21px;
	line-height: 20px;
	padding: 0px 5px 0px 30px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	text-align: right;
	vertical-align: middle;
}
.v1_menu_content .l1:active, 
.v1_menu_content .l1:hover,
.v1_menu_content .l1_a,
.v1_menu_content .l1_a:active, 
.v1_menu_content .l1_a:hover
{ 
	text-decoration: none;
}

/*  - 2.level */
.v1_menu_content .l2,
.v1_menu_content .l2_a 
{ 
	background-image: url(/site/tmpl/img/menu_v1_l2.gif);
	background-position: 5% 50%; 
	background-repeat: no-repeat;
	border-left: 0px solid #E30000;
	color: #5E5E5E;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: normal;
	padding: 3px 1px 3px 20px;
	text-decoration: none;	
}
.v1_menu_content .l2:active, 
.v1_menu_content .l2:hover,
.v1_menu_content .l2_a,
.v1_menu_content .l2_a:active, 
.v1_menu_content .l2_a:hover
{ 
	background-image: url(/site/tmpl/img/menu_v1_l2_a.gif);
	background-position: 5% 50%; 
	background-repeat: no-repeat;
	color: #DD0F19;
	text-decoration: none;
}

/*  - 3.level */
.v1_menu_content .l3,
.v1_menu_content .l3_a 
{ 
	border-left: 0px solid #E30000;
	color: #5E5E5E;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: normal;
	padding: 3px 5px 3px 25px;
	text-decoration: none;	
}
.v1_menu_content .l3:active, 
.v1_menu_content .l3:hover,
.v1_menu_content .l3_a,
.v1_menu_content .l3_a:active, 
.v1_menu_content .l3_a:hover
{ 
	color: #DD0F19;
	text-decoration: none;
}

/**************************************/
/* vertical menu under document title */
/**************************************/

.v2_menu_content
{
	background-color: #FFFFFF;
	margin: 10px 0px;
	width: 100%;
}

/*  - 1.level */
.v2_menu_content .l1,
.v2_menu_content .l1_a 
{ 
	background-image: url(/site/tmpl/img/menu_v1_l2.gif);
	background-position: 1% 50%; 
	background-repeat: no-repeat;
	color: #5E5E5E;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: normal;
	padding: 3px 1px 3px 18px;
	text-decoration: none;	
}
.v2_menu_content .l1:visited
{
	color: #5E5E5E;
	text-decoration: none;
}
.v2_menu_content .l1:active, 
.v2_menu_content .l1:hover
{
	color: #5E5E5E;
	text-decoration: underline;
}
.v2_menu_content .l1_a,
.v2_menu_content .l1_a:active, 
.v2_menu_content .l1_a:hover
{ 
	background-image: url(/site/tmpl/img/menu_v1_l2_a.gif);
	background-position: 1% 50%; 
	background-repeat: no-repeat;
	color: #DD0F19;
	text-decoration: none;
}

/*  - 2.level */
.v2_menu_content .l2,
.v2_menu_content .l2_a 
{ 
	color: #5E5E5E;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: normal;
	padding: 3px 5px 3px 25px;
	text-decoration: none;	
}
.v2_menu_content .l2:active, 
.v2_menu_content .l2:hover
{
	color: #5E5E5E;
	text-decoration: underline;
}
.v2_menu_content .l2_a,
.v2_menu_content .l2_a:active, 
.v2_menu_content .l2_a:hover
{ 
	color: #DD0F19;
	text-decoration: none;
}

/*  - 3.level */
.v2_menu_content .l3,
.v2_menu_content .l3_a 
{ 
	color: #5E5E5E;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: normal;
	padding: 3px 5px 3px 34px;
	text-decoration: none;	
}
.v2_menu_content .l3:active, 
.v2_menu_content .l3:hover
{
	color: #5E5E5E;
	text-decoration: underline;
}
.v2_menu_content .l3_a,
.v2_menu_content .l3_a:active, 
.v2_menu_content .l3_a:hover
{ 
	color: #DD0F19;
	text-decoration: none;
}

/*  - 4.level */
.v2_menu_content .l4,
.v2_menu_content .l4_a 
{ 
	color: #5E5E5E;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: normal;
	padding: 3px 5px 3px 43px;
	text-decoration: none;	
}
.v2_menu_content .l4:active, 
.v2_menu_content .l4:hover
{
	color: #5E5E5E;
	text-decoration: underline;
}
.v2_menu_content .l4_a,
.v2_menu_content .l4_a:active, 
.v2_menu_content .l4_a:hover
{ 
	color: #DD0F19;
	text-decoration: none;
}

/*  - 5.level */
.v2_menu_content .l5,
.v2_menu_content .l5_a 
{ 
	color: #5E5E5E;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: normal;
	padding: 3px 5px 3px 52px;
	text-decoration: none;	
}
.v2_menu_content .l5:active, 
.v2_menu_content .l5:hover
{
	color: #5E5E5E;
	text-decoration: underline;
}
.v2_menu_content .l5_a,
.v2_menu_content .l5_a:active, 
.v2_menu_content .l5_a:hover
{ 
	color: #DD0F19;
	text-decoration: none;
}


/*******************/
/* language-switch */
/*******************/

/*  - container */
.lang_menu_content 
{
	padding: 7px 0px 0px 0px; 
}

/*  - 1.level */
.lang_menu_content .l1,
.lang_menu_content .l1_a 
{ 
	color: #FFFFFF;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	padding: 0px 8px 0px 0px;
	text-decoration: none;
	white-space: nowrap;
}
.lang_menu_content .l1_a,
.lang_menu_content .l1:active, 
.lang_menu_content .l1:hover,
.lang_menu_content .l1_a:active, 
.lang_menu_content .l1_a:hover
{ 
	color: #FFFFFF;
	text-decoration: underline;
}


/****************/
/* location-bar */
/****************/

/*  - 1.level */
.location_bar td
{
	vertical-align: top;
}
.location_bar a
{ 
	background-image: url(/site/tmpl/img/location_bar.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #345409;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
	font-weight: normal;
	padding: 0px 6px 0px 12px;
	text-decoration: none;
}
.location_bar a:active, 
.location_bar a:hover
{ 
	color: #E10101;
	text-decoration: none; 
}
.location_bar a#first
{
	background-image: none;
	padding: 0px 6px 0px 6px;
}

/*  - separator */
.location_bar .sep
{
	color: #345409;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
}


/******************/
/* navigation-bar */
/******************/

/*  - container */
.navi_menu_content
{
	border-top: 1px #FF0000 dotted;
	padding: 9px 0px;
}

/*  - 1.level */
.navi_menu_content .l1,
.navi_menu_content .l1_a 
{ 
	color: #666666;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: normal;
	padding: 0px 0px;
	text-decoration: none;
}
.navi_menu_content .l1_a,
.navi_menu_content .l1:active, 
.navi_menu_content .l1:hover,
.navi_menu_content .l1_a:active, 
.navi_menu_content .l1_a:hover
{ 
	color: #666666;
	text-decoration: underline; 
}

/*  - separator */
.navi_menu_content .l1_sep
{
	color: #666666;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: normal;
	padding: 0px 11px;
}


/*********/
/* icons */
/*********/

table.icons
{
	border-top: 1px solid #999999;
	
	padding-top: 2px;
	width: 100%;
}
table.icons td.c0
{
	
}
table.icons td.c1
{
	width: 1%;
}

.icon
{
	color: #5E5E5E;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: normal;
	margin-left: 5px;
	padding: 2px 5px 2px 20px;
	text-decoration: none;
	white-space: nowrap;
}
.icon:active,
.icon:hover
{
	color: #DD0F19;
	text-decoration: none;
}
.icon#back
{
	background-image: url(/site/tmpl/img/icon_back.gif);
	background-position: left center; 
	background-repeat: no-repeat;
	padding-left: 15px;
}
.icon#send
{
	background-image: url(/site/tmpl/img/icon_send.gif);
	background-position: left center; 
	background-repeat: no-repeat;
}
.icon#print 
{
	background-image: url(/site/tmpl/img/icon_print.gif);
	background-position: left center; 
	background-repeat: no-repeat;
}
.icon#top
{
	background-image: url(/site/tmpl/img/icon_top.gif);
	background-position: left center; 
	background-repeat: no-repeat;
	padding-left: 15px;
}

/****************************/
/* login form for site user */
/****************************/

table.login_form
{
	margin: 5px 0px;
	width: 100%;
}
.login_form .form_label
{
	color: #5E5E5E;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
	padding: 0px 0px 0px 0px;
}
.login_form .form_field
{
	padding: 0px 0px 0px 0px;
}
.login_form .form_field INPUT.text
{
	border: 1px #5E5E5E solid;
	color: #5E5E5E;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
	margin-bottom: 2px;
	width: 70px;
}

.login_form_title
{
	background-color: #80A62F;
	background-image: url(/site/tmpl/img/menu_v1_l1.gif);
	background-position: left center; 
	background-repeat: no-repeat;
	color: #FFFFFF;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: bold;
	height: 21px;
	line-height: 20px;
	padding: 0px 5px 0px 30px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	text-align: right;
	vertical-align: middle;
}
.login_form_title#fp
{
	border-top: 1px solid #FFFFFF;
}

a.login_form_button 
{
	background-color: #FFFFFF;
	border: 1px #79A323 solid;
	color: #79A323;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
 
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 1px 4px;
	text-decoration: none;
}
a.login_form_button:active,
a.login_form_button:hover 
{ 
	background-color: #79A323;
	border: 1px #79A323 solid;
	color: #FFFFFF;
	text-decoration: none;
}

table.userinfo
{
	margin: 5px 0px;
	width: 100%;
}
table.userinfo .label
{
	color: #5E5E5E;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
	padding: 0px 0px 0px 0px;
}
table.userinfo .field
{
	color: #5E5E5E;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}


/************************/
/*  Listing of forums.  */
/************************/

.mod_forum 
{
	background-color: #FFFFFF;
	border-bottom: 1px solid #3A78D5;
	border-left: 1px solid #3A78D5;
	border-right: 1px solid #3A78D5;
}

.mod_forum .clabel 
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	color: #666666;
	border-top: 1px solid #3A78D5;
	border-bottom: 1px solid #3A78D5;
	white-space: nowrap;
}

.mod_forum .edata,
.mod_forum .edata input
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	background-color: #FFFFFF;
}
.mod_forum .edata a 
{
	color: #3366CC;
	text-decoration: none;
}

.mod_forum .odata,
.mod_forum .odata input
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	background-color: #F2F2F2;
}
.mod_forum .odata a 
{
	color: #3366CC;
	text-decoration: none;
}

.mod_forum .sumbar 
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
}

.mod_forum td.groups 
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	color: #666666;
	padding: 2px 2px 2px 2px;
	vertical-align: top;
}
.mod_forum td.groups td
{
	padding-top: 0px;
}
.mod_forum td.groups a 
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	color: #666666;
}
.mod_forum td.groups a:active,
.mod_forum td.groups a:hover 
{
	color: #666666;
}
.mod_forum td.groups #sel 
{
	color: #666666;
	font-weight: bold;
}
.mod_forum td.groups #total 
{
	font-weight: bold;
}


/*************************/
/*  Listing of answers.  */
/*************************/

.mod_forum2 
{
	background-color: #FFFFFF;
	border-bottom: 1px solid #3A78D5;
	border-left: 1px solid #3A78D5;
	border-right: 1px solid #3A78D5;
}

.mod_forum2 .clabel 
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	color: #666666;
	border-top: 1px solid #3A78D5;
	border-bottom: 1px solid #3A78D5;
	vertical-align: top;
}

.mod_forum2 .edata,
.mod_forum2 .edata input
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	background-color: #FFFFFF;
	vertical-align: top;
}
.mod_forum2 .edata a 
{
	color: #3366CC;
	text-decoration: none;
}

.mod_forum2 .odata,
.mod_forum2 .odata input
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	background-color: #F2F2F2;
	vertical-align: top;
}
.mod_forum2 .odata a 
{
	color: #3366CC;
	text-decoration: none;
}

.mod_forum2 .sumbar 
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
}

.mod_forum2 td.groups 
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	color: #666666;
	padding: 2px 2px 2px 2px;
	vertical-align: top;
}
.mod_forum2 td.groups td
{
	padding-top: 0px;
}
.mod_forum2 td.groups a 
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	color: #666666;
}
.mod_forum2 td.groups a:active,
.mod_forum2 td.groups a:hover 
{
	color: #666666;
}
.mod_forum2 td.groups #sel 
{
	color: #666666;
	font-weight: bold;
}
.mod_forum2 td.groups #total 
{
	font-weight: bold;
}

/* - creator name */ 
.mod_forum2 #c_name
{
	font-weight: bold;
}

/* - creation datetime */
.mod_forum2 #c_date
{
	font-size: 10px;	white-space: nowrap;
}

/* - subject of answer */
.mod_forum2 #subject
{
	display: block;
	font-weight: bold;
}

/* listing of images */

/*  - container */
.mod_gal
{
	background-color: #FFFFFF;
}

/*  - even rows */
.mod_gal .edata
{
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	vertical-align: top;
	width: 50%;
}

/*  - odd rows */
.mod_gal .odata
{
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	vertical-align: top;
	width: 50%;
}

/*  - container of image data */
.mod_gal .img
{
	border: 1px #666666 solid;
	width: 100%;
}
.mod_gal .img td
{
	padding: 3px 7px 3px 3px;
}

/*  -- name of image */
.mod_gal .img #name
{
	font-weight: bold;
	padding: 3px 3px;
	vertical-align: top;
	width: 99%;
}

/*  -- creation date of image */
.mod_gal .img #c_date
{
	font-weight: normal;
	padding: 3px 3px;
	vertical-align: bottom;
}

/*  - groupsbar */
.groups { 
	background-color: #FFFFFF; 
	color: #7F7F7F; 
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
 
	font-weight: normal; 
	padding: 10px 0px 0px 0px;
	text-align: left;
}
.groups a 
{ 
	color: #7F7F7F; 
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
 
	font-weight: normal; 
	text-decoration: none; 
}
.groups a:active, 
.groups a:hover 
{ 
	color: #CC0000; 
	font-weight: normal; 
	text-decoration: underline;
}
.groups #sel 
{ 
	color: #CC0000;
	font-weight: bold; 
}
.groups #total 
{ 
	text-align: right;
	font-weight: bold; 
}

/* title of gallup-block */
.fp_mod_gallup_title
{
	background-color: #80A62F;
	background-image: url(/site/tmpl/img/menu_v1_l1.gif);
	background-position: left center; 
	background-repeat: no-repeat;
	border-left: 0px solid #E30000;
	color: #FFFFFF;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: bold;
	height: 21px;
	line-height: 20px;
	padding: 0px 5px 0px 30px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	text-align: right;
	vertical-align: middle;
}

/* question (at frontpage) */
.fp_mod_gallup #que
{
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: normal;
	padding: 4px 5px 2px 5px;
}

/* answers as links (at frontpage) */
.fp_mod_gallup ol
{
	margin-top: 0px;
	padding-top: 0px; 
}
.fp_mod_gallup li
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	margin-left: 0px;
	padding: 0px 5px 2px 0px;
}
.fp_mod_gallup a
{
	color: #5E5E5E;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
.fp_mod_gallup a:active,
.fp_mod_gallup a:hover
{
	color: #DD0F19;
	text-decoration: none;
}

/* link to all gallups (at frontpage) */
.fp_mod_gallup #all_gallups
{
	/*background-image: url(/site/tmpl/img/menu_v2_l1.gif);
	background-position: 12px 5px;
	background-repeat: no-repeat;*/
	display: block;
	padding: 2px 5px 7px 25px;
}

/* horisontal bar of answer results */
.mod_gallup #res_bar
{
	background-color: #CC3300;
	height: 10px;
}

/* textual info of answer results */
.mod_gallup #res_txt
{
	color: #999999;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	padding-left: 2px;
	white-space: nowrap;
}

.mod_gbook 
{
	background-color: #FFFFFF;
}

.mod_gbook td
{
	padding: 10px 4px;
}

.mod_gbook .edata
{
	background-color: #FFFFFF;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	vertical-align: top;
}

.mod_gbook .odata
{
	background-color: #F2F2F2;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	vertical-align: top;
}

.mod_gbook .c_date
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
	font-style: italic;
	padding-bottom: 5px;
}

.mod_gbook .name
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: bold;
}

.mod_gbook td.groups 
{
	border-bottom: 1px solid #666666;
	border-top: 1px solid #666666;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	color: #666666;
	padding: 2px 2px 2px 2px;
	vertical-align: top;
}
.mod_gbook td.groups td
{
	border: none;
	padding-top: 0px;
}
.mod_gbook td.groups a 
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	color: #0000FF;
}
.mod_gbook td.groups a:active,
.mod_gbook td.groups a:hover 
{
	color: #0000FF;
}
.mod_gbook td.groups #sel 
{
	color: #666666;
	font-weight: bold;
}
.mod_gbook td.groups #total 
{
	font-weight: bold;
}


/*****************************/
/* Recent news at frontpage. */
/*****************************/

.fp_mod_news
{ 
	width: 100%;
}
.fp_mod_news td#c0
{ 
	padding: 0px 5px 0px 0px;
	vertical-align: top;
	width: 60%;
}
.fp_mod_news td#c1
{ 
	background-color: #ECF2D0;
	vertical-align: top;
	width: 40%;
}

.fp_mod_news td.c_date 
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	color: #42453E;
	padding: 0px 8px 0px 12px;
	font-weight: normal;
}

.fp_mod_news td.read_more a 
{
	color: #E10300;
	display: block;
	font-weight: normal;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
	padding: 0px 8px 8px 12px;
	text-decoration: none;
}
.fp_mod_news td.read_more a:active,
.fp_mod_news td.read_more a:hover 
{
	color: #E10300;
	text-decoration: underline;
}

.fp_mod_news td.summary1
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	color: #42453E;
	padding: 2px 8px 2px 12px;
	font-weight: normal;
}
.fp_mod_news td.summary1#last
{
	padding: 2px 8px 8px 12px;
}

.fp_mod_news td.summary2
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	color: #42453E;
	padding: 0px 8px 4px 12px;
	font-weight: normal;
}

.fp_mod_news td.title1
{
	background-color: #80A62F;
	border-left: 4px solid #E10300;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 4px 8px;
}

.fp_mod_news td.title2,
.fp_mod_news td.title2 a
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	color: #E10300;
	font-weight: bold;
	padding: 2px 8px 0px 12px;
	text-decoration: none;
}
.fp_mod_news td.title2 a
{
	padding: 0px;
}
.fp_mod_news td.title2 a:active,
.fp_mod_news td.title2 a:hover
{
	color: #E10300;
	text-decoration: underline;
}


/**************************/
/*  News in inner pages.  */
/**************************/

/* container */
.mod_news
{
	width: 100%;
}

/* creation date of article (in list of fresh news and details of article) */
.mod_news .c_date
{ 
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
 
}
/* creation date of article (in list of archive) */
.mod_news .c_date_arc
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
 
	padding: 0px 10px 0px 0px;
	vertical-align: top;
	white-space: nowrap;
	width: 1%;
}

/* title of article (in list of fresh news) */
.mod_news .title_list
{ 
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: bold;
	/*color: #CC0000;*/
}
/* title of article (in details of article) */
.mod_news .title 
{ 
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: bold;
	/*color: #CC0000;*/
	padding: 0px 0px 10px 0px;
}
/* title of article (in list of archive) */
.mod_news .title a
{ 
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	vertical-align: top;
}
.mod_news .title a:active,
.mod_news .title a:hover
{ 
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

/* summary of article (in details of article) */
.mod_news .summary
{ 
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
}

/* 'read more'-link (in list of fresh news) */
.mod_news .read_more a
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	text-decoration: none;
}
.mod_news .read_more a:active,
.mod_news .read_more a:hover
{
	text-decoration: underline;
}

/* creator's name of article (in details of article) */
.mod_news .c_name 
{ 
	font-style: italic;
	padding: 10px 0px 0px 0px;
}

/* separator row (in list of fresh news and list of archive) */
.mod_news .separator
{ 
	height: 20px;
}

/* menu of available years in archive */
/*  - container */
.mod_news td.years
{
	text-align: right;
}
.years_menu_content
{
	margin-left: auto;
	margin-right: 0px;
}

.years_menu_content #title 
{ 
	color: #333333;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: normal;
	padding-right: 5px;
}

/*  - 1.level */
.years_menu_content .l1,
.years_menu_content .l1_a 
{ 
	color: #CC0000;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: normal;
	padding: 0px 1px;
	text-decoration: none;
}
.years_menu_content .l1_a,
.years_menu_content .l1:active, 
.years_menu_content .l1:hover,
.years_menu_content .l1_a:active, 
.years_menu_content .l1_a:hover
{ 
	color: #CC0000;
	text-decoration: underline; 
}

/*  - separator */
.years_menu_content .l1_sep
{
	color: #CC0000;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: normal;
	padding: 0px 4px 0px 1px;
}

/* listing of search results */

/*  - container */
.mod_search
{
	background-color: #FFFFFF;
}

/*  - even rows */
.mod_search .edata
{
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
}

/*  - odd rows */
.mod_search .odata
{
	background-color: #F2F2F2;
	color: #000000;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
}

/*  - groupsbar */
.groups { 
	background-color: #FFFFFF; 
	color: #7F7F7F; 
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
 
	font-weight: normal; 
	text-align: left; 
}
.groups a 
{ 
	color: #7F7F7F; 
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
 
	font-weight: normal; 
	text-decoration: none; 
}
.groups a:active, 
.groups a:hover 
{ 
	color: #CC0000; 
	font-weight: normal; 
	text-decoration: underline;
}
.groups #sel 
{ 
	color: #CC0000;
	font-weight: bold; 
}
.groups #total 
{ 
	text-align: right;
	font-weight: bold; 
}

.sm_menu_content a
{
	color: #000000;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
}

/*  - 1.level */
.sm_menu_content .l1_a
{
	display: block;
	font-weight: bold;
	padding: 10px 5px 2px 0px;
	text-decoration: none;
}
.sm_menu_content .l1_a:active, 
.sm_menu_content .l1_a:hover
{
	text-decoration: none;
}

/*  - 2.level */
.sm_menu_content .l2_a
{
	display: block;
	padding: 2px 5px 2px 12px;
	text-decoration: none;
}
.sm_menu_content .l2_a:active, 
.sm_menu_content .l2_a:hover
{
	text-decoration: none;
}

/*  - 3.level */
.sm_menu_content .l3_a
{ 
	display: block;
	padding: 2px 5px 2px 27px;
	text-decoration: none;
}
.sm_menu_content .l3_a:active, 
.sm_menu_content .l3_a:hover
{
	text-decoration: none;
}

/*  - 4.level */
.sm_menu_content .l4_a
{ 
	display: block;
	padding: 2px 5px 2px 47px;
	text-decoration: none;
}
.sm_menu_content .l4_a:active, 
.sm_menu_content .l4_a:hover
{
	text-decoration: none;
}

/*  - 5.level */
.sm_menu_content .l5_a
{ 
	display: block;
	padding: 2px 5px 2px 67px;
	text-decoration: none;
}
.sm_menu_content .l5_a:active, 
.sm_menu_content .l5_a:hover
{
	text-decoration: none;
}

/* questions */
.mod_survey .que
{ 
	font-weight: bold;
	padding: 10px 5px 5px 0px;
}

/* answers */
.mod_survey .ans
{ 
	padding: 0px 5px 5px 0px;
}

/* textareas */
.mod_survey textarea
{
	height: 50px;
	margin: 0px 5px 5px 0px;
	width: 300px;
}

</style>
