@charset "utf-8";
/* CSS Document */


body {
	margin: 0px;
	padding: 0;
	text-align: justify;
	font-family: Verdana, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #616161;
}
h1 {
	font-size:14px;
	font-weight:bold;
	padding-top: 3px;
}
h3 {
	font-size:12px;
}
h4 {
	font-size:12px;
}

.body {
	width:1040px;
	margin:0 auto 0 auto;
}
a { 
	color: #006;
	text-decoration:none;
	border:none;
}
#wrapper {
	float:left;
}

#header {
	width: 1024px;
	height: 117px;
	background-image:url(images/header.jpg);
}
.flash{
	float:left;
	height: 110px;
	width:517px;
}
.time{
	float:right;
	width: 200px;
	text-align:right;
	padding-top: 2px;
	padding-right: 5px;
	color:#FFF;
}
.headmeniu{
	float:left;
	width:1021px;
	height:30px;
	margin-top: 0px;
	border-right:2px solid #cd599c;
	background:url(images/headmeniubk.png);
}
.listhead{
	float:right;
	background:none;
}
.listhead ul li{
	list-style-type: none;
}

.listhead ul li {
	position: relative;
	display: inline;
	float: left;
	height: 25px;
	margin-top: -12px;
	border-left: 2px solid #cd599c;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	font-size:14px;
	font-weight: bold;
}
.listhead ul li a {
	color:#4a012c;
	text-decoration:none;
}
.listhead ul li:hover{
	background:url(images/headmeniubksel.png);
}

#content {
	float: left;
	width: 100%;
	margin-top:3px;
	padding-bottom: 10px;
}
.title{
	background:url(images/h2.png) no-repeat;
	height:25px;
	margin-top: 5px;
	padding-left: 20px;
}

#meniu {
	float:left;
	width:220px;
	margin-left: 2px;
	margin-top: 2px;
}
.bktop{
	float: left;
	margin-top: 5px;
	background-image:url(images/meniutop.png);
}
.meniutop{
	float:left;
	padding-top: 7px;
	font-size:16px;
	font-weight: bold;
	height:24px;
	padding-left:30px;
	padding-right: 2px;
	width: 182px;
	background: url(images/menu.png) no-repeat 10px 7px;
	border-bottom: 1px dashed gray;
}
#maincontent {
	float:left;
	width: 790px;
	margin-left: 2px;
	margin-top: 2px;
	padding-bottom: 10px;
	background-color:#f7f7f7;
}
.list{ 
	width: 215px;
	float:left;
	background: #fef4fd;
	padding-bottom: 3px;
}
.list ul{
	list-style:none;
	
	margin-left: -20px;
	width: 225px;
	text-decoration:none;
	border:none;
}
.list ul li a{
	list-style:none;
	color:#999;
	background:url(images/list.png) no-repeat 0px 3px;
	text-decoration: none;
	padding-left: 25px;
	padding-top: 3px;
	border:none;
}
.list ul li a:hover{
	color:#C66;
}

#contactform{
	width: 300px;
	color:#5a0246;
	padding-left: 15px;
	padding-top: 10px;
}
.field{
	border: 1px solid #5a0246;
	color:#5a0246;
}
.field:hover{
	background-color:#f0e5ed;
}
.field:focus{
	background-color:#f0e5ed;
}
.fieldv{
	border: 1px solid #5a0246;
	width: 120px;
	color:#5a0246;
}
.fieldv:hover{
	background-color:#f0e5ed;
}
.fieldv:focus{
	background-color:#f0e5ed;
}
.button {
	border:none;
	background:url(images/headmeniubk.png);
	width: 90px;
	height:23px;
	display:block;
}
#footer {
	width: 1024px;
	margin: 3px auto 0 auto;
	height: 50px;
	text-align:center;
	padding-top: 5px;
	font-size:12px;
	background: url(images/footer.png) no-repeat;
}

#footer a {
	text-decoration:none;
	color: white;
}

