<style type="text/css">

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

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

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


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

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


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

.contacts
{
	border-top: 1px dotted #A1B7C6;
	color: #A1B7C6;
	font-family: Arial, Verdana, Helvetica;
	font-size: 11px;
	padding: 9px 0px 2px 0px;
	text-decoration: none;
}
.contacts a,
.contacts a:hover 
{
	color: #A1B7C6;
	text-decoration: underline;
}


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

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


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

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

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

/* - buttons of forms */
.doc_body .button
{ 
	background-color: #FFFFFF;
	border: 1px #027F44 solid;
	color: #027F44;
	display: block;
	font-family: Arial, Verdana, Helvetica;
	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: #027F44;
	border: 1px #027F44 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: #027F44;
	font-family: Arial, Verdana, Helvetica;
	font-size: 11px;
	padding: 3px 1px;
	text-align: left;
	vertical-align: middle;
}

/* - form labels */
.doc_body .form_label
{
	color: #027F44;
	font-family: Arial, Verdana, Helvetica;
	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: #027F44;
}

/* - 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
{
	border-bottom: 1px dotted #027F44;
	color: #003C80;
	font-family: Trebuchet MS, Verdana;
	font-size: 20px; 
	font-weight: normal;  
	padding: 0px 9px 8px 9px;
	text-align: left;
	width: 99%;
}
h1 {
  color: #003C80;
  font-family: Trebuchet MS, Verdana;
  font-size: 20px;
  font-weight: normal; 
} 
.icon_print
{
	border-bottom: 1px dotted #027F44;
	padding: 0px 9px 8px 9px;
	vertical-align: bottom;
	width: 1%;
}


/********************/
/*  Error message.  */
/********************/

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


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

.footer, 
.footer a { 
	color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica;
	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; 
}


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

div.h1
{
	font-family: Arial, Verdana, Helvetica;	font-size: 10px;
	font-weight: bold;
	padding: 1px 2px;
}

div.h2
{
	font-family: Arial, Verdana, Helvetica;	font-size: 11px;
	font-weight: bold;
	padding: 1px 2px;
}

div.h3
{
	font-family: Arial, Verdana, Helvetica;	font-size: 12px;
	font-weight: bold;
	padding: 1px 2px;
}

div.h4
{
	font-family: Arial, Verdana, Helvetica;	font-size: 14px;
	font-weight: bold;
	padding: 1px 2px;
}

div.h5
{
	font-family: Arial, Verdana, Helvetica;	font-size: 16px;
	font-weight: bold;
	padding: 1px 2px;
}

div.h6
{
	background-image: url(/site/tmpl/img/div_h6.gif);
	background-position: left center; 
	background-repeat: no-repeat;
	font-family: Arial, Verdana, Helvetica;	font-size: 16px;
	font-weight: normal;
	padding: 3px 0px 3px 20px;
}
div.h6 a
{
	color: #027F44;
	font-family: Arial, Verdana, Helvetica;	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
}
div.h6 a:hover
{
	color: #027F44;
	text-decoration: underline;
}


/****************/
/*  Languages.  */
/****************/

.lang
{
	display: block;
	padding: 7px 30px 0px 0px;
}


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

/* - body */
table.layout_body
{
	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;
}


/***********************/
/*  Tables of layout.  */
/***********************/

.t1
{
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
}

.t1 td#c00,
.t1 td#c01
{
	background-color: #A1B7C6;
	background-image: url(/site/tmpl/img/bg_t1_c00.gif);
	background-position: left top; 
	background-repeat: no-repeat;
	height: 9px;
	width: 390px;
}
.t1 td#c01
{
	background-image: url(/site/tmpl/img/bg_t1_c01.gif);
	background-position: right top;
}

.t1 td#c10
{
	background-color: #A1B7C6;
	border-left: 4px solid #A1B7C6;
	border-right: 4px solid #A1B7C6;
}

