/**************************************************
 *
 *	Reset
 *
 **************************************************/

* {margin:0;padding:0;}

fieldset, img{border:0;}

table{border-collapse:collapse;border-spacing:0;}

ol,ul {list-style:none;}

caption,th {text-align:left;}

h1,h2,h3,h4,h5,h6{font-size:100%;}

address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}

q,blockquote p { }

q:before,blockquote p:before {content:open-quote;}

q:after,blockquote p:after {content:close-quote;}


/**************************************************
 *
 *	Layout / Elementary
 *
 **************************************************/

 html, body {
	background:#bbe0fa url("../../images/public/bodyBackground.jpg") repeat-x top center;
	font-family: Tahoma,sans-serif;
	color:#555555;
	text-align:center;
}

a {
	text-decoration: none;
	color:#46A0B3;
}

acronym, abbr {
	cursor:help;
}

address {
	display:inline;
}

.noStylesheetView{
	display: none !important;
}

.clearfix:after {
  clear:both;
  display:block;
  visibility:hidden;
  height:0px;
  content:".";
}


/**************************************************
 *
 *	Layout / Globals
 *
 **************************************************/
.clear{
	clear: both;
}

.flleft{
	float: left;
}

.flright{
	float: right;
}

.error{
	background: transparent url("../../images/public/error.png") no-repeat left top;
	padding-left: 16px;
	margin: 2px 0px;
	color:#C25246;
	font-family:tahoma;
	font-size:11px;
}

.lastLine{
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}

  #headerWrapper, #contentWrapper{
	text-align:center;
	width:100%;
 }

	 #headerContainer, #contentContainer, #footerContainer{
		margin:0 auto;
		text-align:left;
		width: 810px;
	 }

 	.buttonBox {
		float:right;
		width:70px;
	}

	.blackButton{
		background: transparent url("../../images/public/submitBlackLeft.png") no-repeat left top;
		float:right;
	}

	.blackButton a{
		background: transparent url("../../images/public/submitBlackRight2.png") no-repeat right top;
		color:#D6D6D6;
		display:block;
		font-family:verdana;
		font-size:11px;
		height:15px;
		font-weight: bold;
		padding: 5px 15px 7px 15px;
	}

 	div.moreLink{
		float: right;
		width: 16px;
		height: 9px;
	}

	div.moreLink a{
		background: transparent url("../../images/public/rightBlueArrow.png") no-repeat right center;
		overflow: hidden;
		text-indent: 20px;
		color: #f8fcff;
	}

	span.moreLinkWrapper{
		float: right;
	}

	a.moreLink, span.moreLink{
		background: transparent url("../../images/public/rightBlueArrow.png") no-repeat right center;
		overflow: hidden;
		text-indent: 20px;
		color: #f8fcff;
		width: 16px;
		height: 9px;
	}

	.paginare {
		float:left;
		margin:0 0 15px;
		text-align:center;
		width:100%;
	}

	.paginare  .pagItem{
		background:#BCBCBC none repeat scroll 0 0;
		color:#FFFFFF;
		padding: 1px 5px 2px 5px;
		text-decoration:none;
	}


	.paginare  .pagItem_on, .paginare  a.pagItem:hover{
		background:#AC2F29 none repeat scroll 0 0;
		color:#FFFFFF;
		padding: 1px 5px 2px 5px;
		text-decoration:none;
	}

