<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; 
}
.l_normal 
{ 
	text-align: left; 
}

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

.contacts
{
	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: 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 
{
	color: #000000;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	padding: 10px 10px 0px 10px;
/* 	text-align: justify; */
	vertical-align: top;
}

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

.doc_body a:visited { 
	color: #666666; 
	
}


/* - buttons of forms */
.doc_body .button,
.doc_body .button:visited
{ 
/*
	background-color: #FFFFFF;
	border: 1px #FF0000 solid;
	color: #FF0000;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
 
	font-weight: bold;
	margin: 10px 0px 10px 173px;
	padding: 1px 4px;
	text-decoration: none;
*/
	background-color: #007ACC;
	border: 1px #007ACC solid;
	color: #FFFFFF;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
 
	font-weight: bold;
	margin: 10px 0px 10px 173px;
	padding: 1px 4px;

	text-decoration: none;

}
.doc_body .button:active,
.doc_body .button:hover 
{ 
	background-color: #FFFFFF;
	border: 1px #007ACC solid;
	color: #007ACC;
	text-decoration: none;
	/*
	background-color: #FF0000;
	border: 1px #FF0000 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;
}

/* - 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 
{
	width: 100%;
}
.doc_title td
{
	border-bottom: 1px #FF0000 solid;
	color: #FF0000;
	font-family: Trebuchet MS, Verdana;
	font-size: 22px; 
	font-weight: bold; 
	padding: 17px 0px 2px 0px;
	text-align: left;
	line-height: 110%;
}
.doc_title td#icon_print
{
	padding: 17px 0px 2px 5px;
	width: 1%;
}

/********************/
/*  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,
.frontp_contacts a
{
	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:hover 
{
	color: #999999;
	text-decoration: underline;
}

/* - copyright */
.frontp_copyright,
.frontp_copyright a
{
	color: #999999;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	
	padding: 2px 0px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}
.frontp_copyright a:hover 
{
	color: #999999;
	text-decoration: underline;
}

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

div.h1
{
	font-family: Verdana, Helvetica, Arial;	font-size: 10px;
	font-weight: bold;
	padding: 1px 2px;
}
div.h2
{
	font-family: Verdana, Helvetica, Arial;	font-size: 11px;
	font-weight: bold;
	padding: 1px 2px;
}
div.h3
{
	font-family: Verdana, Helvetica, Arial;	font-size: 12px;
	font-weight: bold;
	padding: 1px 2px;
}
div.h4
{
	font-family: Verdana, Helvetica, Arial;	font-size: 14px;
	font-weight: bold;
	padding: 1px 2px;
}
div.h5
{
	font-family: Verdana, Helvetica, Arial;	font-size: 16px;
	font-weight: bold;
	padding: 1px 2px;
}
div.h6
{
	font-family: Verdana, Helvetica, Arial;	font-size: 18px;
	font-weight: bold;
	padding: 1px 2px;
}


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

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


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

.search_word
{ 
	background-color: #FFFFFF;
	border: 1px #666666 solid;
	color: #999999;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
 
	padding: 1px 5px;
	width: 95px;
}
.search_label
{ 
	color: #004975;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
 
	font-weight: bold;
}
.search_btn 
{ 
/*
	background-color: #FF0000; 
	border: 1px #FFFFFF solid;
	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 
{ 
/*
	background-color: #FFFFFF;
	border: 1px #FF0000 solid;
	color: #FF0000;
	text-decoration: none;
*/	
}


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

.layout1
{
	/*background-color: #EEEFEF;*/
	background-position: left top; 
	/*background-repeat: no-repeat;*/
	margin-left: auto;
	margin-right: auto;
	width: 780px;
}

.layout1 td#c00 
{
	height: 21px; 
	vertical-align: middle;
	
}
.layout1 td#c10 
{
	height: 62px; 
	padding: 0px 0px 8px 167px; 
	vertical-align: middle;
	/*background-repeat: repeat-x;*/
}

.layout1 td#my
{
	background-repeat: repeat-x;
}
.layout2
{
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
}

.layout2 td#c00,
.layout2#cater td#c01,
.layout2#confer td#c01
{
	padding: 13px 0px;
	vertical-align: top;
	width: 205px;
}
.layout2 td#c01,
.layout2#cater td#c00,
.layout2#confer td#c00
{
	height: 400px;
	padding: 13px 5px 5px 25px;
	vertical-align: top;
	width: 565px;
}
.layout2#cater td#c00,
.layout2#cater td#c10,
.layout2#confer td#c00,
.layout2#confer td#c10
{
	padding: 13px 25px 5px 5px;
}
.layout2 td#c11
{
	padding: 13px 5px 5px 25px;
}


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


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

/* - column labels */
.layout_body .clabel 
{	background-color: #C9CDD4;
	border-bottom: 1px solid #C9CDD4;
	border-top: 1px solid #C9CDD4;
	border-right: 1px solid #C9CDD4;
	border-left: 1px solid #C9CDD4;	
	color: #000000; 
	font-weight:	bold;
	vertical-align: top;
}

/*  - even data rows */
.layout_body .edata 
{ 
	border-top: 1px solid #C9CDD4;
	border-bottom: 1px solid #C9CDD4;
	border-right: 1px solid #C9CDD4;
	border-left: 1px solid #C9CDD4;
	background-color: #f2f5f6;
	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 
{ 
	border-right: 1px solid #C9CDD4;
	border-left: 1px solid #C9CDD4;
	border-top: 1px solid #C9CDD4;
	border-bottom: 1px solid #C9CDD4;
	background-color: #ffffff;
	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: #E9F7FF;
}

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

.tabhdr 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size:		12px;
	font-weight:	bold;
}
.tab1 {
	border-bottom: 1px solid #DEE0DF;
	border-right: 1px solid #DEE0DF;
	border-left: 1px solid #DEE0DF;
	background-color: #FfFfFf;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #330099;

}


.tab_mod 
{ 
	padding: 10px 0px 4px 0px;
	width: 100%;
	border-bottom: 1px solid #C0C0C0;
}

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

.bgleft
{
	background-image: url(/site/tmpl/img/inner_leftdown.jpg); 
	/* background-position: 0% 0%; 	*/
	background-repeat: repeat-x;
}

.bgright
{
	background-image: url(/site/tmpl/img/inner_rightdown.jpg); 
	/* background-position: 0% 0%; 	*/
	background-repeat: repeat-x;
}


/* horizontal menu at left-top corner */

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

}

/*  - 1.level */
.h1_menu_content .l1,
.h1_menu_content .l1_a 
{ 
/*
	background-image: url(/site/tmpl/img/punmenu.gif);
	background-position: 3% 40%; 
*/
	background-image: url(/site/tmpl/img/menuselgray.gif); 
	background-position: 0% 50%; 	
	background-repeat: no-repeat;
	color: #000000;
	
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 15px 4px 25px;
	text-decoration: none;
	white-space: nowrap;
	border-width: 0; 
	
}
.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
{ 
	background-image: url(/site/tmpl/img/menusel.gif); 
	background-position: 0% 50%; 
	color: #FF5500;
	
}


/* horizontal menu at footer */

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

/*  - 1.level */
.h2_menu_content .l1,
.h2_menu_content .l1_a 
{ 
	color: #000000;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 11px;
	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: #FF5500;
}


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


/* vertical menu at left or right */

/*  - container */
.v1_menu_content
{
	border-left: 0px #DEE0DF solid;
	border-right: 0px #DEE0DF solid;
	width: 198px;
}


/*  - 1.level */
.v1_menu_content .l1,
.v1_menu_content .l1_a 
{ 
	background-image: url(/site/tmpl/img/pun2menu.gif);
	background-position: 8% 50%; 
	background-repeat: no-repeat;
	color: #0D6CB5;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-size: 11px;	font-weight: normal;
	padding: 1px 5px 1px 32px;
	text-decoration: none;
	border-style: solid;
 	border-width: 1;
 	border-color: #ffffff;
}
.v1_menu_content .l1:active, 
.v1_menu_content .l1:hover
{
 	border-color: #FFDBA5;
 	background-color: #ffffff;
 	
}
.v1_menu_content .l1_a,
.v1_menu_content .l1_a:active, 
.v1_menu_content .l1_a:hover
{ 
	color: #FF0000;
 	border-color: #FFDBA5;
 	background-color: #FFDBA5;
  	background-image: url(/site/tmpl/img/pun2menuorang.gif); 
}

/*  - 2.level */
.v1_menu_content .l2,
.v1_menu_content .l2_a 
{ 
	background-color: #FFFFFF;
	color: #5E5E5E;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: normal;
	padding: 2px 5px 2px 38px;
	text-decoration: none;
}
.v1_menu_content .l2:active, 
.v1_menu_content .l2:hover
{
	background-color: #F2F2F2;
	color: #5E5E5E;
	text-decoration: none;
}
.v1_menu_content .l2_a,
.v1_menu_content .l2_a:active, 
.v1_menu_content .l2_a:hover
{ 
	background-color: #E6E6E6;
	color: #5E5E5E;
	text-decoration: none;
}




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


/* 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;
	padding: 0px 0px 0px 0px; 
}
.location_bar a
{ 
	color: #ffffff;
	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
{ 
	color: #FFffff;
	
}

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


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


/****************************/
/* 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: 11px;
	padding: 2px 5px 2px 15px;
}

.login_form_title
{
	color: #0856A0;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	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: 11px;
	/* 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: #0856A0;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
 
	font-weight: normal;
	padding: 2px 5px 2px 15px;
	text-decoration: none;
}

a.login_form_button, 
a.login_form_button:visited
{

	background-color: #007ACC;
	border: 1px #007ACC solid;
	color: #FFFFFF;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
 
	font-weight: bold;
	margin: 15px 10px 7px 220px;
	padding: 0px 2px 0px 2px;
	text-decoration: none;
	
}
a.login_form_button:active,
a.login_form_button:hover 
{ 

	background-color: #FFFFFF;
	border: 1px #007ACC solid;
	color: #007ACC;
	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: 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; 
}

/* question (at frontpage) */
.fp_mod_gallup #que
{
	display: block;
	font-family: Verdana, Helvetica, Arial;
	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: Verdana, Helvetica, Arial;
	font-size: 11px;
	padding-bottom: 3px;
	padding-top: 0px;
}
.fp_mod_gallup a
{
	color: #2175C6;
	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: #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: Verdana, Helvetica, Arial;
	font-size: 11px;
	padding-left: 2px;
	white-space: nowrap;
}

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

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

.fp_mod_news td#header 
{
	border-bottom: 1px dotted #C0C0C0;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	height: 25px;
	color: #3398CC;
	padding: 30px 0px 3px 15px;
	font-weight: bold;
}

.fp_mod_news td#c_date 
{
	background-image: url(/site/tmpl/img/fp_mod_news.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #666666;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 0px 2px 8px;
	text-decoration: none;
	width: 1%;
}

.fp_mod_news a 
{
	color: #333333;
	display: block;
	font-weight: normal;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	padding: 5px 0px 2px 8px;
	text-decoration: none;
}
.fp_mod_news a:active,
.fp_mod_news a:hover 
{
	color: #333333;
	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;
}
/* title of article (in details of article) */
.mod_news .title 
{ 
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: bold;
	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: 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;
}

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

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