<style type="text/css">

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

body 
{ 
	background-color: #FFFFFF; 
	color: #000000;
	font-family: Verdana, Helvetica, Arial;
	font-size: 12px; 
}
li 
{ 
	font-family: Verdana, Helvetica, Arial;
	font-size: 12px; 
}
ol 
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 12px; 
}
p 
{ 
	font-family: Verdana, Helvetica, Arial;
	font-size: 12px; 
}
td 
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 12px; 
}
ul 
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 12px;}
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: 12px;}
.b_normal 
{ 
	font-weight: bold; 
}
.j_normal 
{ 
	text-align: justify; 
}


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

.contacts
{
	border-bottom: 1px #999999 solid;
	border-top: 1px #999999 solid;
	color: #003D67;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;	padding: 3px 0px;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
}
.contacts a,
.contacts a:hover 
{
	color: #666666;
	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 
{
	background-image: url(/site/tmpl/img/text_2.gif);
	background-position: left top; 
	background-repeat: no-repeat;
	height: 200px;	
	color: #000000;
	font-family: Verdana, Helvetica, Arial;
	font-size: 12px;	padding: 20px 20px 0px 30px;
	vertical-align: top;
}

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

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

/* - 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: 12px;	padding: 3px 1px;
	text-align: left;
	vertical-align: middle;
}

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

/* - 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 
{
	padding: 0px 0px 0px 0px;
}
.doc_title td
{	
	margin-left: 10px;
	color: #DF0000;
	font-family: Trebuchet MS, Verdana;
	font-size: 22px; 
	font-weight: normal; 
	padding: 10px 0px 15px 10px;
	text-align: left;
	line-height: 110%;
	
}

td.doc_title#fp
{
	color: #DF0000;
	font-family: Trebuchet MS, Verdana;
	font-size: 22px; 
	font-weight: bold; 
	padding: 20px 0px 12px 30px;
	line-height: 100%;
}

td#icon_print
{
	padding: 5px 0px 0px 0px;
	/*width: 1%;*/
}

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


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

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

td#ff
{
	padding: 10px 10px 0px 0px;
}

/************/
/*  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
{
	background-image: url(/site/tmpl/img/bot1.gif);
	background-position: left top; 
	background-repeat: no-repeat;	
	background-color: #ffffff;
	color: #ffffff;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;	padding: 0px 0px 0px 20px;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	height: 31px;
	width: 500px;
	
}
.frontp_contacts a,
.frontp_contacts a:hover 
{
	text-decoration: underline;
}

/* - copyright */
.frontp_copyright
{
	color: #1F5C7B;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;	height: 42px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	width: 216px;
}
.df_logo
{
	text-align: right;
	padding-right: 10px;
}

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

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


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


.s_word
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px; 
	font-weight: bold;
	padding: 0px 0px 0px 20px;
	color: #ffffff;
}
.search_word
{ 
	background-color: #FFFFFF;
	border: 1px #696969 solid;
	color: #000000;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px; 
	padding: 1px 5px;
	width: 95px;
	margin-left: 10px;
}
.search_btn 
{ 
	color: #ffffff;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px; 
	font-weight: bold;
	margin: 0px 0px 0px 7px;
	padding: 1px 4px;
	text-decoration: none;
}
.search_btn:hover 
{ 
	color: #FFFFFF;
	text-decoration: underline;
}


/**************************************************/
/*  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.  */
/***********************/
.layout0 
{
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 780px;
}
/* lang switch*/
.layout0 td#top_space
{
	background-color: #02673E;
	text-align: right;
	color: #004677;
	height: 1px;
	width: 100%;
	border-bottom: 2px #014C29 solid;
	
}