/**************************************************
 *
 *	Header
 *
 **************************************************/

 #headerWrapper{
 	background: transparent url("../../images/public/sky.png") no-repeat top center;
 	height: 293px;
 }


	 .headerContainer{
		width: 810px;
		margin: 0px auto;
	 }

		.headerTop{
			height: 96px;
		}

			.logoWrapper{
				float:left;
				margin-left:10px;
				margin-top:41px;
				width: 227px;
			}

					.logoWrapper h1 a{
						background:transparent url(../../images/public/SportSiSocietate.png) no-repeat scroll left top;
						color:#99B9D9;
						display:block;
						height:23px;
						overflow:hidden;
						text-indent:300px;
						width:227px;
						float: left;
					}

				.reflexieL{
					background: transparent url("../../images/public/logoReflexieL.png") no-repeat top left;
					width: 107px;
					height: 23px;
					float: left;
				}

				.reflexieR{
					background: transparent url("../../images/public/logoReflexieR.png") no-repeat top right;
					width: 117px;
					height: 23px;
					float: right;
					margin-right: 3px;
				}

			.headerImg{
				background: transparent url("../../images/public/headerImg.png") no-repeat top right;
				float: right;
				width: 220px;
				height: 86px;
				margin-top: 10px;
			}

		.mainMenuWrapper{
			background: transparent url("../../images/public/menuSprite.png") repeat-x top left;
			height:48px;
			margin:0 auto;
			width:800px;
		}

			.menuItem{
				float: left;
			}

			#menuAcasa{ width: 90px; }
			#menuArticole{ width: 90px; }
			#menuProfesori{ width: 90px; }
			#menuColectivEditorial{ width: 145px; }
			#menuCerintePublicare{ width: 145px; }
			#menuLinks{ width: 138px; }
			#menuContact{ width: 90px; }

				.menuItem  a{
					display:block;
				}

				.menuItem  a span{
					color:#FFFFFF;
					font-family:trebuchet MS;
					font-size:14px;
					font-weight:bold;
					height: 22px;
					padding-top: 13px;
					padding-bottom: 13px;
					display: block;
				}

				.menuItem  a span.firstMenuItem{
					background: transparent url("../../images/public/menuLeft.png") no-repeat top left;
				}

				.menuItem  a span.lastMenuItem{
					background: transparent url("../../images/public/menuRight.png") no-repeat top right;
				}

				.menuItem  a:hover,
				.menuItem  a.selected{
					background: transparent url("../../images/public/menuSprite.png") repeat-x bottom center;
				}

				.menuItem  a:hover span.firstMenuItem,
				.menuItem  a.selected span.firstMenuItem{
					background: transparent url("../../images/public/menuLeftH.png") no-repeat top left;
				}

				.menuItem  a:hover span.lastMenuItem,
				.menuItem  a.selected span.lastMenuItem{
					background: transparent url("../../images/public/menuRightH.png") no-repeat top right;
				}

			.menuSep{
				background: transparent url("../../images/public/menuSep.png") no-repeat top center;
				width: 2px;
				height: 48px;
				float: left;
			}

		.headerBottom{
			background: transparent url("../../images/public/headerLargeImg.jpg") no-repeat 2px 0px;
			width: 810px;
			height: 149px;
		}

			.langWrapper{
				float: left;
				margin-left: 15px;
				margin-top: 108px;
			}

			.langItem, .langItemSelected{
				display:block;
				float:left;
				height:41px;
				width:58px;
				margin-right: 3px;
			}


			a#ro, a#en{
				display:block;
				height:41px;
				overflow:hidden;
				text-indent:60px;
				width:58px;
			}

			.langItem a#ro{
				background: transparent url("../../images/public/langSprite.png") no-repeat -64px 0px;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
			    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
			    opacity:.5;
			}

			.langItem a#en{
				background: transparent url("../../images/public/langSprite.png") no-repeat 0px 0px; /*OK*/
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
			    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
			    opacity:.5;
			}

			.langItemSelected a#ro{
				background: transparent url("../../images/public/langSprite.png") no-repeat -64px -39px;
			}

			.langItem a#ro:hover{
				background: transparent url("../../images/public/langSprite.png") no-repeat -64px 0px;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
			    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
			    opacity:.8;
			}

			.langItemSelected a#en{
				background: transparent url("../../images/public/langSprite.png") no-repeat 0px -39px;
			}

			.langItem a#en:hover{
				background: transparent url("../../images/public/langSprite.png") no-repeat 0px 0px;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
			    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
			    opacity:.8;
			}

			.searchWrapper{
				width: 222px;
				float: right;
			}

			.liant{
				background-color: #ffffff;
				width: 204px;
				height: 80px;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
			    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
			    opacity:.2;
				float: left;
			}

			.searchBox{
				background-color:#ECEDEF;
				border-left:2px solid #5B5B5D;
				border-right:2px solid #5B5B5D;
				border-top:2px solid #5B5B5D;
				float:right;
				margin-right:17px;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
			    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
			    opacity:.8;
				padding:15px 15px 2px;
				width:171px;
			}


				.maskInputWrapper{
					background: transparent url("../../images/public/submitBlackLeft.png") no-repeat left top;
					height: 28px;
					float: left;
					display: block;
				}

					.maskInputWrapper span{
						background: transparent url("../../images/public/submitBlackRight2.png") no-repeat right top;
						height: 28px;
						display: block;
					}

					.maskInputWrapper span input.hiddenInput{
						background:transparent none repeat scroll 0 0;
						border:0 none;
						color:#D2CFD1;
						font-family:Verdana;
						font-size:11px;
						height:16px;
						margin:3px;
						padding:3px 0;
						width:120px;
					}

				.searchBox .blackButton a{
					background: transparent url("../../images/public/submitBlackRight2.png") no-repeat right top;
					padding: 6px 7px;
				}

				.searchBox .advancedSearch{
					float: right;
					text-align: right;
					margin-top:5px;
					width: 100%;
					margin-right: 0px;
					*margin-right: 25px;
				}


				.searchBox .advancedSearch a{
					color:#000000;
					display:block;
					font-family:verdana;
					font-size:10px;
					padding:3px 0 2px;
					text-align:right;
					text-decoration:none;
									}

				.searchBox .advancedSearch a:hover, .searchBox .blackButton a:hover{
					text-decoration:underline;
					color: #979797;
				}

