/*menu*/

.top_menu, .top_menu:link, .top_menu:active, .top_menu:visited, .top_menu:hover
{
	FONT-WEIGHT: normal;
    FONT-SIZE: 10px;
	/*LINE-HEIGHT:14px;*/
    COLOR: #666666;
	FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif
	text-decoration:none;
}
.top_menu:hover
{
	text-decoration:none;
}
/*end*/




/*docs*/

.doc_title
{
	font-family: verdana, arial, tahoma, helvetica, sans-serif;
    text-decoration: none;
	/*text-transform:uppercase;*/
	color: #4183B0;
    font-weight: normal;
    font-size: 19px;
	/*line-height: 10px;*/
}

.doc_title_2
{
	font-family: verdana, arial, tahoma, helvetica, sans-serif;
    text-decoration: none;
	/*text-transform:uppercase;*/
	color: #4183B0;
    font-weight: bold;
    font-size: 12px;
	/*line-height: 10px;*/
	line-height:24px;
}


.doc_ingress
{
	font-family: verdana, tahoma, helvetica, sans-serif;
    text-decoration: none;
	color: #333333;
    font-weight: normal;
    font-size: 9px;
	/*line-height: 14px;*/
}

.doc_text *
{
	font-family: verdana, tahoma, helvetica, sans-serif;
    text-decoration: none;
	color:  #000000;
   /* font-weight: normal;*/
    font-size: 10px;
	line-height: 14px;
}

.doc_text2 *
{
	font-family: verdana, tahoma, helvetica, sans-serif;
    text-decoration: none;
	color: #333333;
    /*font-weight: normal;*/
    font-size: 9px;
	line-height: 14px;
}

.doc_list_title, .doc_list_title:link, .doc_list_title:active, .doc_list_title:visited, .doc_list_title:hover
{
	font-family: verdana, tahoma, helvetica, sans-serif;
    text-decoration: none;
	/*text-transform:uppercase;*/
	color: #666666;
    font-weight: normal;
    font-size: 10px;
	/*line-height: 10px;*/
}

.doc_list_title_sel
{
	font-family: verdana, tahoma, helvetica, sans-serif;
    text-decoration: none;
	/*text-transform:uppercase;*/
	color: #4183B0;
    font-weight: normal;
    font-size: 10px;
	/*line-height: 10px;*/
}

.doc_list_text
{
	font-family: verdana, tahoma, helvetica, sans-serif;
    text-decoration: none;
	color: #333333;
    font-weight: normal;
    font-size: 10px;
	line-height: 14px;
}

/*END*/



/* SEARCH*/
/*END*/



/*NEWS*/

.news_title,  news_title:link, news_title:active, news_title:visited, news_title:hover
{
	/*text-transform:uppercase;*/
	font-family: verdana, tahoma, helvetica, sans-serif;
    text-decoration: none;
	color: #CC0000; /* #D81F2A; #5B914C; #A12830*/
    font-weight: normal;
    font-size: 10px;
	/*line-height: 10px;*/
}

.news_title:hover
{
	text-decoration: none;
}

.news_text
{
	font-family: verdana, tahoma, helvetica, sans-serif;
    text-decoration: none;
	color: #333333;
    font-weight: normal;
    font-size: 10px;
	/*line-height: 16px;*/
}

.news_date
{
	font-family: verdana, tahoma, helvetica, sans-serif;
    text-decoration: none;
	color: #999999;
    font-weight: normal;
    font-size: 10px;
	/*line-height: 16px;*/
}


/*END*/

/* OTHER */

tr td.att_element
{
	cursor:hand;
	cursor:pointer;
}

tr td.att_element_over
{
	background-image: url(../images/design/3_img_att_sel.gif);
	background-repeat: repeat-x;
	cursor:hand;
	cursor:pointer;
}

/* Google maps popup */
#google_maps
 {  
	 display:none;
	 position:fixed;  
	 _position:absolute; /* hack for internet explorer 6*/  
	 z-index:2;
	 top:0;
	 left:0;
	 text-align:center;
	 width:595px;
	 margin:0 auto;
 }
	.google_maps_content{
		 height:370px;  
		 width:595px;
		 text-align:center;
		 margin:0 auto;
		 padding:0px;
	}
#backgroundPopup
{  
 display:none;  
 position:fixed;  
 _position:absolute; /* hack for internet explorer 6*/  
 height:100%;  
 width:100%;  
 top:0;  
 left:0;  
 background:#000000;  
 border:1px solid #cecece;
 z-index:1;
}