@font-face {
    font-family: 'domineregular';
    src: url('fonts/domine-regular-webfont.eot');
    src: url('fonts/domine-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/domine-regular-webfont.woff2') format('woff2'),
         url('fonts/domine-regular-webfont.woff') format('woff'),
         url('fonts/domine-regular-webfont.ttf') format('truetype'),
         url('fonts/domine-regular-webfont.svg#domineregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*
  This is the body element
*/

body {
  padding : 0;
  margin : 0;
  background : #0A3664; font-family:Arial, Helvetica, sans-serif; size:12px;  
  /*
  background-image:url(images/body-bg.gif);
  font : 83% arial, 'trebuchet ms', 'lucida sans', 'lucida sans unicode', 'lucida grande', helvetica, sans-serif;
  */
  font-weight:normal;
  text-align:justify;
  line-height:16px;
}

* {
margin: 0;
padding: 0;
}

ul{list-style-type:none;}

li{list-style-type:none;}

img, div { behavior:url(iepngfix.htc); }

/*a { position:relative; z-index:1000; }*/

a img {border:0 none;}

#container {
  display:block;
  width : 100%;
  margin : 0px auto 0px auto;
  padding : 0 0 40px 0;
  background-color: #fff;
  border-bottom:0px solid #007751;
  overflow:hidden;
 /* box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3); 
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .3); */
}

#header-main {
  display:block;
  width : 100%;
  height:135px;
  margin : 0px;
  padding : 0px;
  background-color:#fff;
}

#header {
  display:block;  
  width : 1170px;
  height:95px;
  margin : 0px auto 0px auto;  
  padding : 20px 0 20px 0;
  /*background : #fff;*/
}

#header-left {
  display:block;
  float:left;
  width : 430px;
  height:100px;
  margin : 0px;
  padding : 0px;
}

#header-right {
  display:block;
  float:right;
  width : 450px;
  height:100px;
  margin : 0px;
  padding : 0px;
}

#header-top {
  display:block;  
  width : 450px;
  height:20px;
  margin : 0px;
  padding : 0px;
  text-align:right;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 0.75em;
  font-weight:bold;
  color:#0072C6;
}

#header-bottom {
  float:right;
  display:block;
  width : 342px;
  height:40px;
  margin : 20px 0 0 0;
  padding : 0px;
}


 /*-------------------------------------*/

    .cf:before, .cf:after{
      content:"";
      display:table;
    }

    .cf:after{
      clear:both;
    }

    .cf{
      zoom:1;
    }


 /*SEARCHBOX*/	

    .form-wrapper {  }

    .form-wrapper input { outline: 0;
        width: 250px;
        height: 22px;
        padding: 5px 5px 5px 7px;
        float: left;    
        font: italic 12px 'Arial', 'Helvetica', 'sans-serif';
        border: 1px solid #ccc;
        background: #fff;
		-moz-box-shadow: 0 0 0px rgba(0,0,0,.8) inset;
        -webkit-box-shadow: 0 0 0px rgba(0,0,0,.8) inset;
        box-shadow: 0 0 0px rgba(0,0,0,.8) inset;      
    }

    .form-wrapper input:focus {
        outline: 0;
        background: #fff;
        -moz-box-shadow: 0 0 1px rgba(0,0,0,.8) inset;
        -webkit-box-shadow: 0 0 1px rgba(0,0,0,.8) inset;
        box-shadow: 0 0 1px rgba(0,0,0,.8) inset;
    }

    .form-wrapper input::-webkit-input-placeholder {
       color: #999;
       font-weight: normal;
       font-style: italic;
    }

    .form-wrapper input:-moz-placeholder {
        color: #999;
        font-weight: normal;
        font-style: italic;
    }

    .form-wrapper input:-ms-input-placeholder {
        color: #999;
        font-weight: normal;
        font-style: italic;
    }    

    .form-wrapper button {
		overflow: visible;
        position: relative;
        float: right;
        border: 0;
        padding: 0;
        cursor: pointer;
        height: 34px;
        width: 73px;
        font: bold 13px 'lucida sans', 'trebuchet MS', 'Tahoma';
        color: #333;
        text-transform: uppercase;
        /*background: #d83c3c;   BUTTON */
		background: #E3C857;        
    }   

    .form-wrapper button:hover {background: #ED6152; }	

    .form-wrapper button:active,

    .form-wrapper button:focus {background: #c42f2f;}

    .form-wrapper button::-moz-focus-inner {
        border: 0;
        padding: 0;
    }



/* SEARCH RESULT */



#search-result-container { 



  float:left;  



  display:block;  



  width : 100%;    



  margin : 0px 0 0px 0;  



  padding : 0px;    



}



#search-info { 



  float:left;  



  display:block;  



  width : 100%;



  margin : 10px 0 15px 0;  



  padding : 0px 0 0px 0;    



  font-family:Arial, Helvetica, sans-serif; 



  font-size:12px; 



  font-weight:bold; 



  text-decoration:none;



  color:#000;               



}



.search-result { 



  float:left;  



  display:block;  



  width : 100%;    



  margin : 0px 0 15px 0;  



  padding : 0px;    



}



.search-result h1 { 



  font-family:Arial, Helvetica, sans-serif; 



  font-size:12px; 



  font-weight:bold; 



  text-decoration:none;



  color:#000000; 



  float:left;  



  display:block;  



  width : 100%;    



  margin : 0px 0 0px 0;  



  padding : 0px;    



}



.search-result h1 a {text-decoration:none; color:#2C8EBC;}



.search-result h1 a:hover {text-decoration:none; color:#C62264;}



.search-result p { 



  font-family:Arial, Helvetica, sans-serif; 



  font-size:12px; 



  font-weight:normal; 



  text-decoration:none;



  color:#666;         



  margin : 0px 0 0px 0;  



  padding : 0px 0 15px 0;  



  border-bottom:1px solid #ccc;    



}







/* NEWS, COMMENTS PAGINATOR */



div.pagination { float:right;



    padding: 3px 0 3px 0;



    margin: 3px 0 3px 0;



}



div.pagination a { 



	font-family:Arial, Helvetica, sans-serif; font-size:12px;



	font-weight: bold;	



    padding: 2px 6px 2px 6px;



    margin: 2px;



    border: 1px solid #AAAADD;



    zoom: 100%;



    text-decoration: none; /* no underline */



    color: #000000;



}



div.pagination a:hover, div.pagination a:active {	



    border: 1px solid #C62264; background-color:#C62264;



	font-weight: bold;



    color: #FFF;



}



div.pagination span.page_current {



	font-family:Arial, Helvetica, sans-serif; font-size:12px;



    padding: 2px 6px 2px 6px;



    margin: 2px;



    border: 1px solid #C62264;



    * zoom: 100%;



    font-weight: bold;



    background-color: #C62264;



    color: #FFF;



}



div.pagination span.page_disabled {



	font-family:Arial, Helvetica, sans-serif; font-size:12px;



    padding: 2px 6px 2px 6px;



    margin: 2px;



    border: 1px solid #AAAADD;



    * zoom: 100%;



    font-weight: bold;



	color: #AAAADD;



}



* span.elipsis {zoom:100%}







#menunew {  



  display:block;    



  width : 960px;



  height:40px;



  margin : 0px;  



  padding : 0px;



  background:#ccc;  



}


#middlecontainer-main {
  display:block;
  width : 1170px;
  margin : 10px auto 0px auto;
  padding : 0px;
  background-color: #fff;
  overflow:hidden;
}