/**************************************************
 *
 *	Body
 *
 **************************************************/

 #bodyWrapper{
	background: transparent url("../../images/public/footerBackground.jpg") repeat-x bottom center;
	font-size: 12px;
 }

	 #bodyContainer{
	 background: transparent url("../../images/public/contentBackground.png") repeat-y top center;
	 width: 810px;
	 margin: 0px auto;
	 }

		.bodyContentTopShadow{
			 background: transparent url("../../images/public/contentTop.jpg") no-repeat top center;
		}

		.bodyContentBottomShadow{
			 background: transparent url("../../images/public/contentBottom.png") no-repeat bottom center;
		}

		.bodySpacer{
			float: left;
			width: 20px;
			height: 500px;
		}

		.bodyContent{
			float: left;
			width:770px;
			margin: 0px 15px 0px 0px;
			padding: 15px 0px;
			text-align: left;
		}

			#welcomeBox, #searchPage, #contactPage {
				margin-bottom: 25px;
			}

			#contactPage .greyBoxWrapper{
				margin-bottom: 25px;
			}

				.greyBoxWrapper .greyBoxTop{
					background: transparent url("../../images/public/greyBoxTopLeft.png") no-repeat left top;
					height: 10px;
				}

				.greyBoxWrapper .greyBoxTop span{
					background:transparent url(../../images/public/greyBoxTopRight.png) no-repeat scroll right top;
					display:block;
					height:10px;
				}

				.greyBoxWrapper .greyBoxContentWrapper{
					background:#FCFCFC url(../../images/public/greyBoxBodyBackground.png) repeat-x scroll center bottom;
					border-left:1px solid #E0E0E0;
					border-right:1px solid #E0E0E0;
				}

				.greyBoxWrapper .greyBoxContentWrapper .greyBoxContentSpacer{
					float: left;
					height: 100px;
					width: 15px;
				}

				.greyBoxWrapper .greyBoxContentWrapper .greyBoxContent{
					float: left;
					text-align: left;
				}

				#welcomeBox .greyBoxContent{
					width: 740px;
					margin-bottom: 5px;
				}

				#searchPage .greyBoxContent, #contactPage .greyBoxContent{
					width: 525px;
					margin-bottom: 5px;
				}

				#welcomeBox .greyBoxTitle{
					color: #52782f;
					font-size: 20px;
					font-family: Verdana;
					margin-bottom: 5px;
				}

				.greyBoxWrapper .greyBoxContentWrapper .greyBoxContent .greyBoxTitle{
					color: #52782f;
					font-size: 17px;
					font-family: Verdana;
					background: transparent url("../../images/public/dottedLine.png") repeat-x left bottom;
					padding-bottom: 5px;
					margin-bottom: 15px;
				}

				.greyBoxWrapper	.greyBoxContentWrapper .greyBoxContent .greyBoxText{
					color:#595D5E;
					font-family:tahoma;
					font-size:12px;
					line-height:17px;
					text-align:justify;
				}

				.greyBoxWrapper .greyBoxBottom{
					background: transparent url("../../images/public/greyBoxBottomLeft.png") no-repeat left bottom;
					height: 10px;
				}

				.greyBoxWrapper .greyBoxBottom span{
					background: transparent url("../../images/public/greyBoxBottomRight.png") no-repeat right bottom;
					height: 10px;
					display:block;
				}

			#homeLeftColArticles, #homeRightColArticles{
				width: 375px;
				margin-bottom: 15px;
			}

			#homeLeftColArticles{
				float: left;
			}

			#homeRightColArticles{
				float: right;
			}

				.homeArticlesListing{}

					.homeArticlesListing .homeArticlesTitle{
						background: transparent url("../../images/public/dottedLine.png") repeat-x left bottom;
						padding-bottom: 5px;
						margin-bottom: 15px;
					}

					.homeArticlesListing .homeArticlesTitle a{
						font-family: Verdana;
						font-size: 16px;
						color: #5b5b5b;
					}

					.homeArticlesListing .homeArticleItem{
						margin-bottom: 10px;
					}

						.homeArticleItem .articleItemDate{
							float: left;
							width: 55px;
						}

						.homeArticleItem .articleItemDate .dateBox{
							background: transparent url("../../images/public/dateBoxSmall.png") no-repeat left top;
							color:#FFFFFF;
							font-family:trebuchet MS;
							font-size:12px;
							height:30px;
							text-align:center;
							width:40px;
							font-weight: bold;
						}

							.articleItemDate .dateBox .day{
								height: 14px;
							}

							.articleItemDate .dateBox .month{
								height: 16px;
							}

						.homeArticleItem .articleItemDate .year{
							color:#959595;
							font-family:trebuchet MS;
							font-size:11px;
							font-weight:bold;
							padding-left:8px;
						}

						.homeArticleItem .articleItemContent{
							float:left;
							width:320px;
						}

							.articleItemContent .articleItemTitle{
								margin-bottom: 2px;
							}

							.articleItemContent .articleItemTitle a{
								color:#007CC2;
								font-family:verdana;
								font-size:13px;
							}

							.articleItemContent .articleItemTitle a:hover{
								text-decoration: underline;
							}

							.articleItemContent .articleDescriptionParagraph{}

							.articleItemContent .articleDescriptionParagraph a{
								color:#003E61;
								font-family:tahoma;
								font-size:11px;
								line-height:15px;
							}

							.articleItemContent .articleDescriptionParagraph a:hover{
								color:#007CC2;
								text-decoration: underline;
							}

		.bodyContent .bodyLeftSide{
			float: left;
			width: 555px;
		}

			.bodyLeftSide .leftSideTitlePage{
					background: transparent url("../../images/public/dottedLine.png") repeat-x left bottom;
					color: #52782F;
					font-family:Verdana;
					font-size:20px;
					margin-bottom:15px;
					margin-top:6px;
					padding-bottom:4px;
			}

			.bodyLeftSide .leftSideTitlePage span{
				float: left;
				width: 440px;
			}

			.articleTopDate{
				color:#737373;
				display:block;
				float:right;
				font-family:trebuchet ms;
				font-size:12px;
				padding-top:7px;
			}

			.bodyLeftSide .articleItemWrapper{
					margin-bottom: 15px;
			}

				.articleItemWrapper .articleTitle{
					background-color:#D6D6D6;
					padding:2px;
				}

					.articleItemWrapper .articleTitle a{
						color:#007CC2;
						float:left;
						font-family:verdana;
						font-size:11px;
						padding:0px 3px;
					}

				.articleItemWrapper .articleDate{
					background-color:#6D6D6D;
					color:#FFFFFF;
					float:right;
					font-size:10px;
					margin-top:0;
					padding:3px 5px;
				}

				.articleItemWrapper .articleAuthors{
					float:right;
					margin:3px 0px;
				}

				.articleItemWrapper .articleAuthors a{
					color:#959595;
					font-size:11px;
					margin-right:5px;
				}

				.articleItemWrapper .articlePrev {

				}

				.articleItemWrapper .articlePrev  span{
					color: #003E61;
					font-family:tahoma;
					font-size:11px;
					line-height:16px;
				}



				.articleItemWrapper .articlePrev  a{
					color: #003E61;
					font-family:tahoma;
					font-size:11px;
					line-height:16px;
				}

				.articleItemWrapper .articlePrev  a:hover{
					color:#007CC2;
					text-decoration: underline;
				}

				#searchAdvancedForm{

				}

					#searchAdvancedForm .formItem, #contactForm .formItem{
						margin-bottom: 7px;
						float: left;
					}

						.formItem .formItemLabel{
							color:#52782F;
							display:block;
							float:left;
							font-size:12px;
							font-weight:bold;
							margin-top: 4px;
							width:100px;
						}

						.formItem .formItemInput{
							float: left;
							width: 340px;
						}

							.formItemInput .inputL{
								background-color:#FCFCFC;
								border:1px solid #E0E0E0;
								color:#737373;
								float:left;
								font-family: Tahoma;
								font-size: 12px;
								padding: 5px;
								width:325px;
							}

							.inputCaptcha{
								background-color:#FCFCFC;
								border:1px solid #E0E0E0;
								color:#737373;
								float:left;
								font-family: Tahoma;
								font-size: 12px;
								padding: 5px;
								width:210px;
								*width:205px;
							}

							.formItemInput .textareaL{
								background-color:#FCFCFC;
								border:1px solid #E0E0E0;
								color:#737373;
								float:left;
								font-family: Tahoma;
								font-size: 12px;
								padding: 5px;
								width:325px;
								height: 70px;
							}

							.captchaImg{
								float: left;
								width: 110px;
								height: 27px;
							}

							.captchaCode{
								float:left;
								margin-left:5px;
							}

					#searchAdvancedForm .blackButton{
						float: right;
						/* margin-top: 65px;*/
					}

			.viewArticleWrapper{}

			.backLink{
				background:transparent url(../../images/public/leftBlueArrow2.png) no-repeat scroll 0 3px;
				float:left;
				margin-bottom:15px;
				margin-top:-10px;
				padding-left:15px;
			}


			.backLink a span{
				font-size: 11px;
			}

			.viewArticleWrapper .viewArticleAuthors{
				float: left;
				margin-bottom: 15px;
			}
			.viewArticleWrapper .viewArticleAuthors .autorItem{
				float:left;
				margin-right:10px;
				text-align:center;
			}

			.viewArticleWrapper .viewArticleAuthors .autorItem .autorImgThumb{	}

			.viewArticleWrapper .viewArticleAuthors .autorItem .autorImgThumb img{
				border: 1px solid #d6d6d6;
				padding: 1px;
			}

			.viewArticleWrapper .viewArticleAuthors a{
				font-size:11px;
				margin:0px auto;
			}

			.viewArticleWrapper .viewArticleAuthors a:hover, .backLink a:hover span{
					color:#007CC2;
					text-decoration: underline;
			}

			.viewArticleWrapper .viewArticlePrev{
				font-size: 12px;
				line-height: 18px;
			}

			.viewArticleWrapper .viewArticlePrev p{
				margin-bottom: 10px;
			}

			.viewArticleDw {
				margin-bottom: 15px;
			}

			.viewArticleDw .dwText{
				float: left;
				margin-right: 10px;
			}

			.viewArticleDw .dwText span{
				color:#737373;
				display:block;
				font-size:13px;
				margin-top: 2px;
			}

			.viewArticleDw .dwItem{
				background-color:#fcfcfc;
				margin-bottom:1px;
				padding:5px 0 5px 10px;
			}

			.viewArticleDw .dwItem .dwFileTitle{
				float:left;
				font-size:13px;
				margin-top:4px;
				width:400px;
				color: #52782F;
			}

			.viewArticleDw .dwItem .dwOptions{
				float:right;
				width:110px;
			}

			.viewArticleDw .dwItem .dwOptions .dwFileTypes{
				float: right;
			}

			.viewArticleDw .dwItem .dwOptions .dwFileTypes a{
				width: 45px;
				height: 20px;
				text-align: center;
				display: block;
			}

			.viewArticleDw .dwItem .dwOptions .dwFileTypes a span{
				color:#FFFFFF;
				display:block;
				font-family:tahoma;
				font-size:11px;
				font-weight: bold;
				padding-top: 3px;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
			    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
			    opacity: .7;
			}


			.viewArticleDw .docDw{
				background: transparent url("../../images/public/doc.png") no-repeat left top;
				margin-right: 10px;
			}


			.viewArticleDw .pdfDw{
				background: transparent url("../../images/public/pdf.png") no-repeat left top;
				margin-right: 10px;
			}

			.profItemWrapper{
				margin-bottom: 15px;
			}
			.profItemWrapper .profName{
				background-color:#D6D6D6;
				padding:2px 2px 2px 165px;
			}
			.profItemWrapper .profName a{
				color:#52782F;
				float:left;
				font-family:trebuchet MS;
				font-size:14px;
				font-weight:bold;
				padding:0 3px;
			}
			.profItemWrapper .profImg{
				border:2px solid #D6D6D6;
				float:left;
				/*height:156px;*/
				margin-left:5px;
				margin-top:-19px;
				width:146px;
			}
			.profItemWrapper .profImg img{
				border:1px solid #E0E0E0;
				margin:2px;
			}
			.profItemWrapper .profDetails{
				float:left;
				margin:10px 0 0 15px;
				width:350px;
			}
			.profItemWrapper .profDetails .profDescription {
				font-size:11px;
				line-height:16px;
				margin-bottom: 10px;
			}
			.profItemWrapper .profArticles{}
			.profItemWrapper .profArticles ul{}
			.profItemWrapper .profArticles strong{
				color:#52782F;
				display:block;
				font-family:verdana;
				font-size:12px;
				font-weight:bold;
				margin-bottom:5px;
			}
			.profItemWrapper .profArticles ul li{
				background: transparent url("../../images/public/rightBlueArrow2.png") no-repeat 0px 5px;
				padding-left: 15px;
			}
			.profItemWrapper .profArticles ul li a{
				font-family:tahoma;
				font-size:10px;
				line-height: 18px;
			}

			.profItemWrapper .profArticles ul li a:hover{
				text-decoration: underline;
			}

						ul.links{
				color:#52782F;
				display:block;
				font-family:verdana;
				font-size:12px;
				font-weight:bold;
				margin-bottom:5px;
			}

			ul.links li a{
				font-family:tahoma;
				font-size:12px;
				line-height: 18px;
			}

			.contactDetailsItem{
				background-color:#FCFCFC;
				margin-bottom:1px;
				padding:5px 0 5px 10px;
			}

			.contactDetailsItem .contactDetailsLabel{
				width: 150px;
				color:#52782F;
				float:left;
				font-size:13px;
				margin-top:4px;
			}

			.contactDetailsItem .contactDetailsValue{
				float: left;
				width: 180px;
				margin-top: 4px;
			}

		.bodyContent .bodyRightSide{
			float: right;
			width: 200px;
		}

			.bodyRightSide .rightSideBox{
				background-color:#FAFAFA;
				border:1px solid #5B5D5A;
				margin-bottom:15px;
				width:200px;
			}

				.rightSideBox .rightSideBoxTitle{
					background:#5B5D5A none repeat scroll 0 0;
					padding:7px;
				}

				.rightSideBox .rightSideBoxTitle a{
					color:#ffffff;
					font-family:Verdana;
					font-size:16px;
				}

				.rightSideBox ul.rightSideArticlesList{
					padding: 7px;
				}

				.rightSideBox ul.rightSideArticlesList li{
					border-bottom:1px dotted #D3D3D3;
					margin-bottom:6px;
					padding-bottom:6px;
				}

				.rightSideBox ul.rightSideArticlesList li a{
					font-family:tahoma;
					font-size:10px;
					line-height:16px;
				}

				.rightSideBox ul.rightSideArticlesList li a:hover,
				.articleItemWrapper .articleTitle a:hover,
				.articleItemWrapper .articleAuthors a:hover{
					color:#007CC2;
					text-decoration: underline;
				}

				.rightSideBox ul.rightSideArticlesList2{
					padding: 7px;
				}

				.rightSideBox ul.rightSideArticlesList2 li{
					background: transparent url("../../images/public/calendar.png") no-repeat 0px 1px;
					padding-left: 2px;
					border-bottom:1px dotted #D3D3D3;
					margin-bottom:6px;
					padding-bottom:6px;
					width: 180px;
					text-align:left;
				}

				.rightSideBox ul.rightSideArticlesList2 li a{
					margin-left:20px;
					font-family:tahoma;
					font-size:12px;
					line-height:16px;
				}

				.rightSideBox ul.rightSideArticlesList2 li a:hover,
				.articleItemWrapper .articleTitle a:hover,
				.articleItemWrapper .articleAuthors a:hover{
					color:#007CC2;
					text-decoration: underline;
				}

				.margins07{
					margin:0px 0px 3px 7px;
				}

