/*
	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.	*/
	
body {
	margin: 195px 0px 20px;
	background: #cccc99;
	background-image: url(background.jpg);
	background-repeat: repeat-x;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
#outline {
	border: 3px solid #ffffff;
	width: 900px;
}
#container {
	margin: 0px 10px 0px ; 
	width: 491px; 
	padding: 0;
	background: #FFFFFF;
	color: #000000;
	}
#content {
	float: left; 
	text-align: left; 
	padding: 5px;
	width: 475px;
	}
#controls {
	float: left;
	background: #FFFFFF;
	width: 183px;
	margin-left: 5px;
	margin-bottom: 15px;
	}
#billboard {
	text-align: left;
	margin: 10px 0 10px 0;
	}
#popular {
	text-align: left;
	margin: 10px 0 10px 0;
	}
#valid {
	text-align: center;
	}
#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;
	}
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;
	}
.setupText{
	font-family: Arial, Helvetica, 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;
	}
	
.td1 {
	background-color: #FFFFFF;
	width: 533px;
}
.td2 {
	background-color: #666600;
	height: 25px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #999966;
}
.td3 {
	background-color: #cccc99;
	width: 184px;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.td4 {
	background-color: #FFFFFF;
	width: 183px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccc99;
}
.mainlevel {
	background-color: #666600;
}
a.mainlevel:link, a.mainlevel:visited {
	display: block;
	vertical-align: middle;
	font-size: 12px;
	text-align: left;
	height: 25px;
	width:172px;
	text-decoration: none;
	border-right: 5px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	color:#cccc99;
	background-color: #666600;
	text-indent: 15px;
	white-space: nowrap;
	padding-top: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a.mainlevel:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #996600;
}
.mainlevel2 {
	background-color: #996600;
}
a.mainlevel2:link, a.mainlevel2:visited {
	display: block;
	vertical-align: middle;
	font-size: 12px;
	text-align: left;
	height: 25px;
	width:172px;
	text-decoration: none;
	border-right: 5px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	color:#e5ccb2;
	background-color: #996600;
	text-indent: 15px;
	white-space: nowrap;
	padding-top: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a.mainlevel2:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #666666;
}
.toplevel {
	background-color: #666600;
	display: inline;
}
a.toplevel:link, a.toplevel:visited {
	font-size: 17px;
	text-align: center;
	text-decoration: none;
	color:#cccc99;
	background-color: 666600;
	white-space: nowrap;
	font-family: "Times New Roman", Times, serif;
	width: 175px;
	font-weight: bold;
	font-variant: normal;
	margin: 5px 30px 0px;
	padding: 0px;
	height: 25px;
}
a.toplevel:hover {
	text-decoration: none;
	color: #ffffff;
	height: 25px;
}
