/* ___________________________ add article form ___________________________ */
div#aaf {
	padding: 5px 2px 0 5px;
	margin: 10px 0 0 0;
	background-color: #DEDDCA;
	width:99%;
	_height: auto; /* IE/Win */
	_height/**/: 100%; /* IE/Win 5.5 and higher */
}
div#aaf h3, div#aaf h4 {
	padding: 0;
	margin: 0;
	font-size: 100%;
	color: #5A5A5A;
}
div#aaf h3 a {
        text-decoration:none;
        font-weight: normal;
        font-size: 115%;
}
div#aaf form {
	margin: 0;
	padding: 0;
}
div#aaf form .fl {
	float: left;
	width: 334px;
}
div#aaf form .fg {
}
div#aaf form .fr {
	float: right;
	width: 149px;
}
div#aaf textarea {
	width: 300px;
	height: 90px;
	margin: 5px 0 5px 0;
	color: #000000;
}
div#aaf .fd textarea {
	width: 450px;
	height: 90px;
	margin: 5px 0 5px 0;
	color: #000000;
}
div#aaf .fl input {
	width: 430px;
	margin: 5px 0 5px 0;
	color: #000000;
}
div#aaf .fr input {
	width: 140px;
	margin: 5px 0 5px 0;
	color: #000000;
}
div#aaf .fd input.file, div#aaf .fl input.file {
	width: 300px;
	margin: 3px 10px 5px 0;
	color: #000000;
}
div#aaf input.file {
	width: auto;
	_width: 330px; /* IE/Win */
}

div#aaf input.half {
	width: 163px;
	margin: 5px 0 5px 0;
	color: #000000;
}

div#aaf input.btn {
	width: 140px;
	margin: 22px 0 5px 0;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}

div#aaf .fd input.btn {
	margin: 5px 0 5px 0;
}

/* ___________________________ chat article ___________________________ */
dl.chatart {
	padding: 0;
	margin: 20px 0 0 0;
	line-height: 1.5em;
}
dl.chatart dt {
	padding: 0;
	margin: 0;
	color: #555555;
}
dl.chatart dt a {
	color: #004C8F;;
	font-weight: bold;
	text-decoration: underline;
}
dl.chatart dd {
	padding: 0 0 5px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px dotted #B5B292;
}

/* ___________________________ counter ___________________________ */
div.counter p {
	padding: 0;
	margin: 20px 0 0 5px;
	line-height: 2em;
	text-align: center;
	color: #7E7E7E;
}
div.counter b {
	color: #000000;
}

div.disicons {margin: 5px 5px 10px 10px;background-color:#EEEDDA;padding: 10px;line-height:160%;width:180px;}
div.disicons a {text-decoration:none;}
div.disicons a:hover {text-decoration:underline;}

a.sz {color:red; margin:0 5px 0 3px;}

.not-read, .new { font-weight:bold; color:#CD0000; }

i.to {
        color:#877228;
}
i.tome {
        font-weight:bold;
        color:#877228;
}

div.libise {
        margin:0 0 0 10px;
        padding:0 10px 0 10px;
        display:none;
        background-color:#EEE;
        position: absolute;
        right:0;
}

div.libise a.libi_yes {color: #080;}
div.libise a.libi_no  {color: #800;}
