@charset "utf-8";
/* CSS Document */

.headbar {
	background-image:url(../imagini/headbar.jpg);
	background-position:center;
	background-repeat:repeat-x;
	/*margin-top:3px;*/
	/*line-height: 32px;*/
	margin-bottom:5px;
	padding-top:1px;
	padding-bottom:2px;
	padding-left:2px;
/*	font-size:small;*/
	color:#990000;
}
.headbar a {
	color:#990000;
}
.headbar a#visited {
	color:#990000;
}

.top_nav {
	margin-bottom: 10px;
}

.top_nav ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.top_nav li {
	float: left;
	clear:right;
	margin:0 1em;
}
.top_nav a {
	color:#990000;
}
.top_nav a#visited {
	color:black;
}

.content {
	font-family:Arial;
	text-align:justify;
	padding-right:4px;	
	padding-left:4px;	
}

.error {
	color:red;
	background-color:#CCCCCC;
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
}

.debug {
	color:#FFFF00;
	background:#000066;
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
}

#td_content {
	border-right:#000 1px solid;
	border-bottom:#000 1px solid;
	vertical-align:top;
	width:778;	/* nu va mirati, incercati sa faceti td_sidebar de 122 si nu o sa puteti */
}

#td_header {
}

#td_sidebar {
	vertical-align:top;
	text-align:center;
	width:122;
	border-right:#000 1px solid;
	border-left:#000 1px solid;
	border-bottom:#000 1px solid;
}

.sidebar a {
	color:black;
	background-image:url(../imagini/buton-n.png);
	background-position:bottom;
	text-align:center;
	background-repeat:no-repeat;
	text-decoration:none;
/*	border-top:1px solid black;*/
	padding:1px 1px 1px 1px;
	width:119px;
	height:20px;
	display:block;
}
.sidebar a:hover {
	color:#998888;
	background-image:url(../imagini/buton-n-hover.png);

}



body {
/*	background-image:url(../imagini/back.jpg);
	background-repeat:repeat-x;
*/	/*background-color:#eeeed1;*/
}

body {
	background-color:#ffffff;
	margin: 0pt;
	padding:0pt;
	color: #222222;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
}

a {
	color:#006699;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

p {
	margin:0.4em 0pt;
}

a img {
	border:medium none;
}
