/*aa*/
/* @group Text style */
h1, h2, h3, h4 {
	margin-bottom: 15px;
	line-height: 15px;
}
h2, h3, h4 {
	margin-top: 7px;
	margin-bottom: 8px;
	color: #0d477c;
	font-weight: normal;
	list-style-position: outside;
}
#content h1 {
	font-size: 22px;
	margin-top: 10px;
	color: #0a3964;
	padding: 2px 0;
}
a {
	color: #365fb7;
}
a:hover {
	color: #e50000;
}
h4 {
	margin-bottom: 0;}

p, li {
	color: #333;
	margin-bottom: 15px;
	line-height: 15px;
	font-size: 12px;
}
ul, ol {
	list-style: none;
}
ul li, ol li {
	margin-left: 0;
	margin-bottom: 0;
}
li p {
	margin-bottom: 7px;
}

/* @group General styles */

.community_image {
	border: 1px solid #f4efdc;
}
.date {
	color: #999;
	font-size: 10px;
}
.more {
	font-size: 11px;
	font-style: italic;
	background: url(../images/icn-more_content.gif) left 50% no-repeat;
	padding-left: 12px;
}
.community {
	background: #f4efdc;
	color: #746013;
	padding: 1px 3px;
	font-size: 11px;
}
.category {
	background: #cee4f5;
	color: #134a74;
	padding: 1px 3px;
	font-size: 11px;
	font-weight: normal;
}
.sidebar_container {
	padding: 4px;
}

/* @end */

/* @end */

/* @group Skeleton */

body {
	background: #fdfded;
}
#container {
	width: 960px;
	margin: 0 auto;
}
#page {
	width: 960px;
}
#content {
	border: 1px solid #d4e7f5;
	background: url(../images/bg-content.gif) left top repeat-y;
	width: 958px;
	.display: inline;
	.overflow: hidden;
}
#content.noback {
	background: #fff;
}
#main_column {
	width: 699px;
	margin: 0;
	float: left;
	display: inline;
}
#sidebar {
	margin: 0;
	width: 259px;
	padding: 0;
	display: inline;
	float: right;
}

/* @end */

/* @group Body components */

/* @group Header */
#header #logo a {
	background: url(../images/logo-ecomunitate.png) left top no-repeat;
	display: block;
	width: 282px;
	height: 63px;
	text-indent: -9999em;
	margin: 25px 15px;
	cursor: pointer;
}
#header #account {
	margin: 15px 0;
}
#header #account {
	margin: 7px 0;
	width: 550px;
	text-align: right;
	line-height: 16px;
	float: right;
}
#header #account .logged_user {
	display: block;
}
#header #account a {
	color: #2962A0;
	font-size: 14px;
	margin-left: 15px;
}
#header #account a:hover {
	color: #0d406f;
}
#header #secondary_menu,
#header #language_switch {
	margin: 10px 0;
}
#header #secondary_menu {
	width: 451px;
	margin-left: 170px;
}
#header #language_switch {
	width: 60px;
}
#header #secondary_menu a {
	float: right;
	margin-right: 5px;
	color: #0d406f;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0;
	line-height: 1;
	background: #84b6da url(../images/btn-menu_back.gif) left top no-repeat;
}
#header #secondary_menu a.training {
	margin-left: 30px;
	margin-right: 5px;
}
#header #language_switch a {
	padding: 6px 7px 4px;
	float: right;
	text-decoration: none;
	color: #e50000;
	line-height: 1;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0;
	background: #ffe5aa url(../images/btn-menu_back.gif) left top no-repeat;
}
#header #secondary_menu a span,
#header #language_switch a span {
	display: block;
	padding: 8px 7px 6px;
	background: url(../images/btn-menu_back.gif) right top no-repeat;
}
#header #secondary_menu a.help span {
	padding: 7px 5px 4px;
}
#header #secondary_menu a.help span span.btn-help{
	padding: 1px 5px 2px;
	background: url(../images/icn-help.gif) center 50% no-repeat;
}
#header #language_switch a:hover,
#header #secondary_menu a:hover {
	color: #fff;
	background-color: #0d406f;
}
#header #secondary_menu a.help:hover span span.btn-help{
	background: url(../images/icn-help-hover.gif) center 50% no-repeat;
}
/* @end */

