/* default HTML stuff */
body {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
}
td,th {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a {
	color: #000088;
	text-decoration: none;
}
a:hover {
	color: #000088;
	text-decoration: underline;
}

/* Website main layout classes */
.pagemain {
	background-color: #ffffff;
	width: 100%;
}
.pagespacevert {
	background-color: #ffffff;
	height: 10px;
}
.pagespacehorz {
	background-color: #ffffff;
	width: 10px;
}
.pagetop {
	border: 1px solid #bbbbbb;
	background-color: #f5f5f5;
	width: 100%;
	padding: 3px;
}
.pagebottom {
	border: 1px solid #bbbbbb;
	background-color: #f5f5f5;
	width: 100%;
}
.pageleft {
	background-color: #ffffff;
	padding: 0px;
}
.pageright {
	background-color: #ffffff;
	padding: 0px;
}
.pagecontent {
	background-color: #ffffff;
	width: 100%;
	padding: 0px;
}
.pagetitle {
	font-size: 24pt;
	font-weight: bold;
	color: #000000;
	padding: 5px;
}

/* applet */
.appletwidth {
	width: 155px;
}
.appletbox {
	background-color: #bbbbbb;
	width: 100%;
}
.applettitle {
	font-weight: bold;
	color: #000000;
	background-color: #e5e5e5;
	padding: 4px;
}
.appletcontent {
	background-color: #f5f5f5;
	padding: 2px;
}
.appletentry {
	padding: 2px;
}
.appletsplit {
	background-color: #ffffff;
	height: 10px;
}

/* content */
.contentbox {
	background-color: #bbbbbb;
	width: 100%;
	padding: 0px;
}
.contenttitle {
	font-weight: bold;
	color: #000000;
	background-color: #e5e5e5;
	padding: 4px;
}
.contentsubtitle {
	color: #000000;
	background-color: #f5f5f5;
	padding: 4px;
}
.contenttext {
	background-color: #ffffff;
	padding: 5px;
}
.contentnavbar {
	background-color: #f5f5f5;
	padding: 2px;
}

/* Reply classes */
.replytitle {
	background-color: #f5f5f5;
	border: 1px solid #bbbbbb;
	padding: 3px;
}
.replycontent {
	background-color: #ffffff;
	padding: 3px;
}

/* Website table item classes */
.tableborder {
	background-color: #bbbbbb;
}
.tableheader {
	background-color: #e5e5e5;
	padding: 4px;
	font-weight: bold;
}
.tablecontent {
	vertical-align : top;
	background-color: #ffffff;
	padding: 4px;
}

/* 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: 8pt;
	background-color: #f5f5f5;
	border: 1px solid #009900;
	padding: 5px;
}
.small {
	font-size: 8pt; 
}
.big {
	font-size: 12pt;
}