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

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

body
{
	background-color: #FFF;
	color: #666;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

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
{
	border: 1px solid #999;
	padding: 1px;
	width:180px;
}

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
{
	color: #000;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	margin: 0;
	padding: 1px;
	width:180px;
}

textarea
{
	border: 1px solid #999;
	color: #000;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	margin: 0;
	padding: 1px;
	width: 240px;
	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;
}


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

.button
{
	background-color: #FFF;
	border: 1px #F00 solid;
	color: #F00;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
	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;
}


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

.contacts
{
	border-bottom: 1px #999 solid;
	border-top: 1px #999 solid;
	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: #666;
	text-decoration: underline;
}


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

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


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

.doc_body
{
	color: #333;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	padding: 0px 0 0 0;
	text-align: left;
	vertical-align: top;
	line-height:130%;
}


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

.doc_title
{
	color: #B13839;
	font-family: "Trebuchet MS", Verdana;
	font-size: 18px;
	font-weight: bold;
	padding: 2px 0 7px 0px;
	text-align: left;
}



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

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


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

.form
{
	background-color: #FFF;
}
.form td
{
	background-color: #FFF;
}

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

/* - separators */
.form_separator
{
	font-weight: bold;
	padding-top: 9px;
}
.form_separator div
{
	height: 1px;
	width: 1px;
}


/***************/
/*  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
{
	color: #C00;
	font-family: "Trebuchet MS", Verdana;
	font-size: 18px;
	font-weight: bold;
	padding: 2px 0 2px 0px;
	text-align: left;
}
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;	width:100%;
	color: #666;
	font-weight: bold;
	font-size:12px;
	background-color:#FFF;
	
	display:inline;
}


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

.search_word
{
	background-color: #FFF;
	border: 1px #666 solid;
	color: #999;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
	padding: 1px 5px;
	width: 95px;
}
.search_btn
{
	background-color: #F00;
	border: 1px #FFF solid;
	color: #FFF;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
	font-weight: bold;
	margin: 0 0 0 7px;
	padding: 1px 4px;
	text-decoration: none;
}
.search_btn:hover
{
	background-color: #FFF;
	border: 1px #F00 solid;
	color: #F00;
	text-decoration: none;
}


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


/***********************/
/*  Tables of layout.  */
/***********************/
.t0 {
	width:100%;
	text-align: center;
	background: url(/site/tmpl/img/bg_t1.jpg) repeat-x 0px 2px;
}
.t0_2 {
	width:100%;
	text-align: center;
	background: url(/site/tmpl/img/bg_t1_2.jpg) repeat-x 0px 2px;
}
.t1 {
	width: 778px;
}
.t1-c00 {
	padding: 0px 3px;
	background-color:#FFF;
}
.t1-c10 {
	padding: 4px 0;
}
.t1-c20 {
	padding:5px 0px;
	height:300px;
}
.t1-c30{
	background-color:#F5F5F5;
	height:30px;
	border-top: 1px solid #C1C1C1;
}
.t1-c40{
	background-color:#F5F5F5;
	height:30px;
	border-top: 1px solid #E8E8E8;
}
.t1-c50{
	background-color:#F5F5F5;
	height:30px;
	border-top: 1px solid #E8E8E8;
	padding: 0px 10px;
	color: #CCC;
}
.t1-c60{
	padding: 5px 5px 15px 0px;
	text-align:right;
	color:#ccc;
}
.t1-c60 a {
	color: #ccc;
	text-decoration:underline;
}
.t2
{
	width:100%;
}
.t2-r0 {
	height: 38px;
}
.t2-c00 {
	padding:2px 0px;
	background: url(/site/tmpl/img/red.gif) repeat-x 0px 34px;
}
.t2-c01 {

	background: url(/site/tmpl/img/red.gif) repeat-x 0px 34px;
}
.t2-r1 {

}
.t2-c10 {
	height: 227px;
	
	background: #ECF3FD url(/site/tmpl/img/logo.jpg) no-repeat;
}
.t2-c10_2 {
	height: 104px;
	background: #ECF3FD url(/site/tmpl/img/logo2.jpg) no-repeat;
}
.t3 {
	width:100%;
	height:100%;
	border-right: 1px dashed #BBB;
}
.t3-c00{
	padding:5px 5px 5px 0px;
	width:390px;
}
.t3-c01{
	padding:5px 15px 5px 5px;
}

.t5 {
	width:100%;
	height:100%;
	border-right: 1px dashed #BBB;
	border-left: 1px dashed #BBB;
}
.t5-c00{
	padding:5px;
	width:190px;
	border-right: 1px dashed #E7EFF8;
}
.t5-c01{
	padding:10px;
	border-right: 1px dashed #E7EFF8;
}
.t5-c02{
	padding:5px;
	width: 200px;
}

.site_cell {
	padding: 0px 7px 7px 0px;
	
}
.site_cell .content {
	border:1px solid #C1D0E7;
	width: 188px;
	height:145px;
}
.t4 .name a {
	font-size: 13px;
	font-family: "Trebuchet MS", Verdana;
	font-weight:bold;
}
.t4 a:hover{
	text-decoration:none;
}
.t4 .row0 .name a {
	color: #C00;
}
.t4 .row1 .name a {
	color: #09F;
}
.t4 .row2 .name a {
	color: #090;
}
.t4 .name {
	padding:3px 6px;
}
.t4 .descr {
	padding:0px 6px 6px 6px;
}

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

.first_news {
	position:relative;
	left:61px;
	top:175px;
	color:#123B6F;
}
.fp_first_news {
	width:280px;
}
.fp_first_news .c_date {
	font-weight:bold;
	color:#F60;
}

/**************************************/
/* horizontal menu at left-top corner */
/**************************************/

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

/*  - 1.level */
.h1_menu_content .l1,
.h1_menu_content .l1_a 
{ 
	color: #999;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: bold;
	padding: 0 3px 0 8px;
	text-decoration: none;
	white-space: nowrap;
}
.h1_menu_content .l1_a,
.h1_menu_content .l1:active, 
.h1_menu_content .l1:hover,
.h1_menu_content .l1_a:active, 
.h1_menu_content .l1_a:hover
{ 
	color: #999;
}


/*****************************/
/* 			main menu		 */
/*****************************/
.h2_container {
	border: 1px solid #CCC;
	padding: 5px;
}

/*  - 1.level */
.h2_menu_content .l1,
.h2_menu_content .l1_a 
{ 
	color: #123B6F;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: normal;
	padding: 6px 7px 10px 18px;
	text-decoration: none;
	font-weight:bold;
	border-bottom: 4px solid #C00;
	border-top: 1px solid #FFF;
	display:block;
}
.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
{ 
	
	border-bottom: 4px solid #FC0;
	border-top: 1px solid #C00;
	color: #123B6F;
	text-decoration: none;
}
.h2_menu_content .l1_cell,
.h2_menu_content .l1_a_cell
 {
	background: url(/site/tmpl/img/arrow_big.gif) no-repeat 6px 11px;
}

/***************************************/
/* horizontal menu at right-top corner */
/***************************************/



/*  - 1.level */
.h3_menu_content .l1,
.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: #999;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: normal;
	padding: 0 12px 0 12px;
	text-decoration: none;
	white-space: nowrap;

	border-right: 1px dashed #C1C1C1;
}

