.tableheader {
	border-top: 2px solid #D8DDE1;
	border-bottom: 2px solid #D8DDE1;
	background-color: #39526C;
	padding: 2px;
	font-weight: bold;
	color: #FFFFFF;
}

.tabletext {
	font-family: Tahoma;
	font-size: 13px;	
}

.tablerow {
	border-bottom: 2px solid #D8DDE1;
}

.pageoptions {
	border-top: 2px solid #D8DDE1;
	border-bottom: 2px solid #D8DDE1;
}

.button {
	border: 1px solid #D8DDE1;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}

.forumpost {
	border-top: 2px solid #D8DDE1;
	border-bottom: 2px solid #D8DDE1;
	font-family: Tahoma;
	font-size: 13px;	
}

.alert {
	border: 1px solid #FF5B5B;
	background-color: #FFD9D9;
	font-family: tahoma;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: #000000;
}

.success {
	border: 1px solid #00AA44;
	background-color: #C1FFD3;
	font-family: tahoma;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: #000000;
}