/* grid styles */
#divGrid table
{
	margin-top: 10px;
	border-collapse: collapse;
	background-color: #E8E8EA;
	background-image: url(images/grid.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#divGrid th, #divGrid td
{
	font-family: Verdana;
	text-align: center;
	vertical-align: middle;
	width: 40px;
	height: 43px;
	border: 1px solid White;
}
#divGrid th
{
	background-color: #45982B;
	color: White;
	font-weight: bold;
	font-size: 8pt;
}
#divGrid td
{
	font-size: 6.5pt;
	margin-left: 1px;
	margin-right: 1px;
	word-wrap: break-word;
}
#divGrid th.Clear, #divGrid td.Clear
{
	background-color: White;
	width: auto;
	height: auto;
	border: none;
}
#divGrid td.Highlight
{
	background-color: #CCCCCC;
}
#divGrid td.HighlightConflict
{
	background-color: #FEFFC0;
}
#divGrid td.Winner
{
	background-image: url(images/squares/star.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
/* info styles */
#divInfo table
{
	border-collapse: collapse;
}
/* users styles */
#divUsers .Dim
{
	color: #ACA899;
}
#divUsers .Red
{
	color: Red;
}
/* preview styles */
#divAddEdit table
{
	border-collapse: collapse;
}
#divAddEdit td
{
	font-family: Verdana;
	font-size: 8pt;
}
#divAddEdit #tdPreview
{
	font-family: Verdana;
	font-size: 6.5pt;
	background-color: #CCCCCC;
	word-wrap: break-word;
	margin-left: 1px;
	margin-right: 1px;
	text-align: center;
	vertical-align: middle;
	width: 40px;
	height: 43px;
	border: 1px solid Black;
}
span.Link
{
	color: #45982B;
	text-decoration: underline;
}