/* CSS Document */
body {
	background: url(img/bkg.png) repeat-x;
	background-position: top;
	margin-top: 0;
	padding-top: 0;
	background-color: #FFFFFF; /*#E4E4E4;*/
}
td.left{
background: url(img/left.gif) repeat-y;
}
td.right{
background: url(img/right.gif) repeat-y;
}
.titlu {
	font-family: "Trebuchet MS";
	color: #0066cc;
	font-size:32px;
	font-weight: bold;
	text-decoration: none;
}

.text {
	font-family: "Tahoma";
	color:#FFFFFF;
	font-size:11px;
	font-weight: bold;
}

a.text {
	font-family: "Tahoma";
	color: #FFCC00;
	font-size:11px;
	font-weight: bold;
	text-decoration: none;
}

a.text:hover{
	font-family: "Tahoma";
	color: #FFFFFF;
	font-size:11px;
	font-weight: bold;
	text-decoration: none;
}

a.text:visited{
	font-family: "Tahoma";
	color: #FFCC00;
	font-size:11px;
	font-weight: bold;
	text-decoration: none;
}

.text_verde{
	font-family: "Tahoma";
	color:#66FF33;
	font-size:15px;
	font-weight: bold;
	text-decoration: none;
	cursor:help;
}
.text_negru{
	font-family: "Tahoma";
	color:#000000;
	font-size:14px;
	font-weight: bold;
	text-decoration: none;
}
.text_galben{
	font-family: "Tahoma";
	color: #F1E00E;
	font-size:13px;
	font-weight: bold;
}
Button.submit {
	font-family: Verdana; 
	font-size: 10px; 
	background:#eeeeee;
	color: #FF6600;
	font-weight:bold;
	border-style:solid;
	border-color:#000000;
	cursor: pointer;
}
Input {
	font-family: Verdana; 
	font-size: 10px; 
	background:#eeeeee;
	color: #FF6600;
	font-weight:bold;
	border-style:solid;
	border-color:#000000;
}
div.error{
	font-weight: bold;
	color: #FF7F50; 
}

  #root {
    position:absolute;
    height:85px;
    width:150px;
    background-color:#F4F4F4;
    border:1px solid #333;
    font-family:verdana, sans-serif;
    font-size:10px;
    }

  #handle {
    margin:2px;
    padding:2px;
    width:142px;
    color:white;
    background-color:navy;
    cursor:default;
    }
  #thumb {
    position:absolute;
    height:25px;
    width:11px;
    background-color:#eee;
    border:1px outset #eee;
    }
  #win {
    margin-top:0px;
    margin-bottom:1em;
	}
  #scrollContainer { 
  left:2px; top:19px;
  width:128px; height:85px;
  clip:rect(0, 128, 85, 0);
  overflow:hidden; 
  }
  #scrollContainer, #scrollContent {
  position:absolute; 
  }
  #scrollContent {
  left:0px; top:0px; width:128px;
  }