/* default HTML stuff */
body {
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	color: #000000;
	background-color: #9933CC;
}
td,th {
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	color: #000000;
}
a {
	color: #3300CC;
	text-decoration: none;
}
.alustrum {
	color: #9933CC;
	text-decoration: none;
}
a:hover {
	color: #9933CC;
	text-decoration: underline;
}

/* Website main layout classes */
.pagemain {
	background-color: #9933CC;
	width: 100%;
}
.pagespacevert {
	background-color: #9933CC;
	height: 10px;
}
.pagespacehorz {
	background-color: #9933CC;
	width: 6px;
}
.pagetop {
	background-color: #f7f7f7;
	width: 100%;
	border: 1px solid #999999;
	padding: 3px;
}
.pagebottom {
	width: 100%;
}
.pageleft {
	background-color: #9933CC;
	padding: 0px;
}
.pageright {
	background-color: #9933CC;
	padding: 0px;
}
.pagecontent {
	background-color: #9933CC;
	width: 100%;
	padding: 5px;
	padding-top: 0px;
}
.pagetitle {
	font-size: 24pt;
	font-weight: bold;
	color: #000000;
	padding: 2px;
}

/* applet */
.appletwidth {
	width: 155px;
}
.appletbox {
	background-color: #999999;
	width: 100%;
}
.applettitle {
	font-size: 14px;
	font-weight: bold;
	color: #000055;
	background-color: #CC99FF;
	padding: 4px;
}
.appletcontent {
	background-color: #ffffff;
	padding: 2px;
}
/* lustrum specific background color */
.appletcontentlustrum {
	background-color: #FFFFFF;
	padding: 2px;
}
.appletentry {
	padding: 2px;
}
.appletsplit {
	background-color: #9933CC;
	height: 10px;
}

/* content */
.contentbox {
	background-color: #999999;
	width: 100%;
}
.contenttitle {
	font-size: 14px;
	font-weight: bold;
	color: #000055;
	background-color: #ddcbfe;
	padding: 4px;
}
.contentsubtitle {
	background-color: #f7f7f7;
	padding: 4px;
}
.contentsubtitlelustrum {
	background-color: #ffffff;
	padding: 4px;
}
.contenttext {
	background-color: #ffffff;
	padding: 4px;
}
.contenttextlustrum {
	background-color: #ffffff;
	padding: 4px;
}
.contentnavbar {
	background-color: #f7f7f7;
	padding: 4px;
}

/* Reply classes */
.replytitle {
	background-color: #f7f7f7;
	border: 1px dashed #bbbbbb;
	padding: 3px;
}
.replycontent {
	background-color: #ffffff;
	padding: 3px;
}

/* Website table item classes */
.tableborder {
	background-color: #cccccc;
}
.tableheader {
	color: #000000;
	background-color: #eeeeee;
	padding: 4px;
	font-weight: bold;
}
.tablecontent {
	vertical-align : top;
	background-color: #ffffff;
	padding: 4px;
}

/* Agenda module classes */
.agendacontent {
	vertical-align : center;
	padding : 2px;

/* Website content text classes */
.texttitle {
	font-weight: bold;
}
.textrequired {
	color: #ff0000;
}
.texterror {
	color: #ff0000;
	font-weight: bold;
}
.textwarning {
	color: #880000;
	font-weight: bold;
}
.textgrey {
	color: #aaaaaa;
}
.textquote {
	color: #666666;
}
.textcode {
	font-family: courier-new, courier, monospaced;
	font-size: 11px;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	padding: 5px;
}
.small {
	font-size: 11px;
}
.big {
	font-size: 14px;
}
