body{
	/*background-color:#040404;*/
	background:#c2c4c5 url(../images/body_bg.png) top center repeat-y;
	color:#122229;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:18px;
	margin:0;
	padding:0;
}

ul, form, h1{
	margin:0;
	padding:0;
}

a{
	text-decoration:none;
	color:#09679A;
}

a:visited{
	color:#09679A;
}

a img{
	border:none;
}

a:hover{
	color:#ff0000;
}

.fix{
	clear:both;
}

.hr{
	height:24px;
	margin:5px auto;
	width:722px;
	background:url(../images/hr.jpg) center center no-repeat;
}

.fr{
	float:right;
}

.fl{
	float:left;
}

p{
	margin:5px 0;
}

.button{
	color:#fff;
	text-align:center;
	font-weight:bold;
	background:#ff0000;
	border:0;
	padding:3px;
	cursor:pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width:auto;
}

input.textbox{
	width:250px;
	border:1px solid #909698;
}

#container{
	width:960px;	
	margin:auto;
	background:#fff;
	padding:10px;
}

#header{
	background:#bcdef2;
	height:130px;
	padding:0;
	width:960px;
}

#header .logo{
	float:left;
	margin-left:30px;
	margin-top:22px;
}

#header .banner{
	float:right;
	width:500px;
	height:70px;
	margin-top:11px;
	border:0px solid #000;
}

#header .topMenu{
	border:0px solid #000;
	float:right;
	margin-top:15px;
	width:503px;
}

#header .topMenu ul{
	margin:0;
	padding:0;
	list-style-type:none;
	float:left;
}

#header .topMenu ul li{
	float:left;
	margin:0;
	margin-right:15px;
	padding:3px;
}

#header .topMenu ul li a{
	color:#000;	
}

#banner_top_mare{
	width:960px;
	height:150px;
}

#nav{
	background-color:#FFFFFF;
	padding-left:20px;
	height:30px;
	clear:both;
	text-align:center;
}

#nav{
	height:50px;
	width:960px;
	background:url(../images/menu_nav_bg.png) top left repeat-x;
	padding:0;
}

#nav ul{
	list-style-type:none;
	margin:20px 30px;
	padding:0;
	position:absolute;
}

#nav ul li{
	float:left;
	background:url(../images/menu_nav_left.png) top left no-repeat;
	margin-left:-1px;
	padding-left:5px;
}

#nav ul li a{
	display:block;
	padding:0 15px 0 10px;
	line-height:30px;
	font-size:13px;
	background:url(../images/menu_nav_right.png) top right no-repeat;
	color:#000;
	font-weight:bold;
}

#nav ul li a:hover{
	color:#fff;
}

#infoArea{
	height:35px;
	width:960px;
	padding:0;
	margin:0;
}

#infoArea .infoLeft{
	float:left;
	display:block;
	line-height:35px;
}

#infoArea .infoRight{
	float:right;
	display:block;
	line-height:35px;
}

#page{
	clear:both;	
}

#content{
	float:left;
	margin:0 15px;
	width:465px;
}

#content h2{
	color:#000;
	padding:3px;
	padding-left:10px;
	background:#afcbea;
	margin:0;
	font-size:14px;
	margin-bottom:10px;
}

#content h3.subtitle{
	border:none;
	font-size:15px;
	color:#09679a;
}

#content h3{
	margin:0;
	padding:0;
	margin-bottom:10px;
	font-size:14px;
	border-bottom:2px solid #aaafb3;
	width:100%;
	text-align:left;
	color:#09679a;
}

#content .box{
	width:295px;
	/*min-height:200px;*/
	border:1px solid #EEEEEE;
}

#content .box h2{
	display:block;
	height:30px;
	line-height:30px;
	background-color:#EEEEEE;
	margin:0;
	padding:0;
	font-size:13px;
	padding-left:10px;
}

#content .box .content{
	margin:0;

}

#content .box .content img{
	border:1px solid #B9B9B9;
	padding:2px;
	float:right;
	margin:5px;
}

#content .box .content h3{
	margin:0;
	padding:0;
	font-size:14px;
	padding:8px;
}

#content .box .content h3 a{
	color:#333333;
}

#content .box .content p{
	font-size:11px;
	line-height:16px;
	padding:0 10px 10px;
}

#content .box .postdata{
	text-align:right;
	height:30px;
	line-height:30px;
	background-color:#EEEEEE;
	padding-right:10px;
	font-size:11px;
}

#categoriiArticole{
	
}

