/*
 * Client:		STEELTANK
 *
 * Language:	CSS
 *
 * Created by:	Tom Lydon
 * Created on:	24-MARCH-2005
 *
 * Description:	SiteManager .NET
 * 
 * Version:	1.0.0
 *
 * Copyright:	The contents of this file are protected under the United States
 *   			copyright laws as an unpublished work, and is confidential and
 *   			proprietary to Synergistic Networks, Inc.  Its use or disclosure in
 *   			whole or in part without the expressed written permission of
 *   			Synergistic Networks, Inc. is expressly prohibited.
 *
 *   			© Copyright 2004 by Synergistic Networks, Inc. All rights reserved.
 */


.CalTitle
 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none; 
	font-size: 10pt;
	color: #000000;
 }

.CalSubTitle{
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;
	text-decoration: none; 
	font-size: 9pt;
	color: #000000;
}

.CalClosed{
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;
	text-decoration: none; 
	font-size: 10pt;
	color: #FF0000;
}

.CalError{
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	text-decoration: none; 
	font-size: 10pt;
	color: #FF0000;
}

.CalDate
 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none; 
	font-size: 9pt;
	color: #000000;
 }
 
.CalText
 {
	font-family: verdana,arial,helvetica;
	font-style: normal;
	font-weight: normal;
	text-decoration: none; 
	font-size: 9pt;
	color: #000000;
 }

