/*
	Helios Calendar - Professional Event Management System
	Copyright © 2006 Refresh Web Development [http://www.refreshwebdev.com]
	
	Developed By: Chris Carlevato <chris@refreshwebdev.com>
	
	For the most recent version, visit the Helios Calendar website:
	[http://www.helioscalendar.com]
	
	License Information is found in docs/license.html
*/

/*	Helios Default Template Classes
	You can edit this file however you'd like for your template,
	or create a new one and delete it.	*/
	
a.copyright {
	text-decoration: none;
	color: #666666;
	background: #FFFFFF;
	}
a.copyright:hover {
	text-decoration: underline;
	color: #FF6600;
	background: #FFFFFF;
	}
a.copyrightR {
	text-decoration: none;
	color: #666666;
	background: #FFFFFF;
	}
a.copyrightR:hover {
	text-decoration: underline;
	color: #006532;
	background: #FFFFFF;
	}
	
.outertable
{
	border-color: #0090C8;
	border-width: 1px;
	border-style: solid;
}

table,tr,td,p,ul,li,select
{
	color: #666;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10px;
	line-height: 14px;
}

h1,.headline1,.largetype
{
	color: #F60;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
}

h2, .leadin, .headline2
{
	color: #0090C8;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
}

h3,.headline3,.caption
{
	color: #C0F;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 9px;
	line-height: 125%;
	font-weight: bold;
}

a:link.toplinks,a:visited.toplinks,a:active.toplinks,.toplinks
{
	color: #F60;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 9px;
	line-height: 12px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
}

a:hover.toplinks
{
	color: #BF3F04;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 9px;
	line-height: 12px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
}

a:link.footMenu,a:visited.footMenu,a:active.footMenu,.footMenu
{
	color: #CCC;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 8px;
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
}

a:hover.footMenu
{
	color: #666;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 8px;
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
}

.leftframe
{
	background-image: url(http://www.westfieldonweekends.org/files/nav_leftframe.gif);
	background-repeat: repeat-y;
}

.rightframe
{
	background-image: url(http://www.westfieldonweekends.org/files/nav_rightframe.gif);
	background-repeat: repeat-y;
	background-position: right;
}