@charset "utf-8";
/* CSS Document */

* {
	margin:  0px;
	padding: 0px;
}

body {
	width:100%;
	height:100%;
	background:url(images/white-texture-1-1lg.jpg) repeat;
		
}

p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
b {
	font-weight:bold;
}
i {
	font-weight:normal;
	font-style:italic;
}
h5 {
	font-size:16px;
	color:#333;
	
	margin-bottom:30px;
	
}

h6 {	/* h6 has a larger font size than h5 and a top and left margin in addition */
	font-size:22px;
	color:#333;
	margin:30px;
	margin-left:30px;
	margin-bottom:20px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	
}
/* h4 is equal to h6, but without any left and top margin */
h4 {
	font-size:22px;
	color:#333;
	
	margin-bottom:20px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

h2 {	/* Main Navigation */
	font-size:30px;
	color:white;
	font-weight:200;
	margin-left:15px;
	margin-top:20px;
	margin-bottom:24px;
	padding:0px 30px 0px 0px;
	
}
h3 {	/* Dropdown buttons */
	border:1px solid #F90;
	margin-top:-9px;
	margin-bottom:-30px;
	border-radius:6px;
	margin-left:-15px;
	text-align:center;
	padding: 10px 3px;
	width:175px;
	background-color:#FC0;
	box-shadow: 0 3px 6px #666666;
}
h3:hover {	/* Dropdown button hover */
	border:1px solid #F90;
	margin-top:-9px;
	margin-bottom:-30px;
	border-radius:6px;
	margin-left:-15px;
	text-align:center;
	padding: 10px 3px;
	width:175px;
	background-color:red;
	color:#FC0;
	box-shadow: 0 3px 6px #666666;
	
}
#container {	/* contains the gradient strip which repeats on the X axis, and is one layer above the body background image */
	background:url(images/banda.png) repeat-x;
}
#wrapper {
	margin: 0px auto;
	width: 967px;
	
	position: relative;
	
	
}

/* HEADER */
header {
	width:100%;
	height:150px;
		
}

#logo {
	background:url(images/logo.png) no-repeat;
	width:960px;
	height:82px;
	margin:0px auto;
}

#langSelect {
	position:absolute;
	top:50px;
	left:865px;
	width:90px;
	height:30px;
	border-top-left-radius:12px;
	border-top-right-radius:12px;
	background-color:#E9E9E9;
	border-top:2px solid #CECECE;
	border-left:2px solid #CECECE;
	border-right:2px solid #CECECE;
	border-bottom:0px solid #CECECE;
	opacity:0.7;
	z-index:1000;
}
#langSelect:hover {
	opacity:1.0;
}
#langSelect img {
	float:left;
	margin:5px 0px 0px 12px;
	border:1px solid #333;
	box-shadow:0px 4px 6px #333333;
	opacity:0.70;
}
#langSelect img:hover {
	opacity:1.0;
}

.topNav {
	float:left;
	width:auto;
	margin-top:10px;
}
.topNav li {
	position:relative;
	float:left;
	
	height:45px;
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF;
	font-weight:200;
	font-size:30px;
	text-decoration:none;
	font-style:normal;
	list-style-type:none;
	margin-top:-20px;
	margin-bottom:5px;
	padding-top:5px;
	
}

/* begining of submenu CSS */
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size:12px;
}

	
	
li ul {
	position: absolute;
	font-size:12px;
	display: none;
}
ul li a {
	display: block;
	color:red;
	font-size:12px;
	text-decoration: none;
	text-align:left;
	
	margin-left:14px;
	
	
}
.submenu {
	font-size:12px;
}
li:hover ul { display: block;
}
/* END of submenu CSS */
/* END HEADER */


/* mainContent CSS*/
#mainContent {
	float:left;
	padding-bottom:20px;
	width: 710px;
	min-height:380px;
	height:auto;
	border-radius: 8px;
	margin: 10px 0px 10px 0px;
	background-color:#F90;
	box-shadow: 0px 4px 6px #666666;
	
}
#mainContent hr {
	width:670px;
	margin:20px 20px;
	
	color:white;
	float:left;
}

/* index page */
#indexUl{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	clear:both;
	padding-top:20px;
	list-style:disc;
	margin: 10px 20px 30px 60px;
	font-size:16px;
	
}
#indexUl li{
 	width:auto;
	margin-bottom:20px
}

