/*
	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:0;
          background-image:url(../../../images/main_bg.gif);
          background-repeat:repeat;
          background-color:#fff;
          font-family:"Arial","Helvetica","Tahoma","Verdana",san-serif;
	color: #000000;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	text-align:center;
	}

ul, ol {
list-style-position:inside;
}

#head {
height:80px;
width:850px;
background-image:url(../../../images/head_bg.gif);
background-repeat:no-repeat;
margin:0 auto;
}
#menu {
height:30px;
width:700px;

color:#fde8b3;
text-align:left;
}

#menu-sec {
height:30px;
width:850px;
background-color:#2f3b14;
color:#fde8b3;
text-align:left;
}

#menu img {
margin:0;
padding:0;
}

#menu-sec img {
margin:0;
padding:0;
}

#container-cal {
	margin:0 auto; 
	width: 850px; 
	padding: 0;
	background-color:#ffebb5;
	color: #000000;
	text-align:left;
	}
#foot {
width:850px;
height:25px;
background-color:#2f3b14;
color:#fde8b3;
text-align:center;
padding-top:5px;
font-size:11px;
margin:auto;
}
#content-cal {
	float: left; 
	text-align: left; 
	padding: 5px;
	width: 72%;
	background-color:#ffebb5;
	}
#controls {
	float: left;
	padding: 0px 5px 5px 5px;
	width: 25%;
	}
#language {
	text-align: center;
	padding: 10px 0 15px 0;
	}
#billboard {
	text-align: left;
	padding: 10px 0 10px 0;
	margin-left:20px;
	}
#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;
	}
a.copyright,
a.copyrightR {
	text-decoration: none;
	color: #666666;
	background: #FFFFFF;
	}
a.copyright:hover {
	text-decoration: underline;
	color: #36000c;
	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: middle;
	}