#copyright{
	margin: 3px auto 0 auto;
	width: 500px;
	font-size:10px;
	color: white;
}
#copyright a{
	text-decoration:none;
	color: white;
}
.loginfield {
	border: 1px solid #5a0246;
	color:#5a0246;
	width: 120px;
	height: 15px;
	font-size:10px;
}
/* tab view  */


div.TabView
{
  font-family: Verdana, Sans-Serif;
  font-size:   12px;
}

.alert{
	color:#b2068b;
	font-weight:bold;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:5px;
}
/* ***** Tabs *************************************************************** */

div.TabView div.Tabs
{
  height: 30px;

  background: url('images/line.png')  repeat-x 2px 28px ;
}

div.TabView div.Tabs a
{
  display: block;
  float:    left;

  margin-right: 1px;

  width: 392px;
  text-align: center;
  margin-right: 3px;

  height:      30px;
  line-height: 29px;
  vertical-align: middle;

  background: url('images/tabbk.png') no-repeat 0px   0px;

  text-decoration: none;
  font-weight: 900;
  color:   #004040;
  cursor:  pointer;
}

div.TabView div.Tabs a:hover
{
  background: url('images/tabslk.png') no-repeat 0px 0px;
}

div.TabView div.Tabs a.Current,
div.TabView div.Tabs a.Current:hover
{
  margin-top: 1px;
  height:     29px;
  background: url('images/tabcrnt.png') no-repeat 0px   0px;
  cursor:  default;
}


/* ***** Pages ************************************************************** */

div.TabView div.Pages
{

  border: 2px solid #d7d7d7;
  border-top: none;

  background: #fef4fd;
}

div.TabView div.Pages                  { overflow: hidden; }
div.TabView div.Pages div.Page         { overflow:   auto; }
div.TabView div.Pages div.Page div.Pad { padding: 12px 7px; }

/* tab view end */

#adminpanel{
	float:left;
	width: 350px;
	margin-right:20px;
	margin-left: 15px;
}
#adauga{
	margin-left: 10px;
	margin-top: 20px;
	width:340px;
	padding-bottom: 15px;
	padding-left: 10px;
	border: 1px solid #cd599c;
}
#adauga:hover{
	background: #fef4fd;
}
.text{
	margin-left: 4px;
	padding-bottom:3px;
	padding-top:2px;
	width:330px;
	text-align:center;
	border-bottom: 1px dashed #cd599c;
}

#panou{
	width: 150px;
	float:left;
	margin-left: 26px;
	margin-top: 5px;
	margin-right:13px;
	min-height: 126px;
	border: 1px solid #5a0246;
	padding-top: 5px;
	padding-left: 0px;
	vertical-align:middle;
	margin-bottom: 5px;
}
#panou:hover{
	background-color: #ead2e8;
}
.poza{
	border: none;
	
}
.poza a {
}
.backpoza{
	width:150px;
	min-height:125px;
	max-height:130px;
}
 .backpoza a {
}
.vizite{
	width: 150px;
	text-align:center;
	height: 15px;
	color: #4a012c;
	font-weight:bold;
}
.titlu{
	display:block;
	width: 150px;
	min-height:30px;
	text-align: center;
	height:15px;
	color: #4a012c;
	font-weight:bold;
}
.titlu  a {
}