.t1 td#c20
{
	background-image: url(/site/tmpl/img/bg_t1_c20.gif);
	background-position: left top;
	background-repeat: no-repeat;
	border-left: 4px solid #A1B7C6;
	height: 11px;
	width: 9px;
}
.t1 td#c21
{
	border-top: 2px solid #A1B7C6;
	height: 11px;
	width: 762px;
}
.t1 td#c22
{
	background-image: url(/site/tmpl/img/bg_t1_c22.gif);
	background-position: right bottom; 
	background-repeat: no-repeat;
	border-right: 4px solid #A1B7C6;
	height: 11px;
	width: 9px;
}

.t1 td#c30
{
	border-left: 4px solid #A1B7C6;
	border-right: 4px solid #A1B7C6;
	padding: 4px 12px 20px 12px;
}

.t1 td#c40
{
	border-left: 4px solid #A1B7C6;
	padding: 0px 0px 29px 22px;
	vertical-align: bottom;
	width: 412px;
}
.t1 td#c41
{
	border-right: 4px solid #A1B7C6;
	padding: 0px 12px 20px 0px;
	width: 344px;
}

.t1 td#c50
{
	border-left: 4px solid #A1B7C6;
	padding: 0px 22px 24px 15px;
	vertical-align: top;
	width: 125px;
}
.t1 td#c51
{
	border-right: 4px solid #A1B7C6;
	padding: 0px 12px 24px 0px;
	vertical-align: top;
	width: 606px;
}

.t1 td#c60
{
	border-left: 4px solid #A1B7C6;
	border-right: 4px solid #A1B7C6;
	padding: 0px 12px 0px 15px;
	text-align: center;
}

