﻿body {
}
body,td,th {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}
.repeaterItem
{		
	color: #4B4B4B;
	padding: 10px 12px 0 12px;
}
.repeaterItemCaption
{	
	text-align: left;	
	color: #4B4B4B;
	padding: 5px 12px 5px 12px;
	font-weight: bold;
}
.yesLink
{	
	width: 10%;
	color: #CC0000;
	padding: 5px 10px 0 0;	
}
.noLink
{
	padding: 5px 10px 0 10px;
}
.redLink
{
	text-decoration: none;
	padding: 0 0 0 0;
	color: #CC0000;
}
.redLink:hover
{
	text-decoration: underline;
	color: #330000;
}
.testBorder
{
	border: solid 1px black;
}
.popupPanel
{
	border: solid 1px #999999;
	background-color: #E3E3E3;
}
.reusableRows
{
	width: 15%;	
}