/* @group Menu */

#nav {
	margin-bottom: 12px;
}
#menu {
	margin-bottom: 0;
	margin-left: 15px;
}
#menu li {
	float: left;
	margin-bottom: 0;
}
#menu li ul {
	position: absolute;
	left: -9999em;
}
#menu li a {
	display: block;
	margin-right: 5px;
	text-decoration: none;
	color: #fff;
	padding: 0;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	background: #2962a0 url(../images/btn-menu_back.gif) left top no-repeat;
}
#menu li.home a {
	background: #2962a0 url(../images/btn-menu_back.gif) left top no-repeat;
}
#menu li a span {
	display: block;
	padding: 7px 7px 4px;	
	background: url(../images/btn-menu_back.gif) right top no-repeat;
}
#menu li.home a span {
	padding: 4px 7px 4px;
	line-height: 1em;
}
#menu li.home a span img {
	display: block;
}
#menu li.selected a {
	color: #fff;
	background-color: #022a4f;
}
#menu li a:hover {
	color: #fff;
	background-color: #022a4f;
}
.theme_separator {
	width: 10px;
	display: block;
}
#search {
	width: 275px;
	margin-right: 0;
	float: right;
	text-align: right;
}
#search div {
	float: right;
}
#search input {
	float: left;
	padding: 3px 3px;
	width: 140px;
	margin-right: 10px;
}
#search a.blue_button {
	text-decoration: none;
	color: #0d406f;
	font-size: 12px;
	padding: 0;
	text-transform: uppercase;
	font-weight: bold;
	float: left;
	line-height: 1em;
	background: #84b6da url(../images/btn-menu_back.gif) left top no-repeat;
}
#search a.blue_button span {
	display: block;
	padding: 9px 7px 8px;
	line-height: 1em;
	background: url(../images/btn-menu_back.gif) right top no-repeat;
}
#search a.blue_button span img {
	display: block;
}
#search a.blue_button:hover {
	color: #fff;
	background-color: #0d406f;
}
#search a.advanced_search {
	font-size: 11px;
	line-height: 13px;
	margin-left: 10px;
	display: inline;
	float: left;
	width: 60px;
	text-align: left;
}
#search a.advanced_search:hover {
	color: #0d406f;
}
/* @end */

/* @group Content */
#todays_community {
	width: 353px;
	margin: 0;
	margin-left: 15px;
	margin-top: 20px;
}
#todays_community h2 {
	font-size: 1.4em;
	margin-bottom: 1em;
}
#todays_community h2 strong {
	color: #000;
}
#todays_community .context_menu h3 {
	font-size: 11px;
}
#todays_community .context_menu li {
	font-size: 11px;
}
#success_story {
	width: 292px;
	margin-left: 10px;
	margin-top: 20px;
}
#success_story h2 {
	margin-bottom: 1em;
}
#business_section {
	background: #f0f8ff;
}
#community_list_home {
	padding: 10px 15px;
	background: #e4f0fc url(../images/bg-community_list_home.jpg) right top no-repeat;
}
#community_list_home li {
	float: left;
	width: 133px;
	font-size: 11px;
	line-height: 1.8em;
}
#community_list_home li a {
	color: #345db2;
	text-decoration: none;
}
#community_list_home li a:hover {
	color: #0D477C;
	text-decoration: underline;
}
#community_list_home h2 {
	font-size: 14px;
	font-weight: bold;
}
#companies {
	background: #d7e7f7;
	padding-left: 5px;
	margin-right: 5px;
	margin-left: 10px;
	width: 220px;
}
#catalogues {
	width:  240px;
}
#business_section h2 {
	margin: 15px 0;
	font-weight: bold;
}

#business_section h4 a{
	font-weight: bold;
}


