
html
{
	overflow: -moz-scrollbars-vertical !important;
}

/*
html, body
{
	background-color:#e8e8e8;
}
*/



table.table_center
{
	margin-left:auto;
	margin-right:auto;
}

/*
	gel box effect on tables
*/

td.left
{
	background: url("http://www.qwak.co.uk/forum/styles/qwak/images/box_02.png");
	width: 16px;
}

td.right
{
	background: url("http://www.qwak.co.uk/forum/styles/qwak/images/box_04.png");
	width: 16px;
}

td.top
{
	background: url("http://www.qwak.co.uk/forum/styles/qwak/images/box_01.png");
	height: 44px;
}

td.bottom
{
	background: url("http://www.qwak.co.uk/forum/styles/qwak/images/box_05.png");
	height: 32px;
}






















#navbar
{
	margin:				0px;
	border:				0px;
	padding:			10px;

	cursor:				default;
	font:				bold 12px Verdana, sans-serif;
}

#navbar li
{
	list-style:			none;
	margin:				0px;
	display:			inline;
}








#navbar li a
{
	margin-left:		2px;
	margin-right:		2px;

	border:				2px solid;
	border-top:			1px dotted;

	position:			relative;
	padding:			5px;
	top:				-5px;

	color:				#808080;
	background:			#e0e0e0;
	border-color:		#c0c0c0;
	border-top-color:	#e0e0e0;

	text-decoration:	none;
}

#navbar li a:hover
{
	padding-top:		7px;
	top:				-4px;

	color:				#b0b0b0;
	background:			#f0f0f0;
	border-color:		#c0c0c0;
	border-top-color:	#c0c0c0;

}




#navbar li a#navbar_current
{
	border-top:			2px solid;
	border-bottom:		0px;

	padding-top:		7px;
	top:				7px;


	color:        #095073;
	background:   #095073;
	border-color: #095073;
}






