﻿
table.zebraTable
{
	width:100%;
	
}
table.zebraTable th
{
	font-weight:bold;
	background-color:#f0f0f0;
	padding:0.5em 0.2em;
}
table.zebraTable th
{
	border:1px solid #aaa;
}
table.zebraTable td
{
	border-style:solid;
	border-color:#ddd;
	border-width:0 1px 1px 1px;
	padding:0.2em 0.2em;
}
table.zebraTable tr:nth-child(even) td
{
	background-color: #eee;
}


div.dataCapture td
{
	text-align:left;
}

.exception
{
	color:#f00;
}

a.looksDisabled { color:#3F3F3F; }

span.topBreadCrumb { font-size:19px }

a:hover.articleTextKeyword { text-decoration:underline; }

