/* CSS Document */
@import url("content.css");
@import url("block_content.css");

/* ======================================================== */
/* some common styles for all tags */
*
{
margin:0px;
padding:0px;
}
body
{
font-family:Verdana, sans-serif;
font-size:11px;
}
/* ======================================================== */
/* Layout */
#page
{
	margin:0px auto;
	width:994px;
	z-index:1;
}
h1.page_title
{
color:#167C14;
font-size:24px;
font-weight:normal;
margin:10px 0px;
text-align:left;
}

#header
{
	height: 215px;
	margin-bottom:7px;
	position:relative;
}
#logo_html
{
	height:204px;
	width:994px;
}
#logo_html img
{	
	border:none;
}
#menu_wrapper
{
	position:absolute;
	top:46px;
	right:0px;
	width:810px;
	text-align:right;
}
#menu
{
	width:100%;
	height:32px;
	position:relative;
}
#menu ul.menu
{
	list-style:none;
	float:left;
	padding:0px;
	margin:0px;
	height:37px;
}
#menu ul.menu li.folder
{
	float:left;
	display:block;
	text-indent:0px;
	padding-left:3px;
	height:37px;
}
#menu ul.menu li.folder a
{
	font-size:11px;
	font-family:"Century Gothic","Trebuchet MS", Arial, sans;
	text-transform:uppercase;
	height:32px;
	line-height:32px;
	text-decoration:none;
	font-weight:600;
	font-size:15px;
	display:block;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
}
#menu ul.menu li.folder a:hover
{
}
#menu ul.menu li.selected a
{
}
#menu ul.submenu
{
	list-style:none;
	display:none;
	position:absolute;
	top:31px;
	left:0px;
	z-index:100;
	padding:0px;
	background-color:#FF0000;
}
#menu ul.submenu li
{
	display:block;
	text-indent:0px;
	text-align:left;
	height:15px;
	margin:0px;
	padding:3px 0px;
	border-left:#FF0000 1px solid;
	border-right:#FF0000 1px solid;
}
#menu ul.submenu li a
{
	padding:0px 5px;
	color:#FF0000;
	text-decoration:none;
	font-size:10px;
}
#menu ul.submenu li a:hover
{
	text-decoration:underline;
}
#menu ul.submenu li.first a
{
	border-left:none;
}
#left_side_column,
#right_side_column
{
	float:left;
	width:238px;
	min-height:300px;
}
#center_column
{
	float:left;
}
#content
{
	padding:10px 17px;
}
.cc_full_page
{
	width:972px;
	padding-left:11px;
	padding-right:11px;
}
.cc_with_left_blocks
{
	width:725px;
	padding-left:20px;
}
.cc_with_right_blocks
{
	width:725px;
	padding-right:20px;
}
.cc_with_both_blocks
{
	width:467px;
	overflow:hidden;
	padding-left:20px;
	padding-right:20px;
}
#menu_bottom
{
	margin-bottom:10px;
}
#menu_bottom a
{
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}
#menu_bottom a:hover
{
	text-decoration:underline;
}
#footer
{
	clear:both;
	width:100%;
	font-size:9px;
	text-align:center;
	padding:10px;
	margin-bottom:10px;
}
#copyright
{
	text-align:center;
}
#author
{
	text-align:center;
}

/* side column */
.sc_header_left
{
	height:26px;
	width:2px;
}
.sc_header_middle
{
	height:26px;
	overflow:hidden;
	font-size:12px;
	font-weight:bold;
	vertical-align:top;
}
.sc_header_middle div
{
	padding:7px 9px 0px 30px;
}
#center_column .sc_header_middle div
{
	text-align:center;
}
.sc_header_right
{
	height:26px;
	width:2px;
}
.sc_content
{
	padding-top:10px;
}
.sc_left
{
	width:2px;
}
.sc_right
{
	width:2px;
}
.sc_footer_left
{	
	width:2px;
	height:1x;
}
.sc_footer_right
{	
	width:2px;
	height:1px;
}
.sc_footer_middle
{
	height:1px;
}
.block_content
{
	padding:5px;
	font-size:11px;
}
.center_block_container
{
	float:left;
}
.block_width_1
{
	width:238px;
}
.block_width_2
{
	width:476px;
}
.block_width_3
{
	width:714px;
}
.block_width_4
{
	width:952px;
}
#inscrieri
{
	text-align: center;
	width:100%;
}