#middlecontainer {
  /*float:left;*/
  display:block;
  width : 738px;
  margin : 20px auto 20px auto;
  padding : 0px;
  height:500px;
  /*position:relative;*/
}


/* STIRI PRIMA PAGINA */

.middlenews-containerf {
  float:left;
  display:block;
  width : 738px;
  margin : 0px 0 0px 0;  
  padding : 0;
  /*background:#CCCC66;*/
}

.middlenews-containerf h3 {
	font-family:'domineregular', serif;
	border-bottom:4px solid #ccc;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	width:706px;
	margin:0 auto 20px auto;

	padding:9px 0px 8px 14px;
	text-transform:uppercase;
	background: #404041;
    -webkit-border-radius-top-left: 10px;
    -moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.newsf-row {
  float:left;
  display:block;
  width : 100%;
  margin : 0px 0 30px 0px;
  padding : 0px;
}

.middlenewsf {
  float:left;
  display:block;
  width : 228px;
  margin : 0px 9px 0px 9px;
  padding : 0px; 
  /*border:1px solid #DCEAED;
  background : url(images/middlenews-bg.jpg) top no-repeat;*/     
}

.middlenewsf h1 {
    font-family:'domineregular', serif;
	font-size:14px;
	text-align:left;
	color:#333;
	line-height:18px;
	margin:0px 0 7px 0;
	padding:0px 0 0px 0;
	text-decoration:none;
	width:100%;	
}

.middlenewsf h1 a {
	color:#333;
	text-decoration:none;
}

.middlenewsf h1 a:hover {
	color:#2C8EBC;
	text-decoration:none;
}

#one-news-infof { float:left; display:block;
    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;	
	text-align:left;
	color:#666;
	margin:0px 0 15px 0;
	padding:10px 0;
	width:100%;
	border-bottom:1px solid #dcdcdc;
}

.middlenewsf img {
	float: left;
	margin: 0px;
	border: 0px solid #ddd;
	padding: 0px;
}

.middlenewsf p a a:hover { display:block;
    font-family:'domineregular', serif;
	font-size:14px;
	line-height:18px;
	font-weight:normal;	
	text-align:left;
	color:#333;
	text-decoration:none;
	margin:0px 0 0px 0;
	padding:0px 0 0 0;
}

.middlenewsf p a { display:block;
    font-family:'domineregular', serif;
	font-size:14px;
	line-height:18px;
	font-weight:normal;
	text-align:left;
	color:#333;
	text-decoration:none;
	margin:10px 0 0px 0;
	padding:0px 0 0 0;

}

.middlenewstxtf {
  float:right;
  display:block;
  width : 366px;
  margin : 0px 0 0px 0; 
  padding : 0px;
}

/*-----------------------------------------------*/


/* AGENDA */

.agenda { float:left;
  display:block;
  width : 720px;
  height:auto;
  margin : 0 0 25px 9px ;
  padding : 0;
}

.agenda p { float:left; display:block; width:80px;background:#FB5B5B;
    font-family:'domineregular', serif;
	font-size:12px;
	font-weight:normal;
	text-align:center;
	color:#fff;
	margin:0;
	padding:10px 0;
}

.agenda h4 {float:right; display:block; width:610px;
    font-family:'domineregular', serif;
	font-size:14px;
	font-weight:normal;
	line-height:18px;
	text-align:left;
	color:#000;
	margin:0;
	padding:0px 0 0px 15px;
	border-left: solid 1px #CCC;
}


/* INDEX GALLERY CONTAINERS */

#ig-container {  
  display:block;  
  width : 720px;
  margin : 10px auto 35px auto;  
  padding : 0px;
  background : url(images/ig-bg.png) repeat-y;  
}

/* INDEX SLIDER */

.slider-wrap						{ width: 720px; height:263px; /* teljes szell es kep magassag; position: absolute;top:0px;left:0px;background-color:#FFFFFF; */}
.stripViewer .panelContainer
.panel ul						{ text-align: left; margin: 0 15px 0 30px; }
.stripViewer						{ position: relative; overflow: hidden; width: 350px; height: 263px; } /* nagy kep merete */
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; height: 263; position: relative; width: 350px; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb 						{ border: 0px solid black; margin-right: 0px; }
#movers-row						{ width:348px; margin: -263px 0 0 372px; }
#movers-row div					{ width: 106px; float: left; padding:0 0 10px 10px; } /* kis kep merete */
#movers-row div a.cross-link 				{ float: right; }
.photo-meta-data				{ background: url(images/transpBlack.png); padding: 10px; height: 30px; margin-top: -50px; position: relative; z-index: 9999; 
								  color: white; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; text-align:left; }
.photo-meta-data span 				{ font-size: 13px; }
.cross-link						{ display: block; background-color:#000000; width: 106px; margin-top: 0px;
											  position: relative; padding-bottom: 0px; z-index: 9999; }
.active-thumb 						{ background: transparent url(images/icon-uparrowsmallwhite.png) top center no-repeat; }


/* CUVANTUL PRIMARULUI */

.cuvantprimar {
  display:block;
  width : 720px;
  margin : 0px auto;
  padding : 0;
}

.cuvantprimar p {
    font-family:'domineregular', serif;
	font-size:14px;
	font-weight:normal;
	line-height:18px;
	text-align:left;
	color:#000;
	margin:0px 0 0px 0;
	padding:0px 0 0px 0;
}

.cuvantprimar img {
	float: left;
	margin: 2px 20px 0px 0;
	border: 0px solid #ddd;
	padding: 0px;
}

