/*
	Weekly Calendar
	by Nathan Smith
*/

*
{
    background-color: white !important;
    background-image: none !important;
	border: 0;
	border-color: #000;
	color: #000;
	margin: 0;
	padding: 0;
	text-align: left;
}

.print a, #footer
{
	display: none;
}


.hour
{
	padding: 0 10px 0 0;
	text-align: right;
	vertical-align: middle;
	width: 65px;
}

h1
{
	font-size: 14px;
	line-height: 20px;
	padding-top: 1px;
	padding-bottom: 0px;
}

a
{
	text-decoration: none;
}

html
{
	border: 0px;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

body
{
	font: 9px Verdana, sans-serif;
	border: 0px;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	overflow: none;
	text-align: left;
}

div
{
	border: 0px;
	padding: 0px !important;
	margin: 0px !important;
	text-align: left;
}

caption
{
	font: 17px/50px Georgia, serif;
	letter-spacing: 5px;
	margin: 0 auto;
	text-align: right;
	text-transform: uppercase;
}

p#footer
{
	letter-spacing: 1px;
	margin: 2px 0 0;
	padding: 10px 0 20px;
	text-align: center;
}

table
{
	border: 0px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

td
{
	border: 0px;
	padding: 0px;
}

th
{
	border: 0px;
	padding: 0px;
}

table.cake
{
	border: 0px;
	padding: 0px;
	margin: 0px;
}

table.weekly 
{
	padding: 0px;
	border-style: solid;
	border-width: 1px 1px 0 0;
	left: 0px;
	margin: 0px;
	width: 7in;
	height: 100%;
	overflow: hidden;
	text-align: left;
}


table.weekly tr
{
	min-height: 13px;
	padding: 0px;
}

table.weekly tr td
{
	border-style: solid;
	border-width: 0 0 1px 1px;
	padding: 3px 0px 3px 0px !important;
	margin: 0px;
	vertical-align: top;
	line-height: 11px;
	font-size: 10px;
	height: 12px;
	min-width: 0.5in;
	max-width: 0.74in;
	text-align: center;
	word-wrap: break-word;
}

table.weekly tr td a
{
	padding: 0px;
	margin: 0px;
	line-height: 11px;
	font-size: 10px;
	text-decoration: none;
}

table.weekly tr td.hour
{
	min-width: 0.3in;
	width: 0.3in !important;
	padding: 3px 0px 3px 0px !important;
	margin: 0px;
	font-size: 9px;
	line-height: 11px;
	height: 12px;
}

table.weekly th
{
	border-style: solid;
	border-width: 0 0 1px 1px;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 12px;
	height: 15px;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}

/** Hide header and footer **/

#main_header
{
	display: none !important;
}

#navContainer
{
	display: none !important;
}

#header_container
{
	display: none !important;
}

#footer
{
	display: none !important;
}

#footerContainer
{
	display: none !important;
}

#flash_locations
{
	display: none !important;	
}

div#classLocations
{
	text-align: left;
	margin-left: 0px;
}

div#classLocations ul
{
	text-align: left;
	margin-left: 0px;
}

div#classLocations ul li
{
	text-align: left;
	margin-left: 2px;
}


/*
div#classLocations
{
	position: relative;
	top: -2.25in;
	left: 5.75in;
	width: 1.5in;
	height: 2in;
	border: 1px solid #0000FF;
	background: white !important;
	font-size: 11px;
	text-align: left;
	padding-left: 1px;
	overflow: hidden;
	z-index: 1;
}


div#classLocations ul
{
	display: static;
}

div#classLocations ul li
{
	display: block;
	text-align: left;
	line-height: 13px;
}
*/
.navBottom
{
	display: none !important;	
}

.credits
{
	display: none !important;	
}