body{
	margin: 0px;
	background: white;
}

a:link, a:visited{
	color:#2287d5;
	text-decoration:underline;
}

a:hover{
	color:#DD171E;
	text-decoration:underline;
}

.titlubold:link, .titlubold:visited{
    font-weight: bold;
    font-size: 14px;
}

.inputmenu{
    background: url('../img/menulink-bg.jpg') no-repeat;
    width: 62px;
    text-align: center;
    height: 27px;
    border: 0px;
    color: #999999;
    font-weight: bold;
    margin: 0px 2px 0px 2px;
}

.inputmenuselected{
    background: url('../img/menulink-selected.jpg') no-repeat;
    width: 62px;
    text-align: center;
    height: 27px;
    border: 0px;
    color: #000000;
    font-weight: bold;
    margin: 0px 2px 0px 2px;
}

.rubrica{
    width: 100%;
    background: url('../img/rubrica-bg.jpg') repeat-x;
    height: 19px;
    color: white;
}

.rubricacontinut{
    border-left: 1px solid #a9a9a9;
    border-right: 1px solid #a9a9a9;
    border-bottom: 1px solid #a9a9a9;
    padding: 3px;
    margin-bottom: 5px;
    line-height: 16px;
}

.rubricaname{
    line-height: 19px;
    padding-left: 10px;
    font-weight: bold;
}

.pagetitle{
    font-size: 26px;
    color: #F27908;
    margin: 5px 0px 3px 0px;
    line-height: 26px;
}

.intertitle{
    font-size: 15px;
    color: #F27908;
    margin: 3px 0px 2px 0px;
}

.textorange{
    color: #F27908;
}

.linkorange:link, .linkorange:visited{
    color: #F27908;
    text-decoration:underline;
}

.linkorange:hover{
    color:#DD171E;
	text-decoration:underline;
}

.linktitle:link, .linktitle:visited{
    font-size: 20px;
    line-height: 26px;
}

.smallgrey{
    color: #a9a9a9;
    font-size: 10px;
}

.post p{
    margin: 0px;
}

#wrapper{
	width:99%;
	text-align:left;
    margin-left:15px;
}

#header {
	width:99%;
	padding-top: 8px;
	height: 80px;
	text-align: left;
}

.logo {
	margin-left:62px;
}

.loginimg {
	border:0;
}

#content{

	float:left;
	width:54%;
	margin-top:5px;
    padding:10px;
}

#right{
	clear:right;
	float:right;
	width:20%;
	margin-top:5px;
    padding:10px;
}

#left{
	clear:left;
	float:left;
	width:20%;
	margin-top:5px;
    padding:10px;
}


body,table tr td {
	color:#525252;
	font-size:12px;
	font-family:Arial;
}


#footer{
    clear:both;
    width: 990px;
    text-align: left;
    margin-top: 5px;
    font-size: 11px;
    margin-bottom: 5px;
    padding-left: 15px;
}

/* Machetarea formularelor */
form{
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
}

form fieldset {
  /* clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form label {
	display: block;  /* block float the labels to left column, set a width */
	float: left;
	width: 150px;
	padding: 0;
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
}

form fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

form input, form textarea, form select {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

#tooltip{
	position:absolute;
	border:1px solid #333;
	background:#f7f5d1;
	padding:5px 15px;
	color:#333;
    font-size:12px;
	display:none;
    line-height:29px;
}

.menupartid{
    margin-top: 0px;
    margin-bottom: 5px;
}

.menupartid li{
    margin-top: 0px;
    list-style: disc;
}

.all{
    padding: 5px;
    background-color: #9ecdf2;
    width:50px;
    display:inline;

}

.all a:visited, .all a:link{
    color:white;
    text-decoration: underline;
}
.all a:hover{
    color:white;
    text-decoration: none;
}

div#rezultate{
margin: 0px 10px 0px 0px;
position: relative;
 float: left;
 text-align : left;
 font-family : Arial, Helvetica, sans-serif;
 text-decoration : none;
 font-weight : normal;
 width : 610px;
 font-size : 12px;
/* right : 5px;*/
 padding-left : 10px;
}

div#votat{
position: relative;
 float: left;
 text-align : right;
 font-family : Arial, Helvetica, sans-serif;
 text-decoration : none;
 font-weight : bold;
 width : 595px;
 font-size : 12px;
 top : 5px;
 padding-right : 15px;
 border-top : 1px solid #1b3d9d;
}

.procentcolor{
 	background-color : #1b3d9d;
 	display : inline; 
 	position : absolute;
 	z-index: 499;
	}

	.procentcolor2{
	background-color : #B7CCF2;
 	display : inline; 
 	position : absolute;
 	z-index: 499;
	right : 0px;
	}

.procent{
	float: right;
	display :block;
	position : relative;
	clear : right;
	width: 400px;
	margin-bottom : 3px;
	z-index : 499;
}

.procenttext{
	position : absolute; 
	z-index: 500; 
	color : White;
	/*background-color : transparent;*/
	text-align : center;
	font : 11px Arial;
	line-height : 16px;
	text-indent : 10px;
}

#formpoll{
	width: 250px;
}

#twitter_update_list{
    margin: 0px;
    list-style-position: inside;
    padding: 0px;
}

#twitter_update_list li{
    margin: 0px;
}

.pclear p{
    margin: 0px;
}