/* -------------------------------------------*/


/* COMUNA BAGACIU */

.comuna-container {
  display:block;
  width : 680px;
  margin : 0px auto;
  padding : 20px;
  border:1px solid #DCEAED;
}

.comuna-container h1 {
    font-family:'domineregular', serif;
	font-size:20px;
	font-weight:bold;
	text-align:left;
	color:#333;
	margin:0px 0 20px 0;
	padding:0px 0 8px 0;
	text-decoration:none;
	width:100%;
	border-bottom:1px solid #dcdcdc;
}

.comuna-container p {
    font-family:'domineregular', serif;
	font-size:14px;
	font-weight:normal;
	line-height:20px;
	text-align:left;
	color:#333;
	margin:0px 0 0px 0;
	padding:0px 0 0px 0;
}

.comuna-container img {
	float: left;
	margin: 2px 20px 0px 0;
	border: 0px solid #ddd;
	padding: 0px;
}

/* -------------------------------------------*/


.header_search_cont { float: right; margin-right: 7px; position: relative; margin-left: 22px; }

.header_search_cont input[type=text] { width: 176px; height: 23px; border: 1px solid #E5E5E5; }

.search_icon { position: absolute; top: 7px; right: 8px; }

.middlenews-other {
  float:left;
  display:block;
  /* clear:both; */
  /* width : 100%; */
  margin : 20px 0 15px 0; 
  padding : 10px 0px 0 0; 
  border-top:1px solid #DCEAED;
}

.middlenews-download {
  float:left;
  display:block;
  margin : 15px 0 15px 0;
  padding : 0px;
  border:0px solid #DCEAED;
}

.middlenews-download h1 {
    font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	color:#000;
	margin:0px 0 10px 0;
	padding:0px 0 6px 0;
	text-decoration:none;
	width:300px;
	border-bottom:1px solid #dcdcdc;
	color:#333838;
}







.middlenews-download ul{margin-bottom:15px;}



.middlenews-download ul li{padding:0px;margin:0px;}



.middlenews-download ul li a{font-family:Arial, Helvetica, sans-serif; color:#0f7fc9;font-size:12px;text-decoration:none;background:url('images/rectbullet.jpg') no-repeat 0px 7px;display:block;padding:0px 0px 0px 10px;line-height:18px;}










.middlenewstxt { 



  float:right; 



  display:block;



  width : 366px;    



  margin : 0px 0 0px 0;  



  padding : 0px;        



}







.middlenewstxt h1 {   



    font-family:Arial, Helvetica, sans-serif;	



	font-size:16px;



	font-weight:bold;			



	text-align:left;



	color:#000;



	margin:0px 0 7px 0;



	padding:0px 0 0px 0;



	text-decoration:none;	



	width:100%;



	border-bottom:0px solid #dcdcdc;



	color:#333838;	



}







.middlenewstxt h1 a {



	text-align:left;



	font-size:16px;     



	color:#000;	



	text-decoration:none;



}







.middlenewstxt h1 a:hover {



	text-align:left;



	font-size:16px;     



	color:#2C8EBC;	



	text-decoration:underline;



}







.main-news-info { 



    font-family:Arial, Helvetica, sans-serif;	



	font-size:11px;	



	font-weight:normal;	



	text-align:left;



	color:#C62264;



	margin:0px 0 10px 0;



	padding:0px 0 0 0;



}








.middlenewstxt p a a:hover { display:block; 



    font-family:Arial, Helvetica, sans-serif;	



	font-size:12px;	



	font-weight:normal;	



	text-align:left;



	color:#000;



	text-decoration:none;



	margin:0px 0 0px 0;



	padding:0px 0 0 0;



}







.middlenewstxt p a { display:block; 



    font-family:Arial, Helvetica, sans-serif;	



	font-size:12px;	



	font-weight:normal;	



	text-align:left;



	color:#000;



	text-decoration:none;



	margin:0px 0 0px 0;



	padding:0px 0 0 0;



}







/*FULL NEWS*/

.middlenews-container {
  display:block;
  width : 720px;
  margin : 0px auto;  
  padding : 0;
}

.middlenews { 
  display:block;
  width : 680px;
  margin : 0px auto 25px auto;
  padding : 20px; 
  border:1px solid #DCEAED;
}

.middlenews h1 {
    font-family:'domineregular', serif;
	font-size:18px;
	
	text-align:left;
	line-height:26px;
	margin:0px 0 10px 0;
	padding:0px 0 8px 0;
	text-decoration:none;	
	width:100%;
	border-bottom:1px solid #dcdcdc;
	color:#333838;
}

#one-news-info {
    font-family:Arial, Helvetica, sans-serif;
	font-size:11px;	
	font-weight:normal;	
	text-align:left;
	color:#000;
	margin:0px 0 4px 0;
	padding:0px 0 8px 0;
	width:100%;
}

.middlenews p {display:block;
    font-family:'domineregular', serif;
	font-size:14px;
	font-weight:normal;
	line-height:20px;
	text-align:left;
	color:#333;
	margin:20px 0 0px 0;
	padding:0px 0 0 0;
}

.middlenews img {
	display:block;
	margin: 0;
	padding: 0px;
}


/*COMUNA GANESTI*/







.middlenewshcg { 



  float:right; 



  display:block;



  width : 366px;    



  margin : 0px 0 0px 0;  



  padding : 0px;        



}







.middlenewshcg h1 {   



    font-family:Arial, Helvetica, sans-serif;	



	font-size:16px;



	font-weight:bold;			



	text-align:left;



	color:#000;



	margin:0px 0 7px 0;



	padding:0px 0 8px 0;



	text-decoration:none;	



	width:100%;



	border-bottom:1px solid #dcdcdc;



	color:#333838;	



}


/* NEWSLETTER */

#footeraction-container {
  display:block;
  width : 100%;
  height:38px;
  margin : 0px auto 0px auto;
  padding : 40px 0;
  background-color: #ccc;
}

#footeraction {width:1170px; margin : 0px auto 0px auto;}
#mynewsletter { float:left; display:block;width:700px;}

#mynewsletter h2 { float:left; display:block;width:240px; font-family:'domineregular', serif; font-size:20px; line-height:38px;}

