/* page.css */


/*
	gel box effect on tables
*/

td.left
{
	background: url("../images/box_02.png");
	width: 16px;
}

td.right
{
	background: url("../images/box_04.png");
	width: 16px;
}

td.top
{
	background: url("../images/box_01.png");
	height: 44px;
}

td.bottom
{
	background: url("../images/box_05.png");
	height: 32px;
}

/*
	navbar colouring for active tab
	
	color	= text colour = bacground color + 101010
*/

#navbar li a#navbar_current
{
	color:        #730051;
	background:   #730051;
	border-color: #730051;
}