html
{
	width:100%;
	height:100%;
}

body
{
	margin:0;
	padding:0;
	border:none;
	
	width:100%;
	height:100%;
	
	background-image:url(../images/fundalPattern.jpg);
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	/*overflow:auto;*/
}

#page
{
	position:relative;
	
	margin:0 auto;
	
	width:900px;
	
	text-align:left;

}

#site_header
{
	position:relative;
	float:left;
	width:900px;
	height:322px;
}

#site_content
{
	position:relative;
	float:left;
	width:900px;
}

#site_footer
{
	position:relative;
	float:left;
	width:900px;
	height:38px;
	line-height:0;
}

#col_space
{
	position:relative;
	float:left;
	width:900px;
	/*height:10px;*/
	min-height:10px;
	line-height:0px;
}

#col_top
{
	position:relative;
	float:left;
	width:900px;
	height:10px;
	line-height:0;
}

#col_left
{
	position:relative;
	float:left;
	width:180px;
}

#col_right
{
	position:relative;
	float:left;
	
	width:700px;
}

#col_right_content
{
	margin:0;
	padding:0;
	border:none;
	
	position:relative;
	float:left;
	left:10px;
	
	width:680px;
	text-align:left;
}

#col_content
{
	position:relative;
	float:left;
	margin:0 auto;
	
	width:840px;
	padding-left:25px;
	padding-right:30px;
	text-align:left;
}

#menu
{
	margin:0;
	padding:0;
	border:none;
	position:relative;
	float:left;
	padding-left:20px;
}

#menu ul
{
	margin:0;
	padding:0;
	border:none;
	list-style:none;
	list-style-type:none;
}

#menu ul li
{
	margin:0;
	padding:0;
	border:none;
	list-style:none;
	list-style-type:none;
	text-align:left;
}

#menu ul li a, #menu ul li a:link, #menu ul li a:visited
{
	text-align:left;
	text-decoration:none;
	color:#2F1E0D;
	background-image:url(../images/menu.png);
	background-repeat:no-repeat;
	
	display:block;
	width:160px;
	height:37px;
}

#menu ul li a:hover
{
	color:#663300;
	
	background-image:url(../images/menu_selected.png);
	background-repeat:no-repeat;
	
	background-color:black;
}

#menu ul li a span
{
	position:relative;
	top:10px;
	left:12px;
}

.selected
{
	background-image:url(../images/menu_selected.png);
	background-repeat:no-repeat;
	
	display:block;
	width:160px;
	height:37px;
}

.selected span
{
	color:#663300;
	position:relative;
	top:10px;
	left:12px;
	cursor:default;
	font-weight:bold;
}

#sub_menu
{
	position:relative;
	float:left;
	left:10px;
	width:100%;
	height:23px;
	padding-bottom:10px;
	
	background-image:url(../images/sub_menu_back.jpg);
	background-repeat:no-repeat;
}

#sub_menu ul
{
	margin:0;
	padding:0;
	border:none;
	list-style:none;
	list-style-type:none;
	
	margin-left:15px;
}

#sub_menu ul li
{
	position:relative;
	float:left;
	list-style:none;
	list-style-type:none;
	
	margin-right:15px;
}

#sub_menu ul li a, #sub_menu ul li a:link, #sub_menu ul li a:visited
{
	position:relative;
	top:4px;
	text-decoration:none;
	color:#2F1E0D;
	font-weight:bold;
}

#sub_menu ul li a:hover
{
	color:#E3C881;
}

.selected_sub
{
	background-color:#3E1F00;
	padding:4px;
}

.selected_sub span
{
	color:#E3C881;
	cursor:default;
	font-weight:bold;
}

.cleaner
{
	margin:0;
	padding:0;
	border:none;
	line-height:0;
	clear:both;
}

.down_button
{
	position:relative;
	float:right;
	top:-14px;
	right:14px;
	
	width:80px;
	height:58px;
	
	text-align:center;
	
	background-image:url(../images/download.png);
	background-repeat:no-repeat;
	cursor:hand;
}

.down_button a, .down_button a:link, .down_button a:hover, .down_button a:visited
{
	display:block;
	
	width:80px;
	height:58px;
	
	text-decoration:none;
}

.archive_button, .archive_button:link, .archive_button:visited
{
	position:relative;
	float:left;
	padding-top:15px;
	left:10px;
	
	text-decoration:none;
	color:#663300;
	font-size:14px;
	font-weight:bold;
}

.archive_button:hover
{
	color:#333333;
}

.ca_items_list ul
{
	margin:0;
	padding:0;
	border:none;
	list-style:none;
}

.ca_items_list ul li
{
	display:block;
	margin:0;
	padding:0;
	border:none;
	list-style:none;
	
	position:relative;
	float:left;
	margin-top:10px;
	
	width:680px;
	
	height:82px;
	background-image:url(../images/chenar.jpg);
	background-repeat:no-repeat;
	
}

