* {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	line-height: 130%;
	word-spacing: 1px;
	color: #1362AD;
}

html, body {
	margin-top: 14px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-weight: normal;
	font-family: Tahoma, Arial, Verdana;
}
.small1 {
	font-size: 11px;
	color: #1362AD;
	font-weight: normal;
}

/* TOPMENU */
.topmenu1 {
	text-align:center;
	background-image:url(/shared/images/custom/button_topmenu.gif);
	background-position:top right;
}
.topmenu1 a {
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF !important;
	text-decoration: none !important;
}

.topmenu1 a:hover {
	color: #000000 !important;
	text-decoration: underline !important;
}


.default1 {
	font-size: 11px;
	line-height: 130%;
	word-spacing: 1px;
	color: #ffffff;
	font-weight: normal;
}
h1, h2 {
	font-size: 16px;
	font-weight: bold;
	word-spacing: 1px;
	line-height: 16px;
	color: #1362AD;
}

/* CONTENT VLAKKEN */
#main_content {
	width: 100%;
	height: 100%;
	min-height: 100%;
	vertical-align: middle;
}
#content_overflow {
	overflow: auto;
	width:736px;
	height:480px;
}

/*****************************
**     FORUM OVERVIEW       **
*****************************/

table.forum_overview {
	margin-top: 5px;
	border-collapse: collapse;
	border-width: 1px;
	border-style: solid;
}	
table.forum_overview td, table.forum_overview th {
	text-align: left;
	padding: 3px 5px;
	border-width: 1px;
	border-style: solid;
}	

table.forum_overview th {
	white-space:nowrap;
}

table.forum_overview td form {
	display: inline;
}

div.reply_text_outer {
	margin: 0px -23px;
	padding: 3px 23px;
	background: url(/shared/images/custom/quotes_open.gif) no-repeat left top;
}
div.reply_text_inner {
	margin: 0px -23px;
	padding: 3px 23px;
	background: url(/shared/images/custom/quotes_close.gif) no-repeat right bottom;
}

div.warning, div.warning strong {
	color: red;	
}

/*********************************************
**                FORMULIEREN               **
*********************************************/

input {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #000000;
	line-height: 100%;
}
.text,.textarea,.FormCheckBad {
	width: 300px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #000000;
	line-height: 100%;
}


a {
	color: #000000;
	text-decoration: underline;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #1362AD;
	text-decoration: underline;
}

/* NETEXPO FOOTER */
a.footer {
	color: #FFFFFF;
	text-decoration: none;
}
a.footer:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.footer:active {
	color: #FFFFFF;
	text-decoration: none;
}
a.footer:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.footer:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

table.topic_subject, table.topic_replies {
	width: 90%;
	background: #AECB10;
	border:0;
	border-collapse:collapse;
}
table.topic_subject td,
table.topic_subject th,
table.topic_replies td,
table.topic_replies th {
	padding: 4px 10px;
	vertical-align:top;
}

table.topic_subject th, table.topic_replies th {
	color: white;
}

table.topic_replies {
	background: #8AB2D7;
	margin-top: 5px;

}

table.topic_replies tr.message_row {
	background: #D3E3EF;
}

table.topic_replies tr.message_row th {
	color:#1461AE;
}

table.topic_replies tr.message_row td,
table.topic_replies tr.message_row th {
	border-top:1px solid white; 
}

table.topic_subject tr.message_row td,
table.topic_subject tr.message_row th {
	border-top:1px solid white; 
	background: #D3E3EF;
}

a.navlinks * {
	vertical-align: middle;
	text-decoration:none;
}	
