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

a 
{ 
	color: #666;
	font-family: Arial, Helvetica, Verdana;
	font-size: 10pt;
 
	font-weight: normal; 
	text-decoration: none; 
}
a:active, 
a:hover 
{ 
	color: #333;
	text-decoration: underline; 
}
body 
{ 
	background-color: #FFF; 
	color: #000;
	font-family: Arial, Helvetica, Verdana;
	font-size: 10pt;
	padding: 10px;
	vertical-align: top;
}
li 
{ 
	font-family: Arial, Helvetica, Verdana;
	font-size: 10pt;
 
}
ol 
{
	font-family: Arial, Helvetica, Verdana;
	font-size: 10pt;
 
}
p 
{ 
	font-family: Arial, Helvetica, Verdana;
	font-size: 10pt;
	margin: 0;
}
td 
{
	color: #000;
	font-family: Arial, Helvetica, Verdana;
	font-size: 10pt;
 
}
ul 
{
	font-family: Arial, Helvetica, Verdana;
	font-size: 10pt;
}

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


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

.normal, 
.b_normal,
.j_normal 
{ 
	color: #000;
	font-family: Arial, Helvetica, Verdana;
	font-size: 10pt;
}
.b_normal 
{ 
	font-weight: bold; 
}
.j_normal 
{ 
	text-align: justify; 
}


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

/* - body */
table.layout_body
{
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	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 #000;
	font-weight: normal;
	vertical-align: top;
}

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

/*  - odd data rows */
.layout_body .odata 
{ 
	background-color: #F2F2F2;
	vertical-align: top;
}
.odata 
{ 
	background-color: #F2F2F2;
}
.layout_body .odata a 
{ 
	text-decoration: none;
}
.layout_body .odata a:active, 
.layout_body .odata a:hover 
{ 
	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;
}


/*********************/
/* Layout containers */
/*********************/

/* big container table */
#t0
{
	margin: 0 auto;
	width: 780px;
}

/* top header table */
#t1
{
	width: 100%;
}
#t1-c00
{
	background-position: center center;
	background-repeat: no-repeat;
	height: 80px;
	width:560px;
}
#t1-c01
{
	height: 80px;
	width: 220px;
	background:url(/site/tmpl/img/bg_mailing_list.gif);
	vertical-align:top;
}
/* menu1 table */
#t2
{
	height: 24px;
	width: 100%;
	vertical-align:top;
	background-color:#CCC;
	
	border-bottom: 5px solid white;
}

/* body container table */
#t3
{
	width: 100%;
	margin-top: 5px;
}
#t3-c00 {
	width: 180px;
	border-right:1px solid #AFCE90; 
	vertical-align: top;
}
#t3-c01
{
	padding:0 10px 10px 10px;
	width: 450px;
	vertical-align: top;
}
#t3-c02
{
	width: 150px;
	border-left:1px solid #AFCE90; 
	vertical-align: top;
}

#t3-c10 {
	border-right:1px solid #AFCE90; 
}
#t3-c11
{
	border-top:1px solid #AFCE90; 
}
#t3-c12
{
	border-left:1px solid #AFCE90; 
}

/* left area table */
#t4
{
	width: 100%;
}
#t4 td
{
	vertical-align: top;
}
#t4-c00 {
	border-bottom:1px solid #AFCE90; 
	padding: 0 0 7px 0;
}
#t4-c10 {
	padding: 7px 1px 0px 1px;
	text-align:center;
}
#t4-c10 div {
	padding: 0 0 10px 0;
}

/* center area table */
#t5
{
	width: 100%;
	height:100%;
}

#t5-c10 {
	width:50%;
	vertical-align: top;
}
#t5-c11 {
	vertical-align: top;
}


/* right area table */
#t6
{
	width: 100%;
}

#t6-c00,#t6-c10,#t6-c20 {
	padding:5px 4px;
	border-bottom:1px solid #AFCE90; 
	text-align:center;
	vertical-align: top;
}
#t6-c30 {
	text-align:center;
	padding:5px 4px;
}
#t6-c10 {
	color:#000;
	font-family: Arial, Helvetica, Verdana;
	font-size: 8pt;
	
	font-weight:bold;
	text-align:left;
}
#t6-c10 div {
	vertical-align:middle;
}

#t6-c30 > div {
	padding: 0 0 10px 0;
}
#t7
{
	border-bottom:1px solid #95B66F;
	width:100%;
	padding:2px;
	margin-bottom:4px;
}
#t8 {
	border-top:1px solid #999;
	width:100%;
	padding:2px;
	margin-top:4px;
}
#t8-c00 {
	color:#666;
	font-family: Arial, Helvetica, Verdana;
	font-size: 8pt;
}

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

