/* 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: #FFF;

}

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;

}

p, table, th, td, li

{

	color: #000000;

}

strong, em

{

	color: #006699;

}

hr

{

	color: #0066cc;

}





/* Define our hyperlink styles */

a:link

{

	font-size: 85%;

	color: #0000cc;

	text-decoration: none;

}

a:visited

{

	font-size: 85%;

	color: #000099;

	text-decoration: none;

}

a:hover

{

	font-size: 85%;

	color: #0000ff;

	text-decoration: underline;

}

a:focus

{

	font-size: 85%;

	color: #0000ff;

	text-decoration: underline;

}

a:focus:hover

{

	font-size: 85%;

	color: #0000ff;

	text-decoration: underline;

}

a:active

{

	font-size: 85%;

	color: #00ff99;

	text-decoration: underline;

}