/**************************************************
 *
 *	Footer
 *
 **************************************************/

	#footerContainer{
		background: transparent url("../../images/public/footerGrassBackground.jpg") no-repeat bottom center;
		height: 52px;
	 }

	 .copyright{
		float: left;
		color: #ffffff;
		margin-left:20px;
	 }



/******************************************************************

Use:	adaugare pentru pagina de vizualizare articol
			- domeniu
			- tags
			- inapoi
			- toate articolele

    	adaugare pentru pagina de vizualizare articole
			- toate articolele
			- box dreapta cu arhiva anuala
*******************************************************************/

.domeniu{
	float:left;
	padding-bottom:5px;
	padding-left:15px;
}

.domeniu1{
	background:transparent url(../../images/public/domeniu1.png) no-repeat scroll 0 3px;
}
.domeniu2{
	background:transparent url(../../images/public/domeniu2.png) no-repeat scroll 0 3px;
}
.domeniu3{
	background:transparent url(../../images/public/domeniu3.png) no-repeat scroll 0 3px;
}
.domeniu4{
	background:transparent url(../../images/public/domeniu4.png) no-repeat scroll 0 3px;
}
.domeniu5{
	background:transparent url(../../images/public/domeniu5.png) no-repeat scroll 0 3px;
}
.domeniu6{
	background:transparent url(../../images/public/domeniu6.png) no-repeat scroll 0 3px;
}
.domeniu7{
	background:transparent url(../../images/public/domeniu7.png) no-repeat scroll 0 3px;
}
.domeniu8{
	background:transparent url(../../images/public/domeniu8.png) no-repeat scroll 0 3px;
}