.newsletter { float:left; margin:0; padding:0; width:470px;

    }

    .newsletter input { outline: 0;
        width: 355px;
        height: 18px;
        padding: 10px 10px 10px 10px;
        float: left;    
        font: italic 12px 'Arial', 'Helvetica', 'sans-serif';
        border: 0;
        background: #fff;
		-moz-box-shadow: 0 0 0px rgba(0,0,0,.8) inset;
        -webkit-box-shadow: 0 0 0px rgba(0,0,0,.8) inset;
        box-shadow: 0 0 0px rgba(0,0,0,.8) inset;      
    }

    .newsletter input:focus {
        outline: 0;
        background: #fff;
        -moz-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
        -webkit-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
        box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
    }

    .newsletter input::-webkit-input-placeholder {
       color: #999;
       font-weight: normal;
       font-style: italic;
    }

    .newsletter input:-moz-placeholder {
        color: #999;
        font-weight: normal;
        font-style: italic;
    }

    .newsletter input:-ms-input-placeholder {
        color: #999;
        font-weight: normal;
        font-style: italic;
    }    

    .newsletter button {
		overflow: visible;
        position: relative;
        float: right;
        border: 0;
        padding: 0;
        cursor: pointer;
        height: 38px;
        width: 90px;
        font: bold 16px font-family:'domineregular', serif;
		font-weight:bold;
        color: #fff;
        text-transform: uppercase;
		background: #FB5B5B;
    }   

    .newsletter button:hover{		
        background: #ED6152;
    }	

    .newsletter button:active,
    .newsletter button:focus{   
        background: #c42f2f;    
    }

    .newsletter button::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

.error {
  float:left;
  display:block;
  width: 700px;
  margin: 0px;
  padding: 20px 0;
  font-family:Arial, Helvetica, sans-serif;	
  font-size:13px;	
  font-weight:bold;	
  text-align:left;
  color:#FB5B5B;
}

.success {
  float:left;
  display:block;
  width: 700px;
  margin: 0px;
  padding: 20px 0;
  font-family:Arial, Helvetica, sans-serif;	
  font-size:13px;	
  font-weight:bold;	
  text-align:left;
  color:#063;
}


#rs-container {float:right; display:block;width:350px; border-left: 1px solid #999999;}

#rs-container p {display:block; font-family:'domineregular', serif; font-size:20px; line-height:38px; text-align:right;}
#rs-container p a { color:#000000; text-decoration:none;}
#rs-container p a:hover { color:#003366; text-decoration:none;}

#rs-container p i { margin-right:10px;}

/*------------------------------------------*/ 


/* FOOTER */

#footer {
  display:block;
  width : 1170px;
  margin : 20px auto 20px auto;
  height:25px;
  padding : 0px;
}

.footer-left {
  float:left;
  display:block;
  margin : 5px 0 0 0;
  padding : 0px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  color:#fff;
  text-align:left;
  text-decoration:none;
}

.footer-left a {
  color:#fff;
  text-decoration:none;
}

.footer-left a:hover {
  color:#999;
  text-decoration:none;
}

.footer-right {
  float:right;
  display:block;
  margin : 5px 0 0 0;
  padding : 0px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  color:#fff;
  text-align:right;
  text-decoration:none;
}

.footer-right a {
  color:#fff;
  text-decoration:none;
}

.footer-right a:hover {
  color:#999;
  text-decoration:none;
}