.contacts
{
	font-family: Arial, Helvetica, Verdana;
	font-size: 8pt;
	color: #6F85B5;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}
.contacts a,
.contacts a:hover 
{
	color: #49AFDB;
	text-decoration: underline;
}


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

/* - container */
.doc-body 
{
	font-family: Arial, Helvetica, Verdana;
	font-size: 10pt;
	padding: 10px;
	text-align: justify;
	vertical-align: top;
}
/* - buttons of forms */
.button
{ 
	background-color: #FFF;
	border: 1px #F00 solid;
	color: #F00;
	display: block;
	font-family: Arial, Helvetica, Verdana;
	font-size: 8pt;
 
	font-weight: bold;
	margin: 10px 0;
	padding: 1px 4px;
	text-decoration: none;
}
 .button:active,
 .button:hover 
{ 
	background-color: #F00;
	border: 1px #F00 solid;
	color: #FFF;
	text-decoration: none;
}


/* - forms */
.doc-body .form
{ 
	background-color: #FFF;
}
.doc-body .form td
{ 
	background-color: #FFF;
}

/* - form fields */
.doc-body .form_field
{
	font-family: Arial, Helvetica, Verdana;
	font-size: 10pt;
	padding: 3px 1px;
	text-align: left;
	vertical-align: middle;
}

/* - form labels */
.doc-body .form_label
{
	font-family: Arial, Helvetica, Verdana;
	font-size: 10pt;
	padding: 3px 1px;
	text-align: left;
	vertical-align: middle;
}

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

/* - hints in forms */
#hint 
{
	color: #999;
	font-size: 8pt;	padding: 0 5px;
}

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

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


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

.doc-title
{
	font-size: 9pt;
	font-weight: bold;
	padding: 2px 10px;
	text-align: left;
	background-color:red;
	margin: 7px -5px;
	text-transform:uppercase;
	color:#FFF;
}


/********************/
/*  Error message.  */
/********************/
.error
{
	color: #C00;
	font-family: Arial, Helvetica, Verdana;
	font-size: 10pt;
}


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

div.h1
{
	color: #FFF;
	font-size: 12px;
	padding: 2px;
	margin: 4px 0;
	text-align: left;
	font-weight:bold;
	background-color:#FC0000;
	font-family:Verdana;
}
div.h2
{
	color: #FFF;
	font-size: 12px;
	padding: 2px;
	text-align: left;
	font-weight:bold;
	background-color:#690;
	font-family:Verdana;
	margin: 4px 0;
}
div.h3
{
	color: #690;
	font-family: Arial, Helvetica, Verdana;	font-size: 26px;
	margin: 4px 0;
	text-align: left;
}
div.h4
{
	color: #FF944D;
	font-family: Arial, Helvetica, Verdana;	font-size: 26px;
	margin: 4px 0;
	text-align: left;
}
div.h5
{
	background: #690 url(/site/tmpl/img/heading_h7.gif) no-repeat left top;
	color: #FFF;
	font-family: Arial, Helvetica, Verdana;	font-size: 10pt;
	margin: 4px 0;
	padding: 0px 4px 0px 18px;
	text-align: left;
}
div.h6
{
	color: #335296;
	font-family: Arial, Helvetica, Verdana;	text-align: left;
}
div.h7
{	
	color: #335296;
	font-family: Arial, Helvetica, Verdana;	text-align: left;
}


/********************/
/*  Navigation-bar  */
/********************/

.navi_menu_content .l1,
.navi_menu_content .l1_a
{
	background: url(/site/tmpl/img/navi.gif) no-repeat 10px 50%;
	color: #335296;
	display: block;
	font-family: Arial, Helvetica, Verdana;
	font-size: 8pt;
	font-weight: normal;
	padding: 5px 10px 5px 22px;
	text-decoration: none;
}
.navi_menu_content .l1:active, 
.navi_menu_content .l1:hover,
.navi_menu_content .l1_a,
.navi_menu_content .l1_a:active, 
.navi_menu_content .l1_a:hover
{ 
	background: url(/site/tmpl/img/navi_a.gif) no-repeat 10px 50%;
	color: #0093DD;
	text-decoration: underline;
}


/*************************/
/*  Offers at frontpage  */
/*************************/

#offers
{
	margin: 0;
	width: 100%;
}
#offers td
{
	font-size: 8pt;	padding: 2px 0px;
	vertical-align: top;
	width: 33%;
}
#offers-title
{
	height: 25px;
	margin: 0 10px;
}
#offers-title-c
{
	background: url(/site/tmpl/img/offers_c.jpg) repeat-x left center;
	color: #335296;
	font-size: 10pt;	font-weight: normal;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	width: 408px;
}
#offers-title-l
{
	background: url(/site/tmpl/img/offers_l.jpg) no-repeat right center;
	width: 10px;
}
#offers-title-r
{
	background: url(/site/tmpl/img/offers_r.jpg) no-repeat left center;
	width: 10px;
}


/************************/
/*  Title of left side  */
/************************/

#title-left
{
	height: 23px;
	margin: 10px 5px 0 5px;
}
//#title-left-c
//{
//	background: url(/site/tmpl/img/title_left_c.gif) repeat-x left center;
//	color: #FFF;
//	font-size: 10pt;;
//	font-weight: bold;
//	padding: 0 4px;
//	vertical-align: middle;
//	white-space: nowrap;
//	width: 87px;
//}
#title-left-l
{
	background: url(/site/tmpl/img/title_left_l.gif) no-repeat right center;
	width: 9px;
}
#title-left-r
{
	background: url(/site/tmpl/img/title_left_r.gif) no-repeat left center;
	width: 9px;
}


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

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

.siteEditDotOver TABLE {
	font-family: Arial, Helvetica, Verdana;
	font-size: 10pt;
}

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

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

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

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



/**********/
/* $MENU1 */
/**********/

/*  - 1.level */
.menu1_menu_content .l1,
.menu1_menu_content .l1_a 
{
	color: #000;
	display: block;
	text-transform:uppercase;
	font-family: Arial, Helvetica, Verdana;
	font-size: 8pt;
	font-weight: bold;
	line-height: 18px;
	font-size:11px;
	padding: 2px 6px;
	margin-bottom: -5px;
	text-align: left;
	text-decoration: none;
	background-color:#ccc;
	position:relative;
	
	border-bottom: 5px solid white;
	border-right:1px #666 dashed;
}
.menu1_menu_content .l1:active, 
.menu1_menu_content .l1:hover,
.menu1_menu_content .l1_a,
.menu1_menu_content .l1_a:active, 
.menu1_menu_content .l1_a:hover
{ 
	color: #444;
	cursor: pointer;
	text-decoration: none;
	border-bottom: 5px solid #000;
}


#menu1-last {
	border-right:none;
}
.menu1_menu_content .col0_a,
.menu1_menu_content .col0_a:hover,
.menu1_menu_content .col0:hover {
	border-color:#000;
}
.menu1_menu_content .col1_a,
.menu1_menu_content .col1_a:hover,
.menu1_menu_content .col1:hover {
	border-bottom: 5px solid #F02828;
}
.menu1_menu_content .col2_a,
.menu1_menu_content .col2_a:hover,
.menu1_menu_content .col2:hover {
	border-bottom: 5px solid  #0072D3;
}
.menu1_menu_content .col3_a,
.menu1_menu_content .col3_a:hover,
.menu1_menu_content .col3:hover {
	border-bottom: 5px solid #9720DC;
}
.menu1_menu_content .col4_a,
.menu1_menu_content .col4_a:hover,
.menu1_menu_content .col4:hover {
	border-bottom: 5px solid #91BB55;
}
.menu1_menu_content .col5_a,
.menu1_menu_content .col5_a:hover,
.menu1_menu_content .col5:hover {
	border-bottom: 5px solid #EAD700;
}
.menu1_menu_content .col6_a,
.menu1_menu_content .col6_a:hover,
.menu1_menu_content .col6:hover {
	border-bottom: 5px solid #EB0BDE;
}
.menu1_menu_content .col7_a,
.menu1_menu_content .col7_a:hover,
.menu1_menu_content .col7:hover {
	border-bottom: 5px solid #DBA51F;
}
.menu1_menu_content .col8_a,
.menu1_menu_content .col8_a:hover,
.menu1_menu_content .col8:hover {
	border-bottom: 5px solid #3877A0;
}
.menu1_menu_content .col9_a,
.menu1_menu_content .col9_a:hover,
.menu1_menu_content .col9:hover {
	border-bottom: 5px solid #BF986F;
}
.menu1_menu_content .col10_a,
.menu1_menu_content .col10_a:hover,
.menu1_menu_content .col10:hover {
	border-bottom: 5px solid #F60;
}
.menu1_menu_content .col11_a,
.menu1_menu_content .col11_a:hover,
.menu1_menu_content .col11:hover {
	border-bottom: 5px solid #F60;
}
.menu1_menu_content .col12_a,
.menu1_menu_content .col12_a:hover,
.menu1_menu_content .col12:hover {
	border-bottom: 5px solid #7AC6EA;
}

	
/**********/
/* $MENU2 */
/**********/