.domeniu0{
	background:transparent url(../../images/public/domeniu0.png) no-repeat scroll 0 3px;
}

.domeniu a{
	color:#A2A2A2;
	font-size:11px;
}

.viewAll, .viewAllRight{
	background: transparent url("../../images/public/veziArticole.png") no-repeat top left;
	float: right;
	padding-left: 16px;
	margin-top: -7px;
	height: 10px;
	margin-bottom:15px;
}

.viewAllRight{
	margin: 0px 6px 10px 0px;
}
.viewAll a, .viewAllRight a{
	font-size: 11px;
	margin-top: -2px;
	display: block;
}

.viewAll a:hover, .viewAllRight a:hover{
	text-decoration: underline;
}

.tagsWrapper{
	margin-bottom:5px;
	width:100%;
}

.tagsWrapper .tags{
	background: transparent url("../../images/public/tags.png") no-repeat 0px 1px;
	float: left;
	font-size: 10px;
	color: #a2a2a2;
	padding-left: 17px;
	width: 80px;
	font-weight: bold;
}

.tagsWrapper .domain{
	background:transparent url(../../images/public/domeniu0.png) no-repeat scroll 0 0px;
	float: left;
	font-size: 10px;
	color: #a2a2a2;
	padding-left: 17px;
	width: 80px;
	font-weight: bold;
}

