@CHARSET "UTF-8";


div.filter {
	border:1px solid black; 
	background-color:white; 
	height: auto;
	width: 300px; 

}

div.filter ul {
	border: 1px solid #888;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style-type: none;
}

div.filter ul li {
	margin: 0;
	padding: 3px;
}

div.filter ul li.selected { 
	background-color: #ffb; 
}

div.filter ul strong.highlight { 
	color: #800; 
	margin: 0;
	padding: 0;
}


div.dateField{ text-indent: 15px;}


table.ContentTable td {padding:5px;}


div#login input {
	margin: 5px;
}


div.articleframe {

float: right; background-color: #F5F5F5; border: 1px solid #D0D0D0; padding: 2px;
}

div.articleright {
margin-left:10px;
float: right;
}

div.articleleft {
margin-right:10px;
float: left;
}

div.article{
margin-top:30px;
}

div.clear{
    clear:both;
}
