.banc img {
	border: none;
}

#authentication {
	display: none;
}

.banc .columnLeftQuote { vertical-align: top }
.banc .columnRightQuote { vertical-align: bottom }
.banc .columnText { 
	font-size: 1.3em;
    padding: 6px 0;
    text-align: justify;
}

.banc .columnText strong, .banc .columnText strike { 
	background-color: #ffff00;
}
	
.rating {
	float: right;
}
.rating .rating-value {
	padding-left: 0.5em;
}

#versions {
	display: none;
}

p.variante {
    white-space: pre;
}

div#teaser a {
	text-decoration: none;
}

div#teaser a:hover {
	text-decoration: underline;
}

textarea.edit {
	width: 100%;
	min-height: 200px;
/*	background-color: #F9F9F9;
	background-attachment: fixed;*/
	overflow: auto;
/*	scrollbar-base-color:#e7eefc;
	scrollbar-arrow-color:#e7eefc;
	border:0px;
	border-collapse:collapse; */
}

#login_form label {
	font-size: 1.2em;
	font-weight: normal;;
	padding-top: 8px;
}

#login_form .signup {
	display: block;
}

.messagebox{
 position:absolute;
 width:auto;
 margin-left: 4px;
 border:1px solid #c93;
 background:#ffc;
 padding:3px;
}
#login_msg img {
	padding: 0px;
	border: 0px;
}

.messagebox_ok{
 position:absolute;
 width:auto;
 margin-left: 4px;
 border:1px solid #349534;
 background:#C9FFCA;
 padding:3px;
 font-weight:bold;
 color:#008000;
}

.messagebox_error{
 position:absolute;
 width:auto;
 margin-left: 4px;
 border:1px solid #CC0000;
 background:#F7CBCA;
 padding:3px;
 font-weight:bold;
 color:#CC0000;
}

/* start counting at 5
OL#page_two { counter-reset: item 5 }
*/
OL LI { display: block }
OL LI:before {
	content: counter(item) ". ";
	counter-increment: item;
	}

/* submit button that looks like a link */

.submit {
	background: transparent;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #00F;
	border-left: 0;
	color: #00F;
	display: inline;
	margin: 0;
	padding: 0;
}

*:first-child+html .submit {		/* hack needed for IE 7 */
	border-bottom: 0;
	text-decoration: underline;
}

* html .submit {				/* hack needed for IE 5/6 */
	border-bottom: 0;
	text-decoration: underline;
}