#business_section .meta {
	color: #888;
	font-size: 11px;
}
#job_board {
	border-left: 1px solid #c4ddf6;
	width: 207px;
}
#job_board h2, #job_board p .more {
	margin-left: 5px;
}
#job_board li {
	padding: 5px;
}
#job_board li.even {
	background: #fff;
}
p.promotion {
	margin: 5px;
}
#wiki {
	background: #d7e7f7;
	padding-left: 5px;
	margin-right: 5px;
	margin-left: 10px;
	width: 220px;

}
#community_section h2 {
	margin: 15px 0;
	font-weight: bold;
}
#blog_articles {
	width: 450px;
}
#blog_articles li {
	margin-bottom: 15px;
}
#blog_articles .date strong {
	color: #143374;
	display: block;
	font-size: 1.6em;
	font-weight: normal;
}
#blog_articles h3 {
	margin-left: 40px;
	margin-top: 0;
	margin-top: -14px;
}
#blog_articles p {
	margin-left: 40px;
}
#blog_articles .date {
	background: #f0f8ff;
	float: left;
	color: #4270cf;
	text-align: center;
	padding: 6px;
	margin-left: 0;
}
#blog_articles h3 {
	font-size: 1.2em;
	font-weight: bold;
}
/* @end */
#pitch {
	border: 3px solid #e3d5b5;
	background: url(../images/bg-pitch.jpg) left bottom no-repeat;
}
#pitch #pitch_title {
	background: url(../images/titl-creeazati_cont.gif) left top no-repeat;
	margin: 25px 20px 25px;
	text-indent: -999em;
	overflow: hidden;
	height: 30px;
}
#pitch #pitch_title.en {
	background: url(../images/titl-create_account.gif) left top no-repeat;
}
#pitch li {
	padding-left: 60px;
	padding-right: 20px;
	margin-bottom: 10px;
	overflow: hidden;
	height: 1%;
}
#pitch li p {
	margin-bottom: 0;
}

#pitch li.one {
	background: url(../images/icn-one.gif) 20px 5px no-repeat;
}

#pitch li.two {
	background: url(../images/icn-two.gif) 20px 5px no-repeat;
}

#pitch li.three {
	background: url(../images/icn-three.gif) 20px 5px no-repeat;
}

#pitch li h3 {
	color: #0d2d51;
	font-size: 18px;
}
#pitch li p {
	color: #0d406f;
}
#pitch .btn-inscriete_acum {
	background: url(../images/btn-inscriete_acum.gif) left top no-repeat;
	display: block;
	height: 30px;
	width: 151px;
	text-indent: -999em;
	margin: 20px 20px 30px;
}
#news, 
#events,
#community_image {
	margin: 15px;
}
#community_meta {
	clear: both;
}
#newsletter_subscribe {
	background: #eee;
	margin: 10px;
	padding: 5px;
}

#subnav {
	background: #f0f8ff;
}
#subnav a, #subnav span {	
	display: block;
	padding: 5px;
}
#subnav span a {
	padding: 0;
}
#subnav .parent {
	background: #d7e7f7;
	color: #0d477c;
	font-size: 14px;
	font-weight: bold;
}
#subnav a {
}
#subnav a:hover {
	background: #ffffbb;
}
#subnav span a:hover {
	background: #d7e7f7;
}
#subnav li.selected a {
	background: #2962A0;
	color: #fff;
	text-decoration: none;
}
#subnav ul {
	margin-bottom: 0;
}
#subnav ul a {
	padding-left: 15px;
}
#breadcrumbs {
	padding: 10px 0;
	font-size: 11px;
	color: #333;
}
#today_community {
	margin-right: 15px;
}
#location p,
#location h2 {
	margin: 10px;
}
.slice {
	background: #f0f8ff;
	margin-bottom: 5px;
	margin-right: 1px;
	padding-right: 5px;
	font-size: 11px;
	padding: 0 5px;
}
.slice h2, .slice h3 {
	font-weight: bold;
	margin: 15px 0;
}
.slice li {
	margin-bottom: 5px;
}
#gallery {
	padding: 5px;
}
.container {
	margin: 15px;
}
#authentication {
	margin-bottom: 20px;
	padding: 15px 0 40px;
}
#authentication ul,
#authentication h1 {
	padding: 0 20px;
}
#authentication ul li {
	clear: both;
	padding-top: 6px;
}

