/*
LibList CSS v1.2
Freakintosh, October 15, 2008
*/

/* Content */
body {
	font-family: Lucida Grande, Verdana, Geneva, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	background-color: #F9F9F9;
}

.main_page_news {color: #616161; font-size: 11px; }
.sub_info {font-size: 11px; }/* sub_info used as app-description in applications list, as member-details in about section, as file-info in application download list. */
.page_title {font-size: 20px; }
.section_title {font-size: 15px; }
.super_section_title {font-size: 19px; font-style:bold; color: #000000; }
.tree_path {font-size: 16px; font-weight: bold; }/* path composed out of url-nodes (used for example in DC_file_browser) */
.url_listing {font-size: 12px; }
.title_quote {font-size: 13px; font-style: italic; }

/* used for small articles like about, disclaimer etc */
.article_title {font-size: 12px; font-weight: bold; }
.article {font-size: 11px; }

.contact_category {font-size: 11px; font-weight: bold; }
.contact_address {font-size: 11px; }

.disclaimers_title {font-size: 16px; font-weight: bold; }
.disclaimers_file_title { font-size: 15px; }

.listing { font-size: 12px; color: #000000; }
.sub_listing {font-size: 11px; color: #000000; }
.column_title { font-size: 16px; color: #000000; }
.listing_group {font-size: 15px; color: #000000; }
.navigation_list {font-size: 12px; color: #0F1369; }
.label {font-size: 11px; font-weight: bold; }


.error { font-size: 12px; color: #EE0000; }
.warning { font-size: 12px; color: #5B0E3E; }
.success { font-size: 12px; color: #00AA07; }
.neutral { font-size: 12px; }
.log { font-size: 12px; color: #000000; }
.informative { font-size: 12px; color: #1B00DA; }
.footnote { font-size: 11px; color: #444444; }


/* Links */
a {
	color: #333333;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #0066FF;
}
a:active {
	text-decoration: none;
}


img.small_icon { width:16; border:0; }
img.medium_icon { width:21px; border:0; }
img.large_icon { border:0; }