.footer-right i { color:#FB5B5B;}


/* DECLARATII AVERE */

.declcontainer {
  display:block;
  width : 680px;
  margin : 0px auto 20px auto;
  padding : 20px;
  border:1px solid #DCEAED;
}

.declcontainer h2 {
    font-family:'domineregular', serif;
	font-size:16px;
	font-weight:bold;
	text-align:left;
	color:#006699;
	line-height:20px;
	margin:0px 0 0px 0;
	padding:0px 0 0px 0;
	text-decoration:none;
	width:100%;
}

.declcontainer h2 a {
	font-family:'domineregular', serif;
	font-size:16px;
	font-weight:bold;
	text-align:left;
	color:#006699;
	line-height:20px;
	margin:0px 0 0px 0;
	padding:0px 0 0px 0;
	text-decoration:none;
	width:100%;
}

.declcontainer h2 a:hover {
	color:#333;
	text-decoration:none;
}

.declcontainer p {
    font-family:'domineregular', serif;
	font-size:14px;
	font-weight:normal;
	text-align:left;
	color:#555;
	line-height:14px;
	margin:5px 0 0px 0;
	padding:0px 0 0px 0;
	text-decoration:none;
	width:100%;
	border-bottom:0px solid #dcdcdc;
}


/* CONSILIERI LOCALI */

.middlenewstxtcl {
  float:right;
  display:block;
  width : 560px;
  margin : 0px 0 0px 0;
  padding : 0px;
}

.middlenewstxtcl h1 {
    font-family:'domineregular', serif;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	color:#000;
	margin:0px 0 5px 0;
	padding:0px 0 6px 0;
	text-decoration:none;
	width:100%;
	border-bottom:1px solid #dcdcdc;
	color:#333838;
}

.middlenewstxtcl p { display:block;
    font-family:'domineregular', serif;
	font-size:14px;
	font-weight:normal;
	text-align:left;
	color:#000;
	margin:0px 0 0px 0;
	padding:0px 0 0 0;
}


/* COMISII DE SPECIALITATE */

.declcontainercs {
  
  display:block;
  width : 680px;
  margin : 0px auto 20px auto;
  padding : 20px;
  border:1px solid #DCEAED;
}

.declcontainercs h2 {
    font-family:'domineregular', serif;
	font-size:16px;
	font-weight:bold;
	text-align:left;
	color:#006699;
	line-height:18px;
	margin:3px 0 0px 0;
	padding:0px 0 10px 0;
	text-decoration:none;
	width:100%;
	border-bottom:0px solid #dcdcdc;
}

.declcontainercs h2 a {
	font-family:'domineregular', serif;
	font-size:16px;
	font-weight:bold;
	text-align:left;
	color:#006699;
	line-height:18px;
	margin:3px 0 0px 0;
	padding:0px 0 10px 0;
	text-decoration:none;
	width:100%;
}

.declcontainercs h2 a:hover {
	font-weight:bold;
	color:#333;
	text-decoration:none;
}

.declcontainercs p {
    font-family:'domineregular', serif;
	font-size:14px;
	font-weight:normal;
	text-align:left;
	color:#333;
	line-height:22px;
	margin:0px 0 0px 0;
	padding:0px 0 0px 0;
	text-decoration:none;
}


/* LUCRARI DE INVESTITII */







.tablebkgr { 



  float:left; 



  display:block;



  width : 100%;    



  margin : 0px 0 15px 0;  



  padding : 0px;   



}







.tablebkgr table {



	border-collapse:collapse; 



	width: 100%;



}







.tablebkgr table,th, td {



	font-family:Arial, Helvetica, sans-serif;	



	font-size:12px;



	font-weight:bold;			



	text-align:center;



	color:#000;	



	margin:0px 0 0px 0;



	padding:5px;



	text-decoration:none;



	border: 1px solid #CCC;



}







.tablebkgr th { background:#F1E8B8;}







.tablebkgr td {



	font-family:Arial, Helvetica, sans-serif;	



	font-size:12px;



	font-weight:normal;			



	text-align:center;



	color:#000;	



	margin:0px 0 0px 0;



	padding:5px;



	text-decoration:none;



}



.tdtxtleft {text-align:left;}


/* DOWNLOADABLE FILES */

.downloadables { float:left;
  display:block;
  width : 680px;
  margin : 0 auto 15px auto;
  padding : 20px;
  border:1px solid #DCEAED;
}

.downloadables h1 {
    font-family:'domineregular', serif;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	color:#000;
	line-height:19px;
	margin:0px 0 15px 0;
	padding:0px 0 5px 0;
	text-decoration:none;
	width:100%;
	border-bottom:1px solid #dcdcdc;
	color:#333838;
}

.downloadables ul{margin-bottom:0px;}
.downloadables ul li{padding:2px 0;margin:0px;}
.downloadables ul li a{font-family:'domineregular', serif; color:#0f7fc9;font-size:14px;text-decoration:none;background:url('images/rectbullet.jpg') no-repeat 0px 7px;display:block;padding:0px 0px 0px 10px;line-height:20px;}
.downloadables ul li a:hover{color:#333;text-decoration:none;}

/* -------------------------- */


.left {float:left;}
.right {float:right;}

#sidebar {
  display:block;
  width : 205px;
  margin : 20px 0px 0 0px;
  overflow:hidden;
}

#sidebar h3{
	font-family:'domineregular', serif;
	border-bottom:4px solid #ccc;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	margin:0 0 0px 0;
	padding:9px 0px 8px 14px;
	text-transform:uppercase;
	background: #004990;
    
    -webkit-border-radius-top-left: 10px;
    -moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}


/* SIDEBAR MENUS */

.menuv { width:205px; margin:0; padding:0; font-family:'domineregular', serif;}
.menuv ul { list-style-type: none; margin-left: 0; margin-bottom:30px; }



/*.menuv ul > li { counter-increment: customlistcounter; }

.menuv ul > li:before {

  content: counter(customlistcounter, decimal-leading-zero) " ";

  font-family:Arial, Helvetica, sans-serif;

  font-size:12px;

  color:#6CA8B7;

  font-weight: normal;

  line-height:14px;

  float: left;

  width: 20px;

  margin-left:8px;

  padding-top:7px;  

}



.menuv ul:first-child {

  counter-reset: customlistcounter;

}*/

.menuv ul li a {
	display:block;
	font-family:'domineregular', serif;
	font-size:14px;
	text-decoration:none;
	color:#004990;
	text-align:left;
	background-color:#fff;
	line-height:17px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#ccc;
	padding:7px 8px 7px 10px;
	cursor:pointer; 
}

.menuv ul li a:hover { color:#FFFFFF; background: #019875;}
.menuv ul li a strong { margin-right:10px; }



/*CONTACT*/

.contactop{ display:block;
	width:100%;
	margin:30px 0 0 0;
	padding:0;
	
}

#contactop-item{display:block;width:100%;}

#contactop-item h4{
	font-family:'domineregular', serif;
	border-bottom:0px solid #ccc;
	color:#004990;
	font-size:16px;
	font-weight:bold;
	margin:0 0 0px 0;
	padding:0px 0px 3px 0px;
}


#contactop-item p{margin:10px 0 40px 0; padding:0;}

.contactform{float:left;width:100%;}

.contactform h4{color:#000;font-size:12px;font-weight:bold;margin:15px 0 0px 0;padding:0px 0px 6px 0px;}

.contactleft{float:left;width:200px;}

.contactleft p{float:left;width:100%;padding-top:10px;}

.contactleft p label{width:100%;color:#5e5e5e;font-size:12px;padding-bottom:5px;float:left;}

.contactright{float:right;width:300px;}

.contactright p{float:left;width:100%;padding-top:10px;}

.contactright p label{width:100%;color:#5e5e5e;font-size:12px;padding-bottom:5px;float:left;}

.contactcenter{width:100%;}

.contactcenter p{width:100%;padding:0px 0 30px 0;}

.contactcenter p label{width:100%;color:#5e5e5e;font-size:12px;padding-bottom:5px;float:left;}

.contactcenter span{float:left;padding:4px 0px 0px 10px;color:#acacac;}

.button{float:left;color:#365983;font-size:12px; margin:0;padding:3px 10px 3px 0;height:35px;border:1px solid #f4c300;
line-height:15px;text-transform:lowercase;}

.contactinput, .contacttextarea {
	float:left;
	height:14px;
	padding: 5px;
	border: solid 1px #E5E5E5;
	outline: 0;
	font: normal 12px/100% Arial, Helvetica, sans-serif;
	width: 180px;
	background: #FFFFFF url('bg_form.png') left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	}

.contacttextarea {
	width: 285px;
	max-width: 285px;
	height: 128px;
	line-height: 150%;
	}

.contactinput:hover, .contacttextarea:hover,

.contactinput:focus, .contacttextarea:focus {
	border-color: #C9C9C9;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
	}

.error p {color:#990033;} 

.success {display:none;}

.button {
	width: auto;
	padding: 9px 10px;
	background: #617798;
	border: 0;
	font-size: 14px;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
	}


/*PETITII ONLINE*/

.petitieform{ display:block;width:100%; height:auto;}

.petitieform h3{display:block;font-family:'domineregular', serif;color:#333;font-size:16px;font-weight:bold;margin:15px 0 30px 0;padding:0px 0px 6px 0px;border-bottom:1px solid #ccc;}

.petitief{display:block;width:100%; margin-top:10px;}

.petitief p{width:100%;}
.petitieinput, .petitietextarea placeholder{font-family:'domineregular', serif;color:#333;font-size:12px;}

.petitieinput, .petitietextarea {
	height:20px;
	padding: 5px;
	margin-top:0px;
	border: solid 1px #E5E5E5;
	outline: 0;
	font: normal 12px/100% Arial, Helvetica, sans-serif;
	width: 420px;
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	}

.petitietextarea {
	width: 420px;
	max-width: 420px;
	height: 150px;
	line-height: 150%;
	}

.petitieinput:hover, .petitietextarea:hover,

.petitieinput:focus, .petitietextarea:focus {
	border-color: #C9C9C9;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
	}

.buttonp { float:none;display:block;
	width: auto;
	margin:0px 0 10px 0;
	padding: 9px 10px;
	background: #617798;
	border: 0;
	font-size: 14px;
	color: #FFFFFF;
	cursor: pointer;
	}


/*FEATURED NEWS*/















#featured{ 







	width:320px; 







	padding-right:224px;







	padding-left:4px;







	padding-top:4px;







	padding-bottom:4px; 







	position:relative; 







	border:1px solid #DCEAED; 







	height:240px; overflow:hidden;







	background-color: #F5F9FA;







}







#featured ul.ui-tabs-nav{ 







	position:absolute; 







	top:0; left:319px; 







	list-style:none; 







	padding:0; margin:0; padding-top:2px;  







	width:206px; height:250px;







	background-color: #F5F9FA;







	overflow:auto;







	overflow-x:hidden;







}







#featured ul.ui-tabs-nav li{ 







	padding:2px; padding-left:13px;  







	font-size:12px; 







	color:#666; 







}







#featured ul.ui-tabs-nav li img{ 







	float:left; margin:2px 5px; 







	background:#fff; 







	padding:0px; 







	border:1px solid #eee;







}







#featured ul.ui-tabs-nav li span{ display:block; 







	font-size:12px; font-family:Verdana; text-align:left; 







	line-height:18px; padding:8px 15px; 







}







#featured li.ui-tabs-nav-item a{ 







	display:block; 







	height:56px; text-decoration:none; text-align:left;







	color:#000;  







	line-height:20px; outline:none;







	border-bottom:1px solid #DCEAED;







}















#featured li.ui-tabs-nav-item:last-child a{ border-bottom: none; }















#featured li.ui-tabs-nav-item a:hover{ color:#385984; }







#featured li.ui-tabs-selected, #featured li.ui-tabs-active{ color:#385984; 







	background:url('images/featuredarrow.png') top center no-repeat;  







}







#featured ul.ui-tabs-nav li.ui-tabs-selected a, #featured ul.ui-tabs-nav li.ui-tabs-active a{ 







	 







}







#featured .ui-tabs-panel{ 







	width:320px; height:240px; 







	background:#999; position:relative;







}







#featured .ui-tabs-panel .info{ 







	position:absolute; 







	bottom:0; left:0; 







	height:80px; 







	background: url('images/transparent-bg.png'); 







}







#featured .ui-tabs-panel .info a.hideshow{







	position:absolute; font-size:11px; font-family:Verdana; color:#f0f0f0; right:10px; top:-20px; line-height:20px; margin:0; outline:none; background:#333;







}