#indexUl li a{
	color:#03F;
	font-size:16px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:500;
	
}
#indexUl li a:hover {
	color:white;
}
/* Contact page */
#map {
	margin:20px;
	float:left;
}
small {
		margin:0px 20px;
		padding:0px;
		clear:both;
		float:left;
	}
#contact {
		float:left;
		width:250px;
		margin-left:0px;
	}
#contact p {
		margin-top:20px;
	}
#contact_h6 {
		font-size:22px;
		color:#333;
		width:120px;
		margin-bottom:20px;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	}
#mainItem {
		padding-left: 100px;
		text-indent: -95px;
	}
/* END Contact page */

/* Organizare page */
#organizare_ul {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	clear:both;
	padding-top:20px;
	list-style:disc;
	margin: 10px 20px 30px 60px;
	font-size:16px;
}
#organizare_ul li{
 	margin-left:10px;
	margin-bottom:20px
}
#organizare_ul li a{
	color:#03F;
	font-size:14px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:500;
	font-size:16px;
}
#organizare_ul li a:hover {
	color:white;
}
/* END Organizare page */	

/* bazaMateriala page */	
.bazaMateriala_img {
	width:300px;
	height:225px;
	float:left;
	margin:10px 0px 10px 30px;
	border:4px solid white;
	border-radius:8px;
	box-shadow: 0px 6px 6px #333;
	
	-webkit-transition-duration:0.4s;
	-moz-transition-duration:0.4s;
	-o-transition-duration:0.4s;
}
.bazaMateriala_img:hover {
	width:300px;
	height:225px;
	float:left;
	margin:10px 0px 10px 30px;
	border:4px solid white;
	border-radius:8px;
	box-shadow: 0px 0px 0px #333;
	-webkit-transform:scale(1.4);
	-moz-transform:scale(1.4);
	-ms-transform:scale(1.4);
	-o-transform:scale(1.4);
	
}
.bazaMateriala_mainContent_ul {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	clear:both;
	padding-top:20px;
	list-style:square;
	list-style:inside;
	margin: 20px 10px 10px 60px;
	font-size:16px;
}
/* END bazaMateriala page */


/* administratie page */
.administratie_ul {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	clear:both;
	padding-top:20px;
	list-style:square;
	list-style:inside;
	margin: 20px 10px 30px 60px;
	font-size:16px;
}
/* END administratie page */

/* C.E.A.C page */
#ceac_h6subHeading {
	font-size:18px;
	color:#333;
}
#ceac_ol {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	clear:both;
	padding-top:20px;
	list-style:decimal
	list-style:inside;
	margin: 20px 10px 20px 60px;
	font-size:16px;
	line-height:30px;
}
#raportCEAC { 
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-left:30px;
	font-size:18px;
	margin-top:0px;
}
#raportCEAC a {
	color:#03F;
	text-decoration:none;
}
#raportCEAC a:hover {
	color:white;
}
/* END C.E.A.C page */
/* Anul scolar 2011-2012 page */
.anulScolar_p {
	margin:20px 0px -10px 30px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	text-decoration:none;
	
}
.anulScolar_p a {
	text-decoration:none;
	color:#03F;
	font-weight:500;
}
.anulScolar_p a:hover {
	color:white;
	
}
#anulScolar_h5subHeading {
	font-size:18px;
	color:#333;
	font-weight:600;
	margin-top:40px;
	margin-left:30px;
	margin-bottom:10px;
	text-decoration:underline;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#anulScolar_ol {
	list-style:inside;
	margin:0px 0px 0px 80px;
}
#anulScolar_ul {
	list-style:inside;
	margin:0px 0px 0px 80px;
}
#anulScolar_ol li {
	font-size:16px;	
	line-height:30px;
	margin-top:10px;
	list-style:decimal;
	font-weight:600;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
}
#anulScolar_ul li {
	font-size:16px;	
	line-height:10px;
	margin-top:10px;
	list-style:disc;
	font-weight:600;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
}
#anulScolar_ol li a {
	color:#03F;
	font-weight:500;
	font-size:16px;
	line-height:30px;
	margin-top:10px;
	text-decoration:none;
}
#anulScolar_ol li a:hover {
	color:white;
}
.anulScolar_ol_li_p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:500;
	margin:5px 0px 5px 50px;
	list-style:disc;
	color:#03F;
	
}
.anulScolar_ol_li_p a {
	color:#03F;
	text-decoration:none;
}
.anulScolar_ol_li_p a:hover {
	color:white;
}
/* END Anul scolar 2011-2012 page */
/* Istoricul scolii page */
#istoric_ul1 {
	list-style:inside;
	float:left;
	height:auto;
	width:430px;
	margin:10px 0px 20px 30px;
}
#istoric_ul1 li {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
}