/*  - 1.level */

.menu2_menu_content .l1,
.menu2_menu_content .l1_a 
{
	color: #000;
	display: block;
	font-family: Arial, Helvetica, Verdana;
	font-size: 8pt;
	font-weight: bold;
	padding: 0 0 0 20px;
	text-decoration: none;
	vertical-align: middle;
	text-transform:uppercase;
	background: url(/site/tmpl/img/menu2_arrow.gif) no-repeat 10px center;
}
.menu2_menu_content .l1:active, 
.menu2_menu_content .l1:hover,
.menu2_menu_content .l1_a,
.menu2_menu_content .l1_a:active, 
.menu2_menu_content .l1_a:hover
{ 
	color: #335296;
	text-decoration: none;
}


/*  - 2.level */
.menu2_menu_content .l2,
.menu2_menu_content .l2_a 
{ 
	background: url(/site/tmpl/img/menu2_l2.gif) no-repeat 22px 50%;
	color: #335296;
	display: block;
	font-family: Arial, Helvetica, Verdana;
	font-size: 10pt;
	font-weight: normal;
	padding: 2px 2px 2px 34px;
	text-decoration: none;
}
.menu2_menu_content .l2:active, 
.menu2_menu_content .l2:hover,
.menu2_menu_content .l2_a,
.menu2_menu_content .l2_a:active, 
.menu2_menu_content .l2_a:hover
{ 
	background: url(/site/tmpl/img/menu2_l2_a.gif) no-repeat 22px 50%;
	color: #0093DD;
	text-decoration: underline;
}
	
