.Container
{
	width: 900px;
	min-width: 900px;

	margin: 0 auto;
}

.TableHead
{
	width: 100%;

	float: left;

	padding-bottom: 10px;
}

.TableMenu
{
	width: 19%;

	float: left;

	padding-bottom: 10px;
	padding-right: 1%;
}

.TableCommenti
{
	width: 100%;

	float: left;

	padding-bottom: 10px;
	padding-right: 1%;
}

.TablePage
{
	width: 80%;

	float: left;

	padding-bottom: 10px;
}

.TableFoot
{
	width: 100%;

	float: left;
}

.TableUpper
{
	background-image: url(http://www.hackroom.org/themes/Default/images/table_upper.png);
	background-repeat: repeat-x;

	width: 100%;
	height: 30px;
}

.TableUpperLeft
{
	background-image: url(http://www.hackroom.org/themes/Default/images/table_upper_left.png);
	background-repeat: no-repeat;

	width: 30px;
	height: 30px;

	float: left;
}

.TableUpperRight
{
	background-image: url(http://www.hackroom.org/themes/Default/images/table_upper_right.png);
	background-position: top right;
	background-repeat: no-repeat;

	width: 100%;
	height: 30px;

	float: right;
}

.TableCenter
{
	width: 100%;

	float: left;
}

.TableLeft
{
	background-image: url(http://www.hackroom.org/themes/Default/images/table_left.png);
	background-repeat: repeat-y;

	width: 100%;

	float: left;
}

.TableRight
{
	background-image: url(http://www.hackroom.org/themes/Default/images/table_right.png);
	background-position: top right;
	background-repeat: repeat-y;

	width: 100%;

	float: right;
}

.TableFooter
{
	background-image: url(http://www.hackroom.org/themes/Default/images/table_footer.png);
	background-position: bottom center;
	background-repeat: repeat-x;

	width: 100%;
	height: 30px;

	float: left;
}

.TableFooterLeft
{
	background-image: url(http://www.hackroom.org/themes/Default/images/table_footer_left.png);
	background-repeat: no-repeat;

	width: 30px;
	height: 30px;

	float: left;
}

.TableFooterRight
{
	background-image: url(http://www.hackroom.org/themes/Default/images/table_footer_right.png);
	background-position: bottom right;
	background-repeat: no-repeat;

	width: 100%;
	height: 30px;

	float: right;
}

.FootPadding
{
	display: block;
	float: left;

	width: 10px;
	height: 50px;

}

.HeadText
{
	height: 40px;

	padding-left: 10px;
}

.HeadTextContent
{
	background-image: url(http://www.hackroom.org/images/logo_loading.gif);
	background-repeat: no-repeat;

	height: 80px;

	font-size: 36px;
	font-weight: bold;

	margin-top: -40px;

	padding-top: 40px;
	padding-left: 130px;

	position: absolute;
}

.HeadTextContent a
{
	display: block;
}

.CopyrightNote
{
	text-align: center;

	font-size: 9px;
	font-weight: bold;
}

.GoogleSearch
{
	float: right;
	padding-right: 30px;
	width: 250px;
}