#istoric_ul2 {
	list-style:inside;
	float:right;
	height:auto;
	width:400px;
	margin:0px 10px 20px 20px;
	
}
#istoric_ul2 li {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
}
#istoric_ul3 {
	list-style:inside;
	float:left;
	height:auto;
	width:620px;
	margin:0px 0px 20px 30px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
}
#istoric_ul3 li {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
}
#istoric_ul4 {
	list-style:inside;
	float:left;
	clear:left;
	height:auto;
	width:300px;
	margin:0px 0px 20px 30px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
}
#istoric_ul4 li{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
}
#istoric_ul5 {
	list-style:inside;
	float:left;
	clear:left;
	height:auto;
	width:400px;
	margin:0px 10px 20px 30px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:30px;
	display:block;
}
#istoric_ul5 li{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:25px;
}
#istoric_ul6 {
	list-style:inside;
	float:left;
	clear:left;
	height:auto;
	width:650px;
	margin:0px 10px 20px 30px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:30px;
	
}
#istoric_ul6 li{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:25px;
}
#istoric_ul7 {
	list-style:inside;
	float:right;
	height:auto;
	width:400px;
	margin:-20px 10px 20px 20px;
	
}
#istoric_ul7 li {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:25px;
}
.istoric_img {
	
	display:block;
	float:left;
	margin:10px 10px 20px 10px;
	border:4px solid white;
	border-radius:8px;
	box-shadow: 0px 4px 6px #333;
	
	-webkit-transition-duration:0.4s;
	-moz-transition-duration:0.4s;
	-o-transition-duration:0.4s;
}
.istoric_img:hover {
	display:block;
	float:left;
	margin:10px 10px 10px 0px;
	border:4px solid white;
	border-radius:8px;
	box-shadow: 0px 0px 0px #333;
	-webkit-transform:scale(1.6);
	-moz-transform:scale(1.6);
	-ms-transform:scale(1.6);
	-o-transform:scale(1.6);
	
}
.istoric_subHeadingp {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#333;
	margin:10px 10px 20px 30px;
	width:600px;
	float:left;
	clear:both;
	display:block;
}
#istoricItaliana_p {
	float:left;
	clear:both;
	width:690px;
	margin-left:30px;
	font-size:15px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#istoricItaliana_p a {
	text-decoration:none;
	color:#03F;
	font-weight:bold;
}
#istoricItaliana_p a:hover {
	color:white;
}
#curiozitati_ul {
	float:left;
	clear:both;
	margin-left:60px;
}
#curiozitati_ul li {
	text-decoration:none;
	list-style:inside;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#03F;
	list-style:disc;
	width:auto;
	display:inline;
	
	padding-right:15px;
}
#curiozitati_ul li a {
	color:#03F;
	font-size:15px;
	font-weight:BOLD;
	
}
#curiozitati_ul li a:hover {
	color:white;
}

#istoric_ul1 li a {
	clear:none;
	display:inline;
	color:#03F;
	float:none;
	width:50px;
	margin:0px;
	padding:0px;
	
}
#istoric_ul1 li a:hover {
	color:white;
}
/* END Istoricul scolii page */

/* Profesori Distinsi page */
.profesoriDistinsi_img {
	border:3px solid #E2E2E2;
	box-shadow:0px 4px 6px #333333;
	margin:10px 20px 10px 30px;
	float:left;
}
#profesori_img2 {
	float:left;
	width:290px;
	margin-right:20px;
	margin-top:15px;
	border:3px solid #E2E2E2;
	box-shadow:0px 4px 6px #333333;
}
#profesori_img3 {
	float:left;
	width:150px;
	margin-left:70px;
	margin-right:20px;
	margin-top:-40px;
	border:3px solid #E2E2E2;
	box-shadow:0px 4px 6px #333333;
}
#profesori_img4 {
	float:left;
	clear:both;
	width:320px;
	margin:30px 180px;
	margin-bottom:0px;
	border:3px solid #E2E2E2;
	box-shadow:0px 4px 6px #333333;
}
#photoCaption {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
	clear:both;
	margin:5px 230px;
	padding:0px 5px;
	box-shadow:0px 3px 4px #333;
}
.profesori_ul {
	float:left;
	clear:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	list-style:inside;
	margin:10px 30px;
}
.profesori_ul li {
	margin-left:20px;
	list-style:disc;
	line-height:25px;
}
.profesori_ul2 {
	float:left;
	width:330px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	list-style:inside;
	margin:10px 30px;
}
.profesori_ul2 li {
	margin-left:20px;
	list-style:disc;
	line-height:23px;
}
.profesori_ul3 {
	float:left;
	width:330px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	list-style:inside;
	margin:10px 30px;
}
.profesori_ul3 li {
	margin-left:20px;
	list-style:disc;
	line-height:37px;
}
.profesori_subHeadingp {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#333;
	margin:30px 10px 20px 30px;
	width:600px;
	float:left;
	clear:both;
	
}
/* END Profesori Distinsi page */