/* ülejäänud sisu*/
.layout0 td#r1c0_0
{
	background-color: #ffffff;
	width: 780px;
	padding: 0px;
	margin: 0px;
	/*border: 2px #FFFFFF solid;*/
	
}
/* top_imagete nelik*/
.layout1
{
	background-color: #FFFFFF;
	width: 780px;
	padding: 0px;
	margin: 0px;
	border-right: 7px #ffffff solid;
}
/* ülemine riba */
.layout1 td#r0c0 
{
	background-image: url(/site/tmpl/img/top_r0c0.gif);
	background-position: left bottom; 
	background-repeat: no-repeat;
	height: 41px;
	vertical-align: middle;
	width: 541px;
	margin: 0px;
	padding: 0px;
}
.layout1 td#r0c1
{
	background-image: url(/site/tmpl/img/top_r0c1.gif);
	background-position: left top; 
	background-repeat: no-repeat;
	width: 232px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	height: 103px;
}

.layout1 td#r1c0
{
	background-image: url(/site/tmpl/img/top_r1c0.jpg);
	background-position: left top; 
	background-repeat: no-repeat;
	width: 773px;
	height: 98px;
	margin: 0px;
	padding: 0px;
} 

.layout1 td#r2c0 
{
	background-image: url(/site/tmpl/img/top_r2c0.jpg);
	background-position: left top; 
	background-repeat: no-repeat;
	width: 773px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	height: 46px;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;}
/* Hakkab menüü ja sisuosa*/
.layout2
{
	width: 780px;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

.layout2 td#sisu_top_row
{
	height: 32px;
	padding: 3px 3px 3px 13px;
	width: 776px;
}

.layout2 td#mmenu
{
	background-image: url(/site/tmpl/img/menu_taust.jpg);
	background-position: left top; 
	background-repeat: no-repeat;
	width: 30%;
	background-color: #E6E6E6;
	border-top: 6px #CFCFCF solid;
	/*border-bottom: 1px #C8E0F2 solid;*/
	padding: 3px 2px 3px 2px;
	margin: 0px;
	height: 34px;	
}
.layout2 td#findfast
{
	background-color: #E6E6E6;
	border-top: 6px #CFCFCF solid;
	width: 10%;
	text-align: right;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0px 2px 0px 2px;
	height: 34px;	
}
/* search_box */
.layout2 td#search_box
{
	width: 286px;
	background-color: #ffffff;
	height: 44px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(/site/tmpl/img/bot2.gif);
	background-position: left top; 
	background-repeat: no-repeat;	
	
}
/* Njuuz auk (sees layout2_0)*/
.layout2 td#r0c0
{
	vertical-align: top;
	padding: 10px 2px 2px 2px;
	margin: 0px;
	border-left: 6px #ffffff solid;
	
}
/* Sisuosa auk ( sees layout3)*/
.layout2 td#r0c1
{
	width: 524px;
	padding: 2px 12px 2px 0px;
	margin: 0px;
	vertical-align: top;
	height: 200px;
	border-right: 7px #ffffff solid;
}

.layout2_0
{
	background-color: transparent;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	height: 300px;
	vertical-align: top;
	
}

/* njuz */

.layout2_0 td#njuz
{
	width: 256px;
	vertical-align: top;	
	padding: 10px 0px 30px 30px;
	margin: 0px;
	height: 200px;
}

/* SISU */
.layout3 
{
	width: 524px;
	margin:0px;
	padding: 0px;
	background-color: transparent;
	vertical-align: top;
	
}

.layout3 td#r0c0
{
	width: 58px;
	margin:0px;
	padding: 0px;
	background-color: transparent;
	height: 134px;
}
/* main menu */
.layout3 td#r1c0
{
	width: 58px;
	margin:0px;
	padding: 0px;
	background-color: transparent;

	height: 29px;
}
/* News at frontpage*/
.layout3 td#r3c0
{
	/*width: 100%;*/
	padding: 0px 0px 0px 0px;
	margin: 0px;

}
/* picture at left of news */

.layout3 td#loc_bar
{
	height: 20px;
	padding: 5px 10px 0px 10px;
	margin: 0px;
	vertical-align: top;
}

.layout3 td#doc_title_auk
{
	vertical-align: top;
	padding: 10px 20px 0px 20px;
	margin: 0px;
	
}
.layout3 td#r4c0
{
	background-image: url(/site/tmpl/img/text_1.gif);
	background-position: left top; 
	background-repeat: no-repeat;
    width: 100%;
	vertical-align: top;
	padding: 20px 20px 0px 20px;
	margin: 0px;	
}

td.frontp_doc_body
{
	padding: 10px 10px 10px 20px;	
}

.layout0 td#lopp
{
	width: 780px;
	height: 100px;
	display: block;
	background-color: #FFA200;
}


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


/* horizontal menu at left-top corner */

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

/*  - 1.level */
.h1_menu_content  *#first
{
	border: 0px;
	padding-left: 30px;
}

.h1_menu_content .l1,
.h1_menu_content .l1_a 
{ 
	color: #ffffff;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 12px;
	font-weight: bold;
	padding: 15px 0px 15px 10px;
	text-decoration: none;
	border-left: 1px #ffffff solid;
	margin-right: 10px;
    
}
.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: #F6FF00;
	text-decoration: none;
}

