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

a
{
	color: #00397f;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
a:active,
a:hover
{
	color: #00397f;
	text-decoration: underline;
}

body
{
	background-color: #FFF;
	color: #333;
	/*color: #666;*/
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	margin: 0;
	padding: 0;
	text-align: left;
}

body#site
{
	text-align: center;
}

form
{
	margin: 0;
	padding: 0;
}

input
{
	color: #000;
	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 #999;
	padding: 1px;
}

li
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
}

ol
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
}

option
{
	background-color: #F2F2F2;
	color: #000;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
}

p
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	margin: 0;
}

td
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
}

ul
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
}

select
{
	background-color: #F2F2F2;
	color: #000;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	margin: 0;
	padding: 1px;
}

textarea
{
	background-color: #F2F2F2;
	border: 1px solid #999;
	color: #000;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	margin: 0;
	padding: 1px;
}


/*************/
/*  Button.  */
/*************/

a.button
{
	background-color: #FFF;
	border: 1px #2587C4 solid;
	color: #2587C4;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
	font-weight: bold;
	margin: 10px 0;
	padding: 1px 4px;
	text-decoration: none;
}
a.button:active,
a.button:hover
{
	background-color: #2587C4;
	border: 1px #2587C4 solid;
	color: #FFF;
	text-decoration: none;
}


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

.contacts
{
	border-bottom: 1px #999 solid;
	border-top: 1px #999 solid;
	color: #333;
	/*color: #666;*/
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	padding: 3px 0;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
}
.contacts a,
.contacts a:hover
{
	color: #333;
	/*color: #666;*/
	text-decoration: underline;
}


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

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

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

.doc_title
{
	color: #333;
	/*color: #666;*/
	font-family: "Trebuchet MS", Verdana;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
}

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

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


/***********/
/*  Form.  */
/***********/

.form
{

}
.form td
{

}

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

/* - form labels */
.form_label
{
	color: #000;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	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;
	color: #000;
	padding: 1px;
}
select.err,
select.err option,
textarea.err
{
	border: 1px #C00 solid;
	color: #000;
}

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

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

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


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

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

/* - copyright */
.frontp_copyright
{
	background: url(/site/tmpl/img/frontp_bg1.gif) no-repeat right top;
	border-bottom: 1px #CCC solid;
	color: #999;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	height: 17px;
	padding: 0 340px 0 0;
	text-align: right;
	text-decoration: none;
	vertical-align: middle;
}


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

div.h1
{
	font-family: "Trebuchet MS", Verdana;	font-size: 22px;
	font-weight: bold;
	color: #395E8A;
	padding: 0px 0 10px 0;
	line-height: 25px;
}
div.h2
{
	font-family: Verdana, Helvetica, Arial;	font-size: 18px;
	font-weight: bold;
	color: #395E8A;
	padding: 15px 0 5px 0;
	line-height: 21px;
}
div.h3,
div.h3 *
{
	font-family: Verdana, Helvetica, Arial;	font-size: 16px;
	font-weight: bold;
	color: #395E8A;
	padding: 15px 0 5px 0;
	line-height: 19px;
}
div.h4
{
	font-family: Verdana, Helvetica, Arial;	font-size: 14px;
	font-weight: bold;
	color: #395E8A;
	padding: 10px 0 5px 0;
	line-height: 17px;
}
div.h5
{
	font-family: Verdana, Helvetica, Arial;	font-size: 12px;
	font-weight: bold;
	color: #395E8A;
	padding: 10px 0 5px 0;
	line-height: 15px;
}
div.h6
{
	font-family: Verdana, Helvetica, Arial;	font-size: 11px;
	font-weight: bold;
	color: #395E8A;
	padding: 5px 0 5px 0;
	line-height: 14px;
}


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

/* - body */
table.layout_body
{
	margin-bottom: 4px;
	margin-top: 4px;
}

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

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

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

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

/*******************************/
/* Layout                      */
/*******************************/

#upper-container
{
	background: #FFF url(/site/tmpl/img/body_bgr.png) repeat-x top left;
	margin: 0 auto;
}

