/* CSS
	SpeedDate Dinner
	21-05-2007
*/

html {
	height				: 100%;
}

body {
	margin				: 0px 0px 0px 0px;
	height				: 100%;
	background-color	: #5c2617;
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 11px;
}

/* ########### TABLES ########## */

table.Container {
	width					: 800px;
	margin-left			: auto;
	margin-right		: auto;
	height				: 100%;
	background-color	: white;
}

td.Menu {
	padding-top			: 30px;
}

td.Content {
	padding-left		: 26px;
	padding-right		: 26px;
	padding-top			: 36px;
	line-height			: 18px;
}

td.RightBlockHeader {
	padding-left		: 16px;
	color					: white;
	font-weight			: bold;
	background-color	: #990000;
	padding-top			: 4px;
	padding-bottom		: 4px;
	font-size			: 12px;
}

td.RightBlockText {
	padding-left		: 16px;
	padding-right		: 16px;
	padding-top			: 8px;
	padding-bottom		: 8px;
	line-height			: 18px;
}

td.FeedbackHeader {
	font-weight			: bold;
}

td.FeedbackText {
	padding				: 6px;
	font-style			: italic;
	border-top			: 1px dotted black;
	border-bottom		: 1px dotted black;
}

table.Threads {
	border-top			: 1px solid #858585;
	border-right		: 1px solid #858585;
}

tr.ThreadHeader td {
	border-left			: 1px solid #858585;
	border-bottom		: 1px solid #858585;
	background-color	: #acacac;
	color					: white;
	text-align			: center;
	font-weight			: bold;
}

td.ThreadSubject a:link {
	font-size			: 9pt;
	color					: #be250d;
	text-decoration	: none;
	font-weight			: normal;
}

td.ThreadSubject a:visited {
	font-size			: 9pt;
	color					: #be250d;
	text-decoration	: none;
	font-weight			: normal;
}

td.ThreadSubject a:hover {
	font-size			: 9pt;
	color					: #be250d;
	text-decoration	: underline;
	font-weight			: normal;
}

td.ThreadSubject2 a:link {
	font-size			: 9pt;
	color					: black;
	text-decoration	: none;
	font-weight			: normal;
}

td.ThreadSubject2 a:visited {
	font-size			: 9pt;
	color					: black;
	text-decoration	: none;
	font-weight			: normal;
}

td.ThreadSubject2 a:hover {
	font-size			: 9pt;
	color					: black;
	text-decoration	: underline;
	font-weight			: normal;
}

tr.ThreadInfo td {
	border-left			: 1px solid #858585;
	border-bottom		: 1px solid #858585;
	background-image	: url(../Images/ThreadBg.gif);
	background-repeat	: repeat-x;
	background-position	: top;
}

td.ThreadInfoBox {
	background-color	: white;
	background-image	: none;
}

tr.Post1 td {
	background-color		: #f9f9f9;
}

tr.Post2 td {
	background-color		: #fcf3f2;
}

td.PostLeft {
	border-right		: 1px solid #858585;
	border-bottom		: 1px solid #858585;
}

td.PostTopRight {
	padding				: 4px;
	border-bottom		: 1px dashed #858585;
}

td.PostBottomRight {
	padding				: 4px;
	border-bottom		: 1px solid #858585;
}

table.Evenementen {
	border-right		: 1px solid #990000;
}

table.Evenementen td {
	border-left			: 1px solid #990000;
	border-bottom		: 1px solid #990000;
	font-size			: 10pt;
	padding				: 2px;
}

td.Tab-Active {
	background-image: url(../Images/Tab-Active.gif);
	background-repeat: no-repeat;
	text-align : center;
	border-bottom:2px solid #5c2617;
	cursor: pointer;
	font-family: verdana;
	font-size: 8pt;
	font-weight: bold;
	color: #fde792	;
}

td.Tab-Inactive {
	background-image: url(../Images/Tab-Inactive.gif);
	background-repeat: no-repeat;
	text-align : center;
	border-bottom:2px solid #5c2617;
	cursor: pointer;
	font-family: verdana;
	font-size: 8pt;
	font-weight: bold;
	color: #5c2617;
}

/* #### LAYERS #### */

div.Quote {
	background-color	: white;
	padding				: 2px;
	width					: 100% -4px;
	border-bottom		: 1px solid #cecece;
	border-right		: 1px solid #cecece;
}

/* ########### LINKS ########## */

a.Menu:link {
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	display: block;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #477725;
	padding-top: 6px;
	padding-right: 30px;
	padding-bottom: 6px;
	padding-left: 46px;
	color: #D76E29;
}

