/*
	Helios Calendar - Professional Event Management System
	Copyright © 2007 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.	*/

/*	MJW: Modified for BCAA */

#container {
	width: 100%;
	}
#content {
	width: 100%;
	float: left; 
	text-align: left; 
	line-height: normal;
	padding-bottom: 20px;
	}
#controls {
	width: 200px;
	padding-left: 15px;
	float: left;
	font-size: 11px;
	color: #e99d13;
	}
#billboard,
#popular {
	text-align: left;
	padding: 0px 0px 20px 0px;
	}
#featured {				/* MJW: added */
	text-align: center;
	font-weight:bold;
	font-size:14px;
	letter-spacing:3px;
	color: #CCCCCC;
	border: 1px solid #CCCCCC;
	padding: 3px 0px 3px 0px;
	}
#rssLinks {
	width: 500px; 
	padding: 0;
	margin: auto auto auto auto ; 
	}
#copyright {
	clear: both; 
	color: #666666;
	background: #FFFFFF;
	padding: 5px 0px 5px 15px;
	line-height: 17px;
	}
a.copyright,
a.copyrightR {
	text-decoration: none;
	color: #666666;
	background: #FFFFFF;
	}
a.copyright:hover {
	text-decoration: underline;
	color: #FF6600;
	background: #FFFFFF;
	}
a.copyrightR:hover {
	text-decoration: underline;
	color: #006532;
	background: #FFFFFF;
	}
.setupText{
	font-family: Verdana, sans-serif;
	font-size: 11px;
    border-top: 1px solid #555; 
    border-left: 1px solid #555; 
    border-bottom: 1px solid #ccc; 
    border-right: 1px solid #ccc; 
    padding: 1px; 
    color: #333; 
	vertical-align: center;
	}
