/* 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
*/



/*
#movie_gba
{
	padding: 8px;
	background:#f0f0f0;
	border:#e0e0e0 solid 2px;
}
*/


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