/* Activitate Culturala page */
.activitateCulturala_p {
	margin:50px 10px 0px 30px;
	
	
}
.activitateCulturala_ul {
	margin:20px 10px 40px 30px;
	list-style:inside;
	float:left;
}
.activitateCulturala_ul li {
	margin-left:20px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
}
.activitateCulturala_ul2 {
	margin:20px 10px 10px 30px;
	list-style:inside;
	float:left;
	clear:left;
	width:460px;	
}
.activitateCulturala_ul2 li {
	margin-left:20px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
}
#activitateCulturala_img {
	float:left;
	margin:10px;
	margin-left:30px;
	width:150px;
}
#activitateCulturala_subHeadingp {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#333;
	margin:30px 10px 0px 30px;
	width:600px;
	float:left;
	clear:both;
}
/* END Activitate Culturala page */

/* Elita page */
.elita_p {
	margin:20px 10px 0px 50px;
	font-size:18px;
}
.elita_p a {
	color:#03F;
	text-decoration:none;
}
.elita_ul {
	list-style:inside;
	margin:0px 10px 0px 50px;
}
.elita_ul li {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	margin-left:60px;
}
/* END Elita page */


/******************* Profesori Page *******************/
.profImg_A {
	border-radius:6px;
	box-shadow:0px 4px 6px #333333;
	border:3px solid white;
	float:left;
	margin:10px 0px 10px 30px;
}
	.profImg_A:hover { border:3px solid darkred;}
	.namePopup { 
	display:block;
	background:#141414;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:white;
	width:100px;
	height:auto;
	font-size:12px;
	}
	.profImg_A:hover .namePopup { display:block;}
	
.profImg_B {
	border-radius:6px;
	box-shadow:0px 4px 6px #333333;
	border:3px solid darkred;
	float:left;
	margin:10px 0px 10px 30px;
}



#profesoriContainer1 { display:none; }
#profesoriContainer1:target { display:block; }
#profesoriContainer2 { display:none; }
#profesoriContainer2:target { display:block; }
#profesoriContainer3 { display:none; }
#profesoriContainer3:target { display:block; }
#profesoriContainer4 { display:none; }
#profesoriContainer4:target { display:block; }

.profesoriContainer {
	display:block;
	width:650px;	
	height:auto;
	border:5px solid darkred;
	box-shadow:0px 4px 6px #333;
	float:left; 
	clear:both;
	margin:10px 20px 10px 30px;
	background-color:#E1E1E1;
	border-radius:8px;
	overflow:hidden;
}
.img_links {
	
	height:100%;
	margin:10px;
	border-right:1px solid darkred;
	width:130px;
	float:left;
}
	.img_links img {
		width:120px;
		border:3px solid white;
		margin:0px;
		border-radius:6px;
		box-shadow:0px 2px 4px #333;
	}
	.profLinks {
		width:120px;
		float:left;
		margin:10px 0px 10px 0px;
		height:100px;
		clear:both;
	}
		.profLinks a {
			font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
			font-size:16px;
			color:#03F;
			text-decoration:none;
			float:left;
			clear:both;
		}
		.profLinks a:hover {
			color:black;
		}
				

.profDetails {
	float:left;
	height:auto;
	min-height:20px;
	margin: 10px 9px 10px 0px;
	width:490px;
}
	.profDetails p {
		font-size:14px;
		text-indent:25px;
	}
	
	.profDetails_ul {
		margin:0px 0px 0px 40px;
		list-style:inside;
	}
	.profDetails_ul li {
		list-style:disc;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:14px;
	}
	.profDetails_ul li a {
		margin:0px;
		font-size:14px;
		text-decoration:underline;
	}
	.profDetails a {
		color:#03F;
	}
	.profDetails a:hover {
		color:darkred;
	}
