@import url('grid.css');

A.colorlink		{ color: #BC8FBF; }

.light-bg		{ background-color: #E4D1E5 }
.regular-bg		{ background-color: #BC8FBF }
.gradient-bg	{ background: #BC8FBF url(images/community-gradient-bg.gif) repeat-x; }

.regular-color		{ color: #BC8FBF }
.light-color		{ color: #E4D1E5 }

TD.TableListOdd
{
	background-color: #E4D1E5;
}

TD.TableListEven
{
	background-color: #FFFFFF;
}

TD.TableListFirst
{
	border-top: solid 0px #008800;
	background-image: url(images/community-gradient-light.gif); background-repeat: repeat-x;
}
