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

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

#header
{
	height: 76px;
}
#logo
{
	height:52px;
}
#logo td
{
	vertical-align:middle;
}	
.body_high #header
{
	height: 191px;
}
.body_high #logo
{
	height:167px;
}
.body_high #logo td
{
	vertical-align:top;
}	
body.succesinviata #header
{
	height: 200px;
}
body.succesinviata #logo
{
	height:52px;
}
body.succesinviata  #menu ul.submenu
{
	top:216px;	
}
#logo img
{	
	border:none;
}
#menu
{
}
#menu ul.menu
{
	list-style:none;
	float:left;
	padding:0px;
	margin:0px;
	width:100%;
	height:24px;
	background-color:#FF0000;
}
#menu ul.menu li.folder
{
	float:left;
	display:block;
	text-indent:0px;
}
#menu ul.menu li.folder a
{
	font-size:11px;
	height:24px;
	line-height:24px;
	text-transform:uppercase;
	text-decoration:none;
	display:block;
	text-align:center;
}
#menu ul.menu li.folder a:hover
{
	text-decoration:underline;
}
#menu ul.menu li.selected a
{
}
#menu ul.submenu
{
	list-style:none;
	display:none;
	position:absolute;
	top:84px;
	left:0px;
	z-index:100;
	padding:0px;
	background-color:#FF0000;
}
.body_high  #menu ul.submenu
{
	top:199px;	
}
#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 20px;
}
.cc_full_page
{
	width:955px;
}
.cc_with_left_blocks
{
	width:715px;
}
.cc_with_right_blocks
{
	width:715px;
}
.cc_with_both_blocks
{
	width:477px;
	overflow:hidden;
}
#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:33px;
	width:15px;
}
.sc_header_middle
{
	height:33px;
	overflow:hidden;
	font-size:12px;
	font-weight:bold;
}
.sc_header_middle div
{
	margin-top:5px;
}
.sc_header_right
{
	height:33px;
	width:16px;
}
.sc_content
{
}
.sc_left
{
	width:5px;
}
.sc_right
{
	width:4px;
}
.sc_footer_left
{	
	width:14px;
	height:15px;
}
.sc_footer_right
{	
	width:14px;
	height:15px;
}
.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;
}

/* Lightbox */
.lightbox_overlay{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.5;
	opacity:.50;
	filter: alpha(opacity=50);
}
.lightbox_content {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	padding: 16px;
	border: 1px solid #666666;
	background-color: white;
	z-index:1002;
	overflow: auto;
}
.lightbox_close {
	display: block;
	position: absolute;
	top: 3px;
	right: 3px;
}