/**********/
/* $MENU3 */
/**********/

/*  - 1.level */

.menu3_menu_content .l1,
.menu3_menu_content .l1_a 
{
	color: #95B66F;
	display: block;
	font-size:11px;
	font-weight: bold;
	padding: 1px 0 0 10px;
	text-decoration: none;
	vertical-align: middle;
	text-transform:uppercase;
	background: url(/site/tmpl/img/menu3_arrow.gif) no-repeat 0px center;
}
.menu3_menu_content .l1:active, 
.menu3_menu_content .l1:hover,
.menu3_menu_content .l1_a,
.menu3_menu_content .l1_a:active, 
.menu3_menu_content .l1_a:hover
{ 
	color: #678844;
	text-decoration: none;
}

/*  - 2.level */

.menu3_menu_content .l2,
.menu3_menu_content .l2_a 
{
	color: #95B66F;
	display: block;
	font-size:11px;
	font-weight: bold;
	padding: 1px 0 0 20px;
	text-decoration: none;
	vertical-align: middle;
	text-transform:uppercase;
	background: url(/site/tmpl/img/menu3_arrow.gif) no-repeat 10px center;
}
.menu3_menu_content .l2:active, 
.menu3_menu_content .l2:hover,
.menu3_menu_content .l2_a,
.menu3_menu_content .l2_a:active, 
.menu3_menu_content .l2_a:hover
{ 
	color: #678844;
	text-decoration: none;
}
/*  - 3.level */

.menu3_menu_content .l3,
.menu3_menu_content .l3_a 
{
	color: #95B66F;
	display: block;
	font-size:11px;
	font-weight: bold;
	padding: 1px 0 0 30px;
	text-decoration: none;
	vertical-align: middle;
	text-transform:uppercase;
	background: url(/site/tmpl/img/menu3_arrow.gif) no-repeat 20px center;
}
.menu3_menu_content .l3:active, 
.menu3_menu_content .l3:hover,
.menu3_menu_content .l3_a,
.menu3_menu_content .l3_a:active, 
.menu3_menu_content .l3_a:hover
{ 
	color: #678844;
	text-decoration: none;
}



/**********/
/* $MENU4 */
/**********/

.menu4_menu_content td 
{
	padding: 0 0 0 4px;
}


/**********/
/* $MENU5 */
/**********/

/*  - container */
.menu5_menu_content
{
	margin: 0 0 10px 0;
}

/*  - 1.level */
.menu5_menu_content .l1,
.menu5_menu_content .l1_a 
{
	background: url(/site/tmpl/img/menu5_l1.gif) no-repeat 12px 50%;
	border-left: 1px solid #999;
	color: #888;
	display: block;
	font-family: Arial, Helvetica, Verdana;
	font-size: 8pt;
	font-weight: normal;
	padding: 0px 5px 0px 5px;
	text-decoration: none;
	vertical-align: middle;
	margin: 2px 0 2px 0;
}
.menu5_menu_content .l1:active, 
.menu5_menu_content .l1:hover,
.menu5_menu_content .l1_a,
.menu5_menu_content .l1_a:active, 
.menu5_menu_content .l1_a:hover
{
	background: url(/site/tmpl/img/menu5_l1_a.gif) no-repeat 12px 50%;
	color: #555;
	text-decoration: underline;
}
#menu5-first
{
	border-left: 0px solid #999;
}


/***********/
/* $MENU_B */
/***********/


/*  - 1.level */
.menub_menu_content .l1,
.menub_menu_content .l1_a 
{
	background: url(/site/tmpl/img/menu5_l1.gif) no-repeat 12px 50%;
	border-left: 1px solid #999;
	color: #888;
	display: block;
	font-family: Arial, Helvetica, Verdana;
	font-size: 8pt;
	font-weight: normal;
	padding: 0px 5px 0px 5px;
	text-decoration: none;
	vertical-align: middle;
	margin: 2px 0 2px 0;
}
.menub_menu_content .l1:active, 
.menub_menu_content .l1:hover,
.menub_menu_content .l1_a,
.menub_menu_content .l1_a:active, 
.menub_menu_content .l1_a:hover
{
	background: url(/site/tmpl/img/menu5_l1_a.gif) no-repeat 12px 50%;
	color: #555;
	text-decoration: underline;
}
#menub-first
{
	border-left: 0px solid #999;
}


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

.doc_menu_content
{
	background-color: #F2F9FD;
	margin: 5px 0 15px 0;
	width: 100%;
}
.doc_menu_content#doc-bottom
{
	margin-top: 20px;
}