#categoriiArticole ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

#categoriiArticole ul li{
	margin:5px 0;
}

#categoriiArticole ul li a{
	display:block;
	background:url(../images/menu_left_item_bg.png) top left no-repeat;
	height:20px;
	line-height:20px;
	color:#000;
	padding-left:5px;
}

#categoriiArticole ul li a:hover, #categoriiArticole ul li a.active{
	background:#FECC1D;
	color:#fff;
}


.sidebar{	
	float:left;
}
.sidebar .box{
	margin-bottom:10px;
}

.sidebar .box h3{
	margin:0;
	padding:0;
	text-align:center;
	font-weight:bold;	
}

.sidebar .content{
	
}

.sidebar .content ul{
	list-style-type:none;
}

#sidebar_left{
	width:165px;
}

#sidebar_left .box h3{
	background-color:#afcbea;
	width:165px;
	padding:3px 0;
	margin-bottom:10px;
}

#sidebar_left .box .content{
	width:165px;
}

#sidebar_right{
	width:300px;
}

#sidebar_right .box h3{
}

#sidebar_right .box .content{
	width:300px;
}

#sidebar_right .blue h3{
	background:url(../images/sidebar_h3_blue.png) top left no-repeat;
	height:25px;
	line-height:27px;
	text-align:left;
	color:#fff;
	border-bottom:3px solid #09679a;
	padding-left:5px;
	font-size:13px;
} 

#sidebar_right .blue .content{
	background:url(../images/sidebar_box_blue.png) top left repeat-y;
	border-bottom:3px solid #09679a;
	padding:10px 0;
}

#sidebar_right .blue .content ul{
	margin-left:10px;
}

#sidebar_right .blue .content ul li{
	background:transparent url(../images/sidebar_arrow_blue.png) no-repeat scroll left 5px;
	padding-left:20px;
	margin-bottom:5px;
}

#sidebar_right .blue .content ul li a{
	color:#000;
	line-height:18px;
}

#sidebar_right .orange h3{
	background:url(../images/sidebar_h3_orange.png) top left no-repeat;
	height:25px;
	line-height:27px;
	text-align:left;
	color:#000;
	border-bottom:3px solid #fecc1d;
	padding-left:5px;
	font-size:13px;
} 

#sidebar_right .orange .content{
	background:url(../images/sidebar_box_orange.png) top left repeat-y;
	border-bottom:3px solid #fecc1d;
	padding:10px 0;
}

#sidebar_right .orange .content ul{
	margin-left:10px;
}

#sidebar_right .orange .content ul li{
	background:url(../images/sidebar_arrow_blue.png) left 5px no-repeat;
	padding-left:20px;
	margin-bottom:5px;
}

#sidebar_right .orange .content ul li a{
	color:#e81f25;
	line-height:18px;
}



#searchBox{
	background:#09679a;
	padding:5px;
	padding-left:12px;
}

#searchBox h3{
	color:#fff;
	text-align:left;
	background-color:#09679a !important;
	width:auto !important;
	font-size:16px;
	margin-bottom:4px;
}

#searchBox form{
	margin:0;
	padding:0;
	color:#fff;
}

#searchBox .search_text{
	width:200px;
	font-size:12px;
}

#searchBox .search_but{
	margin-left:8px;
}

#footer{
	height:140px;
	width:960px;
	padding:0;
	margin:0;
	background-color:#afcbea;
	text-align:center;
	margin-top:10px;
}

#footer a{
	color:#000;
}

#footer .partners{
	text-align:center;
	margin-top:8px;
}

#footer .copyright{
	font-size:11px;
}

#footer .copyright span{
	margin:0 5px;
}

#footer .menu{
	text-align:center;
	width:615px;
	margin:auto;
	padding-top:15px;
	margin-bottom:20px;
}

#footer ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#footer ul li {
	display:inline;
	font-size:11px;
	padding:3px 0;
}

#footer ul li a{
	color:#000;
	padding:0 10px;
	border-right:2px solid #fff;
}

#footer ul li a.noBorder {
	border:none;
}

#footer ul li a:hover{
	text-decoration:underline;
}


span.read-more a {
	background:transparent url(../images/sidebar_arrow_blue.png) no-repeat scroll left center;
	padding-left:18px;
}

span.read-more a:hover {
	color:#ff0000;
}

.post p{
	text-align:justify;
	margin:6px 0;
}

.post_full p{
	text-align:justify;
	margin:0 0 10px 0;
}

