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

