
.MainTable
{
	width:100%;
	margin-bottom:20px;
}
.TableViews
{
	width:95%;
	
	border-right: #555 1px solid;
	border-top: #555 1px solid;
	border-left: #555 1px solid;
	border-bottom: #555 8px solid;
	
	
	text-align: left;
	font-size: 11px;
	color: black;
	font-family: Verdana;
	
}
.TableTitleTD
{
	width:100%;
	height:20px;
	background-image: url(Resources/Pictures/titlerepeat.png);
	text-align:left;
	color:White;
	font-size:11px;
	padding-left:5px;
	
	
}
.TableViewRow
{
	text-align: left;
	font-size: 11px;
	color: black;
	font-family: Verdana;
	width:95%;
	border-right: #b6ccd4 1px solid;
	border-top: #b6ccd4 1px solid;
	border-left: #b6ccd4 1px solid;
	border-bottom: #b6ccd4 1px solid;
	
	color: #555;
	background-image: none;
	background-color:White;
	cursor: pointer;
}
.TableViewsTD
{
	width:100%;
	padding-top:10px;
	padding-left:15px;
	
}
.TableViewsTop
{
	text-align:center;
	font-weight: normal;
	color: #fff;
	
	background-image: url(Resources/Pictures/tablegradient1.png);
	border-bottom: #fff 1px solid;
	border-right: #fff 1px solid;
	border-left: #fff 1px solid;
}
.TableViewsTitles
{
	font-weight: normal;
	font-size:10px;
	border-top: #fff 1px solid;
	border-bottom: #fff 1px solid;
	border-right: #fff 1px solid;
	border-left: #fff 1px solid;
	background-image: url(Resources/Pictures/tablegradient2.png);
	
}
.TableItems
{
	text-align: left;
	font-size: 11px;
	font-family: Verdana;
	
	border-right: #b6ccd4 1px solid;
	border-top: #b6ccd4 1px solid;
	border-left: #b6ccd4 1px solid;
	border-bottom: #b6ccd4 1px solid;
	
	color: #555;
}
.PriceRemark
{
	text-align: left;
	font-size: 11px;
	font-family: Verdana;
	
	color: #555;
}

.TableViews tr:Hover, .TableViews tr.Hover
{
	background-color:#dde;
}
/* IE workaround voor hover (gebruikt het filetje hover.htc */
.TableViews tr
{
	behavior: url("JavaScript/hover.htc");
}
