/*
AUTHOR:      WDS Center - We discover new solutions...
             (Contact: www.wdscenter.ro | office@wdscenter.ro)
COPYRIGHTS:  © 2008 S.C. iPartner Solutions S.R.L., All rights reserved
             (Contact: www.ipsolutions.ro | office@ipsolutions.ro)
*/


/* GENERAL STYLES
-------------------------*/
* {
  margin: 0;
  padding: 0;
  }
html {
  width: 100%;
  height: 100%;
  font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  background: url(../images/bg.jpg) top left repeat-x #4B4B4B;
  cursor: default;
  }
body {
  width: 100%;
  height: 100%;
  text-align: center;
  }
a {
  color: #A6CE39;
  text-decoration: underline;
  }
a:hover {
  color: #82A523;
  text-decoration: underline;
  }
#prepage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg-preloder.jpg) top left repeat-x #4B4B4B;
  z-index: 1000;
  }


/* PAGE STYLES
-------------------------*/
#page {
  position: relative;
  top: 0;
  width: 736px;
  margin: 0 auto 0 auto;
  z-index: 1;
  }
#pageLeftShad {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 100%;
  background: url(../images/bg-shad_left_repeat.jpg) top left repeat-y;
  z-index: 2;
  }
#pageLeftShadTop {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 750px;
  background: url(../images/bg-shad_left.jpg) top left no-repeat;
  }
#pageRightShad {
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
  height: 100%;
  background: url(../images/bg-shad_right_repeat.jpg) top right repeat-y;
  z-index: 2;
  }
#pageRightShadTop {
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
  height: 750px;
  background: url(../images/bg-shad_right.jpg) top right no-repeat;
  }
#header {
  position: absolute;
  top: 0;
  left: 18px;
  width: 700px;
  height: 255px;
  background: url(../images/banner.jpg) top center no-repeat;
  z-index: 3;
  }


/* MENU STYLES
-------------------------*/
#menu {
  position: absolute;
  top: 200px;
  left: 23px;
  width: 490px;
  height: 20px;
  z-index: 100;
  }
#menu ul {
  list-style: none;
  float: left;
  }
#menu li {
  position: relative;
  display: block;
  }
#menu a, #menu h2 {
  display: inline;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  color: #969696;
  text-decoration: none;
  border: none;
  }
#menu h2 {
  display: block;
  float: left;
  padding: 0 10px;
  color: #969696;
  z-index: 200;
  }
#menu h2 a {
  color: #969696;
  }
#menu h2 a:hover {
  color: #82A523;
  }
#menu a {
  text-decoration: none;
  color: #B9B9B9;
  }
#menu a:hover {
  text-decoration: none;
  color: #82A523;
  }
#menu ul ul {
  position: absolute;
  top: 20px;
  left: 5px;
  width: 350px;
  height: 20px;
  color: #B9B9B9;
  text-align: left;
  z-index: 300;
  }
#menu ul li ul li {
  display: inline;
  }
#menu ul li ul li a {
  padding: 3px;
  font-size: 12px;
  }
div#menu ul ul {
  display: none;
  }
div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul {
  display: none;
  }
div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul {
  display: block;
  }
#menu .menuButtonDown {
  color: #82A523;
  }


/* NEWS STYLES
-------------------------*/
#newsContainer {
  position: absolute;
  top: 220px;
  left: 28px;
  width: 230px;
  height: 430px;
  z-index: 100;
  }
#news {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 170px;
  height: 370px;
  padding: 15px;
  background-color: #F2F8E1;
  z-index: 101;
  }
.newsMainTitleBar {
  position: relative;
  width: 165px;
  height: 25px;
  padding: 2px 0 0 5px;
  color: #698C08;
  font-size: 17px;
  text-align: left;
  background-color: #D4DCBE;
  }
.newsMainTitleBarArchive {
  position: absolute;
  bottom: 2px;
  right: 5px;
  width: 50px;
  height: 15px;
  color: #698C08;
  font-size: 10px;
  text-align: right;
  }
.newsMainTitleBar a {
  color: #698C08;
  text-decoration: none;
  }
.newsMainTitleBar a:hover {
  color: #8DAC22;
  text-decoration: none;
  }
.newsArticle {
  position: relative;
  width: 170px;
  padding: 10px 0;
  text-align: justify;
  }