/*  - 1.level */
.doc_menu_content .l1,
.doc_menu_content .l1_a 
{ 
	background: url(/site/tmpl/img/doc_l1.gif) no-repeat 5px 50%;
	color: #335296;
	display: block;
	font-family: Arial, Helvetica, Verdana;
	font-size: 10pt;
	font-weight: normal;
	padding: 2px 2px 2px 15px;
	text-decoration: none;
}
.doc_menu_content .l1:active, 
.doc_menu_content .l1:hover,
.doc_menu_content .l1_a:active,
.doc_menu_content .l1_a:hover
{
	background: url(/site/tmpl/img/doc_l1_a.gif) no-repeat 5px 50%;
	color: #335296;
	text-decoration: underline;
}

/*  - 2.level */
.doc_menu_content .l2,
.doc_menu_content .l2_a 
{ 
	color: #335296;
	display: block;
	font-family: Arial, Helvetica, Verdana;
	font-size: 10pt;
	font-weight: normal;
	padding: 2px 2px 2px 25px;
	text-decoration: none;	
}
.doc_menu_content .l2:active, 
.doc_menu_content .l2:hover,
.doc_menu_content .l2_a:active, 
.doc_menu_content .l2_a:hover
{
	color: #335296;
	text-decoration: underline;
}

/*  - 3.level */
.doc_menu_content .l3,
.doc_menu_content .l3_a 
{ 
	color: #335296;
	display: block;
	font-family: Arial, Helvetica, Verdana;
	font-size: 8pt;
	font-weight: normal;
	padding: 2px 2px 2px 35px;
	text-decoration: none;	
}
.doc_menu_content .l3:active, 
.doc_menu_content .l3:hover,
.doc_menu_content .l3_a:active, 
.doc_menu_content .l3_a:hover
{
	color: #335296;
	text-decoration: underline;
}

/*  - 4.level */
.doc_menu_content .l4,
.doc_menu_content .l4_a 
{ 
	color: #335296;
	display: block;
	font-family: Arial, Helvetica, Verdana;
	font-size: 8pt;
	font-weight: normal;
	padding: 2px 2px 2px 45px;
	text-decoration: none;	
}
.doc_menu_content .l4:active, 
.doc_menu_content .l4:hover,
.doc_menu_content .l4_a:active, 
.doc_menu_content .l4_a:hover
{
	color: #335296;
	text-decoration: underline;
}

/*  - 5.level */
.doc_menu_content .l5,
.doc_menu_content .l5_a 
{ 
	color: #335296;
	display: block;
	font-family: Arial, Helvetica, Verdana;
	font-size: 8pt;
	font-weight: normal;
	padding: 2px 2px 2px 55px;
	text-decoration: none;	
}
.doc_menu_content .l5:active, 
.doc_menu_content .l5:hover,
.doc_menu_content .l5_a:active, 
.doc_menu_content .l5_a:hover
{
	color: #335296;
	text-decoration: underline;
}


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

table.login_form
{
	margin: 5px 0px;
	width: 100%;
}
.login_form .form_label
{
	color: #5E5E5E;
	font-family: Arial, Helvetica, Verdana;
	font-size: 8pt;
	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: Arial, Helvetica, Verdana;
	font-size: 8pt;
	margin-bottom: 2px;
	width: 70px;
}

.login_form_title
{
	background-color: #80A62F;
	background-image: url(/site/tmpl/img/menu_menu2_l1.gif);
	background-position: left center; 
	background-repeat: no-repeat;
	color: #FFFFFF;
	display: block;
	font-family: Arial, Helvetica, Verdana;
	font-size: 10pt;
	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: Arial, Helvetica, Verdana;
	font-size: 8pt;
 
	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: Arial, Helvetica, Verdana;
	font-size: 8pt;
	padding: 0px 0px 0px 0px;
}
table.userinfo .field
{
	color: #5E5E5E;
	font-family: Arial, Helvetica, Verdana;
	font-size: 8pt;
	padding: 0px 0px 0px 0px;
	text-align: center;
}


/**************/
/*  Banners.  */
/**************/

.banner
{
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
}
.banner div
{
	margin: 0 0 10px 0;
}


/******************/
/*  HTML-blocks.  */
/******************/

.html-block
{
	font-size: 8pt;	padding: 0 2px 10px 2px;
}


/**************************/
/* Namedays at right side */
/**************************/
.namedays
{
	color: #666;
	font-family: Arial, Helvetica, Verdana;
	font-size: 8pt;
	padding: 3px;
	text-align: center;
}


/***************/
/* Random text */
/***************/

// .randomtext
// {
//	color: #FFF;
//	font-family: Arial, Helvetica, Verdana;
	font-size: 8pt;
// }


/**********/
/* Search */
/**********/

#search-word
{
	background-color: #FFF;
	border: 1px solid #AFCE90;
	color: #000;
	float: left;
	font-family: Arial, Helvetica, Verdana;
	font-size: 8pt;
	padding: 1px 2px;
	vertical-align: middle;
	width: 115px;
	font-weight:bold;
}