#xButton {
	float:right;
	position:absolute;
}

/* Consiliul elevilor page */
.consiliu_ul{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	clear:both;	
	list-style:inside;
	margin: 10px 10px 10px 60px;
	font-size:16px;
	
}
.consiliu_ul li{
	margin-top:-10px;
	list-style:disc;
	margin-left:45px;
	margin-bottom:20px;
}
.consiliu_ul li a{
	color:#03F;
	list-style:inside;
	margin-top=-20px;
	font-size:16px;
	text-decoration:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:500;
}
.consiliu_ul li a:hover {
	color:white;
}
/* END Consiliul elevilor page */

/* Orientare scolara page */
.orientare_p1{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-left:60px;
	float:left;
	margin-right:5px;
}
.orientare_p2{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-left:30px;
}
.orientare_ul{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	clear:both;	
	list-style:inside;
	margin: 10px 10px 10px 60px;
	font-size:16px;
	
}
.orientare_ul li{
	margin-top:-10px;
	list-style:disc;
	margin-left:45px;
	margin-bottom:20px;
}
.orientare_ul li a{
	color:#03F;
	list-style:inside;
	margin-top=-20px;
	font-size:16px;
	text-decoration:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:500;
}
/* END Orientare scolara page */

/* Excursii page */
.excursii_ul{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	clear:both;

	
	list-style:inside;
	margin: 40px 10px 10px 60px;
	font-size:16px;
	
}
.excursii_ul li{
	margin-top:-10px;
	list-style:disc;
	margin-left:45px;
	margin-bottom:20px;
}
.excursii_ul li a{
	color:#03F;
	list-style:inside;
	margin-top=-20px;
	font-size:16px;
	text-decoration:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:500;
}
.excursii_ul li a:hover {
	color:white;
}
/* END Excursii page */

/* Zorile page */

.zorile_img {
		
	display:block;
	float:left;
	margin:60px 195px 60px 195px;
	border:4px solid white;
	border-radius:8px;
	box-shadow: 0px 4px 6px #333;
	
	-webkit-transition-duration:0.4s;
	-moz-transition-duration:0.4s;
	-o-transition-duration:0.4s;
}
.zorile_img:hover {
	display:block;
	float:left;
	margin:60px 195px 60px 195px;
	border:4px solid white;
	border-radius:8px;
	box-shadow: 0px 0px 0px #333;
	-webkit-transform:scale(1.6);
	-moz-transform:scale(1.6);
	-ms-transform:scale(1.6);
	-o-transform:scale(1.6);
	
}
/* END Zorile page */

/* Proiecte locale page */
.locale_ul{	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	clear:both;
	padding-top:20px;
	list-style:disc;	
	margin: 10px 20px 10px 40px;
	font-size:16px;
	
}
.locale_ul li{
 	margin-left:5px;
	margin-bottom:10px;
	padding-right:5px;
	line-height:30px;
	padding-left:0px;
	
	
}
.locale_ul li p{
	padding-left:0px;
	
}

.locale_ul li a{
	color:#03F;
	padding-left:0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:500;
	font-size:16px;
	float:left;
	padding-right:5px;
		
}
.locale_ul li a:hover {
	color:white;	
}

/* END Proiecte locale page */

/* Proiecte Nationale page*/
.nationale_ul{	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	clear:both;
	padding-top:20px;
	list-style:disc;	
	margin: 10px 20px 10px 40px;
	font-size:16px;
	
}
.nationale_ul li{ 	
	margin-left:5px;
	margin-bottom:10px;
	padding-right:5px;
	line-height:30px;
	padding-left:0px;
}
.nationale_ul li p{
	padding-left:0px;
	
}

.nationale_ul li a{
	color:#03F;
	font-size:14px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:500;
	font-size:16px;
	float:left;
	padding-right:5px;
	padding-left:0px;
	
}
.nationale_ul li a:hover {
	color:white;
}
/* END Proiecte Nationale page */

/* Proiecte Internationale */
.internationale_ul{	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	clear:both;
	padding-top:20px;
	list-style:disc;
	margin: 10px 20px 10px 40px;
	font-size:16px;
	
}
.internationale_ul li{
 	margin-left:5px;
	margin-bottom:5px;
	padding-right:5px;
	line-height:30px;
	padding-left:0px;
}
.internationale_ul li p{
	padding-left:0px;
	
}