a.Menu:visited {
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	display: block;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #477725;
	padding-top: 6px;
	padding-right: 30px;
	padding-bottom: 6px;
	padding-left: 46px;
	color: #D76E29;
}

a.Menu:hover {
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	display: block;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #477725;
	padding-top: 6px;
	padding-right: 30px;
	padding-bottom: 6px;
	padding-left: 46px;
	background-image: url(../Images/Pijl.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	color: #CF0100;
}

a.MenuSelected:link {
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	display: block;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #477725;
	padding-top: 6px;
	padding-right: 30px;
	padding-bottom: 6px;
	padding-left: 46px;
	background-image: url(../Images/Pijl.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	color: #CF0100;
}

a.MenuSelected:visited {
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	display: block;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #477725;
	padding-top: 6px;
	padding-right: 30px;
	padding-bottom: 6px;
	padding-left: 46px;
	background-image: url(../Images/Pijl.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	color: #CF0100;
}

a.MenuSelected:hover {
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	display: block;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #477725;
	padding-top: 6px;
	padding-right: 30px;
	padding-bottom: 6px;
	padding-left: 46px;
	background-image: url(../Images/Pijl.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	color: #CF0100;
}

a:link {
	font-size			: 12px;
	color					: #D76E29;
	text-decoration	: none;
	font-weight			: bold;
}

a:visited {
	font-size			: 12px;
	color					: #D76E29;
	text-decoration	: none;
	font-weight			: bold;
}

a:hover {
	font-size			: 12px;
	color					: #D76E29;
	text-decoration	: underline;
	font-weight			: bold;
}

a.SmallLink:link {
	font-size			: 8pt;
	color					: black;
	text-decoration	: none;
	font-weight			: normal;
}

a.SmallLink:visited {
	font-size			: 8pt;
	color					: black;
	text-decoration	: none;
	font-weight			: normal;
}

a.SmallLink:hover {
	font-size			: 8pt;
	color					: black;
	text-decoration	: underline;
	font-weight			: normal;
}

a.Sitemap:link {
	display				: block;
	padding-left		: 20px;
	padding-bottom		: 4px;
	border-bottom		: 1px dotted #5c2617;
	color					: #cc0300;
	font-weight			: normal;
	text-decoration	: none;
}

a.Sitemap:visited {
	display				: block;
	padding-left		: 20px;
	padding-bottom		: 4px;
	border-bottom		: 1px dotted #5c2617;
	color					: #cc0300;
	font-weight			: normal;
	text-decoration	: none;
}

a.Sitemap:hover {
	display				: block;
	padding-left		: 20px;
	padding-bottom		: 4px;
	border-bottom		: 1px solid #de6e29;
	color					: #de6e29;
	font-weight			: normal;
	text-decoration	: none;
}


/* #### LAYERS ##### */

div.RightBlock {
	width					: 200px;
	background-color	: #fde792;
	padding-top			: 30px;
}

/* ######## MISC ########## */

FONT.header {
	font-size			: 12px;
	font-weight			: bold;
	color					: #be250d;
}

h1 {
	font-size			: 12px;
	font-weight			: bold;
	color					: #be250d;
}

strong {
	font-size			: 12px;
	font-weight			: bold;
	color					: #be250d;
}

ul#ErrorBox {
	color: red;
}

ul#ErrorBox li {
	margin-left: -25px;
}

span.BreadCrumbs a:link {
	font-size			: 8pt;
	color					: #535353;
	text-decoration	: none;
	font-weight			: normal;
}

span.BreadCrumbs a:visited {
	font-size			: 8pt;
	color					: #535353;
	text-decoration	: none;
	font-weight			: normal;
}

span.BreadCrumbs a:hover {
	font-size			: 8pt;
	color					: #919191;
	text-decoration	: underline;
	font-weight			: normal;
}

/* Ogone */

table.ncoltable1 {
	margin-top: 20px;
	margin-left: 20px;
	border: 1px solid black;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

td.ncoltxtl {
}

table.ncoltable1 b {
	font-weight: normal;
}

table.ncoltable1 small {
	font-size: 11px;
}

table.ncoltable2 {
	border: 1px solid black;
	margin-left: 20px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

table.ncoltable2 small {
	font-size: 11px;
}

a.midncol {
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 11px;
}

table.ncoltable3 {
	border: 1px solid black;
	margin-left: 20px;
	margin-top: 12px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.bottom {
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 11px;
}


div#Logos {
	text-align: center;
}

div#Logos img {
	margin: 5px;
	border: 0px;
}
