/* 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:955px;
	z-index:1;
}
h1.page_title
{
color:#167C14;
font-size:24px;
font-weight:normal;
margin:10px 0px;
text-align:left;
}

#header
{
	height: 150px;
	margin-bottom:7px;
	position:relative;
}
#header #top_color_bar
{
	height:11px
}
#logo
{
	height:52px;
	width:100%;
}
#logo img
{	
	border:none;
}
#menu
{
	width:100%;
	height:37px;
	border-bottom:#d5d5d5 1px solid;
	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;
	height:37px;
	line-height:37px;
	text-decoration:none;
	font-weight:bold;
	font-size:13px;
	display:block;
	text-align:center;
	padding-left:20px;
	padding-right:20px;
}
#menu ul.menu li.folder a:hover
{
}
#menu ul.menu li.selected a
{
}
#menu ul.submenu
{
	list-style:none;
	display:none;
	position:absolute;
	top:38px;
	left:0px;
	width:955px;
	height:32px;
	z-index:100;
	padding:0px;
	background-color:#FF0000;
}
#menu ul.submenu li
{
	display:block;
	float:left;
	text-indent:0px;
	text-align:left;
	height:12px;
	padding:10px 0px;
	margin:0px;
}
#menu ul.submenu li a
{
	display:block;
	line-height:12px;
	padding:0px 10px;
	float:left;
	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:955px;
}
.cc_with_left_blocks
{
	width:710px;
	padding-left:7px;
}
.cc_with_right_blocks
{
	width:710px;
	padding-right:7px;
}
.cc_with_both_blocks
{
	width:465px;
	overflow:hidden;
	padding-left:7px;
	padding-right:7px;
}
#footer
{
	clear:both;
	height:30px;
	font-size:9px;
	font-weight:bold;
	padding:0px 10px;
	line-height:30px;
}
#copyright
{
	float:left;
}
#author
{
	float:right;
}

/* side column */
.sc_header_left
{
	height:32px;
	width:3px;
}
.sc_header_middle
{
	height:32px;
	overflow:hidden;
	font-size:12px;
	font-weight:bold;
	vertical-align:top;
}
.sc_header_middle div
{
	padding:7px 9px 0px 9px;
}
#center_column .sc_header_middle div
{
	text-align:center;
}
.sc_header_right
{
	height:32px;
	width:3px;
}
.sc_content
{
}
.sc_left
{
	width:3px;
}
.sc_right
{
	width:3px;
}
.sc_footer_left
{	
	width:3px;
	height:3x;
}
.sc_footer_right
{	
	width:3px;
	height:3px;
}
.sc_footer_middle
{
	height:3px;
}
.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:995px;
}