
body, html
{
	margin:0px;
	padding:0px;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
}

form
{
	margin:0px;
	padding:0px;
	display:inline;
}

.reclama_sus
{
	position:absolute;
	top:20px;
	left:320px;
}
.reclama_sus img
{
	border:0px;
}

.main_logo
{
	border:0px;
	padding:0px;
	position:absolute;
	top:3px;
	left:20px;
}

.box
{
	border:1px solid #A5A8B1;
	margin-bottom:10px;
	font-size:14px;
}
.box h2
{
	width:100%;
	background-color:#A5A8B1;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	padding:0px;
	margin:0px;
	margin-bottom:10px;
	line-height:24px;
	position:relative;
}


.box h2 a
{
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
.box h2 a:hover
{
	text-decoration:underline;
}

.box h2 a.selected_item
{
	position:absolute;
	background-image:url(../../images/ro/selected_menu.gif);
	background-repeat:no-repeat;
	width:99px;
	height:43px;
	top:-5px;
	left:220px;
	padding-top:5px;
	text-align:center;
	font-weight:normal;
}

.box .content
{
	margin:15px;
} 

.a_input1
{
	background-color:#F9F9F9;
	border:1px solid #FE5200;
	font-size:16px;
	width:205px;
	height:25px;
	line-height:25px;
	display:block;
	margin:5px 0px 20px 0px;
}


/*-----------------------------------------------*/
.button
{
	border:1px solid #FE5200;
	color:#ffffff;
	background-color:#F69B02;
	font-size:12px;
	font-weight:bold;
	padding:1px 10px 1px 10px;
	text-decoration:none;
}
.button:hover
{
	text-decoration:underline;
}
.button2
{
	border:1px solid #FE5200;
	color:#ffffff;
	background-color:#F69B02;
	font-size:18px;
	line-height:18px;
	font-weight:bold;
	padding:5px 15px 5px 15px;
	text-decoration:none;
}

/*----------------------------------------------*/
/*----------------- main header ----------------*/
/*----------------------------------------------*/
.main_header
{
	width:100%;
	background-image:url(../../images/ro/header_bg.gif);
	height:113px;
	background-repeat:repeat-x;
	margin-bottom:60px;
}
.main_header .header_links
{
	float:right;
	margin-right:30px;
	margin-top:20px;
	color:#333333;
	font-size:12px;
	font-weight:bold;
}

.main_header .header_links a
{
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}
.main_header .header_links a:hover
{
	text-decoration:underline;
}

.main_header .header_links .link1
{
	color:#000000;
}
.main_header .header_links .link2
{
	color:#ffffff;
}

.main_top_menu
{
	position:absolute;
	top:80px;
	left:300px;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
}

.main_top_menu .entry
{
	margin:1px 5px 0px 0px;
	color:#ffffff;
	text-decoration:none;
	background-position:top left;
	background-repeat:no-repeat;
	display:block;
	float:left;
	width:101px;
	height:41px;
	text-align:center;
	line-height:35px;
}
.main_top_menu .class_selected
{
	background-image:url(../../images/ro/top_menu_selected_bg.gif);
} 
.main_top_menu .entry:hover
{
	text-decoration:none;
	background-image:url(../../images/ro/top_menu_selected_bg.gif);
}
/*----------------------------------------------*/

/*----------------------------------------------*/
/*------------- right content ------------------*/
/*----------------------------------------------*/
.right_content
{
	float:right;
	width:250px;
	margin:0px 10px 0px 10px;
}
/*----------------------------------------------*/

/*----------------------------------------------*/
/*------------- center content -----------------*/
/*----------------------------------------------*/
.center_content
{
	width:670px;
	margin:10px;
}
/*----------------------------------------------*/

/*----------------------------------------------*/
/*------------- stil pentru popup --------------*/
/*----------------------------------------------*/

.the_popup
{
	position:absolute;
	border:1px solid #FE5200;
	background-color:#EAEAEA;
	color:#000000;
	font-size:12px;
	padding:0px;
	display:block;
	width:300px;
}

.the_popup .title
{
	background-color:#868585;
	color:#ffffff;
	font-weight:bold;
	width:100%;
	padding:2px 0px 2px 0px;
}
.the_popup .content
{
	position:relative;
	margin:5px 5px 0px 5px;
	padding:0px;
	padding-bottom:5px;
}
.the_popup .content a
{
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}
.the_popup .content a:hover
{
	text-decoration:underline;
}

.the_popup .content .close
{
	right:1px;
	top:-22px;
	position:absolute;
}
.the_popup .content .close img
{
	border:0px;
}
.the_popup .content .arrow
{
	position:absolute;
	bottom:-11px;
	left:10px;
}

.the_popup .content textarea
{
	width:250px;
	height:50px;
	font-size:11px;
}
/*----------------------------------------------*/

/*------------ global css ----------------------*/
.user_image_container
{
	display:block;
	width:30px;
	height:30px;
	border:1px solid #656565;
	text-align:center;
	overflow:hidden;
	text-align:center;
}
.user_image_container:hover
{
	border:1px solid #FE5200;
}

.user_image_container img
{
	height:30px;
	border:0px;
}



.mini_image_container
{
	display:block;
	width:60px;
	height:40px;
	border:1px solid #656565;
	text-align:center;
	overflow:hidden;
	text-align:center;
}
.mini_image_container:hover
{
	border:1px solid #FE5200;
}

.mini_image_container img
{
	height:40px;
	border:0px;
}

/*----------------------------------------------*/

