/* default styles */
body { padding: 5px 0 0 0; margin: 0; font: .7em Tahoma, Arial, sans-serif; line-height: 1.7em; background: #fff; color: #454545; }
a { color: #0033CC; background: inherit; text-decoration: none; }
a:hover { color: #FF9900; background: inherit;  text-decoration: underline; }
p {	margin: 10px 0 5px 0; }
h1 { font: bold 2.0em Arial, Sans-Serif; padding: 0; margin: 0; letter-spacing: 1px; }
h2 { margin: 0; padding: 0; font: bold 1.8em Arial, Sans-Serif; line-height: 1.7em; }
h3 { clear: both; font-size: 12px; color: #FF9900; background-color:transparent; padding: 0 15px 10px 0; margin: 0; }

h1 a, h2 a { color: #000; background: inherit; text-decoration: none; }
ul { margin: 0; padding : 0; list-style : none; }
img { border: 0; }
form, td {margin: 0px; }

#limbi { 
	font: 12px "Verdana", Helvetica, Sans-Serif;
	padding: 0 0 0 8px; 
	margin: 0;
}
	#limbi li { 
		font-weight: bold; 
		display: inline; 
	}
	#limbi li a { 
		color: #FFFFFF; 
		text-decoration: none; 
	} 	
	#limbi li.active { 
		color: #FF9900; 
	}
	#limbi li a:hover { 
		color: #809FFF; 
	} 	

/* layout */
#content { margin: 10px auto; width: 960px; }
#logo { margin: 0 0 10px 0; color: #FF9900; }
#slogan { font-size: 0.9em; margin: 0 0 10px 2px; padding: 0; color: #00248F; background: #fff; }
#top_info { float: right; background: #fff; padding: 15px 0 0 0; }

/* round blue login button */
#loginbutton a { text-decoration: none; width: 24px; padding: 7px 12px; margin: 0 0 0 8px; height: 28px; background: #fff url(/images/lb.gif) no-repeat; color: #000; }
#loginbutton a:hover{ background: #fff url(/images/lbhover.gif) no-repeat; color: #0033CC;}

/* main horizontal menu */
#tablist{ padding: 0; margin: 0; float: left; }
	#tablist li{ list-style: none; display: inline; margin: 0; }
	#tablist li a{
		text-decoration: none;
		padding: 3px 22px;
		margin-right: 2px;
		background: #0033CC url(/images/corner.gif) no-repeat top right;
		font-weight: bold;
		color: #fff;
	}
	#tablist li a:hover{
		background: #00248F url(/images/corner.gif) no-repeat top right;
		color: #fff;
	}
	#tablist li a.current{
		background: #809FFF url(/images/corner.gif) no-repeat top right;
		color: #fff;
		padding: 6px 22px;
	}
	#tablist .key { text-decoration: underline; }

/* main menu topics */
#topics {
	padding: 10px 0 0 0;
	clear: left;
	background: #809FFF;
	color: #fff;
}
	#topics li a { 	
		background-image: url(/images/bullet.gif);
		background-repeat: no-repeat;
		background-position: center left; 
		padding: 0 0 0 12px;
		color: #ffffff;
	}

/* main menu search */
#search {
	float: right;
	text-align: right;
	background: #00248F url(/images/searchbg.gif) no-repeat;
	color: #000;
	padding: 32px 20px 12px 20px;
	min-height: 32px; /* FF height */
	height: 25px;	/* IE height */
	width: 270px;
}
	/* search form styling */
	form, form p { margin: 0; padding: 0; line-height: 25px; }
	
		.search { width: 170px; border: 1px solid #357994; background: #fff; color: #00248F; padding: 4px; margin: 0; font-weight: bold; font-size: 1.3em;  }
		.button { padding: 4px; font: bold 1em Arial, Sans-Serif; }

/* left side */
#left {
	padding: 10px 0 0 0;
}
	.subheader {
		margin: 0 0 10px 0;
		padding: 8px;
		background: #f4f4f4 url(/images/bgshade.gif) repeat-x;
		color: #808080;
		border-bottom: 1px solid #ccc;
	}
	.left_articles {
		margin: 0px 0 10px 0;
		background: #fff;
		color: #454545;
		padding: 15px 15px 5px 10px;
	}
	.left_articles h2 {font-size: 15px; color: #B36B00; }

		.date { font-size: .9em; padding: 0 0 0 12px; background: #fff url(/images/news.gif) no-repeat center left; color: #808080; }
		.bigimage {
			float: left;
			clear: left;
			border: 1px solid #ccc;
			background: #eee;
			color: #000;
			width: 200px;
			height: 150px;
			margin: 0 15px 10px 0;
		}
	.left_box {
		background: #f4f4f4;
		color: #808080;
		border-top: 1px dotted #ccc;
		border-bottom: 1px dotted #ccc;
		padding: 15px;
		margin: 0 0 15px 0;
	}
	.left_box ul {
		list-style-type: disc;
		margin-left: 0;
		padding-left: 2em;
	 }

	.thirds {
		float: left;
		width: 186px;
		padding: 0 10px 0 15px;
	}		
		
/* right side */
#right {
	padding: 10px 0 10px 0;
}
	.right_articles {
		border: 1px solid #ccc;
		margin: 5px;	
		background: #FFE6BF;
		color: #B36B00;
	}
	.image { float: left; border: 2px solid #e2e2e2; padding: 1px; margin: 8px; }
	.notes {
		letter-spacing: 1px; 
		border-top: 1px dotted #ccc;
		border-bottom: 1px dotted #ccc;
		padding: 5px 10px 5px 70px;	
		margin: 0 0 10px 0;
		background: #fff url(/images/microscope.jpg) no-repeat center left;
		color: #B36B00;
	}
/* footer */
#footer { 
	clear: both; 
	color: #808080;
	background: #FFF;
	padding: 10px 15px;
	border-top: 1px solid #ccc;
}
	#footer .right { float: right; }

.gall_ico_bloc {display: inline; float: left; margin: 5px;}

/* Meniul */


ul#navlistleft2
{
	font-size: 12px;
	line-height:25px;
}

ul#navlistleft2 li
{
list-style: none;
}

ul#navlistleft2 li a
{
	display: block;
	text-decoration: none;
	text-align: left;
}

ul#navlistleft2 li a:link {
	color: #0033CC;
}
ul#navlistleft2 li a:hover
{
	color: #fff;
	background: #809FFF;
}
