/*
Date: 3 September
Author: Bogdan Valentin Oasa
Project: Anunturi Masini
*/

/* Reset CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	background: transparent;
}
a {
  text-decoration: none;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CSS start! */
.clear { clear:both;
display:block;
line-height:0px;
}
.clear2 { clear:both;
display:block;
line-height:0px;
height: 20px;
}
.clear3 { clear:both;
display:block;
line-height:0px;
height: 5px;
font-size: 1px;
}

body,html {
  min-height: 100%;
  height: 100%;
}

body {
  font-size: 11px;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  margin:0;
  padding: 0;
  background: #25933d url(images/back.gif) repeat-x;
}

#page {
  width: 678px;
  margin: 0 auto;
}
#logo {
  float: left;
  clear: left;
  margin: 47px 0 0 16px;
}
#content {
  float: left;
  clear: left;
  width: 678px;
  background: url(images/content.png) repeat-y;
  margin-top: 17px;
}
#content_top {
  float: left;
  clear: left;
  width: 100%;
  height: 18px;
  background: url(images/content_top.png) no-repeat;
}
#content_bottom {
  float: left;
  clear: left;
  width: 100%;
  height: 18px;
  background: url(images/content_bottom.png) no-repeat;
}
.text {
  float: left;
  clear: left;
  width: 610px;
  text-align: justify;
  margin: 15px 0 0 25px;
  color: #2e2e2e;
}
* html .text {
  margin-left: 12.5px;
}

.text a {
  text-decoration: underline;
  color: #2e2e2e;
}
table {
  width: 600px;
  margin: 0 auto;
  border: 0;
  font-size: 12px;
}
table tr {
  width: 100%;
  border-bottom: 1px #3c4a9f solid;
  padding: 2px 0 2px 0;
  min-height: 20px;
}
table tr td {
  text-align: left;
  text-indent: 15px;
  border-bottom: 1px #3c4a9f solid;
}
table tr td a {
  color: #2e2e2e;
}
table tr td.blog_column {
  background: #dee1f8;
}


table tr#table_head {
  background: #25933d;
  padding: 3px 0 3px 0;
  height: 24px;
}
table tr#table_head td {
  color: #fff;
  text-indent: 15px;
  background: #25933d;
}

form {
  float: left;
  clear: left;
  margin: 25px 0 0 35px;
}
* html form {
  margin-left: 17.5px;
}

form label {
  float: left;
  clear: left;
  width: 75px;
  margin: 3px 0 0 0;
}
form input {
  float: left;
  width: 218px;
  height: 20px;
  background: url(images/input.gif) no-repeat;
  border: 0;
}
form input#submit {
  margin-left: 75px;
  margin-top: 5px;
  cursor: pointer;
}
* html form input#submit {
  margin-left: 58px;
}
*:first-child+html form input#submit {
  margin-left: 58px;
}
form input#submit:hover {
  color: #395294;
}
.err {
  width: 218px;
  float: left;
  clear: left;
  margin-left: 75px;
  color: red;
  text-align: justify;
  font-size: 9px;
}
.succes {
  width: 218px;
  float: left;
  clear: left;
  margin-left: 75px;
  color: green;
  text-align: justify;
  font-size: 9px;
}

#footer {
  width: 100%;
  float: left;
  clear: left;
  color: yellow;
  font-size: 10px;
  text-align: right;
}
#footer a {
  color: yellow;
  text-decoration: underline;
}

