.post .meta{
	/*background:url(../images/tagIcon.gif) top left no-repeat;
	padding-left:20px;*/
	margin:10px 0;
	color:#906563;
	font-weight:bold;
}

.post .meta a{
	color:#F04823;
	text-decoration:none;
}

.post .meta a:hover{
	color:#000;
}

.post h1{
	margin:0;
	padding:0;
	margin-bottom:10px;
	color:#09679a;
}

.post h1 a{
	color:#09679a;
	font-size:16px;
}

#content .post .content h3{
	border:none;
	color:#122229;
	font-size:14px;
	margin:10px 0;
	font-weight:bold;
	padding:0;
}

.post .postdata{
	font-size:11px;
	margin:5px 0;
	display:block;
	color:#888888;
}

.post .postdata .date{
	/*background:url(../images/calendar.png) center left no-repeat;*/
	display:block;
	height:16px;
	line-height:16px;
}

.post .postdata .author{
	/*margin-left:10px;
	background:url(../images/author.png) center left no-repeat;*/	
	display:block;
	height:16px;
	line-height:16px;	
}

.post .postdata .comments{
	margin-left:10px;
	background:url(../images/comments.png) center left no-repeat;
	padding-left:19px;
	display:block;
	height:16px;
	line-height:16px;
	float:left;
}

.post .postdata .hits{
	margin-left:10px;
	background:url(../images/hits.png) center left no-repeat;
	padding-left:19px;
	display:block;
	height:16px;
	line-height:16px;
	float:left;
}

.post .image{
	float:right;
	margin:0 0 10px 10px;
	text-align:center;
}

.post .image a{
	display:block;
}

.post .image img{	
	border:1px solid #99B7C9;
	padding:2px;		
	text-align:center;	
}

.post .image .nrImages{
	text-align:center;
	font-size:10px;
}

.post .content{
	
}

.post .content ul{
	margin:0;
	margin-left:15px;
	padding:0;
	list-style-type:square;
}

.post .tabs ul{
	list-style-type:none;
	margin:0;
	padding:0;	
}

.post .tabs ul li{
	font-size:11px;
	margin:0 0 -1px 0;
}

.post .tabs ul li a{
	font-size:11px;
	padding:5px;
}

.post .ui-widget p{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#122229;
}

.pages .text{
	float:left;
	color:#906563;
	font-weight:bold;
}

.pages ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

.pages ul li{
	float:left;
	margin-left:2px;
}

.pages ul li a{
	display:block;
	padding:0 2px;
	color:#ed1e5d;
	font-weight:bold;
}

.pages ul li a.current{
	color:#09679a;
}

.article_simple{
	margin-bottom:40px;
	min-height:75px;	
}

.article_simple p{
	text-align:justify;
	margin:5px 5px 5px 0;
} 

.article_simple h1{
	margin:0;
	padding:0;
	margin-bottom:5px;
	font-size:14px;
}

.article_simple h1 a{
	color:#09679a
}



.article_simple span.categoryName{	
	text-transform:uppercase;
	margin-bottom:5px;
	display:block;
}

.article_simple span.categoryName a{
	color:#777f84;
}

.article_simple span.image{
	border:1px solid #99B7C9;
	float:left;
	margin:5px 10px 0 0;
	padding:2px;
	text-align:center;
}

.article_simple span.image a{
	display:block;
}

.article_simple .postdata{
	color:#777f84;
	margin:7px 0;
}

.article_simple .postdata .date{
	
}

.article_simple .postdata .author{
}

.article_simple .postdata .comments{
	margin-left:10px;
	background:url(../images/comments.png) center left no-repeat;
	padding-left:19px;
}

.article_simple .postdata .hits{
	margin-left:10px;
	background:url(../images/hits.png) center left no-repeat;
	padding-left:19px;
}

.article_simple span.read-more{
	float:left;
}

/*.article_simple span.read-more a{
	background:url(../images/sidebar_arrow_blue.png) center left no-repeat;
	padding-left:18px;
}*/

.gallery_simple{
	margin-bottom:40px;
	min-height:75px;	
}

.gallery_simple p{
	text-align:justify;
	margin:5px 5px 5px 0;
} 

.gallery_simple h1{
	margin:0;
	padding:0;
	margin-bottom:5px;
	font-size:14px;
}

.gallery_simple h1 a{
	color:#09679a;
}

.gallery_simple span.image{
	border:1px solid #99B7C9;
	float:left;
	margin:5px 10px 0 0;
	padding:2px;
	text-align:center;
}

