/* TotalCalendar Default Stylesheet (default.css)
   TCal Version: 1.5b6
   CSS Version:  1.5b6
   Authors: Matt Palermo and Will Murray
   Copyright (c)2004, TotalCalendar. ALL RIGHTS RESERVED. */

/* Define the default sizes and styles for everything */
body {
	font-weight: 400 ;
	font-size: medium ;
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	text-align: left ;
	text-transform: none ;
	font-size-adjust: .58 ;
	font-stretch: normal ;
	}
p, ul, ol, li, dl, dd, table, tr, td, blockquote, blockquote p, blockquote > p, blockquote * p {
	font: normal 400 95% Verdana, Arial, Helvetica, sans-serif ;
	}
h1 {
	font-weight: 900 ;
	font-size: 130% ;
	}
h2 {
	font-weight: 800 ;
	font-size: 115% ;
	}
h3, th, dt {
	font-weight: 700 ;
	font-size: 100% ;
	}
h4 {
	font-weight: 700 ;
	font-size: 95% ;
	}
h5 {
	font-variant: small-caps ;
	font-weight: 600 ;
	font-size: 85% ;
	}
h6 {
	font-weight: 500 ;
	font-size: 65% ;
	}
code, pre, tt {
	font: 400 80% "Lucida Console", "Courier New", Courier, monospace ;
	}
code {
	color: green ;
	}
strong, em {
	color: blue ;
	}
strong, b {
	font-weight: bolder ;
	}
em, i {
	font-style: italic ;
	}
big {
	font-size: larger ;
	}
small {
	font-size: smaller ;
	}
.left	{
	text-align: left ;
	}
.right	{
	text-align: right ;
	}
.center	{
	text-align: center ;
	}
.justify	{
	text-align: justify ;
	}
.nomargin {
	margin: 0em;
	padding: 0em;
	}

/* Define our hyperlink styles */
a:link {
	color: #CC9900;
	text-decoration: none ;
	}
a:visited {
	color: #CC9900;
	text-decoration: none ;
	}
a:hover {
	color: #993300;
	text-decoration: underline ;
	}
a:focus {
	color: #993300;
	text-decoration: underline ;
	}
a:focus:hover {
	color: #993300;
	text-decoration: underline ;
	}
a:active {
	color: #993300;
	text-decoration: underline ;
	}

table, tr, th, td {
	border-collapse: collapse;
	margin: 0em;
	padding: 0em;
	}

/* Used for the main calendar table and admin area table */
.tbl01 {
	width: 90%;
	border: 1px solid #CC9900;
	}

/* Used for the mini calendar tables */
.tbl02 {
	width: 60%;
	min-width: 320px;
	height: 100%;
	border: thin none;
	}

/* Used for the Go To table */
.tbl03 {
	width: 90%;
	min-width: 320px;
	height: 97px;
	border: thin solid #CC9900;
	}

/* Used for the thinner tables above the bottom menu */
.tbl04 {
	width: 60%;
	min-width: 320px;
	border: 1px solid #CC9900;
	}

/* Used for the add event menu */
.tbl05 {
	width: 100%;
	min-width: 320px;
	height: 100%;
	border: none;
	}

/* Used for the search events table */
.tbl06 {
	width: 70%;
	min-width: 320px;
	border: none;
	}

/* Used for tables contained inside larger tables */
.tbl07 {
	width: 70%;
	min-width: 320px;
	border: thin solid #CC9900;
	}

/* Used for Previous/Next Month Arrows and Month Name */
.td00 {
	width: 100%;
	min-width: 400px;
	height: 24px;
	border-width: 1px 0px 0px 0px;
	border-color: #CC9900 inherit inherit inherit;
	border-style: inherit none none none;
	background: #f0f9b5 ;
	text-align: center;
	}

/* Used for Previous and Next Month cells */
.td01 {
	width: 43%;
	min-width: 137px;
	height: 11px;
	border-width: 1px 0px 0px 0px;
	border-color: #CC9900 inherit inherit inherit;
	border-style: inherit none none none;
	background: #e2eaff url("bar.gif") repeat-x scroll top left;
	text-align: center;
	}

/* Used for Month Names */
.td02 {
	width: 14%;
	min-width: 45px;
	height: 11px;
	border-width: 1px 0px 0px 0px;
	border-color: #CC9900 inherit inherit inherit;
	border-style: inherit none none none;
	background: #e2eaff url("bar.gif") repeat-x scroll top left;
	text-align: center;
	}

/* Used for Weekday Names */
.td03 {
	width: 14%;
	min-width: 45px;
	height: 19px;
	border-width: 1px;
	border-color: #ffffff;
	border-style: solid none;
	background-color: #e9e9e9;
	text-align: center;
	color: #000000;
	font: bold xx-small Verdana, Arial, Helvetica, sans-serif;
	}

/* Used in header cells with the bar graphic */
.td04 {
	width: 100%;
	height: 24px;
	border-width: 0px;
	text-align: left;
	color: #669fff;
	font: bold small Verdana, Arial, Helvetica, sans-serif;
	background: #f0f9b5 ;
	}

/* Used for MiniCal weekday abbreviations */
.td05 {
	width: 14%;
	min-width: 45px;
	height: 19px;
	border-width: 1px;
	border-color: #ffffff;
	border-style: solid none;
	text-align: center;
	color: #000000;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
	}

/* Used for Go To month and year cells */
.td06 {
	width: 17%;
	height: 11px;
	border-width: 0px 0px 0px 0px;
	border-color: #cccccc;
	border-style: solid;
	}

/* Used for Go To MiniCal cells */
.td07 {
	width: 33%;
	height: 21px;
	border-width: 0px 1px 0px 1px;
	border-color: #cccccc;
	border-style: solid;
	text-align: center;
	}

/* Used for colored cell under the header cell */
.td08 {
	width: 100%;
	height: 24px;
	text-align: center;
	color: #669fff;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
	background: #e1ecff;
	}

/* Used for colored cell under the header cell in edit events page */
.td09 {
	height: 24px;
	color: #669fff;
	font: normal x-small Verdana, Arial, Helvetica, sans-serif;
	background: #e1ecff;
	}

/* Used in header cells with the bar graphic in edit events page */
.td10 {
	height: 24px;
	border-width: 0px;
	text-align: center;
	color: #669fff;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	background: #e2eaff url("bar.gif") repeat-x scroll top left;
	}

/* Used for numbered month days */
.td11 {
	width: 14%;
	height: 100px;
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;
	}

/* Used for non-numbered month days */
.td12 {
	width: 14%;
	height: 100px;
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;
	background-color: #CC9900;
	}

/* Used for today's date in month view */
.td13 {
	width: 14%;
	height: 100px;
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;
	background-color: #E1ECFF;
	}