.internationale_ul li a{
	color:#03F;
	font-size:14px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:500;
	font-size:16px;
	float:left;
	padding-right:5px;
	padding-left:0px;
	
}
.internationale_ul li a:hover {
	color:white;
}
/* END Proiecte Internationale */

/* Sub Proiecte Internationale */
.sub_internationale_ul{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	clear: both;
	margin-left: 30px;
	font-size: 16px;
	list-style-type: square;
	
}
.sub_internationale_ul li{
 	margin-left:5px;
	padding-right:5px;
	line-height:20px;
	padding-left:0px;
}
.sub_internationale_ul li p{
	padding-left:0px;
	
}

.sub_internationale_ul li a{
	color:#03F;
	font-size:14px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:500;
	font-size:16px;
	float:left;
	padding-right:5px;
	padding-left:0px;
	
}
.sub_internationale_ul li a:hover {

}
/* END Sub Proiecte Internationale */

/* Afterschool */

.afterschool_ul{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	clear:both;
	padding-top:20px;
	list-style:disc;	
	margin: 10px 20px 10px 40px;
	font-size:16px;
	
}
.afterschool_ul li{
 	margin-left:5px;
	margin-bottom:10px;
	padding-right:5px;
	line-height:30px;
	padding-left:0px;
	
}
.afterschool_ul li p{
	padding-left:0px;
	
}

.afterschool_ul li a{
	color:#03F;
	padding-left:0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:500;
	font-size:16px;
	float:left;
	padding-right:5px;
}
.afterschool_ul li a:hover {
	color:white;
}
/* END Afterschool */

/* Examen page */
.examen_ul{
	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	clear:both;
	padding-top:20px;
	list-style:disc;
	margin: 10px 20px 30px 60px;
	font-size:16px;
}
.examen_ul li{
 	margin-left:10px;
	margin-bottom:20px
}
.examen_ul li a{
	color:#03F;
	font-size:14px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:500;
	font-size:16px;
}
.examen_ul li a:hover {
	color:white;
}
/*END Examen page*/

/* Olimpiade page*/
.olimpiade_ul{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	clear:both;
	list-style:inside;
	margin: 10px 10px 10px 60px;
	font-size:16px;
	
}
.olimpiade_ul li{
	margin-top:-20px;
	list-style:disc;
	margin-left:10px;
	
}
.olimpiade_ul li a{
	color:#03F;
	list-style:inside;
	margin-top:-20px;
	font-size:16px;
	text-decoration:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:500;
}
.olimpiade_ul li a:hover {
	color:white;
}
/* END Olimpiade page */
	
/* Concursuri page */
.concursuri_ul{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	clear:both;
	padding-top:20px;
	list-style:disc;
	margin: 10px 20px 30px 60px;
	font-size:16px;
}
.concursuri_ul li{
 	margin-left:10px;
	margin-bottom:20px
}

.concursuri_ul li a{
	color:#03F;
	font-size:16px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:500;
}
.concursuri_ul li a:hover {
	color:white;
}
/* END Concursuri page */

/* Anunturi page */
#anunturi_ul {
	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	clear:both;
	padding-top:20px;
	list-style:disc;
	margin: 10px 20px 30px 60px;
	font-size:16px;
}
#anunturi_ul li{
 	margin-left:10px;
	margin-bottom:20px
}
#anunturi_ul li a{
	color:#03F;
	font-size:14px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:500;
	font-size:16px;
}
#anunturi_ul li a:hover {
	color:white;
}
/* END Anunturi page */

/* Oferta educationala page */
#splashButton {
	width:500px;
	float:left;
	margin:20px 20px 20px 50px;
	box-shadow:0px 6px 8px #333;
	border:3px solid white;
	border-radius:8px;
}
#oferta_ul{
	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	clear:both;
	padding-top:20px;
	list-style:disc;
	margin: 10px 20px 30px 60px;
	font-size:16px;
}
#oferta_ul li{
 	margin-left:10px;
	margin-bottom:20px
}
#oferta_ul li a{
	color:#03F;
	font-size:14px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:500;
	font-size:16px;
}
#oferta_ul li a:hover {
	color:white;
}
/* END Oferta Educationala page */

/* END mainContent CSS */