#search-btn img
{
	color: #38ABE4;
	font-family: Arial, Helvetica, Verdana;
	font-size: 8pt;
	text-decoration: none;
	padding:2px 0 2px 4px;
}
#search-btn:hover
{
	color: #FFF;
	cursor: pointer;
	text-decoration: none;
}

#search-btn-c
{
	background: url(/site/tmpl/img/search_c.gif) repeat-x left center;
	float: left;
	height: 18px;
	line-height: 18px;
	vertical-align: middle;
	white-space: nowrap;
}
#search-btn:hover #search-btn-c
{
	background: url(/site/tmpl/img/search_a_c.gif) repeat-x left center;
}

#search-btn-l
{
	background: url(/site/tmpl/img/search_l.gif) no-repeat right center;
	float: left;
	height: 18px;
	margin: 0 0 0 4px;
	width: 5px;
}
#search-btn:hover #search-btn-l
{
	background: url(/site/tmpl/img/search_a_l.gif) no-repeat right center;
}

#search-btn-r
{
	background: url(/site/tmpl/img/search_r.gif) no-repeat left center;
	float: left;
	height: 18px;
	width: 5px;
}
#search-btn:hover #search-btn-r
{
	background: url(/site/tmpl/img/search_a_r.gif) no-repeat left center;
}


/************/
/*  Slogan  */
/************/

.slogan
{
	color: #FFF;
	font-family: Arial, Helvetica, Verdana;
	font-size: 10pt;
}

.right_icon a {
color:#000;
font-family: Arial, Helvetica, Verdana;
	font-size: 8pt;
font-weight:bold;
}
.right_icon a:hover {
color:#666;
text-decoration:none;
}

.discount_search {
	background-color:#F8D459;
	margin: 0 0 10px 0;
}
.discount_search TD {
padding:3px;
}
.discount_search .header {
	background-color:#FFAD00;
	color:#000;
	font-family: Arial, Helvetica, Verdana;
	font-size: 10pt;
	font-weight:bold;
}
.discount_search .search_word {
	width:33%;
}
.enter_word {
	font-family: Arial, Helvetica, Verdana;
	font-size: 8pt;
	color:#000;
	font-weight:bold;
	height:10px;
	padding:0 0 3 3px;
}
.discount_search_comment {
	font-family: Arial, Helvetica, Verdana;
	font-size: 8pt;
	color:#000;
	font-weight:bold;
	padding: 0 0 0 5px;
}
.discount_search SELECT,
.discount_search OPTION,
.discount_search INPUT{
	color:#000;
	font-family: Arial, Helvetica, Verdana;
	font-size: 8pt;
	background-color:#FFF;
	height:19px;
	width:110px;
	padding: 1px 0 0 3px;
}
.discount_search .icon a {
	display:block;
	padding: 0 2px 3px 0;
}
SELECT.sel_card,
SELECT.sel_card OPTION
 {
	width:80px;
}
SELECT.sel_town,
SELECT.sel_town OPTION {
	width:160px;
}
SELECT.sel_segment,
SELECT.sel_segment OPTION {
	width:160px;
}

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

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

/*  - separator */
.location_bar .sep
{
	color: #999;
	font-family: Arial, Helvetica, Verdana;
	font-size: 8pt;
	font-weight: normal;
	padding: 0 4px;
	background: url(/site/tmpl/img/menu2_arrow.gif) no-repeat center center;
}

// .location_bar .title {
//	padding: 0 3px 0 15px;
//	//	color:#952000;
//	font-weight:bold;
// }

.discount_results .header {
	padding:4px 2px 0px 26px;
	height:22px;
	vertical-align:bottom;
	color:#693;
	font-weight:bold;
	font-size:14px;
}

.discount_results .bheader {
	background-color:#693;
	padding:5px 5px 2px 5px;
	color:#FFF;
	font-weight:bold;
	font-size:11px;
}
.discount_results .body {
	padding:5px 5px 2px 5px;
	color:#000;
	font-size:11px;
}
.discount_results .name a {
	font-weight:bold;
	color:#000;
	font-size:11px;
	display:block;
}
.discount_results .name a:HOVER {
	text-decoration:underline;
}
.discount_detail TD{
	color:#000;
	padding:10px 0px;
}
.discount_detail .lbl {
	font-weight:bold;
}
.discount_detail .header {
	padding:4px 2px 0px 26px;
}
.discount_detail .header2 {
	height:22px;
	vertical-align:bottom;
	color:#693;
	font-weight:bold;
	font-size:14px;
}
.discount_detail .title {
	padding:4px 2px 10px 0px;
	vertical-align:bottom;
	color:#693;
	font-weight:bold;
	font-size:18px;
}
.discount_detail .commentlink{
	padding:5px 0 0 0;
	text-align:center;
	border-top:1px solid #AFCE90; 
	
}
.discount_detail .commentlink a {
	color:#693;
}
.discount_addr {
	margin-bottom:10px;
}

.discount_addr TD {
	padding:2px;
}

