@charset "utf-8";
/* CSS Document */

body
{
	margin: 0;
	padding: 0;
	background: #33483f url(../imagini/page.png) repeat-y center top;
	font: 14px 'Droid Serif', 'Lucida Grande', Georgia, Arial, Helvetica, serif;
}

.page
{
	width: 800px;
	height: auto;
	margin: 0 auto;
}

form
{
	margin: 0;
	padding: 0;
}

input
{
	font-family: inherit;
}

.antet
{
	font-size: x-small;
	color: #666666;
}

.items
{
	width: 100%;
	height: 26px;
	background: #FFF;
	font-weight: bold;
}

	.items ul
	{
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	.items li
	{
		float: left;
		width: 114px;
		height: 22px;
		background: #FFF url(../imagini/itemMeniu.png) no-repeat;
		text-align: center;
		color: #FFF;
		padding: 4px 0 0 0;
	}
	
	.items li a
	{
		color: #FFF;
		text-decoration: none;
	}

.baraMeniu
{
	width: 100%;
	height: 26px;
	background: #FFF url(../imagini/baraMeniu.png) repeat-x;
	border-bottom: 2px solid #cc9215;
	margin: 0;
	padding: 2px 0 0 0;
	color: #FFF;
}

	.baraMeniu ul
	{
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	.baraMeniu li
	{
		float: left;
		color: #FFF;
		padding: 2px 0 0 0;
		margin: 0 0 0 1em;
	}
	
	.baraMeniu li a
	{
		color: #FFF;
		text-decoration: none;
	}

	.baraMeniu li a:hover
	{
		border-bottom: 2px solid #FFF;
	}

.continut
{
	width: 100%;
	height: auto;
}

.linkuri
{
	width: 100%;
	height: auto;
	border-top: 2px solid #f9ab03;
	background: #EEEEEE;
}

.linkuri a
{
	text-decoration: none;
}

.linkuri img
{
	border: none;
}

p
{
	margin: 1em;
}

img
{
	border: 2px solid #f8c24f;
}

img.noframe
{
	border: none;
}

.announce {
	color: #404040;
	
	font-size: 12px;
	padding: 5px 10px;
	margin: 0 0 10px;

	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;

	border: 1px solid #000;
	border-width: 1px 2px 2px 1px
}
.announce img {
	vertical-align: middle;
	margin-right: 10px;	
}
.announce span {
	vertical-align: middle;	
}
.announce .separator {
	border-bottom: 1px solid #fff;
	height: 1px;
	font-size: 0;
	margin: 10px 0;
	padding: 0;
}
.announce a {
	font-weight: bold;
	color: inherit;
	text-decoration: underline
}
.announce a:hover {
	color: #333
}
.announce.success {
	background: #E6EFC2;
	background-image: -moz-linear-gradient(top, #E6EFC2, #D6E59A);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E6EFC2, endColorstr=#D6E59A);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#E6EFC2), to(#D6E59A));
	border-color: #AECC36;
	color: #272D0C;
}
.announce.success .separator {background: #AECC36; border-color: #eee;}
.announce.error {
	background: #e87a53;
	background-image: -moz-linear-gradient(top, #e87a53, #e25928);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e87a53, endColorstr=#e25928);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e87a53), to(#e25928));
	border-color: #cd0a0a;
	color: #fff;
}
.announce.error .separator {background: #CF4A1B; border-color: #EEA489;}
.announce.alert {
	background: #FCF6BD;
	background-image: -moz-linear-gradient(top, #FCF6BD, #FAF08D);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FCF6BD, endColorstr=#FAF08D);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FCF6BD), to(#FAF08D));
	border-color: #F5E116;
	color: #404040;
}
.announce.alert .separator {background: #F5E116}