.tagsWrapper .tagsItems{
	float: left;
	width: 455px;
}

.tagsWrapper .tagsItems span{
	font-size: 10px;
	float: left;
	margin-right: 7px;
	margin-bottom: 4px;
	text-decoration: none;
	color: #a1a1a1;
}

.tagsWrapper .tagsItems a{
	font-size: 10px;
	float: left;
	margin-right: 7px;
	margin-bottom: 4px;
	text-decoration: underline;
	color: #a1a1a1;
}

.tagsWrapper .tagsItems a:hover{
	text-decoration: none;
}

ul.years li{
	background: transparent url("../../images/public/calendar.png") no-repeat 0px 1px;
	padding-left: 25px;
}

ul.years li a {
	display:block;
	font-family:tahoma;
	font-size:12px;
	line-height:16px;
	padding-top:1px;
}

.selectL{
	background-color:#FCFCFC;
	border:1px solid #E0E0E0;
	color:#737373;
	float:left;
	font-family: Tahoma;
	font-size: 12px;
	padding: 5px;
	width:335px;
}

.selectCat option{
	padding-left: 17px;
	padding-right: 3px;
}

.selectCat option .domeniu1{
	background:transparent url(../../images/public/domeniu1.png) no-repeat scroll 0 3px;
}

.selectCat option .domeniu2{
	background:transparent url(../../images/public/domeniu2.png) no-repeat scroll 0 3px;
}

