﻿
/* Background Style */
.graybacktable
{
	background-image : url(Images/grayback2.jpg);
	background-repeat : repeat-x;
}
.pinkbacktable
{
	background-image : url(Images/pinkback2.jpg);
	background-repeat : repeat-x;
}
.graybackrow
{
	background-image: url(Images/grayback.jpg);
	background-repeat: repeat-x;
}
.pinkbackrow
{
	background-image: url(Images/pinkback.jpg);
	background-repeat: repeat-x;
}
.paddingcell
{
	padding: 8px 8px 2px 8px;
}

/* Textbox Watermark */
.unwatermarked
{
	height:18px;
	width:298px;
}

.watermarked
{
	height: 20px;
	width: 300px;
	padding: 2px 0 0 2px;
	border: 1px solid #BEBEBE;
	background-color: White;
	color: #CCCCCC;
}	