.t1 td#c70
{
	background-image: url(/site/tmpl/img/bg_t1_c70.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 11px;
	margin: 0px;
	padding: 0px;
	width: 11px;
}
.t1 td#c71
{
	background-color: #FFFFFF;
	border-bottom: 4px solid #A1B7C6;
	height: 11px;
	margin: 0px;
	padding: 0px;
	width: 758px;
}
.t1 td#c72
{
	background-image: url(/site/tmpl/img/bg_t1_c72.gif);
	background-position: right bottom; 
	background-repeat: no-repeat;
	height: 11px;
	margin: 0px;
	padding: 0px;
	width: 11px;
}

.t1 td#c50_fp
{
	border-left: 4px solid #A1B7C6;
	padding: 10px 0px 30px 25px;
	vertical-align: top;
	width: 405px;
}
.t1 td#c51_fp
{
	border-right: 4px solid #A1B7C6;
	padding: 10px 38px 30px 0px;
	vertical-align: top;
	width: 312px;
}

.t2
{
	width: 100%;
}

.t3
{
	margin-left: auto;
	margin-right: auto;
	width: 780px;
}


/************/
/* 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: Arial, Verdana, Helvetica;
	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: Arial, Verdana, Helvetica;
	font-size: 11px;
	text-decoration: none;
}

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


/* horizontal menu at top (menu1-type) */

/*  - container */
table.h1_menu_content 
{
	background-image: url(/site/tmpl/img/menu_h1_l1_last.gif);
	background-position: right top; 
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

/*  - 1.level */
.h1_menu_content .l1,
.h1_menu_content .l1_a 
{ 
	background-color: #2F6D93;
	background-image: url(/site/tmpl/img/menu_h1_l1.gif);
	background-position: left top;
	background-repeat: no-repeat;
	color: #FFFFFF;
	display: block;
	font-family: Arial, Verdana, Helvetica;
	font-size: 11px;
	font-weight: bold;
	padding: 8px 6px 6px 20px;
	text-decoration: none;
	white-space: nowrap;
}
.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
{ 
	color: #FFFFFF;
	text-decoration: underline;
}

.h1_menu_content #first
{
	background-image: url(/site/tmpl/img/menu_h1_l1_first.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 8px 6px 6px 12px;
}

.h1_menu_content #last
{
	margin-right: 6px;
}


/* horizontal menu at header (menu2-type) */

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

/*  - 1.level */
.h2_menu_content .l1,
.h2_menu_content .l1_a 
{ 
	color: #2F6D93;
	display: block;
	font-family: Arial, Verdana, Helvetica;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 10px 0px 0px;
	text-decoration: none;
	white-space: nowrap;
}
.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: #2F6D93;
	text-decoration: underline;
}


/* vertical menu at left */

/*  - container */
.v1_menu_content
{
	width: 100%;
}

/*  - 1.level */
.v1_menu_content .l1,
.v1_menu_content .l1_a 
{ 
	background-image: url(/site/tmpl/img/menu_v1_l1.gif);
	background-position: 13px 50%;
	background-repeat: no-repeat;
	border-bottom: 1px solid #E9EEF1;
	color: #2F6D93;
	display: block;
	font-family: Arial, Verdana, Helvetica;
	font-size: 11px;
	font-weight: normal;
	padding: 6px 10px 6px 26px;
	text-decoration: none;
}
.v1_menu_content .l1:active, 
.v1_menu_content .l1:hover
{
	background-color: #E9EEF1;
	color: #2F6D93;
	text-decoration: none;
}
.v1_menu_content .l1_a
{
	font-weight: bold;
}
.v1_menu_content .l1_a:active, 
.v1_menu_content .l1_a:hover
{ 
	background-color: #E9EEF1;
	color: #2F6D93;
	text-decoration: none;
}

.v1_menu_content #last
{
	border-bottom: none;
}

/*  - 2.level */
.v1_menu_content .l2,
.v1_menu_content .l2_a 
{ 
	color: #2F6D93;
	display: block;
	font-family: Arial, Verdana, Helvetica;
	font-size: 11px;
	font-weight: normal;
	padding: 6px 10px 6px 31px;
	text-decoration: none;
}
.v1_menu_content .l2:active, 
.v1_menu_content .l2:hover
{
	color: #2F6D93;
	text-decoration: underline;
}
.v1_menu_content .l2_a,
.v1_menu_content .l2_a:active, 
.v1_menu_content .l2_a:hover
{
	color: #2F6D93;
	text-decoration: underline;
}


/* vertical menu under document title */

/*  - container */
.v2_menu_content
{
	border-bottom: 1px #FF0000 dotted;
	padding: 5px 0px;
	width: 100%;
}
.v2_menu_content td
{
	padding: 0px 0px;
}

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


/* 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: Arial, Verdana, Helvetica;
	font-size: 11px;
	padding: 0px 10px 5px 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;
}


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

.ff
{
	font-family: Arial, Verdana, Helvetica;
	font-size: 10px;
	color: #003C80;
	margin: 0px 10px;
	width: 140px;
}
.ff option
{
	font-family: Arial, Verdana, Helvetica;
	font-size: 10px;
	color: #003C80;
}


/* location-bar */

/*  - 1.level */
.location_bar td
{
	vertical-align: top;
}
.location_bar a
{ 
	color: #999999;
	font-family: Arial, Verdana, Helvetica;
	font-size: 11px;
	font-weight: normal;
	padding: 0px 1px;
	text-decoration: none;
}
.location_bar a:active, 
.location_bar a:hover
{ 
	color: #666666;
	text-decoration: underline; 
}

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


/* 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: Arial, Verdana, Helvetica;
	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: Arial, Verdana, Helvetica;
	font-size: 11px;
	font-weight: normal;
	padding: 0px 11px;
}


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

.search_word
{ 
	background-color: #FFFFFF;
	border: 1px #849BB5 solid;
	color: #003C80;
	font-family: Arial, Verdana, Helvetica;
	font-size: 10px;
 
	padding: 1px 2px;
	width: 95px;
}
.search_btn 
{ 
	color: #A1B7C6;
	display: block;
	font-family: Arial, Verdana, Helvetica;
	font-size: 10px;
 
	font-weight: bold;
	margin: 0px 0px 0px 10px;
	padding: 1px 0px;
	text-decoration: none;
}
.search_btn:hover 
{ 
	color: #A1B7C6;
	text-decoration: underline;
}


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

table.login_form
{
	margin: 5px 0px 2px 0px;
	width: 100%;
}

.login_form .form_label
{
	color: #000000;
	font-family: Arial, Verdana, Helvetica;
	font-size: 10px;
	padding: 2px 5px 2px 15px;
}

.login_form .form_field
{
	padding: 0px 5px 0px 5px;
}
.login_form .form_field INPUT.text
{
	border: 1px #CCCCCC solid;
	color: #666666;
	font-family: Arial, Verdana, Helvetica;
	font-size: 10px;
	width: 70px;
}

table.userinfo
{
	margin: 5px 0px 2px 0px;
	width: 100%;
}
table.userinfo .label
{
	color: #000000;
	font-family: Arial, Verdana, Helvetica;
	font-size: 10px;
 
	font-weight: bold;
	margin: 2px 5px 0px 0px;
	padding: 1px 5px 1px 5px;
	text-decoration: none;
}
table.userinfo .field
{
	color: #000000;
	font-family: Arial, Verdana, Helvetica;
	font-size: 10px;
 
	font-weight: normal;
	padding: 2px 5px 2px 15px;
	text-decoration: none;
}

a.login_form_button 
{
	background-color: #2175C6;
	border: 1px #2175C6 solid;
	color: #FFFFFF;
	display: block;
	font-family: Arial, Verdana, Helvetica;
	font-size: 10px;
 
	font-weight: bold;
	margin: 0px 10px 7px 0px;
	padding: 0px 2px 0px 2px;
	text-decoration: none;
}
a.login_form_button:active,
a.login_form_button:hover 
{ 
	background-color: #FFFFFF;
	border: 1px #2175C6 solid;
	color: #2175C6;
	text-decoration: none;
}
/************************/
/*  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: Arial, Verdana, Helvetica;
	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: Arial, Verdana, Helvetica;
	font-size: 11px;
	background-color: #FFFFFF;
}
.mod_forum .edata a 
{
	color: #3366CC;
	text-decoration: none;
}

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

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

.mod_forum td.groups 
{
	font-family: Arial, Verdana, Helvetica;
	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: Arial, Verdana, Helvetica;
	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: Arial, Verdana, Helvetica;
	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: Arial, Verdana, Helvetica;
	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: Arial, Verdana, Helvetica;
	font-size: 11px;
	background-color: #F2F2F2;
	vertical-align: top;
}
.mod_forum2 .odata a 
{
	color: #3366CC;
	text-decoration: none;
}

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

.mod_forum2 td.groups 
{
	font-family: Arial, Verdana, Helvetica;
	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: Arial, Verdana, Helvetica;
	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: #027F44;
	font-family: Arial, Verdana, Helvetica;
	font-size: 11px;
	vertical-align: top;
	width: 50%;
}

/*  - odd rows */
.mod_gal .odata
{
	background-color: #FFFFFF;
	color: #027F44;
	font-family: Arial, Verdana, Helvetica;
	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: Arial, Verdana, Helvetica;
	font-size: 11px;
 
	font-weight: normal; 
	padding: 10px 0px 0px 0px;
	text-align: left;
}
.groups a 
{ 
	color: #7F7F7F; 
	font-family: Arial, Verdana, Helvetica;
	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; 
}

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

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

/* 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: Arial, Verdana, Helvetica;
	font-size: 11px;
	padding-left: 2px;
	white-space: nowrap;
}

/*****************************/
/* Recent news at frontpage. */
/*****************************/

.fp_mod_news 
{ 
	padding: 0px 0px 0px 0px;
	width: 100%;
}

.fp_mod_news td#header_c00 
{
	background-color: #B2C4D9;
	background-image: url(/site/tmpl/img/bg_header_c00.gif);
	background-position: left top; 
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-family: Trebuchet MS, Verdana;
	font-size: 18px; 
	font-weight: normal;
	padding: 6px 0px 5px 17px;
	width: 1%;
}
.fp_mod_news td#header_c01 
{
	background-image: url(/site/tmpl/img/bg_header_c01.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 99%;
}

.fp_mod_news td#items_c00
{
	background-image: url(/site/tmpl/img/bg_items_c00.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 1%;
}
.fp_mod_news td#items_c01
{
	background-image: url(/site/tmpl/img/bg_items_c01.gif);
	background-position: left top;
	background-repeat: repeat-x;
	padding: 16px 0px 0px 0px;
	width: 98%;
}
.fp_mod_news td#items_c02
{
	background-image: url(/site/tmpl/img/bg_items_c02.gif);
	background-position: right top;
	background-repeat: no-repeat;
	width: 1%;
}

.fp_mod_news div.title
{
	padding: 0px 6px;
}

.fp_mod_news a 
{
	color: #FFBA00;
	display: block;
	font-family: Arial, Verdana, Helvetica;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 6px 6px 6px;
	text-decoration: none;
}
.fp_mod_news a:active,
.fp_mod_news a:hover 
{
	color: #FFBA00;
	text-decoration: underline;
}

.fp_mod_news div.sep
{
	border-top: 1px dotted #027F44;
	padding-bottom: 6px;
}


/**************************/
/*  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: Arial, Verdana, Helvetica;
	font-size: 11px;
 
}
/* creation date of article (in list of archive) */
.mod_news .c_date_arc
{
	font-family: Arial, Verdana, Helvetica;
	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: Arial, Verdana, Helvetica;
	font-size: 11px;
	font-weight: bold;
}
/* title of article (in details of article) */
.mod_news .title 
{ 
	font-family: Arial, Verdana, Helvetica;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
}
/* title of article (in list of archive) */
.mod_news .title a
{ 
	font-family: Arial, Verdana, Helvetica;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	vertical-align: top;
}
.mod_news .title a:active,
.mod_news .title a:hover
{ 
	font-family: Arial, Verdana, Helvetica;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

/* summary of article (in details of article) */
.mod_news .summary
{ 
	font-family: Arial, Verdana, Helvetica;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
}

/* 'read more'-link (in list of fresh news) */
.mod_news .read_more a
{
	display: block;
	font-family: Arial, Verdana, Helvetica;
	font-size: 11px;
	padding-top: 5px;
	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: #027F44;
	font-family: Arial, Verdana, Helvetica;
	font-size: 11px;
	font-weight: normal;
	padding-right: 5px;
}

/*  - 1.level */
.years_menu_content .l1,
.years_menu_content .l1_a 
{ 
	color: #027F44;
	font-family: Arial, Verdana, Helvetica;
	font-size: 11px;
	font-weight: bold;
	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: #027F44;
	text-decoration: underline; 
}

/*  - separator */
.years_menu_content .l1_sep
{
	color: #027F44;
	font-family: Arial, Verdana, Helvetica;
	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;
	font-family: Arial, Verdana, Helvetica;
	font-size: 11px;
}

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

/*  - groupsbar */
.groups { 
	background-color: #FFFFFF; 
	color: #7F7F7F; 
	font-family: Arial, Verdana, Helvetica;
	font-size: 11px;
 
	font-weight: normal; 
	text-align: left; 
}
.groups a 
{ 
	color: #7F7F7F; 
	font-family: Arial, Verdana, Helvetica;
	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
{
	font-family: Arial, Verdana, Helvetica;
	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: underline;
}

/*  - 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: underline;
}

/*  - 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: underline;
}

/*  - 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: underline;
}

/* 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>