.ca_items_list ul li h1
{
	position:relative;
	float:left;
	top:10px;
	left:20px;
	margin:0;
	padding:0;
	border:none;
	font-size:16px;
	cursor:default;
	
	overflow:hidden;
	
	width:530px;
	height:28px;
}

.ca_items_list ul li p
{
	position:relative;
	float:left;
	top:5px;
	left:18px;
	margin:0;
	padding:0;
	border:none;
	cursor:default;
	
	display:block;
	width:535px;
	height:45px;
	overflow:auto;
}


.ac_items_list 
{
}

.ac_items_list ul li
{
	background-image:url(../images/chenar-archive.jpg);
	background-repeat:no-repeat;
}

.invisible
{
	display:none;
}

.visible
{
	display:block;
}

.filtru_cautare
{

	margin:0;
	padding:0;
	border:none;
	
	list-style:none;
	list-style-type:none;
}

#lista_de_scrutinuri
{
	position:relative;
}

#lista_de_scrutinuri h1
{
	margin:0;
	padding:0;
	border:none;
	font-size:18px;
}


#lista_de_scrutinuri ul
{
	margin:0;
	margin-left:20px;
	padding:5px;
	border:none;
	list-style:decimal;
}

#lista_de_scrutinuri ul li
{
	margin:0;
	padding:0;
	border:none;
}

#lista_de_scrutinuri ul li a
{
	text-decoration:none;
	color:#663300;
}

#lista_de_scrutinuri ul li a:hover
{
	text-decoration:underline;
	color:#8E2800;
}

.separator
{
	margin-top:10px;
	border:1px solid #BEA45B;
}

.spacer
{
	margin-top:20px;
}

.spacer_block
{
	position:relative;
	float:left;
	clear:both;
	margin-top:10px;
	line-height:0;
}

#actiuni_scrutin ul li h1
{
	font-size:14px;
	font-weight:bold;
}

#actiuni_scrutin ul li h2
{
	font-size:12px;
	font-weight:normal;
}

.cleaner
{
	clear:both;
}

#glosar_index
{
}

#glosar_index ul
{
	margin:0;
	padding:0;
	border:none;
	list-style:none;
	list-style-type:none;	
}

#glosar_index ul li
{
	margin:0;
	padding:0;
	border:none;
	display:inline;
}

#glosar_index a, #glosar_index a:link, #glosar_index a:visited
{
	font-size:14px;
	font-weight:bold;
	clear:none;
	padding:4px;
	color:#000000;
	text-decoration:none;
}

#glosar_index a:hover
{
	background-color:#BEA45B;
	color:#ffffff;
}

#termen_cautat
{
	position:relative;
	float:left;
}

#termen_cautat h1
{
	margin:0;
	padding:0;
	border:none;
	
	text-align:left;
	background-color:#BEA45B;
	color:#ffffff;
	font-weight:bold;
	padding:3px;
	font-size:24px;
	font-weight:bold;
}

.glosar_result
{
	margin-left:20px;
}

#cautare_glosar_form
{
	height:50px;
}

.install_flash_player
{
	position:relative;
	float:left;
	width:100%;
	
	color:#ffffff;
	display:block;
	padding:10px;
	
	background-image:url(../images/site_back.png);
	background-repeat:repeat-y;
	
}

.install_flash_player_header
{
	position:relative;
	float:left;
	background-image:url(../images/install_fp_header.png);
	background-repeat:no-repeat;
	width:100%;
	height:38px;
}
.install_flash_player_footer
{
	position:relative;
	float:left;
	background-image:url(../images/install_fp_footer.png);
	background-repeat:no-repeat;
	width:100%;
	height:38px;
}

.install_flash_player a img
{
	border:none;
}

#site_notice
{
	position:relative;
	float:left;
	width:900px;
	height:20px;
	
	text-align:center;
	font-size:12px;

	color:#071708;
	
	/*
	background-image:url(../images/noticeBackground.png);
	background-repeat:no-repeat;
	*/
}

#site_notice ul
{
	margin:0;
	padding:0;
	border:none;
	list-style:none;
	list-style-type:none;
}

#site_notice ul li
{
	margin:0;
	padding:0;
	border:none;
	list-style:none;
	list-style-type:none;
	
	display:inline;
}

.site_notice_evidentiat a, .site_notice_evidentiat a:link, .site_notice_evidentiat a:visited
{
	margin:0;
	padding:0;
	border:none;
	font-size:12px;
	font-weight:bold;
	color:#619b66;
	text-decoration:none;;
}

.site_notice_normal a, .site_notice_normal a:link, .site_notice_normal a:visited
{
	margin:0;
	padding:0;
	border:none;
	font-size:12px;
	font-weight:bold;
	color:#071708;
	text-decoration:none;;
}

.site_notice_normal a:hover
{
	margin:0;
	padding:0;
	border:none;
	font-size:12px;
	font-weight:bold;
	color:#619b66;
	text-decoration:none;;
}