.newsDate {
  color: #64646E;
  font-size: 10px;
  }
.newsTitle {
  color: #64646E;
  font-size: 11px;
  font-weight: bold;
  }
.newsTitle a {
  color: #64646E;
  text-decoration: none;
  }
.newsTitle a:hover {
  color: #8DAC22;
  text-decoration: none;
  }


/* MAIN INFO STYLES
-------------------------*/
#mainInfoContainer {
  position: absolute;
  top: 255px;
  left: 18px;
  width: 700px;
  background: url(../images/info-bg.jpg) top left repeat-x #555555;
  z-index: 4;
  }


/* INFO STYLES
-------------------------*/
#infoContainer_news {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 425px;
  height: 100px;
  text-align: justify;
  line-height: 18px;
  z-index: 5;
  }

#infoContainer {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 650px;
  height: 100px;
  text-align: justify;
  line-height: 18px;
  z-index: 5;
  }
.imgLeft {
  float: left;
  margin: 0 10px 5px 0;
  border: 1px solid #FFFFFF;
  }
.imgRight {
  float: right;
  margin: 0 0 5px 10px;
  border: 1px solid #FFFFFF;
  }
.infoTitle1 {
  color: #A6CE39;
  font-size: 20px;
  font-weight: bold;
  text-align: lefts
  }
.infoTitle2 {
  color: #FFFFFF;
  font-size: 15px;
  text-align: lefts
  }
.infoTitle3 {
  color: #A6CE39;
  font-size: 15px;
  }
.infoText1 {
  color: #FFFFFF;
  font-size: 11px;
  }
.infoText2 {
  color: #A6CE39;
  font-size: 11px;
  }
.infoText3 {
  color: #A6CE39;
  font-size: 10px;
  }
.infoLine1 {
  width: 100px;
  border: none;
  border-bottom: 1px solid #FFFFFF;
  }
.infoLine2 {
  width: 250px;
  border: none;
  border-bottom: 1px dashed #A6CE39;
  }
#infoContainer h3 a {
  color: #A6CE39;
  font-size: 11px;
  text-decoration: none;
  font-weight: normal;
  }


/* FORM STYLES
-------------------------*/
.form {
  position: relative;
  left: 0;
  width: 315px;
  text-align: left;
  font-size: 11px;
  font-weight: normal;
  color: #FFFFFF;
  }
.formText,
.formTextArea,
.formSelect {
  width: 300px;
  padding: 2px;
  margin: 0 0 10px 0;
  font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #CCCCCC;
  background-color: #646464;
  border: none;
  border: 1px solid #333333;
  }
.formText:focus,
.formTextArea:focus,
.formSelect:focus {
  background-color: #787878;
  }
.formCheckbox,
.formRadio {
  margin: 0 5px 0 0;
  }
.formSubmitButton,
.formResetButton {
  position: relative;
  left: 0;
  width: 70px;
  height: 25px;
  margin: 0 10px 0 0;
  color: #FFFFFF;
  background-color: #A6CE39;
  border: none;
  }
.formSubmitButton:hover,
.formResetButton:hover {
  background-color: #82A523;
  }
.formSubmitButton:active,
.formResetButton:active {
  background-color: #698C08;
  }


/* FOOTER STYLES
-------------------------*/
#footer {
  position: absolute;
  bottom: 25px;
  left: 25px;
  width: 650px;
  height: 30px;
  padding: 10px 0 0 0;
  text-align: left;
  line-height: 20px;
  border-top: 1px solid #828282;
  }
#footer li {
  display: inline;
  }
#footer a {
  text-decoration: none;
  }
#footer a:hover {
  text-decoration: none;
  }
.footerText1 {
  font-size: 11px;
  color: #FFFFFF;
  }
.footerText2 {
  font-size: 10px;
  color: #C8C8C8;
  }
.logoWDS {
  position: absolute;
  white-space: nowrap;
  display: block;
  top: 12px;
  right: 0;
  width: 37px;
  height: 17px;
  background-image: url(../images/logoWDSover.jpg);
  }
.logoWDS a {
  display: block;
  width: 37px;
  height: 17px;
  float: left;
  }
.logoWDS img {
  width: 37px;
  height: 17px;
  }
.logoWDS a:hover img {
  visibility: hidden;
  }
 .arhiva{
	height:300px;
	overflow:auto;
	padding-right:3px;
 }
 
