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

input, select, textarea, file {
	border: 1px solid #bbbbbb;
}

/* Website main layout classes */
.pagemain {
	background-color: #ffffff;
	width: 100%;
}
.pagespacevert {
	background-color: #ffffff;
	height: 0px;
}
.pagespacehorz {
	background-color: #ffffff;
	width: 0px;
}
.pagetop {
	background-color: #ffffff;
	width: 100%;
	padding: 3px;
}
.pagebottom {
	background-color: #ffffff;
	width: 100%;
	padding: 5px;
}
.pageleft {
	background-color: #ffffff;
	padding: 5px;
}
.pageright {
	background-color: #ffffff;
	padding: 5px;
}
.pagecontent {
	background-color: #ffffff;
	padding: 5px;
	width: 100%;
}
.pagetitle {
	font-size: 24pt;
	font-weight: bold;
	text-align: left;
	color: #444444;
	background-color: #ffffff;
	padding: 6px;
}

/* applet */
.appletwidth {
	width: 150px;
}
.appletbox {
	border: 1px dotted #bbbbbb;
	background: url("images/applet_box_bg.png");
	width: 100%;
}
.applettitle {
	font-weight: bold;
	color: #000000;
	padding: 3px;
	text-align: center;
}
.appletcontent {
	font-size: 11px;
	color: #555555;
	padding: 2px;
}
.appletentry {
	font-size: 11px;
	color: #555555;
	padding: 2px;
}
.appletsplit {
	background-color: #ffffff;
	height: 10px;
}

/* Website page item classes */
.contentbox {
	border: 1px dotted #bbbbbb;
/*	background: url("images/content_box_bg.png") repeat-y;*/
	width: 100%;
}

.contenttitle {
	font-weight: bold;
	color: #000000;
	padding: 3px;
	text-align: center;
}
.contentsubtitle {
	padding: 3px;
}
.contenttext {
	color: #555555;
	padding: 3px;
}
.contentnavbar {
	padding: 3px;
}

/* Reply classes */
.replytitle {
	border-top: 1px dotted #bbbbbb;
	padding: 3px;
}
.replycontent {
	padding: 3px;
}

/* Website table item classes */
.tableborder {
	border: 1px dotted #bbbbbb;
}
.tableheader {
	color: #000000;
	background-color: #ffffff;
	padding: 4px;
	font-weight: bold;
}
.tablecontent {
	color: #555555;
	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, monospace;
	font-size: 11px;
	background-color: #dfdfdf;
	border: 1px dotted #bbbbbb;
	padding: 3px;
}
.small {
	font-size: 10px; 
}
.big {
	font-size: 14px;
}