#upper-container-tz
{
	background: #FFF url(/site/tmpl/img/body_bgr.gif) repeat top left;
	/*background: #FFF url(/site/tmpl/img/body_bgr.png) repeat-x top left;*/
	/*background-color: #fff;*/
	margin: 0 auto;
}

#lower-container
{
	background: #E5F4FA url(/site/tmpl/img/footer_bgr.png) repeat-x top left;
	margin: 0 auto;
	min-height: 361px;
}
* html #lower-container { height: 361px; }

.container-width
{
	width: 980px;
	margin: 0 auto;
}

.container-width-tz
{
	width: 995px;
	margin: 0 auto;
}

.tabel
{
	/*background: #6f9dd5 url(/site/tmpl/img/tz-body_bgr.png) repeat top left;*/
    /*background-color: #fff;*/
	background-color: #def1fe;
    border: #0058c6 1px solid;
	/*border: #fea241 1px solid;*/
}

/*  Layout header  */
#header
{
	width: 100%;
	height: 18.909em !important; /*208px;*/
	height: 208px;
	background: url(/site/tmpl/img/header.png) no-repeat top left;
	position: relative;
}

#hdr-tbl
{
	width: 100%;
}
#td_logo, td_srch
{
	height: 16.090em !important; /*177px;*/
	height: 177px;
	width: 49.975%;
	vertical-align: top;
}
#td_logo a
{
	display: block;
	width: 270px;
	height: 150px;
	margin-left: 70px;
	text-decoration: none;
}
#td_srch div
{
	width: 18.818em;
	height: 2.9em;
	line-height: 2.9em;
	background: url(/site/tmpl/img/search_bgr.gif) no-repeat top left;
	float: right;
	text-align: center;
}
#td_srch table
{
	width: 85%;
	margin-left: 0.8em;
	margin-top: 0.3em;
}
#td_srch table td
{
	height: 100%;
	line-height: 100%;
}
.search_word
{
	background-color: #FFF;
	border: 0;
	color: #333;
	/*color: #666;*/
	padding: 0 0.181em;
	height: 1.818em;
	width: 12.727em;
}
#td_srch table td a
{
	color: #298EBE;
	font-size: 13px;
	padding-left: 0.3em;
}
#td_umenu { }

#hdr-bar
{
	font-size: 0;
	width: 100%;
	height: 4px;
    background: #fea241;
	/*background: #4B7BB4;*/
}

/*  Layout body  */
#content
{
	width: 100%;
	min-height: 500px;
	text-align: left;
}
* html #content { height: 500px; }

#content table td
{
	vertical-align: top;
}
#ctbl-fp,
#ctbl
{
	width: 100%;
}
#ctbl-fp td
{
	padding-top: 15px;
}
#ctbl-fp .rgt a,
#ctbl .rgt div.rgt a
{
	display: block;
	width: 210px;
	height: 47px;
	text-decoration: none;
}
#fp-btn1
{
	background: url(/site/tmpl/img/btn_rahvaliidu_noored.gif) no-repeat top left;
}
#fp-btn2
{
	margin-top: 8px;
	/*background: url(/site/tmpl/img/btn_teataja.gif) no-repeat top left;*/
	background: url(/site/tmpl/img/btn_ajahooliveesti.gif) no-repeat top left;
}
#fp-newsbox-bg
{
	position: relative;
}
#fp-newsbox-bg img
{
	width: 760px;
	height: 9.27em;
}
#fp-newsbox
{
	position: absolute;
	width: 740px;
	height: 7.45em;
	top: 0.9em;
	left: 10px;
	overflow: hidden;
}
#fp-newsbox div.text *
{
	color: #333;
	font-weight: normal;
}
#fp-newsbox .h3
{
	padding-top: 0;
}

#ctbl div
{
	margin-top: 15px;
}
#ctbl .lft
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
/*	text-align: justify;*/
	vertical-align: top;
	width: 530px;
	max-width: 530px;
	padding: 0 20px 15px 0;
	line-height: 1.5em;
}
#ctbl .mdl
{
	width: 230px;
}

