/* 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:        #006073;
	background:   #006073;
	border-color: #006073;
}




div.frame_instruct
{
	padding: 8px;
	border:#e0e0e0 solid 2px;

	background:#f8f8f8;
	background-image:url(../images/corner.png);
	background-repeat:no-repeat;
	background-position:top right;

	text-align: justify;
	width: 360px;
	margin-bottom: 8px;
	font-size:11px;
}

div.frame_instruct span
{
	font-size:26px;
	color:#a0a0a0;
}


