#gallerygrid td
{
	text-align: center;
	padding-top: 5px;
}

#gallerygrid td:hover
{
	background: #C21719;
	color: white;
}

#gallerygrid td:hover a
{
	color: white;
}

#gallerygrid tr:nth-child(even)
{
	background: white;
}

#gallerygrid tr:nth-child(odd)
{
	background-color: #dbe2ea;
}

#gallerygrid th
{
	text-align: center;
	font-weight: bold;
	background-color: #153256;
	color: white;
}