#ftbl
{
	width: 100%;
	margin-top: 15px;
}
#ftbl td
{
	vertical-align: top;
}
#ftbl .lft
{
	width: 555px;
}
#ftbl .mdl
{
	width: 238px;
}
#ftbl .mdl div.title,
#ftbl .rgt div.title
{
	color: #4B7BB4;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 8px;
}
#ftbl .mdl div.tz-title,
#ftbl .rgt div.tz-title
{
	background : url(/site/tmpl/img/top_meny_o_btn.gif) repeat-x left top;
	color: #003e8d;
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
}
#ftbl .rgt div.email a
{
	color:#2587C4;
	direction:rtl;
	unicode-bidi: bidi-override;
}


.doc-list
{
	background: url("../tmpl/img/bullet_list.gif") no-repeat left center;
	padding-left: 10px;
}

.children-list
{
	background: url("../tmpl/img/bullet_list.gif") no-repeat left center;
	padding-left: 10px;
}



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

.siteEditDotOver
{
	background-color: #EFEFEF;
	border: 2px solid #369;
	display: none;
	height: 169px;
	margin: 0;
	position: absolute;
	visibility: visible;
	width: 150px;
	z-index: 2500;
}
.siteEditDotOver table
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
}
.siteEditDotOver table td.odata
{
	background-color: #FFF;
	border-bottom: solid #BBB 1px;
	padding: 0;
}
.siteEditDotOver table td.edata
{
	background-color: #F6F6F6;
	border-bottom: solid #BBB 1px;
	padding:0;
}
.siteEditDotOver a
{
	display: block;
	color: #009;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	text-decoration: none;
}
.siteEditDotOver a:hover
{
	text-decoration: underline;
}


/*****************/
/* Recent gallup */
/*****************/

/* question */
.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 */
.fp_mod_gallup ol
{
	margin-top: 0;
	padding-top: 0;
}
.fp_mod_gallup li
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	padding-bottom: 3px;
	padding-top: 0;
}
.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 */
.fp_mod_gallup #all_gallups
{
	background: url(/site/tmpl/img/menu_v2_l1.gif) no-repeat 12px 5px;
	display: block;
	padding: 2px 5px 7px 25px;
}


/*****************************/
/* Listing of recent events. */
/*****************************/

.fp_mod_events
{
	width: 100%;
}

