/* ADMIN COMMON CSS*/
* {
	padding : 0;
	border: 0;
	margin: 0;
}
body{
  color: black;
  font-family: arial, helvetica, helvetica-neue;
  font-size: 12px;
  /*text-align: center;*/
  
  display:block;
  height:100%;
}

#container{
  width: 1200px;
  height: 100%;
  background: red; /*white*/
  margin-left: auto; margin-right: auto;/*MF*/
  background: url(http://www.primariavidravn.ro/images/column_bg.jpg) repeat 12% 0;
}
/*Logo*/
#container #logo {
  width: 100%;
  height: 90px;
  background: url(http://www.primariavidravn.ro/images/header_bgr.gif) repeat-x top left;
  position:relative;
  border-style: solid;
  border-bottom-width: 3px;
  border-color: #ffffff;
}
#container #logo #title {
	height: 90px;
	background: url(http://www.primariavidravn.ro/myimages/header_img.jpg) no-repeat top left;
}
.titleText {
	position: absolute;
	left: 300px;
	top: 10px;
	color : #ffffff;
	font-size: 16px;
	font-family:  Verdana, Times New Roman, Arial, Helvetica;
}

/* Left Dir*/
#container #leftDir{
  width: 18%;
  background: #E4EBFA;
  text-align: left;
  float:left;
  height: 100%;
  min-height:600px;/*MF*/
}
#container #leftDir h5{
	padding: 3px 0 3px 25px;
	border-style: dashed;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-color: #ffffff;
	color: #333333;
	font-family: Times New Roman, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	background: #B1C7F1 url(http://www.primariavidravn.ro/images/arrow_down.gif) no-repeat 10px 60%;
}
#container #leftDir p{
	margin: 7px 10px 9px 10px;
    color:#333333;
}
#container #leftDir ul {
	margin: 7px 10px 9px 10px;
}
#container #leftDir li {
	padding: 3px 0 3px 0;
	list-style: none;
	line-height: 16px;
}
#container #leftDir #previewDiv {
	position:absolute;
    display:none;
}
/* Main area*/   
#container #mainArea{
  width: auto;
  height: 100%;
  min-height:800px;/*MF*/
  background: white;
  text-align: left;
  float:none;
  padding:5px;
}



/* Links */
a.rightLinks:link, a.rightLinks:visited, a.rightLinks:active {
	display: block;
	padding: 5px 10px 5px 10px;
	color: #333333;
	font-family: Arial, Helvetica, Times New Roman;
	font-size: 12px;
	text-decoration: none;
}

a.rightLinks:hover {
	display: block;
	padding: 5px 10px 5px 10px;
	color: #333333;
	font-family: Arial, Helvetica, Times New Roman;
	font-size: 12px;
	text-decoration: underline;
}

a.leftLinks:link, a.leftLinks:visited, a.leftLinks:active {
	display: block;
	color: #333333;
	font-family: Arial, Helvetica, Times New Roman;
	font-size: 12px;
	text-decoration: underline;
}

a.leftLinks:hover {
	display: block;
	color: #264DA6;
	font-family: Arial, Helvetica, Times New Roman;
	font-size: 12px;
	text-decoration: none;
    background: url(http://www.primariavidravn.ro/images/arrow_right.gif) no-repeat right;
}
a.mainLinks:link, a.mainLinks:visited, a.mainLinks:active {
	float: left;
	padding: 5px 10px 5px 10px;
	background-color: #264DA6;
	color: #ffffff;
	font-family: Arial, Helvetica, Times New Roman;
	font-size: 12px;
	text-decoration: none;
}

a.mainLinks:hover {
	float: left;
	padding: 5px 10px 5px 10px;
	background-color: #18367C;
	color: #ffffff;
	font-family: Arial, Helvetica, Times New Roman;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
		/*bottom*/
a.bottomLinks:link, a.bottomLinks:visited, a.bottomLinks:active {
	color: #ffffff;
	font-family:  Helvetica, Arial, Times New Roman;
	font-size: 12px;
	text-decoration: none;
}

a.bottomLinks:hover {
	text-decoration: underline;
}
a.link1{
	color:black;
    font-weight:bold;
}
h5 {
	padding: 5px 10px 5px 10px;
	color: #264DA6;
	font-size: 14px;
	font-weight: bold;
}
/* controls*/
.combo2 {
	width: 200px;
	height: 18px;
    border-style: solid;
    border-width: 1px;
    font-size:11px;
}
.textEdit1 {
	width: 50px;
	height: 18px;
    border:solid 1px;
}
.textEdit2 {
	width: 100px;
	height: 18px;
    border:solid 1px;
}
.textEdit3 {
	width: 200px;
	height: 18px;
    border:solid 1px;
}
.textEdit4 {
	width: 250px;
	height: 18px;
   border:solid 1px;
   font-size:10px;
}
.textArea {
    border:solid 1px;
}
.inBorders {
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
}
.button {
	width: 60px;
	height: 24px;
	background-color: #B1C7F1;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}
/*  Tables  */
table.formTable{
    font-size:12px;
    border-collapse:collapse;
}
table.formTable th{
	color:black;
    background:#E4EBFA;
    border:1px solid gray;
    padding:0 0 0 3px;
}
table.formTable td{
	font-size:11px;
	color:black;
    border:1px solid gray;
    background:#F4FBFF;
    padding: 0 0 0 3px;
}

table.genTable{
	border:1px solid black;
    background:#E4EBEF;
}
table.genTable th{
	color:black;
    font-weight:bold; 
}
table.genTable td{
	color:black;
}