.gallery_simple span.image a{
	display:block;
}

.gallery_simple .postdata{
	color:#777f84;
	margin:7px 0;
}

.gallery_simple .postdata .date{
	
}

.gallery_simple .postdata .author{
}

.gallery_simple span.read-more{
	float:left;
}

.gallery{
	background:#BFD8F1 ;
	padding:10px;
}

.gallery .current_image{
	text-align:center;
	border:1px solid #fff;
}

.gallery h1{
	margin:0;
	padding:0;
	margin-bottom:5px;
	font-size:14px;
}

.gallery h1 a{
	color:#09679A;
}

.gallery .imagesContainer{
	margin-top:20px;
}

.gallery .imagesContainer .image{
	float:left;
	margin-right:9px;
	margin-bottom:10px;
	border:1px solid #fff;
}

.gallery .current_image_info p{
	margin:1px 0;
}

.gallery .postdata{
	margin-bottom:5px;
}

.lastArticle{
	padding:0;
	margin-bottom:20px;
}

.lastArticle .categoryName{
	margin-bottom:5px;
}

.lastArticle .categoryName a{
	color:#777f84;
	font-size:13px;
	margin-bottom:5px;
	text-transform:uppercase;
}

.lastArticle .categoryName a:hover{
	text-decoration:underline;
}

.lastArticle .image{
	float:left;
	margin:0 10px 10px 0;
	border:0px solid #000;
	padding:2px;
}

.lastArticle h3{
	color:#09679a !important;
	margin:0 !important;
	padding:0 !important;
	font-size:14px !important;
	border:none !important;
}

.lastArticle .postdata{
	font-size:11px;
	color:#09679a;
	margin:5px 0;
	display:block;
}

.lastArticle p{
	margin:0;
	padding:0;
	font-size:13px;
}

.lastArticle span.read-more{
	float:right;
}

.lastArticle span.read-more a{
	background:url(../images/readmore.png) center left no-repeat;
	padding-left:15px;
}

.shortArticle{
	
}

.shortArticle .image{
	float:left;
	margin:0 10px 10px 0;
	border:0px solid #000;
	padding:2px;
}

.shortArticle h3{
	color:#09679a !important;
	margin:0 !important;
	padding:0 !important;
	font-size:14px !important;
	border:none !important;
}

.shortArticle p{
	margin:0;
	padding:0;
	font-size:13px;
}

.shortArticle .readMore{
	color:#a9aeb0;
}

a.more_articles{
	float:right;
	color:#ec494e;
}

#comments_list{
	
}

#comments_list .comment{
	padding:10px 0;
	border-top:1px solid #8e949a;
}

#comments_list .even{
	background:#eae9e9;
}
#comments_list .odd{}

#comments_list .comment .author{

}
#comments_list .comment .date{

}

#comments_list .comment .content{
	margin-top:10px;
}

#commentForm{
	margin-top:25px;
}

#commentForm .addCommentTitle{
	margin:15px 0 8px 0;
	display:block;
	color:#909698;
	font-size:15px;
	font-weight:bold;
}

#commentForm .error{
	border:2px solid #ff0000;
}

#commentForm .textbox{
	width:250px;
	border:1px solid #909698;
}

#commentForm p{
	margin:13px 0;
	color:#576163;
	font-weight:bold;
}

#registerErrors{
	list-style-type:none;
	margin:0;
	padding:0;
}

#registerErrors li{
	color:#ff0000;
}

#registerForm{
	margin:0;
	padding:0;
}

#registerForm .accessInfo{
	background:#fecc1d;
}

#registerForm .accessInfo td.key{
	text-align:right;
	width:120px;
}

#registerForm .accessInfo td.value{
	text-align:left;
}

#registerForm .accessInfo td.value input{
	width:200px;
}

#registerForm .abInfo{
	background:#bfd8f1;
}

#registerForm .abInfo td.key{
	text-align:right;
	width:120px;
}

#registerForm .abInfo td.value{
	text-align:left;
}

#registerForm .abInfo td.value .Terms{
	width:290px;
	font-size:10px;
	height:100px;
	font-family:Arial;
}

#registerForm .abInfo td.value input[type=text], textarea, select{
	width:200px;
}

#registerForm .abInfo td.value textarea{
	width:200px;
}

#registerForm .abInfo td.value select{
	width:206px;
}

#revistaCurentaCoperta{
	float:right;
	margin:0 0 10px 10px;
}

