
/***********************************************************
 *  Frame-Without-Header 
 *  
 * <table class='frame-without-header' cellpadding="0">
 * 	<tr class="header">
 * 		<td class="l"></td>
 * 		<td class="m"></td>
 * 		<td class="r"></td>
 * 	</tr>
 * 	<tr class="body">
 * 		<td class="l"></td>
 * 		<td class="m">BODY</td>
 * 		<td class="r"></td>
 * 	</tr>	
 * 	<tr class="footer">
 * 		<td class="l"></td>
 * 		<td class="m"></td>
 * 		<td class="r"></td>
 * 	</tr>
 * </table>
 *  
 ***********************************************************/

DIV#club_logo {
	position:relative;
	height:70px;
	width:100%;
	background-image:url('images/logo.png');
	background-repeat:no-repeat;
	background-position:center center;
}


TABLE.frame-without-header {
	border-collapse:collapse;
}

TABLE.frame-without-header TR.footer TD {
	width:10px;
	height:10px;
	background-image:url('images/layout/transparent-corners.png');
	background-repeat:no-repeat;
	font-size:1px;
}

TABLE.frame-without-header TR.header TD {
	width:10px;
	height:10px;
	background-image:url('images/layout/transparent-corners.png');
	background-repeat:no-repeat;
	font-size:1px;
}

TABLE.frame-without-header TR.header TD.l {
	background-repeat:no-repeat;
	background-position:0px 0px;
}
TABLE.frame-without-header TR.header TD.m {
	height:10px;
	width:180px;
	background-image:url('images/layout/light-top.png');
	background-repeat:repeat-x;
	font-size:1px;
}
TABLE.frame-without-header TR.header TD.r {
	background-position:-11px 0px;
}



TABLE.frame-without-header TR.body TD.m {
	background-image:url('images/layout/light-background.png');
	background-repeat:repeat;
	color:white;
	font-size:1px;
	border-left:2px #6F8499 solid;
	border-right:1px #6F8499 solid;
}



TABLE.frame-without-header TR.footer TD.l {
	background-position:0px -11px;
}
TABLE.frame-without-header TR.footer TD.m {
	height:10px;
	background-image:url('images/layout/light-bottom.png');
	background-repeat:repeat-x;
	color:white;
	font-size:1px;
}
TABLE.frame-without-header TR.footer TD.r {
	background-position:-11px -11px;
}



TABLE.frame-without-header TR.body-gray TD.m {
	background-image:url('images/layout/dark-background.png');
	color:white;
	font-size:1px;
	padding-left:10px;
}