#authentication ul label {
	width: 120px;
	float: left;
	text-align: left;
	padding: 3px 0;
}
#authentication p {
	margin-left: 143px;
}
#authentication p a.recover {
	color: #666;
	font-size: 11px;
	line-height: 25px;
}
#authentication .required {
	color: #f00;
}
#authentication .blue_button {
	float: left;
	margin-right: 5px;
	text-decoration: none;
}
#authentication .blue_button span {
	display: block;
	padding: 5px;
	background: #84B6DA;
	text-transform: uppercase;
	text-decoration: none;
	color: #0D406F;
	font-weight: bold;		
}
#authentication .blue_button:hover {
	color: #fff;
	background-color: #0d406f;
}
#footer {
	background: #d4e7f5;
	margin-top: 20px;
	padding: 20px 10px 10px 120px;
	background: url(../images/bg-footer.gif) left top no-repeat;
}
#footer p {
	margin: 0 0 5px;
	font-size: 11px;
}
#footer p a {
	margin-right: 10px;
	text-decoration: none;
}
#footer p.footer_menu a {
	font-size: 1.1em;
}
/* @group Forum */

.forum {
	width:  100%;
}
.noback h2 {
	font-weight: bold;
	margin: 15px 5px;
}
.forum th {
	background: #d5e5fe;
	padding: 6px;
	font-size: 11px;
	text-align: left;
	border-bottom: 1px solid #a9c8f8;
}
.forum {		
	border-top: 2px solid #a9c8f8;
}
.forum .even th.meta {
	width:  100px;
	background: #f6f6f6;
}
.forum th.meta {
	background: #fff;
	border-bottom: 1px solid #eee;
}
.forum th.meta em {
	font-weight: normal;
}
.forum td {
	padding: 6px;
	border-bottom: 1px solid #eee;
	vertical-align: middle;
}
.forum tr.even td {
	background: #f6f6f6;
}
.forum .no {
	width: 20px;
	font-size: 11px;
}
.forum .subject {
	width: 600px;
}
.forum .author,
.forum .last_comment,
.forum .no_messages {
	font-size: 11px;
	width: 120px;
}
.forum .no_messages {
	width: 40px;
}
#description {
	margin-bottom: 15px;
}
#description p {
	line-height:20px;
	margin-right: 10px;
}

#community_list {
	margin-bottom: 20px;
}
#community_list li {
}
#community_list li li {
	display: inline;
	float: none;
	width: auto;
	margin-right: 5px;
}
li.from_start {
	clear: left;
}
#community_list h3 {
	font-size: 14px;
	font-weight: bold;
}
#large_map {
	margin-top: 15px;
}
#community_search {
	margin: 10px;
	width: 150px;
}
#community_search h2 {
	margin-left: 0;
}
#community_search .blue_button {
	float: left;
	margin-right: 5px;
	text-decoration: none;
}
#community_search .blue_button span {
	display: block;
	padding: 5px;
	background: #84B6DA;
	text-transform: uppercase;
	text-decoration: none;
	color: #0D406F;
	font-weight: bold;
}
#book_list {
	margin: 25px 15px;
}
#book_list li {
	margin-bottom: 20px;
}
#book_list h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0;
}
#book_list p.meta {
	color: #666;
}
#book_list p.meta strong {
	margin-right: 15px;
	font-weight: bold;
}
#book_category,
#useful_links {
	margin: 15px;
}
#book_category h3,
#useful_links h3 {
	font-size: 12px;
	font-weight: bold;
}
#book_category li,
#useful_links li {
	margin-bottom: 5px;
}
/* @end */
#blog {
	margin: 15px;
	padding: 0;
	
}
#blog li {
	margin: 0;
	padding: 0;
	text-indent: 0;
}
#blog h2 {
	font-weight: bold;
	margin-bottom: 2px;
	font-size: 1.6em;
	line-height:1.2em;
	text-indent: 0 !important;
	
}
#blog h2 a {
	margin: 0 !important;
	left: 0;
	padding: 0;
	width: auto;
	text-indent: 0;
}
#blog p {
	line-height: 1.5em;
	margin-bottom: 1.5em;
}
#wiki_search {
	padding: 15px;
}
#wiki_articles {
	margin: 5px;
}
#wiki_articles h1 {
	margin: 10px;
}
#wiki_titles {
	margin: 10px;
}
#divSearch {
	border: 1px solid #e3d5b5;
}
#divSearch table {
	margin-bottom: 0 !important;
	background: #FDFDED !important;
	border: none !important;
}
#divSearch table td {
	padding: 2px 6px !important;
	background: #FDFDED !important;
	text-align: left !important;
}
#categories {
	padding: 15px;
	width: 920px;
	margin-right: 0;
}
#categories li {
	float: left;
	width: 160px;
	margin-right: 20px;
	margin-bottom: 10px;
}