#revistaCurentaCoperta a.makeAbonament{
	background-color:#ed1c24;
	color:#fff;
	display:block;
	text-align:center;
	line-height:30px;
	font-weight:bold;
	margin-top:5px;
}

#copertaRevista{
	float:right;
	margin:0 0 10px 10px;
}

#copertaRevista a.makeAbonament{
	background-color:#ed1c24;
	color:#fff;
	display:block;
	text-align:center;
	line-height:30px;
	font-weight:bold;
	margin-top:5px;
}

#archiveList{
	margin-left:15px;
}

a.videoPlayer{
	display: block; 
	width: 461px; 
	height: 400px;
	border:1px solid #aedaff;
	background:url(../images/icon-video-128.png) center center no-repeat;
	margin:auto;
}

#abonamenteForm{
	margin:0;
	padding:0;
	background:#bfd8f1;
}

#abonamenteForm td{
	padding:5px 5px 5px 15px;
	width:50%;
	vertical-align:top;
}

#abonamenteForm td input[type=text], select{
	border:1px solid #fff;
	padding:2px;
	margin:0;
	font-size:12px;
	width:197px;
}

#abonamenteForm td input[type=text].error, select.error{
	border:2px solid #ff0000;
}

#abonamenteForm td input[type=radio].error{
	border:2px solid #ff0000;
}

#abonamenteForm .title{
	background:url(../images/top_bg_abonamente.jpg) top left repeat-x;
	color:#fff;
	font-weight:bold;
	padding:0;
	padding-left:10px;
	height:25px;
	font-size:13px;
	line-height:25px;
}

#abonamenteForm .subtitle{
	color:#096799;
	padding-top:20px;
	font-weight:bold;
	font-size:13px;
}

#abonamenteForm .info{
	font-size:11px;
}

#abonamenteForm .termeni{
	font-family:Arial;
	font-size:10px;
	height:100px;
	width:295px;
}

#abonamenteForm .button{
	color:#fff;
	text-align:center;
	font-weight:bold;
	background:#ff0000;
	border:0;
	padding:3px;
	cursor:pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width:auto;	
}

#abonamenteForm label.error{
	display:none !important;
}

#abonamenteSuccess{
	background:#FECC1D url(../images/icons/icon-ok-16.png) 5px center no-repeat;
	border:1px solid #09679A;
	padding:3px 3px 3px 25px;
	font-weight:bold;
}

a.fancybox{
	
}

#downloadImage{
	background:#fff;
}

#downloadImage h3{	
	display:none;
}

#downloadImage #formStatus{
	color:#ff0000;
}

.downloadImage .ui-widget-header {
	background:#09679a;
	padding:5px;
	margin:0;
	color:#fff;
	font-size:16px;
	border:none;
	margin:2px 10px;
	font-family:Arial,Helvetica,sans-serif
}

.downloadImage.ui-widget-content {
	background:#fff !important;
}

.downloadImage .ui-dialog-titlebar{
	padding:0.5em 0.3em 0.3em 0.4em !important;
}

.downloadImage .ui-dialog-title{
	margin:0.1em 0 0.2em;
}

#searchAnnForm p{
	margin-left:15px;
	font-weight:bold;
}

#categoriiAnunturi{
	background:#AFCBEA;
	padding:5px;
}

#categoriiAnunturi ul{
	margin-left:12px;
}

#categoriiAnunturi a{
}

#categoriiAnunturi b{
	font-size:14px;
}

#announcesList h1{
	font-size:14px;
	margin:0 0 5px;
	padding:0;
}

#announcesList h1 a{
	color:#00519a;
}

#announcesList p{
	font-size:11px;
	color:#122229;
}

#announcesList .announce{
	border:1px solid #122229;
	padding:5px;
	margin-bottom:10px;
}

#annCatList{
	background:#d6e0ed;
	padding:5px;
	margin-bottom:10px;
}

#annCatList ul{
	list-style-type:none;
	margin:0;
}

#annCatList ul li a{
	font-weight:bold;
}

.announce_full h1{
	color:#09679A;
	margin:0 0 10px;
	padding:0;
}

.announce_full h1 a{
	color:#09679A;
	font-size:16px;
}

.announce_full .postdata{
	color:#888888;
	display:block;
	font-size:11px;
	margin:5px 0;
}

#rssList ul{
	list-style-type:none;
	margin:10px;
}

#rssList ul li{
	background:url(../images/rss.png) center left no-repeat;
	padding-left:20px;
	margin-bottom:5px;
}