/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited {color:#2E622F; font-family:tahoma; font-size:12px; text-decoration:none; }
a:hover {
	color:#FB7C00;
}

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/* more varnish stripping as necessary... */


body {
	height:100%;
	margin:0px;
  	padding:0px;
	background-color:#ecf4dc;
	font-family:arial;
	font-size:12px;
	color:#000000;	
}

#container{
	width:919px;
	height:auto;
	margin:auto;
	background-color:#fffff;
	padding-left:33px;
	padding-right:36px;
	background: url(images/bg.jpg) repeat-y top center; 
}


#menu {
	width:210px;
	height:339px;
	padding-top:9px;
	padding-left:6px;
	padding-right:7px;
	float:left;
	background:url(images/butoane.jpg) no-repeat top center; 
}

#menu div {
	background: url(images/smile.jpg) no-repeat 13px 8px;
	padding-left:24px;
	padding:5px 0 5px 35px;
	height:19px;
}

#menu div a {	
	font-size:14px;
	font-weight:bold;
}

#menu div.sel{
	background: #ECF4DC url(images/puta.jpg) no-repeat 13px 10px;
	padding:7px 0 7px 35px;
}
#menu div.sel a{
	font-size:15px;
	font-weight:bold;
}

h1{
	height:28px;
	font-size:14px;
	color:#2e622f;
	font-weight:bold;
	padding-top:6px;
	padding-left:18px;
	background:url(images/h1.gif) repeat-x top left; 	
}

#topsite {
	background:url(images/up.gif) no-repeat top center; 
	height:6px;
}

#stanga{
	width:206px;
	font-family:arial;
	font-size:12px;
	color:#000000;
	padding:11px 14px 0 14px;	
	float:left;
}

.butonel1{
	font-family:tahoma;
	font-size:14px;
	color:#012604;
	font-weight:bold;
}

#dreapta{
	width:680px;
	font-family:arial;
	font-size:12px;
	color:#000000;		
	float:left;	
}

.continut {
	padding:10px 17px 0px 17px;
}

.titlu, .titlu:visited{
	font-family:tahoma;
	font-size:14px;
	color:#2e622f;
	font-weight:bold;
	background: url(images/smile.jpg) no-repeat 0px 3px;
	padding-left:24px;
}


.titlu:hover{
	font-family:tahoma;
	font-size:14px;
	color:#fb7c00;
	font-weight:bold;
}

#josulet{
	width:988px;
	height:auto;
	margin:auto;
	background-color:#fffff;
	
}


.clear{
	clear:both;
	height:0px;
}


#mainSondajForm a{
	font-size:11px;
	font-weight:bold;
}


.message{
	font-weight:bold;
	text-align:center;
}


.formTable .inputField {
	border:1px solid #ccc3b1;
	font-size:11px;
	padding:0 5px 0 5px;
	color:#4d3e30;
	background-color:#f0f1e1;
}

textarea{
	border:1px solid #ccc3b1;
	font-size:11px;
	padding:0 5px 0 5px;
	background-color:#f0f1e1;
}

.formTable select {
	border:1px solid #ccc3b1;
	font-size:11px;
	color:#4d3e30;
	background-color:#f0f1e1;
}

.formTable .errorMessage {
	color:red;
}

.pad{
	padding:14px 14px 0 21px;
}


.uipageseek {
	padding-top:10px;
}
.uipageseek a{
	font-weight:bold;
}

.b {
	font-weight:bold;
}

img.img_left{
float:left;
padding:0px 8px 8px 0px;
}


.formRequiredMsg {
	font-size:10px;
}

.other_articles {
	width:250px;float:left;padding-left:20px;
	line-height:20px;
}

.other_articles a{
	color:#2E622F;
	font-weight:bold;
}
.other_articles a:hover{
	color:#2E622F;
	text-decoration:underline;
}
