/*
	Helios Calendar - Professional Event Management System
	Copyright © 2004-2008 Refresh Web Development [www.RefreshMy.com]
	
	Developed By: Chris Carlevato <support@refreshmy.com>
	
	For the most recent version, visit the Helios Calendar website:
	[www.HeliosCalendar.com]
	
	This file is part of Helios Calendar, usage governed by 
	the Helios Calendar EUL found at www.HeliosCalendar.com/license.pdf
*/

/*	Helios Default Template Classes
	You can edit this file however you'd like for your template,
	or create a new one and delete it.	*/
	
html, body {
	margin: 0;
	padding: 15px 0 25px 0;
	background: #ffffff;
	color: #333333;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	}
a {
	color: #3d4f7d;
	text-decoration:none;
}
a:hover {
	color: #7190ce;
	text-decoration: none;
}
#container {
	margin: auto auto auto auto ; 
	width: 950px;
	padding: 0;
	border: 0;
	background: #ffffff;
	color: #333333;
	}
#controls {
	display: inline;
	float: left;
	padding: 0;
	width: 20%;
	}
#content {
	display: inline;
	float: right; 
	text-align: left; 
	padding: 0;
	width: 80%;
	color: #333333;
	}
#language {
	text-align: center;
	padding: 10px 0 15px 0;
	}
#billboard,
#popular {
	text-align: left;
	padding: 10px 0 10px 0;
	}
#rssLinks {
	width: 760px; 
	padding: 0;
	margin: auto auto auto auto ; 
	
	}
#copyright{
	clear:both; 
	color:#666666;
	background:#ffffff;
	padding:5px 0px 5px 15px;
	line-height:17px;
	}
.nav{
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	font-family:Arial,Verdana,Helvetica,sans-serif;
}
.nav a:link{
	font-size:14px;
	font-weight:bold;
	color:#ffffff; 
	text-decoration:none;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	}
.nav a:visited{ 
	font-size:14px;
	font-weight:bold;
	color:#ffffff; 
	text-decoration:none;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	}
.nav a:active{ 
	font-size:14px;
	font-weight:bold;
	color:#ffffff; 
	text-decoration:none;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	}
.nav a:hover{ 
	font-size:14px;
	font-weight:bold;
	color:#cccccc; 
	text-decoration:none;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	}
a.copyright,
a.copyrightR {
	text-decoration: none;
	color: #666666;
	background: #ffffff;
	}
a.copyright:hover {
	text-decoration: underline;
	color: #35d508;
	background: #ffffff;
	}
a.copyrightR:hover {
	text-decoration: underline;
	color: #35d508;
	background: #ffffff;
	}
.setupText {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
    border-top: 1px solid #999999; 
    border-left: 1px solid #999999; 
    border-bottom: 1px solid #999999; 
    border-right: 1px solid #999999; 
    padding: 1px; 
    color: #333; 
	vertical-align: center;
	}
#twitter_div {
	border: solid 1px #999999;
	}
.twitter-title {
	font-size:11px;padding-left:5px;
	}
#twitter_update_list {
	padding:0px;list-style:none;
	}
#twitter_update_list li {
	padding:5px 5px 5px 5px;
	}
	
a.StandardGreen {
	color: #006600;
}
a.StandardGreen:hover {
	color: #009900;
}