.discount_comments .title {

	padding:4px 2px 10px 0px;
	vertical-align:bottom;
	color:#693;
	font-weight:bold;
	font-size:14px;
}
.discount_comments .title a {

	padding:4px 2px 10px 0px;
	vertical-align:bottom;
	color:#693;
	font-weight:bold;
	font-size:14px;
	text-decoration:underline;
}

.discount_comments_form {
	background-color:#EBEBB9;
	padding:4px;
}
.discount_comments_form TD {
	color:#92150F;
	padding:2px;
}

.discount_comments_form .input,
.discount_comments_form TEXTAREA {
	background-color:#FFF;
	border: 1px solid #666;
	padding:1px;
}
.add_comment_btn {
	background-color:#FFF;
	border:1px solid #666;
	padding: 1px 4px;
	color:black;
	font-size:11px;
}
.add_comment_btn:HOVER {
	text-decoration:none;
	background-color:#F0F0F0;
}
.discount_comments_comm TD {
	padding: 2px 5px;
}

.discount_comments_comm .date {
	color:#000;
	font-size:11px;
}

.discount_comments_comm .comment {
	padding: 5px 0px;
	color:#000;
}

.hand_link_ok {
	font-size:13px;
	font-weight:bold;
	color:#693;
}
.hand_link_ok:HOVER {
	color:#693;
}
.hand_link_no {
	font-size:13px;
	font-weight:bold;
	color:#F00;
}
.hand_link_no:HOVER {
	color:#F00;
} 


/*****************************/
/* Frontpage discounts. */
/*****************************/
.fp-disc1
{
	margin: 0 7px 2px 0px;
	width: 205px;
}
.fp-disc1 td
{
	font-size: 8pt;}
.fp-disc1 .name,
.fp-disc1 .long_desc {
	text-transform:uppercase;
	color:#000;
	font-size: 8pt;}
.fp-disc1 a {
	font-weight:bold;
}
.fp-disc1 .body
{
	font-size: 8pt;	color:#000;
}

.fp-disc1 .title
{
	font-weight: bold;
	background-color:#669ACC;
	color:#FFF;
	text-transform:uppercase;
	padding:2px;
}
.fpdisc {
	border:1px solid #669ACC;
	margin:1px;
	padding:2px;
}

.fpdisc2 {
	border:1px solid #7AC6EA;
	margin:1px;
	padding:2px;
}

.fp-disc2
{
	margin: 0 7px 2px 0px;
	width: 205px;
}
.fp-disc2 td
{
	font-size: 8pt;}
.fp-disc2 .body_td
{
	display:block;
	margin-bottom:1px;
}
.fp-disc2 .name,
.fp-disc2 .long_desc {
	text-transform:uppercase;
	color:#000;
	font-size: 8pt;}
.fp-disc2 a {
	font-weight:bold;
}
.fp-disc2 .body
{
	font-size: 8pt;	color:#000;
}

.fp-disc2 .title
{
	font-weight: bold;
	background-color:#7AC6EA;
	color:#FFF;
	text-transform:uppercase;
	padding:2px;
}

.mlist td {
	padding:1px;
}
.mlist .title {
	color:#FFF;
	font-size: 10pt;	font-weight:bold;
	text-transform:uppercase;
	padding: 1px 0 5px 5px;
}
.mlist .label {
	color:#000;
	padding:1px 3px 1px 3px;
	font-weight:bold;
}

.mlist INPUT {
	background-color:#FFF;
	width:100px;
	height:18px;
}
.mlist .links,
.mlist .links a
{
	padding:1px 0 0 5px;
	font-size: 8pt;	color:#000;
	font-weight:bold;
}

.mp_row1,
.mp_row1 a
{
	background-color:#EEE;
	padding:2;
	color:black;
	font-family: Arial, Helvetica, Verdana;
	font-size: 10pt;
}
.mp_row2,
.mp_row2 a{
	background-color:#FFF;
	padding:2;
	color:black;
	font-family: Arial, Helvetica, Verdana;
	font-size: 10pt;
}
.mp_footer {
	text-align:center;
	border-bottom: 1px solid #AFCE90;
	padding: 3px;
}
.mp_footer a {
	color: #000;
	font-size:12px;

}
.mp_footer .active {
	font-weight:bold;
}
.mp_footer .bot_sep {
	padding: 0px 3px;
}

.mp_detail .title{
	color:#693;
	font-weight:bold;
	font-size:18px;
	padding: 5px 0px 0px;
}

.mp_detail .description{
	color:#000;
	padding:10px 0px;
}
.mp_detail .data  {
	color:#000;
	padding:3px 0px;
}
.mp_detail .label {
	font-weight:bold;
}
a.addmarket {
	display:block;
	text-align:center;
	border-top: 1px solid #AFCE90;
	padding:5px;
	margin-top:5px;
}
.mp_header {
	padding:0 0 10px 0;
}

