/* default HTML stuff */
body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	/*background-color: #0e3259; #D7E028*/
	background-color: #FF99FF;

}
td,th {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}

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

/* applet */
.appletwidth {
	width: 140px;
}
.appletbox {
	width: 100%;
	padding: 0px;
}
.applettitle {
	font-weight: bold;
	color: #ffffff;
	background: url("images/applettitle.gif") no-repeat;
	padding: 4px;
	padding-left: 20px;
}
.appletcontent {
	padding: 2px;
	border: 1px solid #000000;
	background-color: #ffffff;
}
.appletentry {
	padding: 1px;
}
.appletsplit {
	background-color: #d3e2ea;
	height: 10px;
}

/* Website page item classes */
.contentbox {
	background-color: #ffffff;
	border: 1px solid #000000;
	padding: 0px;
	width: 100%;
}
.contenttitle {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background: url("images/contenttitle.gif") no-repeat #ffffff;
	padding: 1px;
	padding-left: 20px;
}
.contentsubtitle {
	background-color: #ffffff;
	padding: 3px;
}
.contenttext {
	background-color: #ffffff;
	padding: 3px;
	font-size: 14px;
}
.contentnavbar {
	background-color: #ffffff;
	padding: 3px;
}

/* Reply classes */
.replytitle {
	background-color: #d3e2ea;
	padding: 2px;
}
.replycontent {
	background-color: #ffffff;
	padding: 2px;
}

/* Website table item classes */
.tableborder {
	background-color: #ffffff;
}
.tableheader {
	background-color: #fffffff;
	padding: 4px;
	font-weight: bold;
}
.tablecontent {
	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, monospaced;
	font-size: 9pt;
	background-color: #eeeeee;
}
.small {
	font-size: 10px; 
}
.big {
	font-size: 12px;
}