.selectCat option .domeniu3{
	background:transparent url(../../images/public/domeniu3.png) no-repeat scroll 0 3px;
}

.selectCat option .domeniu4{
	background:transparent url(../../images/public/domeniu4.png) no-repeat scroll 0 3px;
}

.selectCat option .domeniu5{
	background:transparent url(../../images/public/domeniu5.png) no-repeat scroll 0 3px;
}

.selectCat option .domeniu6{
	background:transparent url(../../images/public/domeniu6.png) no-repeat scroll 0 3px;
}

.selectCat option .domeniu7{
	background:transparent url(../../images/public/domeniu7.png) no-repeat scroll 0 3px;
}

.selectCat option .domeniu8{
	background:transparent url(../../images/public/domeniu8.png) no-repeat scroll 0 3px;
}

.selectCat option .domeniu0{
	background:transparent url(../../images/public/domeniu0.png) no-repeat scroll 0 3px;
}

.domeniuLabel span{
	font-family:trebuchet MS;
	font-size:18px;
	font-weight:bold;
	color: #3d3d3d;
}

.domeniuLabel span.domeniu0{
	background:transparent url(../../images/public/domeniu0.png) no-repeat scroll 2px 8px
}

.domeniuLabel span.domeniu1{
	background:transparent url(../../images/public/domeniu1.png) no-repeat scroll 2px 8px
}

