﻿body 
{
	font-family: Arial, Sans-Serif;
	font-size: 7pt;
	color: #000;
}

div#t 
{
	width: 650px;
	margin: 0 auto;
}

table.ClubInfo 
{
	margin-bottom: 10px;
}

table.ClubInfo th, table.ClubInfo td
{
	text-align: left;
	padding: 3px;
	vertical-align: top;
}

table.schedule 
{
	border: 1px solid #000;
	border-collapse: collapse;
	margin: 0 auto 100px auto;
}


table.schedule td 
{
	vertical-align: top;
	text-align: center;
	border: 1px solid #000;
	padding: 3px;
}

td.day 
{
	width: 80px;
	background-color: #eeeeee;
}

td.daynobg
{
    width: 80px;
}

table.schedule th 
{
	color: #000;
	border: 1px solid #000;
}

th.time 
{
	width: 75px;
}
img.logo 
{
    display: none;
}

img#printicon
{
    display: none;
}

span.progname 
{
	color: #000;
	font-size: 9px;
	font-weight: bold;
	display: block;	
}
span.alt_text
{
    display: block;
    font-weight: bold;
    font-size: 10px;
}
h2.alt_text
{
    color: #000;
    font-weight: bold;
    font-size: 12px;
}
span.studio 
{
	display: block;
}

span.truetime 
{
	font-weight: bold;
	display: block;
	color: #fc0000;
}

h1#logo_coed
{
	width: 118px; 
	height: 63px; 
	display: block; 
	background: url(images/gl_logo.jpg) 0 0 no-repeat;
	text-indent: -9999px; text-decoration: none;
	margin: 10px auto;
}

h1#logo_womens
{
	width: 204px;
	height: 70px;
	display: block;
	background: url(images/gl_women_logo.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	text-decoration: none;
	margin: 10px auto;
}