/* horizontal menu at footer */

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

/*  - 1.level */
.h2_menu_content .l1,
.h2_menu_content .l1_a 
{ 
	color: #666666;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;	font-weight: normal;
	padding: 0px 7px;
	text-decoration: none;
}
.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: #666666;
	text-decoration: underline;
}


/* horizontal menu at right-top corner */

/*  - container */
.h3_menu_content 
{
	padding: 11px 10px 7px 0px; 
	background-color: #ffffff;
}

/*  - 1.level */
.h3_menu_content *#first
{
	border: 0px;
}
.h3_menu_content .l1,
.h3_menu_content .l1_a 
{ 
	border-left: 1px #FF5A00 solid;
	color: #FF5A00;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;	font-weight: bold;
	padding: 0px 0px 0px 10px;
	text-decoration: none;
	white-space: nowrap;
	margin-left: 6px;
	margin-right: 0px;
}
.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
{ 

	text-decoration: underline;
}


/* vertical menu at left or right */

/*  - container */
.v1_menu_content
{
	width: 188px;	
}

/*  - 1.level */
.v1_menu_content .l1,
.v1_menu_content .l1_a 
{ 
	background-color: #EDF4F9;
	background-repeat: no-repeat;
	color: #22639F;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 5px 4px 12px;
	text-decoration: none;
	margin-bottom: 5px;
	
}
.v1_menu_content .l1:active, 
.v1_menu_content .l1:hover
{
	background-color: #7DAED1;
	color: #ffffff;
	text-decoration: none;
}
.v1_menu_content .l1_a,
.v1_menu_content .l1_a:active, 
.v1_menu_content .l1_a:hover
{ 
	background-color: #7DAED1;
	color: #ffffff;
	text-decoration: none;
}

/*  - 2.level */
.l2_a#last
{
	padding-bottom: 10px;
	background-position: 6% 45%; 

}
.l2#last
{
	padding-bottom: 10px;
	background-position: 6% 45%; 
}
.v1_menu_content .l2,
.v1_menu_content .l2_a 
{ 
	background-image: url(/site/tmpl/img/k_nurk_3.gif);
	background-position: 6% 55%; 
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	color: #5E5E5E;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;	font-weight: normal;
	padding: 6px 5px 6px 22px;
	text-decoration: none;
}
.v1_menu_content .l2:active, 
.v1_menu_content .l2:hover
{
	color: #22639F;
	text-decoration: underline;
}
.v1_menu_content .l2_a,
.v1_menu_content .l2_a:active, 
.v1_menu_content .l2_a:hover
{ 
	color: #22639F;
	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-repeat: no-repeat;
	color: #5E5E5E;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	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;
}