.buttons a.blue_button {
	display: block;
	margin-right: 5px;
	text-decoration: none;
	color: #fff;
	padding: 0;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	background: #2962a0 url(../images/btn-menu_back.gif) left top no-repeat;
}
.buttons a.blue_button span {
	display: block;
	padding: 7px 7px 4px;	
	background: url(../images/btn-menu_back.gif) right top no-repeat;
}
.buttons a.blue_button:hover {
	color: #fff;
	background-color: #022a4f;
}
/* @end */

.single_button 
{
	text-decoration: none;
	color: #0d406f;
	font-size: 12px;
	padding: 0;
	text-transform: uppercase;
	font-weight: bold;
	float: left;
	line-height: 1em;
	background: #84b6da url(../images/btn-menu_back.gif) left top no-repeat;
}
.single_button span {
	display: block;
	padding: 8px 7px 6px;
	line-height: 1em;
	background: url(../images/btn-menu_back.gif) right top no-repeat;
}
.single_button span img 
{
	
	display: block;
}
.single_button:hover {
	color: #fff;
	background-color: #0d406f;
}

.required
{
	color:Red;
	}

.requiredBG
{
	background-color:Red;
	}

#footerbig
{
	background: url(../images/bg-footer.gif) left top no-repeat;
	padding-right:15px;
}	
#footer2 {
	background: #d4e7f5;
	margin-top: 20px;
	padding: 25px 120px 20px 120px;
	background: url(../images/logo_ro.gif) right top no-repeat;	
}

#footer2en
{
    background: #d4e7f5;
	margin-top: 20px;
	padding: 20px 120px 10px 120px;
	background: url(../images/logo_en.gif) right top no-repeat;	
}

#footer2 p {
	margin: 0 0 5px;
	font-size: 11px;
}
#footer2 p a {
	margin-right: 10px;
	text-decoration: none;
}
#footer2 p.footer_menu a {
	font-size: 1.1em;
}	

#authentication p.meta {
	margin-left: 20px;
}

#wiki_search {
	height: 1%;
	overflow: hidden;
}
#wiki_search input {
	float:left;
	padding: 3px;
	margin-right: 5px;
}
#main_column.sitemap {
	width: 100%;
}
.sitemap {
	margin-left: 20px;
	margin-top: 20px;
	font-size: 18px;
}
.sitemap a,
.sitemap span {
	font-size: 1em;
}
.sitemap li {
	font-size: .95em;
	line-height: 1em;
}
.sitemap ul {
	margin-bottom: 0;
	margin-left: 20px;
}

.less {
     font-size: 11px;
     font-style: italic;
     background: url(../images/icn-less_content.gif) left center no-repeat;
     padding-left: 12px;
     padding-top: 2px;
}


/* New home page */
#recent_articles h2,
#recent_articles ul,
#recent_articles p{
  margin-left: 15px;
}
#recent_articles ul p {
  margin-left: 0;
}
#recent_articles li
{
	padding: 5px;
}
#recent_articles li.even {
	background: #fff;
}

