body {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #000;
	background: #fff;
}

a:link, a:visited, a:hover {
	COLOR: #28166c; 
	TEXT-DECORATION: none;
	font-size: 12px;
}

td {
	FONT-SIZE: 12px; 
	LINE-HEIGHT: 16px; 
	FONT-FAMILY: Trebuchet MS;
}

#body {
	width: 100%;
	height: 100%;
}

#index-news-date {
	font-size: 10px;
	color: #959595;
}

.clsNode { text-decoration: none; font: 7pt Trebuchet MS; color: #000; cursor: pointer;}
.clsCoolNodeL1 { FONT-SIZE: 11px; FONT-FAMILY: Trebuchet MS; color: #fff; TEXT-DECORATION: none; cursor: pointer;}

a.navy_link, a.navy_link:link, a.navy_link:visited, a.navy_link:hover {
	font-size: 10px;
	color: #000;
	font-family: Trebuchet MS;
}

.header-navigation-menu, .header-navigation-menu:link, .header-navigation-menu:visited {
	font-family: Trebuchet MS;
	font-weight: bold;
	color: #fff;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	margin-right: 10px;
}

.header-navigation-menu:hover {color: #67ee67;font-size: 11px;}

.header-navigation-menu-selected {
	font-family: Trebuchet MS;
	font-weight: bold;
	color: #67ee67;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	margin-right: 10px;
}

#paginatorblue {
	list-style: none;
	margin-left: -3px;
}

#paginatorblue li {
	float: left;
	padding-left: 3px;
}

#paginatorblue li a, #paginatorblue li span {
	display: block;
	border: 1px solid #191174;
	text-decoration: none;
}

#paginatorblue li a {
	padding: 0 5px 1px 5px;
	color: #000;
}

#paginatorblue li a:hover {
	padding: 0 5px 0px 5px;
	color: #444457;
	font-weight: bold;
	font-size: 14px;
}

#paginatorblue li span {
  background: #4137aa;
  padding: 0 5px 1px 5px;
  border: 1px solid #261466;
  font-weight: bold;
  color: #fff;
  font-family: Trebuchet MS;
}

img {border: 0px; margin: 0px; padding: 0px;}

.log-form {
	width: 140px;
	border: 1px solid #e6e6e6;
	background-color: #fafafa;
}

.unload {
	font-family: Arial;
	font-size: 12px;
	color: #000;
	background: #fff;
}

.loading {
	position: absolute;
	background-image: url(images/loader.gif);
	background-position: center center;
	background-repeat: no-repeat;
	/*filter:alpha(opacity=50);*/
	/* CSS3 standard */
	/*opacity:0.5;*/
}

#hide_delete_menu {
	border: 1px solid #111;
	background: #fff;
	width: 250px;
	height: 100px;
	position: absolute;
	padding: 4px;
	left: 50%;
	top: 50%;
}

.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	cursor: pointer;
}

.treeview .hitarea {
	height: 16px;
	width: auto;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}
.filetree li { padding: 4px 0 0 0px; cursor: pointer;}
.filetree span.folder, .filetree span.file {padding-left: 0px; 	cursor: pointer;}