.destinationsPod .header { 
	background-color: #cc0000; 	
	color:#FFF;
	font-family: Arial, Helvetica, Verdana;
	font-size: 10pt;
	font-weight:bold; 
	text-align:left;
	padding:3px;
}
.destinationsPod .podBody	{ background-color: #ff9999; padding:3px; text-align:left; }
.destinationsPod .podBody SELECT { 	color:#000;
	font-family: Arial, Helvetica, Verdana;
	font-size: 8pt;
	background-color:#FFF;
	height:19px;
	width:130px;
	padding: 1px 0 0 3px;
	margin-bottom:2px;
}

.gallup {
	text-align:left;
	width:99%;
}
.gallup td {
	background-color: #F8D459;
}
.gallup .title {
	padding:3px;
	font-family: Arial, Helvetica, Verdana;
	font-size: 10pt;
	font-weight:bold;
	background-color: #F5B706;
}
.gallup #que {
	font-weight:bold;
}
.gallup .body {
	padding:3px;
	font-family: Arial, Helvetica, Verdana;
	font-size: 10pt;
}
.gallup .btn {
	padding:3px 3px 5px 3px;
	font-family: Arial, Helvetica, Verdana;
	font-size: 10pt;
}
.gallup #que{
	padding-bottom:5px;
}
.right-banner-block {
	margin: 7px 0 0 0;
}
/************************/
/*  Listing of forums.  */
/************************/

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

.mod_forum .clabel 
{
	font-family: Arial, Helvetica, Verdana;
	font-size: 10pt;
	color: #666666;
	border-top: 1px solid #85B456;
	border-bottom: 1px solid #85B456;
	white-space: nowrap;
}

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

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

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

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

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

.mod_forum2 td.groups 
{
	font-family: Arial, Helvetica, Verdana;
	font-size: 10pt;
	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, Helvetica, Verdana;
	font-size: 10pt;
	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: 8pt;	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: Arial, Helvetica, Verdana;
	font-size: 10pt;
	vertical-align: top;
	width: 50%;
}

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

/* answers as links (at frontpage) */
.fp_mod_gallup ol
{
	margin-top: 0px;
	padding-top: 0px; 
}
.fp_mod_gallup li
{
	font-family: Arial, Helvetica, Verdana;
	font-size: 10pt;
	margin-left: 0px;
	padding: 0px 5px 2px 0px;
}
.fp_mod_gallup a
{
	color: #5E5E5E;
	font-family: Arial, Helvetica, Verdana;
	font-size: 10pt;
	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: Arial, Helvetica, Verdana;
	font-size: 10pt;
	padding-left: 2px;
	white-space: nowrap;
}

.mod_gallup_list {
	width:100%;
	padding: 10px 0 0 0;
}
.mod_gbook 
{
	background-color: #FFFFFF;
}

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

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

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

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

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

.mod_gbook td.groups 
{
	border-bottom: 1px solid #666666;
	border-top: 1px solid #666666;
	font-family: Arial, Helvetica, Verdana;
	font-size: 10pt;
	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: Arial, Helvetica, Verdana;
	font-size: 10pt;
	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-news
{	
	width:208px;
	margin-left:9px;
	border:2px solid #F60;
}
.fp-news td
{
	font-size: 8pt;	padding: 2;
}

.fp-news .read-more
{
	color: #F60;
	font-size: 8pt;	text-decoration: none;
	font-weight:bold;
}
.fp-news .read-more:hover
{
	color: #F60;
	text-decoration: underline;
}

.fp-news .body
{
	font-size: 8pt;	color:#000;
}
.fp-news .more
{
	text-align:right;
}
.fp-news .title
{
	font-weight: bold;
	background-color: #F60;
	color:#FFF;
	text-transform:uppercase;
}


/**************************/
/*  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, Helvetica, Verdana;
	font-size: 10pt;
 
}
/* creation date of article (in list of archive) */
.mod_news .c_date_arc
{
	font-family: Arial, Helvetica, Verdana;
	font-size: 10pt;
 
	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, Helvetica, Verdana;
	font-size: 10pt;
	font-weight: bold;
	/*color: #CC0000;*/
}
/* title of article (in details of article) */
.mod_news .title 
{ 
	font-family: Arial, Helvetica, Verdana;
	font-size: 10pt;
	font-weight: bold;
	/*color: #CC0000;*/
	padding: 0px 0px 10px 0px;
}
/* title of article (in list of archive) */
.mod_news .title a
{ 
	font-family: Arial, Helvetica, Verdana;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	vertical-align: top;
}
.mod_news .title a:active,
.mod_news .title a:hover
{ 
	font-family: Arial, Helvetica, Verdana;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
}

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

/* 'read more'-link (in list of fresh news) */
.mod_news .read_more a
{
	font-family: Arial, Helvetica, Verdana;
	font-size: 10pt;
	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: Arial, Helvetica, Verdana;
	font-size: 10pt;
	font-weight: normal;
	padding-right: 5px;
}

/*  - 1.level */
.years_menu_content .l1,
.years_menu_content .l1_a 
{ 
	color: #CC0000;
	font-family: Arial, Helvetica, Verdana;
	font-size: 10pt;
	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: Arial, Helvetica, Verdana;
	font-size: 10pt;
	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: Arial, Helvetica, Verdana;
	font-size: 10pt;
}

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

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

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