#rss_feed {
	border-left: 1px solid #c4ddf6;
	width: 207px;
}
#rss_feed h2, #rss_feed p .more {
	margin-left: 5px;
}
#rss_feed li {
	padding: 5px;
}
#rss_feed li.even {
	background: #fff;
}

#quick_comunities {
  background: #C4DDF6;
  color: #fff;
 
}
#quick_communities_alphabet {
  padding-bottom: 6px;
}
#quick_comunities h2 {
  color: #0D477C;
  font-size: 12px;
}
#quick_comunities h2,
#quick_comunities ol,
#quick_comunities li {
  display: inline;
}
#quick_communities_alphabet li
{
  color: gray;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  padding: 0 2px 0 0;
}

#quick_comunities ol a:hover {
  background: #fff;
  color: #000;
}
#quick_comunities #quick_communities_list {
  background: #D7E7F7;
}
#quick_communities_list p{
  line-height: 15px;
}
#quick_communities_list a{
  margin: 0 5px;
}

#quick_school_list p {
	
  line-height: 30px;
}
/*evacanta*/
#nav .evacanta {
  position: relative;
}
#nav .evacanta span {
  position: absolute;
  width: 131px;
  height: 50px;
  background:transparent url(../images/btn-evacanta.png) left top no-repeat;
  text-indent: -9999em;
  top: -10px;
}

.report div
{
    margin:0px;
    padding:0px;
    height:auto;
}
    
.report table
{
    margin:0px;
    padding:0px;
    height:auto;
}

span.picture {
  background: #eee;
  padding-bottom: 5px;
  color: #666;
  font-size: 11px;
}
span.picture img {
  display: block;
  margin-bottom: 5px;
}

.avatar_list
{
    margin:0px;
   
}
.avatar_list label
{
    padding:5px !important;
    width:70px !important;
}
#section_articles li{
padding:5px;
}
#section_articles li.even {
	background: #fff;
}
#section_events  {
	border-left:1px solid #C4DDF6;
}
#section_events  li{
padding:5px;
}
#section_events li.even {
	background: #fff;
}

.delete_button
{
    background: transparent url(/ecportal/admin/ui/Images/delete.gif) no-repeat; 
    padding:0px;
}
.picture_list td
{
    padding:10px;
}
.picture
{
    padding:5px;
    border:2px solid #D4E7F5;
}
.picture p
{
    background-color:#F0F8FF;
    font-style:italic;
    font-weight:bold;
    border:solid 1px #D7E7F7;  
    margin:0px !important;
    text-align:center;  
}
.voteaza
{
	width:146px;
	height:74px; 
	background-image:url(/upload/concurs/VOTnormal.png);
	display:block;
	}
.voteaza:hover
{
	width:146px;
	height:74px; 
	background-image:url(/upload/concurs/VOTover.png);
	display:block;
}
.voteazaDezactivat
{
	width:146px;
	height:74px; 
	background-image:url(/upload/concurs/VOTstop.png);
	display:block;
}
.concurs td
{
padding:5px !important;
}

#facebook a {
	display:block;
	background:url(../images/facebook_logo_24px.png) left center no-repeat;
	height: 24px;
	line-height:24px !important;
	padding-left:32px;
	text-decoration:none;
	font-size:13px;
}
#facebook {
	padding-left:15px;
	padding-bottom: 15px;
}


/* premii */
	div.premiiHolder > a {display:none;}
	div.premiiHolder > div {border-bottom:#001022 1px solid; padding-top:13px;}
	div.premiiHolder h3, div.premiuActiv h3 {font-size: 100%; line-height:16px; font-weight:bold; margin: 3px 0;}
	div.premiuActiv h3 {font-size: 140%; margin: 8px 0 13px;}
	div.premiiHolder h3, div.premiuActiv h3 {background:url(../images/icons/trophy.png) left top no-repeat; padding-left:20px;}
	div.premiiHolder p, div.premiuActiv p {margin: 0 0 13px;}
	div.premiuActiv img {float:left; margin: 0 10px 10px 0;}