.fp_mod_events .events_header
{
	color: #4B7BB4;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}

.fp_mod_events .tz-events_header
{
	background : url(/site/tmpl/img/top_meny_o_btn.gif) repeat-x left top;
	color: #003e8d;
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
}

.fp_mod_events a:active,
.fp_mod_events a
{
	background: url(/site/tmpl/img/bullet_010.gif) no-repeat left center;
	color: #333;
	/*color: #666;*/
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	padding-left: 18px;
}
.fp_mod_events .events_all a
{
	background-image: none;
	color:#2587C4;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: normal;
	line-height: 2em;
	text-decoration: none;
	padding-left: 0;
}
.fp_mod_events .events_all a:hover
{
	color:#0096DF;
	text-decoration: none;
}
.fp_mod_events a:hover
{
	color: #333;
	text-decoration: underline;
}
.fp_mod_events .cell {
	padding-top: 4px;
}

/***************************/
/* Listing of recent news. */
/***************************/

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

.fp_mod_news .news_header
{
	font-family: "Trebuchet MS", Verdana;	color:#395E8A;
	font-size: 14px;
	font-weight: bold;
}

.fp_mod_news a
{
	color: #333;
	/*color: #666;*/
	font-weight: normal;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	line-height: 140%;
	text-decoration: none;
}
.fp_mod_news .news_all a
{
	color:#0058c6;
	font-weight: normal;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	line-height: 140%;
	text-decoration: none;
}
.fp_mod_news .news_all a:hover
{
	color: #4B7BB4;
	background-color: #7ABFE3;
    text-decoration: none;
	/*color:#0096DF;*/
}
.fp_mod_news a:active,
.fp_mod_news a:hover
{
	color: #333;
	/*color: #666;*/
}
.fp_mod_news .cell {
	padding-left: 0 !important;
	padding: 3px 0 0 20px;
}

.link_item {
	margin-bottom: 15px;
}
.link_item .link_name a {
	font-weight: bold;
}




/**************************************/
/* upper horizontal menu              */
/**************************************/
.h1_menu_content
{
	float: right;
}
.h1_menu_content td
{
	padding: 0 1px 0 1px;
}

.h1_menu_content span.top
{
	display: block;
	font-size: 0;
	height: 6px;
	position: relative;
}
.h1_menu_content span.lft
{
	display: block;
	float : left;
	font-size: 0;
	background : url(/site/tmpl/img/top_meny_bL_btn.gif) no-repeat left top;
	/*background : url(/site/tmpl/img/tabcorner_1_L.gif) no-repeat left top;*/
	height: 6px;
	width: 6px;
	position: absolute;
	top: 0;
	left: 0;
}
.h1_menu_content span.mdl
{
	display: block;
	background : url(/site/tmpl/img/top_meny_bM_btn.gif) repeat-x left top;
	/*background: #7ABFE3;*/
	font-size: 0;
	height: 6px;
	width: auto;
	margin-left: 6px;
	margin-right: 6px;
}
.h1_menu_content span.rgt
{
	display: block;
	font-size: 0;
	float : right;
	background : url(/site/tmpl/img/top_meny_bR_btn.gif) no-repeat left top;
	/*background : url(/site/tmpl/img/tabcorner_1_R.gif) no-repeat left top;*/
	height: 6px;
	width: 6px;
	position: absolute;
	top: 0;
	right: 0;
}
.h1_menu_content span.btm
{
	display: block;
	background : url(/site/tmpl/img/top_meny_b_btn.gif) repeat-x left top;
	/*background: #7ABFE3;*/
	height: 24px;
	line-height: 22px;
	padding: 0 5px 0 5px;
}

.h1_menu_content .l1,
.h1_menu_content .l1_a,
.h1_menu_content .l1_a:hover
{
	display: block;
	color: #FFF;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	height: 30px;
}

.h1_menu_content .l1:hover
{
	text-decoration: none;
}
.h1_menu_content .l1:hover span.mdl,
.h1_menu_content .l1:hover span.btm
{
	background : url(/site/tmpl/img/top_meny_o_btn.gif) repeat-x left top;
	/*background: #41A3D8;*/
	color: #FFF;
	cursor: pointer;
}
.h1_menu_content .l1:hover span.lft
{
	background : url(/site/tmpl/img/top_meny_oL_btn.gif) no-repeat left top;
	/*background : url(/site/tmpl/img/tabcorner_3_L.gif) no-repeat left top;*/
	cursor: pointer;
}
.h1_menu_content .l1:hover span.rgt
{
	background : url(/site/tmpl/img/top_meny_oR_btn.gif) no-repeat left top;
	/*background : url(/site/tmpl/img/tabcorner_3_R.gif) no-repeat left top;*/
	cursor: pointer;
}

.h1_menu_content .l1_a span.mdl,
.h1_menu_content .l1_a span.btm
{
	background : url(/site/tmpl/img/top_meny_o_btn.gif) repeat-x left top;
	/*background: #4B7BB4;*/
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
}
.h1_menu_content .l1_a span.lft
{
	background : url(/site/tmpl/img/top_meny_oL_btn.gif) no-repeat left top;
	/*background : url(/site/tmpl/img/tabcorner_2_L.gif) no-repeat left top;*/
	cursor: pointer;
}
.h1_menu_content .l1_a span.rgt
{
	background : url(/site/tmpl/img/top_meny_oR_btn.gif) no-repeat left top;
	/*background : url(/site/tmpl/img/tabcorner_2_R.gif) no-repeat left top;*/
	cursor: pointer;
}

/**********************************/
/* upper menu subitems - vertical */
/**********************************/
.ums
{
	background: #209FE2 url(/site/tmpl/img/menu_bgr.png) repeat-x top left;
	list-style: none;
	margin: 0;
	padding: 15px 0;
}
.ums ul { padding: 0; margin: 0; font-size: 0; }
.ums li { padding: 0; margin: 0; font-size: 0; }
.ums .level
{
	list-style: none;
	display: none;
}
.ums .level.active-level
{
	display: block;
}

.ums li,
.ums li a
{
	position: relative;
	z-index: 0;
}

/* level-1 */
.ums li a,
.ums li a:active
{
	display: block;
	color: #FFF;
	text-decoration: none;
	background: url(/site/tmpl/img/bullet_001.gif) no-repeat 10px center;
	padding: 4px 0 4px 28px;
}
.ums li a:hover
{
	color: #FFF;
	background-color: #7ABFE3;
	text-decoration: none;
}
.ums li.active a,
.ums li.active a:hover
{
	display: block;
	color: #333;
	/*color: #666;*/
	text-decoration: none;
	background: #BFE0F2 url(/site/tmpl/img/bullet_001.gif) no-repeat 10px center;
	padding: 4px 0 4px 28px;
}
.ums li a.icon,
.ums li a.icon:active,
.ums li a.icon:hover
{
	background: none;
	font-size: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
	display: block;
	height: 11px;
	width: 11px;
	position: absolute;
	top: 5px;
	left: 10px;
	z-index: 1;
}

/* level-2 */
.ums li ul li a,
.ums li.active ul li a,
.ums li ul li a:active,
.ums li.active ul li a:active
{
	display: block;
	color: #FFF;
	text-decoration: none;
	background: url("../tmpl/img/bullet_002w.gif") no-repeat 28px center;
	padding: 4px 10px 4px 46px;
}
.ums li ul li a:hover,
.ums li.active ul li a:hover
{
	color: #FFF;
	background: #7ABFE3 url("../tmpl/img/bullet_002w.gif") no-repeat 28px center;
	padding: 4px 10px 4px 46px;
	text-decoration: none;
}
.ums li ul li.active a,
.ums li.active ul li.active a,
.ums li ul li.active a:hover,
.ums li.active ul li.active a:hover
{
	display: block;
	color: #333;
	/*color: #666;*/
	text-decoration: none;
	background: #BFE0F2 url("../tmpl/img/bullet_002w.gif") no-repeat 28px center;
	padding: 4px 10px 4px 46px;
}

/* level-3 */
.ums div.third-level
{
	display: none;
	position: absolute;
	padding: 0;
	padding-left: 20px;
	margin: 0;
	top: -14px;
	left: 225px;
	z-index: 5;
}
.ums div.third-level-1
{
	padding: 0;
	margin: 0;
	width: 190px;
	position: relative;
	z-index: 5;
	top: -14px;
}
.ums div.third-level-1 span.bullet
{
	display: block;
	position: absolute;
	z-index: 15;
	background: url("../tmpl/img/bullet_leftarrow.gif") no-repeat left top;
	width: 8px;
	height: 15px;
	top: 1px;
	left: -8px;
}
.ums div.third-level-1 iframe
{
	padding: 0;
	margin: 0;
	position: relative;
	top: 0;
	left: 0;
	font-size: 0;
	width: 100%;
	height: 100%;
	z-index: 8;
	visibility: hidden;
	border: 1px solid black;
}

.ums div.third-level-1 ul
{
	background: #209FE2 url(/site/tmpl/img/menu_bgr.png) repeat-x top left;
	list-style: none;
	font-size: 0;
	margin: 0;
	padding: 1px 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 190px;
	z-index: 10;
}
.ums div.third-level-1 li
{
	padding: 0;
	margin: 0;
	font-size: 0;
	position: relative;
	z-index: 10;
}
.ums li div.third-level-1 li a,
.ums li.active div.third-level-1 li a
{
	position: relative;
	z-index: 10;
	display: block;
	color: #FFF;
	text-decoration: none;
	background: url("../tmpl/img/bullet_002w.gif") no-repeat 10px center;
	padding: 4px 10px 4px 28px;
}
.ums li div.third-level-1 li a:hover,
.ums li.active div.third-level-1 li a:hover
{
	position: relative;
	z-index: 10;
	display: block;
	color: #FFF;
	background: #7ABFE3 url("../tmpl/img/bullet_002w.gif") no-repeat 10px center;
	padding: 4px 10px 4px 28px;
	text-decoration: none;
}
.ums li div.third-level-1 li.active a,
.ums li.active div.third-level-1 li.active a,
.ums li div.third-level-1 li.active a:hover,
.ums li.active div.third-level-1 li.active a:hover
{
	position: relative;
	z-index: 10;
	display: block;
	color: #333;
	/*color: #666;*/
	text-decoration: none;
	background: #BFE0F2 url("../tmpl/img/bullet_002w.gif") no-repeat 10px center;
	padding: 4px 10px 4px 28px;
}

/***********************************/
/* vertical menu in content middle */
/***********************************/
.v2_menu_content
{
	margin-top: 15px;
}
.v2_menu_content td
{
	padding: 0;
}
.v2_menu_content .l1,
.v2_menu_content .l1:active,
.v2_menu_content .l1_a
{
	background: url("../tmpl/img/bullet_001.gif") no-repeat 10px center;
	color: #00397f;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 10px 2px 28px;
	text-decoration: none;
}
.v2_menu_content .l1:hover
{
	color: #4B7BB4;
	background-color: #7ABFE3;
	text-decoration: none;
}
.v2_menu_content .l1_a,
.v2_menu_content .l1_a:hover
{
	display: block;
	background: #B4DCEF url("../tmpl/img/bullet_001.gif") no-repeat 10px center;
	color: #333;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 10px 2px 28px;
	text-decoration: none;
}

.v2_menu_content .l2,
.v2_menu_content .l2:active,
.v2_menu_content .l2_a
{
	display: block;
	background: url("../tmpl/img/bullet_002b.gif") no-repeat 28px center;
	color: #0058c6;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: normal;
	padding: 2px 10px 2px 46px;
	text-decoration: none;
}
.v2_menu_content .l2:hover
{
	color: #0058c6;
	background-color: #7ABFE3;
	text-decoration: none;
}
.v2_menu_content .l2_a,
.v2_menu_content .l2_a:hover
{
	display: block;
	background: #B4DCEF url("../tmpl/img/bullet_002b.gif") no-repeat 28px center;
	color: #333;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: normal;
	padding: 2px 10px 2px 46px;
	text-decoration: none;
}

.v2_menu_content .l3,
.v2_menu_content .l3:active,
.v2_menu_content .l3_a
{
	display: block;
	background: url("../tmpl/img/bullet_003.gif") no-repeat 30px center;
	color: #0058c6;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: normal;
	padding: 2px 10px 2px 46px;
	text-decoration: none;
}
.v2_menu_content .l3:hover
{
	color: #0058c6;
	background-color: #7ABFE3;
	text-decoration: none;
}
.v2_menu_content .l3_a,
.v2_menu_content .l3_a:hover
{
	display: block;
	background: #B4DCEF url("../tmpl/img/bullet_003.gif") no-repeat 30px center;
	color: #333;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: normal;
	padding: 2px 10px 2px 46px;
	text-decoration: none;
}

/***************************/
/* vertical menu in footer */
/***************************/
.v3_menu_content
{
	padding-bottom: 15px;
}
.v3_menu_content td
{
	padding: 0;
}
.v3_menu_content .l1,
.v3_menu_content .l1:active,
.v3_menu_content .l1_a
{
	background: url("../tmpl/img/bullet_010.gif") no-repeat left center;
	color: #333;
	/*color: #666;*/
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	padding: 2px 10px 2px 18px;
	text-decoration: none;
}
.v3_menu_content .l1:hover
{
	color: #333;
	text-decoration: underline;
}
.v3_menu_content .l1_a,
.v3_menu_content .l1_a:hover
{
	display: block;
	background: url("../tmpl/img/bullet_010.gif") no-repeat left center;
	color: #333;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	padding: 2px 10px 2px 18px;
	text-decoration: underline;
}

/***************************/
/* vertical footer submenu */
/***************************/
.v4_menu_content
{
	margin-top: 20px;
	padding-bottom: 15px;
}
.v4_menu_content td
{
	padding: 0;
}
.v4_menu_content .l1,
.v4_menu_content .l1:active,
.v4_menu_content .l1_a
{
	background: url("../tmpl/img/bullet_010.gif") no-repeat 10px center;
	color: #333;
	/*color: #666;*/
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	padding: 2px 10px 2px 28px;
	text-decoration: none;
}
.v4_menu_content .l1:hover
{
	color: #333;
	text-decoration: underline;
}
.v4_menu_content .l1_a,
.v4_menu_content .l1_a:hover
{
	display: block;
	background: url("../tmpl/img/bullet_010.gif") no-repeat 10px center;
	color: #333;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	padding: 2px 10px 2px 28px;
	text-decoration: underline;
}

.v4_menu_content .l2,
.v4_menu_content .l2:active,
.v4_menu_content .l2_a
{
	display: block;
	background: url("../tmpl/img/bullet_020.gif") no-repeat 28px center;
	color: #333;
	/*color: #666;*/
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: normal;
	padding: 2px 10px 2px 46px;
	text-decoration: none;
}
.v4_menu_content .l2:hover
{
	color: #333;
	text-decoration: underline;
}
.v4_menu_content .l2_a,
.v4_menu_content .l2_a:hover
{
	display: block;
	background: url("../tmpl/img/bullet_020.gif") no-repeat 28px center;
	color: #333;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: normal;
	padding: 2px 10px 2px 46px;
	text-decoration: none;
}

.v4_menu_content .l3,
.v4_menu_content .l3:active,
.v4_menu_content .l3_a
{
	display: block;
	background: url("../tmpl/img/bullet_030.gif") no-repeat 30px center;
	color: #333;
	/*color: #666;*/
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: normal;
	padding: 2px 10px 2px 46px;
	text-decoration: none;
}
.v4_menu_content .l3:hover
{
	color: #333;
	text-decoration: underline;
}
.v4_menu_content .l3_a,
.v4_menu_content .l3_a:hover
{
	display: block;
	background: url("../tmpl/img/bullet_030.gif") no-repeat 30px center;
	color: #333;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: normal;
	padding: 2px 10px 2px 46px;
	text-decoration: underline;
}

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

/*  - container */
.lang_menu_content
{
	float: right;
	right: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 20px;
	background: url(/site/tmpl/img/lang_back.png) no-repeat top left;
}

/*  - 1.level */
.lang_menu_content .l1,
.lang_menu_content .l1_a
{
	color: #395e8a;
	display: block;
	font-family: "Trebuchet MS", Verdana;	font-size: 12px;
	padding: 0 2px 0 10px;
	text-decoration: none;
	font-weight: bold;
	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: #FFF;
	text-decoration: none;
}


/****************/
/* location-bar */
/****************/
.location_bar a,
.location_bar a:active
{
	display: block;
	height: 2.72em;
	line-height: 2.72em;
	float: left;
	color: #C0C0C0;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
.location_bar .lb_first
{
	background: url(/site/tmpl/img/bullet_nav.gif) no-repeat left center;
	padding-left: 15px;
	font-weight: bold;
}
.location_bar a:hover
{
	color: #333;
	text-decoration: underline;
}

/*  - separator */
.location_bar span
{
	display: block;
	height: 2.72em;
	line-height: 2.72em;
	float: left;
	height: 100%;
	color: #C0C0C0;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: normal;
	padding: 0 5px 0 5px;
}


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

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

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

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

/**************/
/*  SiteUser  */
/**************/

#login-link
{
	padding: 10px 0;
}
#login-link a
{
	color: #003da4;
	text-decoration: none;
}
#login-link a:hover
{
	color: #003da4;
	text-decoration: underline;
}

#login-user
{
	background-color: #f3f3f3;
	border-bottom: 1px dashed #ccc;
	border-top: 1px dashed #ccc;
	margin: 10px 13px 10px 13px;
}
#login-user table td
{
	padding: 5px;
}
#login-user .label
{
	padding-bottom: 0;
	padding-right: 0;
}
#login-user .field
{
	padding-bottom: 0;
}
div.printcon  {
	float:right;
}
div.printcon a {
	display: block;
	background: url(/site/tmpl/img/print.gif) no-repeat center center;
	width: 16px;
	height: 16px;
}

div.doc_title {
}