﻿/* TableTheme voor de sidebar (rechts) */

.Table_Custom2 {
	width: 190px;
	margin-bottom: 10px;
	margin-right: 20px;
}

.Table_Custom2 .top .center {
	height: 30px;
	background: url(/sitefiles/layout/tablethemetop.png) left top no-repeat;
}


.Table_Custom2 .title,
.Table_Custom2 .top .center {
	font: bold 14px/24px "Century Gothic", Arial, Helvetica, sans-serif;	
	color: white;
	padding-left: 10px;	
}


.Table_Custom2 .middle .center {
	padding: 10px 10px 0px 10px;
	font: normal 11px/18px "Century Gothic", Arial, Helvetica, sans-serif;	
	border-left: 1px solid #005a9c;	
	border-right: 1px solid #005a9c;	
}
.Table_Custom2 .middle .center div {
	width: 168px;	
}

.Table_Custom2 p {
	font: normal 11px/18px "Century Gothic", Arial, Helvetica, sans-serif;	
}

.Table_Custom2 .bottom .center {
	height: 5px;
	background: url(/sitefiles/layout/tablethemebottom.png) left bottom no-repeat;
}

.Table_Custom2 .left,
.Table_Custom2 .right {
	margin: 0px;
}

