table
{
	border-collapse:	collapse;
	border-spacing:		0px;
	font-family:		Arial;
	font-size:			12px;
	font-weight:		bold;
}

table.main
{
	width:	            1000px;
	height:             100%;
}

table.titlebar
{
	width:				1000px;
	height:				30px;
}

table.menu
{
	width:				200px;
	border:				1px solid #666666;

	background-image: 	url('../../pics/background.png');
	background-repeat:	repeat-x;
	background-position:left bottom;
}

table.center
{
	width:				550px;
	border:				1px solid #666666;
}

table.random
{
	width:				200px;
	border:				1px solid #666666;
	background-color:	#FFFFFF;
	cursor:				pointer;
	
	background-image: 	url('../../pics/background.png');
	background-repeat:	repeat-x;
	background-position:left bottom;
}

table.content
{
	width:				100%;
	height:				100%;
}

table.activateuser
{
	width:				400;
	border-right:		1px solid #666666;
	border-left:		1px solid #666666;
	border-bottom:		1px solid #666666;
}
