/*
	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.	*/
	
html,body
{
margin:0;
padding:0
}

body
{
font-family: Arial, Verdana, sans-serif; 
color: #000000; 
font-size: 11px; 
line-height:14pt;
text-align:center;
background-image:url(../../../images/bg.gif)
}

p
{
margin:0
}

div#container
{
text-align:left;
width:778px;
margin:0 auto
}

/* type styles */
a:link
{font-family: Arial, Verdana, sans-serif; color:#e31b23; font-size:11px; text-decoration:none}

a:visited
{font-family: Arial, Verdana, sans-serif; color:#e31b23; font-size:11px; text-decoration:none}

a:active
{font-family: Arial, Verdana, sans-serif; color:#e31b23; font-size:11px; text-decoration:none}

a:hover
{font-family: Arial, Verdana, sans-serif; color:#e31b23; font-size:11px; text-decoration:underline}

.titles
{font-family:Arial, Helvetica, sans-serif; color:#000000; font-weight:bold; font-size:14px}

.titles a:link
{font-family:Arial, Verdana, sans-serif; color:#e31b23; font-weight:bold; font-size:14px; text-decoration:none}

.titles a:visited
{font-family:Arial, Verdana, sans-serif; color:#e31b23; font-weight:bold; font-size:14px; text-decoration:none}

.titles a:active
{font-family:Arial, Verdana, sans-serif; color:#e31b23; font-weight:bold; font-size:14px; text-decoration:none}

.titles a:hover
{font-family:Arial, Verdana, sans-serif; color:#e31b23; font-weight:bold; font-size:14px; text-decoration:underline}

.subtitles
{font-family:Arial, Helvetica, sans-serif; color:#003f99; font-weight:bold; font-size:11px}

.type
{font-family: Arial, Verdana, sans-serif; color:#000000; font-size: 11px; line-height:14pt}
/* end type styles */

/* header styles */
div#headerWrapper
{
height:156px;
width:778px;
margin:0;
background: #FFFFFF;
}

div#headerLeft
{
float:left;
height:156px;
width:179px;
margin:0;
padding-left:0px;
background: #FFFFFF;
}

div#headerRight
{
float:right;
height:156px;
width:599px;
margin:0;
padding-left:0px;
background: #FFFFFF;
}
/* end header */

/* navigation styles */
div#navigation
{
width:778px;
height:61px;
margin:0;
background:#FFFFFF;
}
/* end navigation */

/* homeSubheader styles */
div#homeSubheader
{
width:778px;
height:156px;
margin:0;
}
/* end homeSubheader */

/* homeBody styles */
div#homeBodyWrapper
{
width:778px;
height:750px;
margin:0;
background: #FFFFFF;
}

div#homeBodyLeft
{
float:left;
width:487px;
height:720px;
margin:0;
background:#FFFFFF;
padding-left:14px;
padding-top:30px;
}

div#homeBodyCenter
{
float:left;
width:15px;
height:750px;
background-image:url(../images/bg_dottedDivider.gif);
}

div#homeBodyRight
{
float:right;
width:262px;
height:750px;
}

div#homeBodyLeftBottomWrapper
{
width:487px;
height:169px;
margin:0px;
background-color:#FFFFFF
}

div#homeBodyLeftBottomLeft
{
float:left;
width:237px;
height:153px;
padding-top:16px;
margin:0px;
background-color:#FFFFFF
}

div#homeBodyCenterBottomLeft
{
float:left;
width:15px;
height:175px;
margin:0px;
background-image:url(../images/bg_dottedDivider.gif);
}

div#homeBodyRightBottomLeft
{
float:right;
width:221px;
height:153px;
padding-top:16px;
padding-left:14px;
margin:0px;
background-image:url(../images/newsSignUp.gif);
}

div#homeBodyRight
{
width:262px;
background-color:#FFFFFF
}

div#homeSearch
{
float:left;
width:234px;
padding-top:30px;
padding-left:14px;
padding-right:14px;
background-color:#FFFFFF
}

div#homeDifference
{
float:left;
width:234px;
height:98px;
padding-left:14px;
padding-top:14px;
background-image:url(../images/bg2.gif)
}

div#homeDifferenceLeft
{
float:left;
width:110px;
padding-left:14px;
}

div#homeDifferenceRight
{
float:right;
width:110px;
}

div#homeEvents
{
float:left;
width:234px;
padding-top:20px;
padding-left:14px;
padding-right:14px;
background-color:#FFFFFF
}
/* end homeBody */

/* main Body */

div#secondaryBody
{
width:750px;
margin:0px;
background-color:#FFFFFF;
padding-left:14px;
padding-right:14px;
padding-top:30px;
padding-bottom:30px;
}

/* end main Body */

/* footer */
div#footer
{
width:778px;
text-align:center;
margin:0 auto;
padding:0;
}
/* end footer */

div#content p
{
margin:0
}

/* Helios styles */
#content {
	float: left; 
	text-align: left; 
	width: 513px;
	}
#controls {
	float: left;
	padding: 5px 5px 20px 5px;
	width: 225px;
	}
#billboard {
	text-align: left;
	padding: 10px 0 10px 0;
	}
#popular {
	text-align: left;
	padding: 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;
	width: 600px;
	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: 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;
	}