#featured .info h2{ 







	font-size:1.2em; font-family:Georgia, serif; 







	color:#fff; padding:5px; margin:0; font-weight:normal;







	overflow:hidden; 







}







#featured .info p{ 







	margin:0 5px; 







	font-family:Verdana; font-size:11px; 







	line-height:15px; color:#f0f0f0;







}







#featured .info a{ 







	text-decoration:none; 







	color:#fff; 







}







#featured .info a:hover{ 







	text-decoration:underline; 







}







#featured .ui-tabs-hide{ 







	display:none; 







}







/* LOGIN FORM */







article, aside, details, figcaption, figure, 



		footer, header, hgroup, menu, nav, section {



		  display: block;



		}







fieldset



		{



		  margin: 0;



		  padding: 0;



		  border: 0;



		}



		



		input:focus,textarea:focus {



		  outline: none;



		}







nav ul {



  margin: 0;



  padding: 0;



  list-style: none;



  position: relative;



  float: right;



  background: #eee;



  border-bottom: 1px solid #fff;



  -moz-border-radius: 3px;



  -webkit-border-radius: 3px;



  border-radius: 3px;    



}








nav li {



  float: left;          



}







nav #login {



  border-right: 1px solid #ddd;



  -moz-box-shadow: 1px 0 0 #fff;



  -webkit-box-shadow: 1px 0 0 #fff;



  box-shadow: 1px 0 0 #fff;  



}







nav #login-trigger,



nav #signup a {



  display: inline-block;



  *display: inline;



  *zoom: 1;



  height: 25px;



  line-height: 25px;



  font-weight: bold;



  padding: 0 8px;



  text-decoration: none;



  color: #444;



  text-shadow: 0 1px 0 #fff; 



}







nav #signup a {



  -moz-border-radius: 0 3px 3px 0;



  -webkit-border-radius: 0 3px 3px 0;



  border-radius: 0 3px 3px 0;



}







nav #login-trigger {



  -moz-border-radius: 3px 0 0 3px;



  -webkit-border-radius: 3px 0 0 3px;



  border-radius: 3px 0 0 3px;



}







nav #login-trigger:hover,



nav #login .active,



nav #signup a:hover {



  background: #C4E1FF;



}







