/* CSS 3 setup */
/* ----------- */

@font-face {
	font-family: "Modata";
	src: url('Modata.ttf');
}

fieldset, input, textarea, select, a.button, .meta ul li a, ul.nav li li a:hover, p.main input, input.login, table, .message, #easyTooltip, div.wysiwyg {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

ul.nav li a {
	text-shadow:-1px 1px #000;
}

ul.nav li a:hover {
	text-shadow:none!important;
}

ul.nav li li a {
	text-shadow:none;
}

.portlet {
	zoom:1;
}

div.wysiwyg ul.panel li a {
	opacity: 0.85; 
	filter:alpha(opacity=85); 
}

div.wysiwyg ul.panel li a:hover, div.wysiwyg ul.panel li a.active {
	opacity: 1.00; 
	filter:alpha(opacity=100); 
}

.listitems{
	width:100%;
	height:auto;
	padding-top:2px;
	padding-bottom:2px;
	margin-top:5px;
	font-size:13px;
}

.sublistitems{
	width:100%;
	height:auto;
	padding-top:2px;
	padding-bottom:2px;
	margin-top:5px;
	font-size:13px;
	background-color:#e4f4fb;
}

.listitems:hover {
	background-color:#ddfad7;
}

.sublistitems:hover{
	background-color:#fcd2d2;
}

.listcheck{
	width:7%;
	text-align:center;
	float:left;
}

.list_name{
	width:20%;
	text-align:left;
	float:left;
}
.list_categ,.list_pub,.list_editor{
	width:20%;
	text-align:left;
	float:left;
}

.list_other{
	width:13%;
	text-align:center;
	float:left;
}

.clear{
	clear:both;
}

.handle,.handle2 {
	cursor:pointer;
}