/* Menu Title*/
.m_title
{
padding: 0px;
}
.m_title td

{
 	color: #0075BE;
	font-weight: normal;
	padding: 5px 0px 5px 50px;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;	font-size: 22px;
}

/* language-switch */

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

/*  - 1.level */
.lang_menu_content *#first
{
	padding-left: 20px;
	border: 0px;
}
.lang_menu_content .l1,
.lang_menu_content .l1_a 
{ 
	color: #0075BE;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;	font-weight: bold;
	padding: 0px 7px 0px 7px;
	text-decoration: none;
	border-left: 1px #0075BE solid;
	margin-bottom: 40px;
}
.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: #DF0000;
	text-decoration: underline;
}


/* location-bar */

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

/*  - separator */
.location_bar .sep
{
	color: #5F9CBB;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;	font-weight: normal;
	padding: 0px 8px 0px 9px;
}


/* navigation-bar */

/*  - container */
.navi_menu_content
{
	padding: 10px 0px;
	margin-left: 10px;
}

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


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

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

.login_form .form_label
{
	color: #000000;
	font-family: Verdana, Helvetica, Arial;
	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: Verdana, Helvetica, Arial;
	font-size: 10px;	width: 70px;
}

table.userinfo
{
	margin: 5px 0px 2px 0px;
	width: 100%;
}
table.userinfo .label
{
	color: #000000;
	font-family: Verdana, Helvetica, Arial;
	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: Verdana, Helvetica, Arial;
	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: Verdana, Helvetica, Arial;
	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 images */

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

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

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

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

.fp_mod_news 
{ 
	padding: 0px 0px 10px 0px;
	width: 100%;
	
}

.fp_mod_news td#header 
{
	border-bottom: 2px solid #0086CC;
	font-family: Verdana, Helvetica, Arial;
	font-size: 12px;	height: 25px;
	font-size: 24px;
	color: #0086CC;
	padding: 10px 0px 6px 15px;
	font-weight: normal;
	display: none;
	
}
.fp_mod_news td#summ
{
	padding: 0px 0px 0px 15px;
}

.fp_mod_news td#c_date 
{
	color: #DF0000;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;	font-weight: bold;
	padding: 15px 0px 2px 15px;
	text-decoration: none;
}

.fp_mod_news a 
{
	color: #0086CC;
	font-weight: normal;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;	padding: 0px 0px 0px 15px;
	text-decoration: none;
	height: 1px;	
	

}
.fp_mod_news a:active,
.fp_mod_news a:hover 
{
	text-decoration: underline;
}


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

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

/* 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: 12px; 
	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: 12px;	font-weight: bold;
	color: #0086CC;
}
/* title of article (in details of article) */
.mod_news .title 
{ 
	font-family: Verdana, Helvetica, Arial;
	font-size: 12px;	font-weight: bold;
	color: #0086CC;
	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: 12px;	font-weight: bold;
	padding: 0px 0px 10px 0px;
}

/* 'read more'-link (in list of fresh news) */
.mod_news .read_more a
{
	color: #0086CC;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;	text-decoration: underline;
}
.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;
	text-decoration: none;
}

/*  - 1.level */
.years_menu_content .l1,
.years_menu_content .l1_a 
{ 
	color: #1F5C7B;
	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
{ 
		text-decoration: underline; 
}

/*  - separator */
.years_menu_content .l1_sep
{
	color: #3F3737;
	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;
	border-right: 60px #ffffff solid;
}

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

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

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

/*  - 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
{
	background-image: url(/site/tmpl/img/sm_l2.gif);
	background-position: left center; 
	background-repeat: no-repeat;
	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
{ 
	background-image: url(/site/tmpl/img/sm_l3.gif);
	background-position: left center; 
	background-repeat: no-repeat;
	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
{ 
	background-image: url(/site/tmpl/img/sm_l4.gif);
	background-position: left center; 
	background-repeat: no-repeat;
	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;
}

</style>
