@import url("common.css");
@import url("stools.css");

BODY, HTML	{
  background-color: #151210;
  margin:0px;padding:0px;border:none;
  text-align: center; /* centreaza layoutul in browserele vechi */
  height: 101%; /* trebuie pus pt elementele din body care au height procentual */
}

BODY, HTML, TD, INPUT {
  font-family: "Verdana", "Trebuchet MS", Arial, sans-serif, Helvetica;
	font-size: 12px;
  line-height:150%;
  color: #ffffff;
  }

/* ...................................................... */
LABEL {
  color: #83a538;
  font-weight: bold;
}

INPUT, SELECT, TEXTAREA, FILE {
  font-weight: normal;
  border: 1px solid #343b25;
  background-color: #202020;
  padding: 4px;
  color: #ffffff;
  width: 350px;
  }

A {
  text-decoration: none;
  color: #bcdefe;
  }

A:hover {
  text-decoration: underline;
  color: #bcdefe;
  }

/* ---------------------------------------------------------------------------------------------- */
#site { width:100%; text-align: center; }
#header{
  width: 100%;
  height: 140px;
  background: #151210 url(pic/header_bg_1.gif) repeat-x top left;
}

#content {
  width: 100%;
  background-color: #202020;
  }
#content #header {
  width: 100%;
  height: 241px;
  background: #000000;
}
#content #header div { height: 241px; }
#content #header .right {
  position: absolute;
  top: 140px;
  left: 0;
  margin:0px;padding:0px;border:none;
  width: 50%;
  z-index: 1;
  }
#content #header .box {
  position: relative;
  z-index: 2;
  }
#footer{
  width: 100%;
  height: 25px;
  line-height: 24px;
  background-color: #151210;
}
.box { width: 876px; margin: 0px auto; }

/* ...................................................... */
#logo { padding-top: 25px; width: 275px; }
#menu { }
#langBar { }

/* ...................................................... */
#text {
  width: 606px;
  padding: 18px 57px 18px 0px;
  text-align: justify;
  }
#sidebar { padding: 0px 0px 18px 0px; }
#sidebar td { text-align: justify; }
#sidebar ul {
  background: url(pic/li_bg_1.jpg) no-repeat top left;
  padding-top: 6px;
  }
#sidebar li {
  list-style-type:none;
  padding: 6px 20px 6px 20px;
  background: url(pic/li_bg_3.jpg) no-repeat bottom left;
  }
#sidebar .first { padding-top: 0px; }
#sidebar .last { background: url(pic/li_bg_2.jpg) no-repeat bottom left; }

#sidebar a { color: #ffffff; }
#sidebar a:hover { color: #64abfb; }






/* ...................................................... */
#footer ul { float: left; }
#footer li {
  float:left;
  list-style-type:none;
  padding:0px 30px 0px 0px;
}
#footer .last { background: none; padding-right: 0px; }
#footer a, #footer a:active, #footer a:visited, #footer a:link { color: #767676; }
#footer a:hover { text-decoration: underline; color: #ffffff; }

/* ...................................................... */
#lang {
  background: url(pic/lang_bg_1.jpg) no-repeat top right;
  height: 50px;
  }
#lang ul {
  float: right;
  padding: 0px;
  font-weight: normal;
  background: none;
  }
#lang li {
  float:left;
  list-style-type:none;
  padding:3px 10px 0px 10px;
  background: none;
}
#lang .first, #lang .last { background: none; padding-top: 3px; }
#lang a { color: #ffffff; }

/* ---------------------------------------------------------------------------------------------- */
.table {
  border-collapse:collapse;
  border:none;
}

.table td {border:none;}

.table tr {
  background-color: #395d86;
  font-weight: normal;
}

.table .firstTr {
  background-color: #536826;
  font-weight: bold;
}
.table .evenTr {
  background-color: #273d56;
  font-weight: normal;
}

.table td {
  padding: 5px;
  border-bottom: 1px solid #202020;
}
form, .td0, .td1 { border: none; }