#h3_last {
	border-right:none;
}



/*  - 1.level */
.h4_menu_content .l1,
.h4_menu_content .l1_a,
.h4_menu_content .l1:active, 
.h4_menu_content .l1:hover,
.h4_menu_content .l1_a:active, 
.h4_menu_content .l1_a:hover 
{ 
	color: #999;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: normal;
	padding: 0 12px 0 12px;
	text-decoration: none;
	white-space: nowrap;
	border-right: 1px dashed #C1C1C1;
}
#h4_last {
	border-right:none;
}

/**********************************/
/* vertical menu at left or right */
/**********************************/

/*  - container */
.v1_menu_content
{
	width: 190px;
	padding: 0px 7px;
}

/*  - 1.level */
.v1_menu_content .l1,
.v1_menu_content .l1_a 
{ 
	background: url(/site/tmpl/img/l1.gif) no-repeat 8% 50%;
	color: #123B6F;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: normal;
	padding: 2px 5px 3px 15px;
	text-decoration: none;
	border-bottom: 1px solid #E7EFF8;
}
#v1_first {
	border-top: 1px solid #E7EFF8;
}
.v1_menu_content .l1:active, 
.v1_menu_content .l1:hover
{
	color: #123B6F;
	text-decoration: none;
	background-color:#FBFBFB;
}
.v1_menu_content .l1_a,
.v1_menu_content .l1_a:active, 
.v1_menu_content .l1_a:hover
{
	color: #123B6F;
	text-decoration: none;
}
.v1_menu_content .l1_cell,
.v1_menu_content .l1_a_cell
 {
	background: url(/site/tmpl/img/arrow_small.gif) no-repeat 6px 7px;
}
.v1_menu_content .l1_a_cell{
	background-color: #F2F2F2;
}

.services_sites {
	width:180px;
	font-weight: bold;
	color:#C00;
	padding: 20px 5px 0px 5px;
	border-top: 1px solid #DDD;
}


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

/*  - container */
.v2_menu_content
{
	padding: 5px 0;
	width: 100%;
}
.v2_menu_content td
{
	padding: 0 0;
}

/*  - 1.level */
.v2_menu_content .l1,
.v2_menu_content .l1_a 
{ 
	color: #123B6F;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 5px 3px 5px;
	text-decoration: none;
	border: 1px solid #B4B9BC;
	background-color:#EBF3FC;
	margin:1px;
}
.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: #123B6F;
	text-decoration: none;
	background-color:#F6F6FE;
}


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

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

/*  - 1.level */
.lang_menu_content .l1,
.lang_menu_content .l1_a 
{ 
	color: #FFF;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	padding: 0 8px 0 0;
	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: #FFF;
	text-decoration: underline;
}


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

/*  - 1.level */
.location_bar td
{
	vertical-align: top;
}
.location_bar a
{ 
	color: #999;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	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: #666;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: normal;
	padding: 0 4px 0 1px;
}


/******************/
/* 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: #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: #666;
	text-decoration: underline; 
}

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



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

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

.fp_mod_news td#header 
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	height: 25px;
	color: #c00;
	padding: 5px 0 3px 5px;
	font-weight: bold;
}

.fp_mod_news .row
{
	border-top: 1px solid #DDD; 
	padding: 5px 0px 5px 5px;
}

.fp_mod_news .c_date {
	color: #F60;
	font-weight:bold;
}

.fp_mod_news a 
{

	color: #123B6F;

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