/* SIDEBAR CSS */
#sidebar {
	float:right;
	box-shadow: 0px 4px 6px #666666;
	min-height:400px;
	height:auto;
	border-radius: 8px;
	margin: 10px 0px 10px 10px;
	background-color:#F90;
	width:247px;
	
}
#sidebar hr {
	color:white;
	
	margin:5px 10px;
	
}
#searchForm {
	margin:10px 5px 10px 5px;
}
#searchForm input {
	padding:5px 0px;
	margin:0px 0px 5px 5px;
}
#sidebarBanner {
	margin:11px;
	border: 3px solid #FFAC00;
	box-shadow: 0px 5px 6px #333;
	border-radius:8px;
	
}
#proiectPROF {
	width:220px;
	height:48px;
	float:left;
	margin:10px 10px;
	margin-left:12px;
	background:url(images/prof1bpp.png) no-repeat;
	border-radius:8px;
	border:1px solid #999;
	box-shadow:0px 3px 4px #333333;
}

#proiectPROF:hover {
	background:url(images/prof2bpp.png) no-repeat;
	border-radius:8px;
	border:1px solid #999;
	
}
#galerieLink {
	width:220px;
	height:48px;
	float:left;
	margin:10px 10px;
	margin-left:12px;
	background:url(images/photoGallery1.png) no-repeat;
	border-radius:8px;
	border:1px solid #999;
	box-shadow:0px 3px 4px #333333;
}

#galerieLink:hover {
	background:url(images/photoGallery2.png) no-repeat;
	border-radius:8px;
	border:1px solid #999;
	
}

/* END SIDEBAR CSS */


/* FOOTER CSS */
footer {
	clear:both;
	float:left;
	min-height:160px;
	height:auto;
	box-shadow: 0px 4px 6px #666666;
	border-radius: 8px;
	background-color:#FD6B00;
	width:100%;
	margin:0px 10px 10px 0px;
	padding-bottom:3px;
}
footer p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}
.footerContainer {
	float:left;
	width:200px;
	height:auto;
	min-height:110px;
	margin:20px;
	border-right: 1px solid #333;
}
.footerContainer a {
	color:#03f;
}
.footerContainer a:hover {
	color:white;
}
.footerContainer2 {
	float:left;
	width:200px;
	height:auto;
	margin:5px 20px 13px 00px;
	border-right: 1px solid #333;
}


.footerContainer2 img {
	float:left;
	margin-right:10px;
	width:20px;
	height:20px;
	margin-top:10px;
	margin-bottom:10px;
	
}

#links {
	float:left;
	width:110px;
	height:110px;
	margin:20px;
	
}

.footerHeading {
	color:#333;
	font-size:16px;
	font-weight:bold;
	text-decoration:underline;
	margin-bottom:18px;
	margin-top:5px;
}
.footerHeading2 {
	color:#333;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	margin-bottom:0px;
	margin-top:12px;
	
}
.footerHeading2 a{
	color:#333;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	margin-bottom:0px;
	margin-top:5px;
	
	
}
.footerHeading2 a:hover {
	color:white;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	margin-bottom:0px;
	margin-top:5px;
	position:relative;
}
.footerHeading3 {
	color:#333;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	margin:2px 0px 0px 5px;
	float:left;
}
.footerHeading3 a {
	color:#333;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
}
	
.footerHeading3 a:hover {
	color:white;
	text-decoration:underline;
}
#credits {
	clear:both;
	float:left;
	width:900px;
	margin:0px 12px;
	margin-top:-10px;
	color:#333;
}
#credits a {
	color:#333;
}
#credits a:hover {
	color:white;
}
/* END FOOTER CSS */



/***************** Other Resources CSS ******************/

/* splash */
#splashScreen:target {
	display:block;
	background:url(images/transparentSplash.png) repeat;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:10000;
}
#splashScreen {
	display:none;
	z-index:10000;
}
#splashImage {
	position:absolute;
	overflow:visible;
	top:50%;
	left:50%;
	margin-left:-400px;
	margin-top:-280px;
	border:3px solid white;
	border-radius:8px;
	z-index:10010;
}
#xButton {
	position:absolute;
	float:right;
	margin:-12.5px 0px 0px -12.5px;
	z-index:10020;
}

