/* CSS Document */

/* Stiluri CSS */

html,body {
margin-top: 0px;/* vrem un spatiu intre headerul paginii si marginea de sus a browserului*/
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
padding: 0px;
height: 100%;
background-color:#e3e3e3;
}
table.tabele {
	border-spacing: 0px;
	margin-right: 0px;
	padding: 0px;
}
table.tabele td {
	border-spacing: 0px;
}
.text2 {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-indent: 40px;
}
.text3 {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #AD4034;
}
.text {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #742b23;
}
a:link {
	color: #7c7b7b;
}
a:visited {
	color: #7c7b7b;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.scrollContainer {position: absolute; overflow: auto;}
.scrollContent {position: absolute; left: 0px; top: 0px; width: 290px;}
.root {position: relative}
.thumb {position: absolute; height: 22px; width: 7px; left: 10px; cursor: pointer; }
.thumbbg {position: absolute; background-image: url(images/scroll-bg.gif); background-repeat: repeat-y; width: 7px;}
