﻿html, body  {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	height: 100%;
}
.Layout a {
	color: #FFFFFF;
	text-decoration: none;
}
.Layout a:link {
	color: #009;
	text-decoration: none;
}
.Layout a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
.Layout a:visited {
	color: #000;
	text-decoration: none;
}

/*
.Layout img {
	behavior: url("/assets/rockers/misc/pngbehavior.htc");
}
*/

/* TILT table formatting starts here
================================================*/
body.l-inner
{
	margin-top: 0;
}

table td
{
	border: 0px solid red;
}

table.Layout
{
	border: 0px solid red;
	padding: 0;
	width: 100%;
	height: 100%;
}
table.l-main
{
	border: 0px solid red;
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
table.l-htable
	div.feed
		div
		{
			display: none;
		}
	
table.l-htable
	div.feed
		div.l-visible
		{
			display: block;
			position: absolute;
			background-color: #fff;
		}
	
table.l-htable
	ul
	{
		list-style: none;
		margin: 0;
		padding: 0.7em;
	}
	
table.l-primary 
{
	border: 0px solid red;
	width: 100%;
	height: 100%;
}
table.l-main-content {
	height:100%;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	border-spacing: 0;
	border: 0;
	padding: 0;
	border-collapse: collapse;
}
td.l-left
{
	width: 230px;
	vertical-align: top;
	padding: 5px;
}
td.l-content
{
	width: 540px;
	vertical-align: top;
	padding: 5px;
}
td.l-right
{
	width: 230px;
	height: 100%;
	vertical-align: top;
	padding: 5px;
}
tr.l-content-right
{
	height: 100%;
}
td.l-content-right
{
	vertical-align: bottom;
}
td.l-real-content
{
	position: relative;
	width: 580px;
}
div.l-real-content
{
	width: 534px;
}
div.l-home-content
{
	margin-left: auto;
	margin-right: auto;
}
td.l-banner-cell
{
	vertical-align: bottom;
	background-position: bottom;
}
td.l-banner
{
	vertical-align: bottom;
	z-index: 1;
}
/*
	padding-left: 237px;
*/

/* Default CSS
================================================*/
/* Basic styling, used when JavaScript is unsupported */
.cbb {
	margin:1em 0;
	padding:0 10px;
	border:1px solid #666;
	background:#fff;
}
.cbb h1 {
	margin:0 -10px;
	padding:0.3em 10px;
	background:#efece6;
	font:bold 1.2em/1 Arial, Helvetica, sans-serif;
}
/* Normal styling */
.cb {
	margin:0.5em 0;
	padding-right: 1px;
}
	/* Top corners and border */
.bt {
	height:18px;
	margin:0 0 0 18px;
	background:url("../../rockers/images/box.gif") no-repeat 100% 0;
}
.bt div {
	left:-18px;
	margin-left: -18px;
	width:18px;
	height:18px;
	background:url("../../rockers/images/box.gif") no-repeat 0 0;
	font-size:0;
	line-height:0;
}

	/* Bottom corners and border */
.bb {
	height:17px;
	margin:0 0 0 18px;
	background:url("../../rockers/images/box.gif") no-repeat 100% 100%;
}
.bb div {
	left:-18px;
	margin-left: -18px;
	width:18px;
	height:17px;
	background:url("../../rockers/images/box.gif") no-repeat 0 100%;
	font-size:0;
	line-height:0;
}

	/* Left border */
.i1 {
	padding:0 0 0 12px;
	background:url("../../rockers/images/border.gif") repeat-y 0 0;
}
	/* Right border */
.i2 {
	padding:0 8px 0 0;
	background:url("../../rockers/images/border.gif") repeat-y 100% 0;
}
	/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	display:block;
	margin:0;
	padding:1px 10px;
	background:#faf2de;
}

/* Make the content wrapper auto clearing so it will contain floats (see http://positioniseverything.net/easyclearing.html). */
.i3:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.i3 {display:inline-block;}
.i3 {display:block;}
/* Default CSS ends here */


/* Just a bit of styling for this demo page. Adjust as you wish. */
#absolute-wrapper {
	position:relative;
	height:9em;
}


.cb li {margin-left:1em;}

<!--[if lt IE 7]>
/* Required IE fixes
================================================*/
/* Serve gif images to IE/Win pre version 7 */
* html .i1,
* html .i2 {background-image:url("../../rockers/images/border.gif");}
* html .bt,
* html .bt div,
* html .bb,
* html .bb div {background-image:url("../../rockers/images/box.gif");}
/* Set a height to fix up some rendering issues. */
* html .i1,
* html .i3 {height:1px;}

<![endif]-->