.domeniuLabel span.domeniu2{
	background:transparent url(../../images/public/domeniu2.png) no-repeat scroll 2px 8px
}

.domeniuLabel span.domeniu3{
	background:transparent url(../../images/public/domeniu3.png) no-repeat scroll 2px 8px
}

.domeniuLabel span.domeniu4{
	background:transparent url(../../images/public/domeniu4.png) no-repeat scroll 2px 8px
}

.domeniuLabel span.domeniu5{
	background:transparent url(../../images/public/domeniu5.png) no-repeat scroll 2px 8px
}

.domeniuLabel span.domeniu6{
	background:transparent url(../../images/public/domeniu6.png) no-repeat scroll 2px 8px
}

.domeniuLabel span.domeniu7{
	background:transparent url(../../images/public/domeniu7.png) no-repeat scroll 2px 8px
}

.resetOption{
	background:transparent url(../../images/public/27.png) no-repeat scroll 0px 1px;
	float:right;
	line-height:11px;
	margin-top:10px;
	padding-left:15px;
}

.resetOption a{
	font-size: 11px;
}

.resetOption a:hover{
	text-decoration: underline;
}

.selectSlot{
	height: 28px;
}

.linksWrapper{
	margin-bottom: 15px;
}

.linkCath{
	background-color:#D6D6D6;
	padding:2px 2px 2px 15px;
	text-align: left;
	margin-bottom:5px;
}

.linkCath span{
	color:#52782F;
	font-family:trebuchet MS;
	font-size:14px;
	font-weight:bold;
	padding:0 3px;
}

.links{
	margin-left: 25px;
}

.links ul{
	color:#52782F;
	display:block;
	font-family:tahoma;
	font-size:11px;
	margin-bottom:5px;
}

.links ul li span{
	margin-right: 10px;

}
.links ul li a{
	line-height: 18px;
}

.links ul li{
	background: transparent url("../../images/public/rightBlueArrow2.png") no-repeat 0px 6px;
	padding-left: 15px;
}

.links ul li a:hover{
	text-decoration: underline;
}

