/* Chief specific classes
 * Classes in here are used by the chief
 */
#errorbox, div.highlight { border: 1px solid #003333; padding: 10px; margin-bottom: 10px; background-color: #DDFFFF; }
#errorbox b { display: block; width: 100%; color: #FF0000; }
#errorbox hr { display: none; }
/* 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 {

}

/* 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;
}

/* 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; }

.pager { line-height: 16px; }
.pager img { vertical-align: text-top; }
.pager .current {	font-weight: bold; background-color: #CCCCCC; }

/* Calendar */

.calendar_event { width=100%; background-color: #C9E1E2;}
.calendar_event a { display:block; vertical-align: top; }

/** Debugging console */
#debug {
	position: fixed;
	width: 100%;
	height: 175px;
	bottom: 0px;
	left:0px;
	overflow: auto;
	background: #AABBFF;
	opacity: 0.85;
	-moz-opacity: 0.85;
	FILTER: Alpha(Opacity=85);
}