nav #login-content {



  display: none;



  position: absolute;



  top: 24px;



  right: 0;



  z-index: 999;    



  background: #C4E1FF;



  background-image: -webkit-gradient(linear, left top, left bottom, from(#C4E1FF), to(#eee));



  background-image: -webkit-linear-gradient(top, #C4E1FF, #eee);



  background-image: -moz-linear-gradient(top, #C4E1FF, #eee);



  background-image: -ms-linear-gradient(top, #C4E1FF, #eee);



  background-image: -o-linear-gradient(top, #C4E1FF, #eee);



  background-image: linear-gradient(top, #C4E1FF, #eee);  



  padding: 15px;



  -moz-box-shadow: 0 2px 2px -1px rgba(0,0,0,.9);



  -webkit-box-shadow: 0 2px 2px -1px rgba(0,0,0,.9);



  box-shadow: 0 2px 2px -1px rgba(0,0,0,.9);



  -moz-border-radius: 3px 0 3px 3px;



  -webkit-border-radius: 3px 0 3px 3px;



  border-radius: 3px 0 3px 3px;



}







nav li #login-content {



  right: 0;



  width: 250px;  



}







/*--------------------*/







#inputs input {



  background: #f1f1f1;



  padding: 6px 5px;



  margin: 0 0 5px 0;



  width: 238px;



  border: 1px solid #ccc;



  -moz-border-radius: 3px;



  -webkit-border-radius: 3px;



  border-radius: 3px;



  -moz-box-shadow: 0 1px 1px #ccc inset;



  -webkit-box-shadow: 0 1px 1px #ccc inset;



  box-shadow: 0 1px 1px #ccc inset;



}







#inputs input:focus {



  background-color: #fff;



  border-color: #e8c291;



  outline: none;



  -moz-box-shadow: 0 0 0 1px #e8c291 inset;



  -webkit-box-shadow: 0 0 0 1px #e8c291 inset;



  box-shadow: 0 0 0 1px #e8c291 inset;



}







/*--------------------*/







#login #actions {



  margin: 10px 0 0 0;



}







#login #submit {		



  background-color: #d14545;



  background-image: -webkit-gradient(linear, left top, left bottom, from(#e97171), to(#d14545));



  background-image: -webkit-linear-gradient(top, #e97171, #d14545);



  background-image: -moz-linear-gradient(top, #e97171, #d14545);



  background-image: -ms-linear-gradient(top, #e97171, #d14545);



  background-image: -o-linear-gradient(top, #e97171, #d14545);



  background-image: linear-gradient(top, #e97171, #d14545);



  -moz-border-radius: 3px;



  -webkit-border-radius: 3px;



  border-radius: 3px;



  text-shadow: 0 1px 0 rgba(0,0,0,.5);



  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;



  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;



  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;    



  border: 1px solid #7e1515;



  float: left;



  height: 30px;



  padding: 0;



  width: 60px;



  cursor: pointer;



  font: bold 14px Arial, Helvetica;



  color: #fff;



}







#login #submit:hover,



#login #submit:focus {		



  background-color: #e97171;



  background-image: -webkit-gradient(linear, left top, left bottom, from(#d14545), to(#e97171));



  background-image: -webkit-linear-gradient(top, #d14545, #e97171);



  background-image: -moz-linear-gradient(top, #d14545, #e97171);



  background-image: -ms-linear-gradient(top, #d14545, #e97171);



  background-image: -o-linear-gradient(top, #d14545, #e97171);



  background-image: linear-gradient(top, #d14545, #e97171);



}	







#login #submit:active {		



  outline: none;



  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;



  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;



  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;		



}







#login #submit::-moz-focus-inner {



  border: none;



}







#login label {



  float: right;



  line-height: 30px;



  font-weight:normal;



}







#login label input {



  position: relative;



  top: 2px;



  right: 2px;



}



/* HORIZONTAL MENU */

#menu-main {
  /*float:left; display:block; E MIATT PROBLEMAZIK */
  display:block;  
  width : 100%;
  height:50px;
  margin : 0px;  
  padding : 0px;
  /*background: #0E4B78;*/
  background: #0A3664;
}

.menu,
.menu ul,
.menu li,
.menu a {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

.menu { 
	margin:0 auto 0 auto;
    height: 50px;
    width: 1200px;
    background: #0A3664;
}

.menu li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
    height: 50px;
}

/* .menu ul { display: none; } */

.menu li a {
    display: block;
    padding: 0 15px;
    margin: 12px 0;
    line-height: 28px;
    text-decoration: none;
	text-transform:uppercase;
    /*
	border-left: 1px solid #009966;
    border-right: 1px solid #006C49;
	*/
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 13px;
    color: #f3f3f3;
    text-shadow: 1px 1px 1px rgba(0,0,0,.6);
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

.menu li:first-child a { border-left: none; }
.menu li:last-child a{ border-right: none; }
.menu li:hover > a { color: #CDA633; }

/* special button */
.menu #item-centruscoala a {
	margin: 0;
	padding: 7px 15px;
	text-align: center;
	line-height: 1.4;
	background-color: #008ed6;	
}
.menu #item-centruscoala small {
	display: block;
	padding-top: 4px;
}


/* BREADCRUMB */

#breadcrumb-main {
  display:block;
  width : 100%;
  height:29px;
  margin : 0px;
  padding : 0px; 
  background: #ccc;
}

.breadcrumb {
  display:block;
  width : 1170px;
  margin : 0px auto 0px auto;  
  padding : 7px 0;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  text-decoration:none;
  color:#666;
  text-align:left;
}

.breadcrumb a {
  text-decoration:none;
  color:#008A5E;
}

.breadcrumb a:hover {
  text-decoration:none;
  color:#000;
}


/* COMMENT HOLDER */

#comment-holder {
  display:block;
  width : 100%;
  margin : 0px 0 25px 0;
  padding : 0px;
}

#comment-holder-title {
  display:block;
  width : 100%;
  height:13px;
  margin : 0 0 20px 0;
  padding : 0px;
  background : url(images/ctp-titles.gif) repeat-x center;
}

#comment-holder-title p{
  display:block;
  width:78px;
  margin : 0px 0 0 10px;
  padding : 0px 0px 0 7px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#000000;
  font-weight:bold;
  background:#FFFFFF;
}


/*One comment design*/

.no-comment {
	display:block;
    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-align:left;
	color:#000;
	margin:0px 0 0px 0;
	padding:0px 0 0 0;
}

.one-comment {
  display:block;
  width:100%;
  margin : 0px 0 12px 0;
  padding : 10px 0 15px 0;
  border-bottom:1px solid #ddd;
}

.one-comment:last-child {
  border-bottom:0px solid #ddd;
}

.commenter-name {
	
    font-family:'domineregular', serif;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	color:#003366;
	margin:0px 0 10px 0;
	padding:0px 0 0 0;
}

.one-comment-info {
    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-align:left;
	color:#000;
	margin:0px 0 10px 0;
	padding:0px 0 0 0;
}

.one-comment-reply {
    
    font-family:'domineregular', serif;
	font-size:14px;
	font-weight:normal;
	text-align:left;
	color:#003366;
	margin:0px 0 10px 0;
	padding:0px 0 0 0;
}

.one-comment p {
	display:block;
	width:100%;
    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-align:left;
	color:#000;
	margin:0px 0 0px 0;
	padding:0px 0 0 0;
}

.one-comment img {
	float: left;
	margin: 4px 10px 0px 0;
	border: 1px solid #ddd;
	padding: 3px;
}


/*Add a comment*/

#add-comment-holder {
  display:block;
  width : 100%;
  margin : 20px 0 25px 0;
  padding : 0px;
}

.capchalabel{ float: left; width: 400px; font-weight: bold; margin-left:0px; font-family:Arial, Helvetica, sans-serif; font-size:11px;}

#add-comment-holder input{ width: 420px; height:22px; margin-bottom: 7px; border-color:#ccc; border-style:solid; border-width:1px; color:#000; }

#add-comment-holder textarea{ width: 420px; height:150px; margin-bottom: 5px; border-color:#ccc; border-style:solid; border-width:1px; color:#000; }

#submit{ margin-left: 0px; margin-top: 5px; width:70px;}

#add-comment-holder br{ /*clear: left;*/ }

#add-comment-holder p { text-align:left; margin:0px; font-family:Arial, Helvetica, sans-serif; font-size:12px;}

#add-comment-holder li { text-align:left; margin-left:46px; font-family:Arial, Helvetica, sans-serif; font-size:12px;}

#add-comment-holder ul { margin-bottom:30px;}

#add-comment-holder h2 { text-align:left; margin-left:26px; font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#FF0000;}

.guestbook-title {}


/*Back to previous*/







#back2list { float:left; display:block;



	width: 75px;



	margin:0px 0 50px 0px;	



	padding: 7px 10px;



	text-align:center;



	background: #d83c3c;	



    background: -webkit-linear-gradient(top, #F1E8B8 0%,#E3C857 100%);



    background: -moz-linear-gradient(top, #F1E8B8 0%,#E3C857 100%);



    background: -o-linear-gradient(top, #F1E8B8 0%,#E3C857 100%);



    background: -ms-linear-gradient(top, #F1E8B8 0%,#E3C857 100%);



    background: linear-gradient(top, #F1E8B8 0%,#E3C857 100%);



	border: 0;



	font-size: 12px;



	font-weight:normal;



	color: #000;



	text-decoration:none;	



	cursor: pointer;



	}



#back2list a {		



	color:#FFFFFF;



	text-decoration:none;		



	}







#back2list a:hover {	



	color: #000;



			



	}







/*MY ACCOUNT*/







#ma-msgok {



  float:left;  



  display:block;



  background:#A7C5A7;



  border: solid 2px #696;  



  width:95%;    



  margin:5px 0 10px 0;  



  padding:10px; 



  font-family:Arial, Helvetica, sans-serif; 



  font-size:12px; 



  font-weight:bold; 



  text-decoration:none;



  color:#000000;       



}







#ma-msgerr {



  float:left;  



  display:block;



  background:#FFCECE;



  border: solid 2px #FF4646;  



  width:95%;    



  margin:5px 0 10px 0;  



  padding:10px; 



  font-family:Arial, Helvetica, sans-serif; 



  font-size:12px; 



  font-weight:bold; 



  text-decoration:none;



  color:#000000;       



}







.maf{float:left;width:100%; margin:0 0 30px 0;}



.maf p{float:left;width:100%;padding-top:10px;}



.maf p label{width:80px;color:#000;font-size:12px;padding-top:5px;float:left;}



.maf input { 



	float:left;



	height:14px;



	padding: 5px;



	border: solid 1px #E5E5E5;




	outline: 0;



	font: normal 12px/100% Arial, Helvetica, sans-serif;



	width: 350px;



	background: #FFFFFF url('bg_form.png') left top repeat-x;



	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));



	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);



	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;



	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;



	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;



	}







.maf input:hover, 



.maf input:focus { 



	border-color: #C9C9C9; 



	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;



	}



#doSave, #doUpdate, #doLogin3 {



	width: 90px;



	height:35px;



	margin-left:80px;



	padding: 9px 10px;



	background: #617798;



	border: 0;



	font-size: 14px;



	color: #FFFFFF;



	-moz-border-radius: 5px;



	-webkit-border-radius: 5px;



	cursor: pointer;



	}



	



/* CREARE CONT */







.caf{float:left;width:100%; margin:0 0 30px 0;}



.caf p{float:left;width:100%;padding-top:10px;}



.caf p label{width:80px;color:#000;font-size:12px;padding-top:5px;float:left;}



.caf input { 



	float:left;



	height:14px;



	padding: 5px;



	border: solid 1px #E5E5E5;



	outline: 0;



	font: normal 12px/100% Arial, Helvetica, sans-serif;



	width: 300px;



	background: #FFFFFF url('bg_form.png') left top repeat-x;



	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));



	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);



	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;



	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;



	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;



	}







