﻿/*  SILVER THEME */

div.silver, div.silver a
{
	color: #333333;
}

#boxes div.silver:hover a
{
	color: #c32b24;
}


/*  COOL-GREY THEME */

div.coolgrey, div.coolgrey a
{
	color: #ffffff;
}

#boxes div.coolgrey:hover a
{
	color: #c32b24;
}


/*  LIGHT-BLUE THEME */

#boxes div.lightblue
{
}


/*  RED THEME */

#boxes div.red
{
}


/* SHARED */

#crosslinks  div.box
{
	background-position: center top;
	background-repeat: repeat-y;
}

#crosslinks  div.box .top
{
	background-position: center top;
	background-repeat: no-repeat;
}

#crosslinks  div.box .middle
{
	background-position: center top;
	background-repeat: no-repeat;
}

#crosslinks  div.box .footer
{
	background-position: center bottom;
	background-repeat: no-repeat;
}