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

	color: #FFFFFF;  */

}

hr	{

/*	color: #FFFFFF ; */

	}
/*
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;

}



/* Define our hyperlink styles */

#framed a {

	font-size: 12px;

	color: #FFCC00!important;  

	text-decoration: none ;

}

#framed a:link {

	font-size: 12px;

	color: #FFCC00!important;  

	text-decoration: none ;

}

#framed a:visited {

	font-size: 12px;

	color: #FFCC00;  

	text-decoration: none ;

	}

#framed a:hover {

	font-size: 12px;

	color: #FFFFFF;

	text-decoration: bold ;
}

#framed a:focus {

	font-size: 12px;

	color: #FFFFFF;

	text-decoration: bold ;
}

#framed a:focus:hover {

	font-size: 12px;

	color: #FFFFFF;

	text-decoration: bold ;
}

#framed a:active {

	font-size: 12px;

	color: #FFFFFF;

	text-decoration: bold ;

}
