body {
  background-color: #e3e3e3;
  color: #000;
  font-family: Verdana;
  font-size: 12px;
}

tr.light {
	background-color: #f0f0f0;
	
}

tr.dark {
	background-color: #e2e2e2;
	
}

img.imgload{
	max-width: 350px;
}
.rightarea {
	background: url(images/right-area.png) no-repeat top left;
	width: 160px;
	height: 40px;
	color: #FFF;
	padding-top: 13px;
	padding-left: 10px;
}

fieldset {
  border: 1px solid #d0d0d0;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}

fieldset.comment {
  border: 1px solid #d0d0d0;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  width: 700px;
}

fieldset.dreapta {
  border: 1px solid #d0d0d0;
  padding: 5px;
  width: 340px;
}

legend {
	font-style: italic;
	color: #a9a9a9;
}


.rightareatext {
    text-transform:capitalize;
    background: #FFF;
	color: #000;
	font-size: 10px;
	border: 1px solid #97cb34;
	-moz-border-radius: 7px;
    border-radius: 7px;
	padding: 5px;
	width: 148px;
	margin-bottom: 5px;
	min-height: 150px;
	max-height: 170px;
	overflow: hidden;
}

.leftarea {
	background: url(images/left-area.png) no-repeat top left;
	width: 250px;
	height: 40px;
	color: #FFF;
	padding-top: 13px;
	padding-left: 10px;
}

.leftareatext {
    text-transform: capitalize;
    background: #FFF;
	color: #000;
	font-size: 10px;
	border: 1px solid #97cb34;
	-moz-border-radius: 7px;
    border-radius: 7px;
	padding: 5px;
	width: 238px;
	margin-bottom: 5px;
	min-height: 100px;
}
	
td.anuntleft {
	font-size: 12px;
	background: #f0f0f0;
	padding: 15px;
}

h1 {
	font-size: 16px;
}

.textan {
	text-transform: inherit;
	font-size: 12px;
	padding: 4px;
	margin-bottom: 2px;
}
img.index {
	border: 0;
	max-width: 120px;
	max-height: 120px;
}

#content {
	margin: 0 auto;
	width: 1024px;
}

#header {
	background: url(images/header.png) top no-repeat;
	width: 1024px;
	height: 225px;
}

#menu {
	background: url(images/menu.png) no-repeat;
	width: 1024;
	height: 39px;
	color: #e7e5e5;
	font-size: 16px;
	font-family: Arial;
	text-align: center;
	padding-top: 5px;
}

a.menu {
	color: #e7e5e5;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 16px;
	font-family: Arial;
	text-decoration: none;
}
a.none {
	text-transform:capitalize;
	text-decoration: none;
	color: #000;
	font-size: 10px;
}

a.menu:hover {
	color:#FF33CC;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 18px;
	font-family: Arial;
	text-decoration: underline;
}

#wrapper {
	background: url(images/wrapper.png) repeat-y;
	width: 1024px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	min-height: 500px;
}

#footer {
	background: url(images/footer.png) no-repeat bottom;
	width: 1024px;
	height: 67px;
    text-align: center;
}

div.pagination {
	padding: 3px;
	margin-top: 15px;
	font-family:Verdana, Geneva, sans-serif;
}
div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #000;
	text-decoration: none; /* no underline */
	color: #000;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000;
	color: #090;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #000;
	color: #F00;
	font-weight: bold;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #000;
	color: #000;
}