#pozaview {
	float:left;
	width:765px;
	margin-top: 5px;
	margin-left: 5px;
	padding-right:13px;
	padding-bottom:13px;
	border: 1px solid #cd599c;
}
.pozamain {
	width:550px;
	margin-top:15px;
	margin-left: 15px;
	min-height:300px;
	min-width:300px;
}
.pozatext {
	margin-top: 10px;
	margin-left: 10px;
	width: 100%;
	text-align:center;
}
#mesaj{
	width:778px;
	margin-left: 5px;
	margin-top:25px;
	padding-top:15px;
}
#mesajtext{
	margin-top: 5px;
	float:left;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 5px;
	width: 777px;
	min-height: 50px;
}
#mesajtext:hover{
	background-color:#feebfc;
}
.titlumes {
	color:#cd599c;
	margin-left:5px;
	margin-top: 15px;
	font-size:12px;
	font-weight:bold;
}
.continut{
	width:750px;
	margin-top:5px;
	margin-left:10px;
	padding-right: 10px;
}
.height{
	height: 20px;
	width:700px;
}
.mesajedit{
	float:left;
	margin-left: 30px;
	margin-top: 15px;
	width: 350px;
}
#mesajcp{
	width: 765px;
	height:150px;
	margin-left: 5px;
	margin-top: 15px;
	border-bottom: 1px dashed gray;
}
.adaugamesaj{
	width: 300px;
	float:left;
	margin-top: 15px;
	margin-left: 20px;
	padding-bottom: 20px;
}
.mespoza{
	float: left;
	width: 300px;
	padding-left:30px;
}
#mesajcp1{
	width: 780px;
	margin-top: 10px;
}


#felicitare{
	width:780px;
	min-height:300px;
	padding-bottom: 10px;
	margin: 0 auto 0 auto;
	border-bottom: 1px solid #cd599c;
}
.poza1{
	min-width:500px;
	margin: 0 auto 0 auto;
}
.text{
	margin: 5px auto 5px auto;
	text-align:center;
	color: #cd599c;
	font-size:12px;
}
.mesaj1{
	margin: 5px auto 5px auto;
	text-align:justify;
	width: 500px;
}
.data1{
	margin-top: 20px;
	margin-bottom: 10px;
	color:#5a0246;
	font-size: 11px;
	font-weight:bold;
}
.perle{
	float:left;
	width: 395px;
	margin-top: 5px;
	margin-left:5px;
	background-color:#ffe1fc;
	padding-left: 5px ;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	min-height: 150px;
	text-align:justify;
}
.perlatext{	
	margin-top: 5px;
	margin-left:5px;
	padding-top:2px;
	padding-bottom:5px;
	padding-right: 5px;
	padding-left: 5px;
}
.perlatext:hover{
	
	background-color:#fef4fd;
}
.perletot{
	width:760px;
	margin: 0 auto 0 auto;
}
.ras{
	float:left;
	width:360px;
	background-color:#ffe1fc;
	margin-top: 5px;
	margin-left:5px;
	padding-left: 5px ;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 5px;
	min-height: 150px;
	text-align:justify;
}
.rastext{	
	margin-top: 5px;
	margin-left:5px;
	padding-top:2px;
	padding-bottom:5px;
	padding-right: 5px;
	padding-left: 5px;
}
.rastext:hover{
	
	background-color:#fef4fd;
}
.pageing{
	font-size:9px;
	margin:10px auto 0 auto;
	width: 200px;
	text-align:center;
	
}
.table td{
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom:5px;
	margin-bottom: 5px;
}
.content {
	border-bottom: 2px solid #cd599c;
	width: 100%;
	min-height: 50px;
	padding-bottom: 5px;
}
#felicitari_news {
	height:auto; 
	width: auto;
	border: 1px solid gray;
	float:left;
	padding-right:5px;
	max-width:420px;
	vertical-align:middle;
	
}
.ntitle{
	margin-left:10px;
}
.fundal {
	width:128px;
	height: 132px;
	border: 1px solid gray;
	float:left;
	padding-left: 3px;
	padding-top: 3px;
	margin-left: 5px;
	margin-bottom:5px;
}
#nwords{
	height:auto;
	width:auto;
	float:left;
	padding: 5px 5px 5px 5px;
	max-width:320px;
	border:1px solid gray;
	margin-left: 10px;
	min-height:160px;
	font-size:11px;
}
.nmes{
	width: 750px;
	margin-left: 10px;
	padding: 5px 5px 5px 5px;
	height:auto;
	font-size:11px;
	
}