.caf input:hover, 



.caf input:focus { 



	border-color: #C9C9C9; 



	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;



	}



	



.caf select { 



	float:left;



	height:27px;



	padding: 5px;



	border: solid 1px #E5E5E5;



	outline: 0;



	font: normal 12px/100% Arial, Helvetica, sans-serif;



	width: 312px;



	background: #FFFFFF url('bg_form.png') left top repeat-x;



	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));



	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);



	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;



	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;



	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;



	}







.caf select:hover, 



.caf select:focus { 



	border-color: #C9C9C9; 



	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;



	}



	



#btnAvailable {



	width: 80px;



	height:26px;



	margin-left:10px;



	padding: 5px 5px;



	background: #617798;



	border: 0;



	font-size: 12px;



	color: #FFFFFF;	



	cursor: pointer;



	}



	



#doRegister {



	width: 90px;



	height:35px;



	margin-left:80px;



	padding: 9px 10px;



	background: #617798;



	border: 0;



	font-size: 14px;



	color: #FFFFFF;



	-moz-border-radius: 5px;



	-webkit-border-radius: 5px;



	cursor: pointer;



	}



	



.caf-fieldinfo { 



  font-family:Arial, Helvetica, sans-serif; 



  font-size:11px; 



  font-weight:normal; 



  text-decoration:none;



  color:#000000; 



  float:left;  



  display:block;  



  width : 100%;



  height:12px;    



  margin : 5px 0 0px 80px;  



  padding : 0 0 0px 0;    



}







#checkid { 



  font-family:Arial, Helvetica, sans-serif; 



  font-size:13px; 



  font-weight:bold; 



  text-decoration:none; 



  color:#F00; 



  float:left;  



  display:block;  



  width : 100%;      



  margin : 5px 0 0px 80px;  



  padding : 0 0 0px 0;    



}



/* GALERIE FOTO */

.galerytitle {
  float:left;
  display:block;
  width : 528px;
  margin : 0px 0 0px 0;
  padding : 0 10px 0 10px; 
  border:0px solid #DCEAED;
}

.galerytitle h1 {
    font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-align:left;
	color:#000;
	line-height:19px;
	margin:0px 0 10px 0;
	padding:0px 0 8px 0;
	text-decoration:none;
	width:100%;
	border-bottom:1px solid #dcdcdc;
	color:#333838;
}