/* TotalCalendar Default Stylesheet (default.css)
	This CSS file gets loaded ONLY when TotalCalendar is 
	NOT being used as an embedded module for a CMS.
	CSS Version:  2.0
	Author: Matt Palermo
	Copyright (c)2004, TotalCalendar. ALL RIGHTS RESERVED. */

body {
	font-weight: 400 ;
	font-size: 100% ;
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	text-align: left ;
	text-transform: none ;
	margin: 0em;
	padding: 0em;
	background: #cccccc;
}
input, select {
	font-size: 12px;
	margin: 1px;
	padding: 0em;
}
form {
	margin: 0em;
	padding: 0em;
}
ul, ol, li, dl, dd, table, tr, td, blockquote, blockquote p, blockquote > p, blockquote * p {
	font: normal 400 95% Verdana, Arial, Helvetica, sans-serif ;
	font-size: 14px
}
p {
	font-size: 1em;
	margin : 10px 0px 14px 0px;
}
hr	{
	color: #0066cc ;
	}

/* Define our hyperlink styles */
a:link {
	font-size: 12px;
	color: #990000;
	text-decoration: none ;
}
a:visited {
	font-size: 12px;
	color: #990000;
	text-decoration: none ;
	}
a:hover {
	font-size: 12px;
	color: #990000;
	text-decoration: underline ;
}
a:focus {
	font-size: 12px;
	color: #990000;
	text-decoration: underline ;
}
a:focus:hover {
	font-size: 12px;
	color: #990000;
	text-decoration: underline ;
}
a:active {
	font-size: 12px;
	color: #990000;
	text-decoration: underline ;
}