/* DespreNoi Page */
.OneMail {
	width:325px;
	height:210px;
	float:left;
	margin:15px 0px 20px 20px;
	overflow:hidden;
	display:block;
}
.OneOfUs {
	float:left;
	background:url(images/despreNoi_divBkg.png) repeat;
	margin:0px 0px 0px 5px;
	width:120px;
	height:190px;
	border-radius:8px;
	border:5px solid white;
	box-shadow:0px 4px 6px #333;
	-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	-ms-transition-duration:0.5s;
	overflow:hidden;
}
.OneOfUs .OneOfUs_details {
	margin-top:30px;
}
.OneOfUs img {
	margin:12px 5px 0px 5px;
	-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	-ms-transition-duration:0.5s;
}
.OneOfUs:hover img {
	margin:5px;
	
}
.OneOfUs:hover .OneOfUs_details {
	margin-top:5px;
	-webkit-transition-delay:0.5s;
	-moz-transition-delay:0.5s;
	-o-transition-delay:0.5s;
	-ms-transition-delay:0.5s;
}
.OneOfUs:hover {
	width:305px;
	height:190px;
	float:left;
	background:url(images/despreNoi_divBkg.png) repeat;
	margin:0px 0px 0px 5px;
	border-radius:8px;
	border:5px solid white;
	box-shadow:0px 4px 6px #333;
	
}
.OneOfUs_details {
	margin:5px;
	width:173px;
	min-height:163px;
	height:auto;
	float:left;
	border:1px dotted #999999;
	background-color:white;
	box-shadow:0px 2px 4px #333;
	padding-bottom:5px;
}
#aboutUs_p {
	margin:10px 20px 20px 30px;
	font-weight:500;
}
.mailtoUs {
	height:190px;
	width:100px;
	float:left;
	margin:20px 0px 20px 0px;
	
	
}
.mailtoUs a {
	text-decoration:none;
	 color:darkred; 
	 font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; 
	 font-size:20px; 
	 background-color:#FFF; 
	 border-radius:6px; 
	 padding:10px;
	 border:1px solid darkred;
	 margin:40px 0px 60px 50px;
	 margin-top:60px;
	 width:90px;
	 display:block;
	 z-index:0;
	 
}
.mailtoUs a:hover {
	background-color:darkred;
	color:white;
}
/* END DespreNoi Page */

/* Sitemap page */
.sitemapContainer {
	height:auto;
	margin:10px;
	width:320px;
	float:left;
	clear:none;
}
.sitemap_p {
	font-size:24px; 
	font-weight:bold; 
	color:white; 
	margin:10px 0px 10px 80px;
	text-decoration:none;
}
.sitemap_ul {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	clear:both;
	padding-top:0px;
	list-style:disc;
	margin: 10px 20px 30px 120px;
	font-size:16px;
}
.sitemap_ul li{
 	margin-left:10px;
	margin-bottom:0px;
}
.sitemap_ul li a{
	color:#03F;
	font-size:14px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:500;
	font-size:16px;
}
.sitemap_ul li a:hover {
	color:white;
}


/* IE tooltip */
#IEtooltip {
	width:300px;
	height:110px;
	border-radius:8px;
	padding:5px;
	background:#F5F5F5;
	z-index:2000;
	position:absolute;
	border:3px solid #DFDFDF;
	top:50%;
	
	overflow:visible;
	margin:-75px 0px 0px 20px;
	display:block;
}
#IEtooltip:target {
	display:none;
}

#IEtooltip:hover #squareX {
	display:block;
}
#IEtooltip:hover {
	border:3px solid #C3C3C3;
}
#IEtooltip:hover #triangle {
	border-color:transparent #C3C3C3 transparent transparent;
}
#IEtooltip img {
	float:left;
	margin:5px 5px 10px 5px;
	width:80px;
}
#IEtooltip p {
	float:left;
	width:180px;
	margin:5px 5px 10px 5px;
	font-size:14px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#triangle {
	width:0px;
	height:0px;
	border-width:20px 20px 20px 0px;
	margin:0px 0px 0px -28px;
	float:left;
	border-color:transparent #DFDFDF transparent transparent;
	border-style:solid;
}

#IEdownload {
	border-radius:6px; 
	background-color:#DDD; 
	border:1px solid #C7C7C7;
	width:120px;
	font-size:15px; 
	font-weight:bold; 
	color:#F60; 
	text-align:center; 
	padding:5px 2px;
	float:left;
}
#IEdownload:hover {
	background-color:#EAEAEA;
}
#IEdownload:active {
	background-color:#FFBD59;
}
#squareX {
	float:right;
	width:15px;
	height:15px;
	background:url(images/squareX.png) no-repeat;
	display:none;
	left:100%;
	margin-left:-22px;
	position:absolute;
	border:1px solid #E1E1E1
}
#squareX:hover {
	background:url(images/squareX_hover.png) no-repeat;
	border:1px solid #C1C1C1;
}
#squareX:active {
	background:url(images/squareX_active.png) no-repeat;
	border:1px solid #C1C1C1;
}
