/* CMS specific classes */
#errorbox, div.highlight { border: 1px solid #003333; padding: 10px; margin-bottom: 10px; background-color: #DDFFFF; }
#errorbox b { display: block; width: 100%; color: #FF0000; }
/* errorbox text, highlighting for each class of error */
.errorlevel1 { color : #000000; }
.errorlevel2 { color : #660000; }
.errorlevel3 { color : #aa0000; }
.errorlevel4 { color : #ff0000; }

/* for tables with alternating rows */
.rowlight { background-color : #EEEEFF; }
.rowdark  { background-color : #E4EDEE; }

.table_content { width: 100%; border: 2px solid #000000; }
.table_invisible, .invisible { border: none; width: 100%; border-collapse: collapse; border-spacing: 0px; empty-cells: hide;}
.text_heading { font-size : large; font-weight: bold; padding-bottom: 26px;}
.text_small {	font-size: 0.8em; }
.greyed_out { color : #999999; }
.centre, .center { text-align: center; }
.transparent { opacity: 0.35; -moz-opacity: 0.35; FILTER: Alpha(Opacity=35); }

.admin_options {
	background-image: url(../../images/admintag.gif);
	line-height: 20px;
	padding-left: 51px;
	background-repeat: no-repeat;
	background-position: left;
}

/* news formatting */
#rightcontent .news_header {
	font-weight: bold;
}

#rightcontent .news_teaser {
	font-size: 0.8em;
}

.news_header, .link_header {
	font-weight: bold;
	color: #0033AA;
}

.news_subheader, .links_description {
	font-size: 0.8em;
}

.news_media, .links_media {
	float: right;
}

.rhmtree
{
	margin-left: 15px;
}

.rhmtree ol
{
	width: 130px;
	font-size: 10px;
	margin: 0px;
	margin-left : 4px;
	padding: 0px;
}

.rhmtree ol li
{
	margin-left: 0px;
}

.rhmtree ol li ol
{
	margin-bottom: 5px;
}

/* Forums */
.forum_post_text { width: 100%; height: 10em; }
.forum_post_title { width: 100%; }
.forum_post_submit { text-align: right; }
.forum_post_firstpost { border: 1px solid #003366; padding: 5px; background-color: #F0F9FA; margin-bottom: 10px; }
.forum_post_reply { border: 1px solid #B9C1C2; padding: 5px; margin-bottom: 5px; }
.forum_post_reply.alt1 { background-color: #C9E1E2; }
.forum_post_reply.alt2 { background-color: #D9F1F2; }
.forum_post_content { border-top: 1px dotted #003366; padding-top: 5px; margin-top: 5px; }
.forum_post_footer { border-top: 1px dotted #003366; padding-top: 5px; margin-top: 5px; font-size: 0.8em; text-align: right; }
cite { display: block; margin: 10px; padding: 5px; background-color: #F0F9FA; border: 1px dotted #003366; }
.forum_post_quote { display:block; font-weight:bold; }
#breadcrumb { margin-bottom: 1em; }

.bbcode { width: 100%; height: 20px; padding: 0px; background-color: #F0F9FA; border: 0px solid #FFFFFF; }
.bbcode a { display: inline-block; height: 20px; width: 20px; border: 1px solid black; line-height: 26px; text-align: center; background-color:transparent;}
.bbcode a:link { border-color: #999999 #999999 #CCCCCC #CCCCCC; }
.bbcode a:visited { border-color: #999999 #999999 #CCCCCC #CCCCCC; }
.bbcode a:hover { border-color: #999999 #999999 #CCCCCC #CCCCCC; background-color: #ffffff; }
.bbcode a:active { border-color: #CCCCCC #CCCCCC #999999 #999999; }
.bbcode_right { float: right; }
.bbcode_extra { }
.bbcode_smilies { }
.bbcode img { behavior: url("./js/png.htc"); width:16px; height:16px; }

.invoice { border: 1px solid #C9E1E2; }
.invoice td { text-align: right; padding: 3px; border-top: 1px solid #C9E1E2; }
.invoice th { text-align: right; }