/*
	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;
	background: #FFFFFF;
	color: #202020;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	}
#container {
	margin: auto auto auto auto ; 
	width: 760px; 
	padding: 0;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	color: #000000;
	}
#content {
	float: left; 
	text-align: left; 
	padding: 5px;
	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;
	}
#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: #79a22f;
	background: #FFFFFF;
	}
a.copyrightR {
	text-decoration: none;
	color: #666666;
	background: #FFFFFF;
	}
a.copyrightR:hover {
	text-decoration: underline;
	color: #006532;
	background: #FFFFFF;
	}

a.more-link {
background: url(ch_blu.jpg) no-repeat 0 50%;
padding-left: 10px;
color: #79a22f;
}
a.more-link:hover {
color: #000000;
}

.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;
	}
	
#content-table {
border-top: 5px solid #272727;
}
#content-table td {
}

/*- Menu Tabs --------------------------- */

    #tabs {
      width: auto;
      font-size:130%;
      line-height:normal;
      }
    #tabs ul {
	margin:0;
	padding:0;
	list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:left;
      background:url("tableft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 24px;
      text-decoration:none;
      }
    #tabs a span {
      float:left;
      display:block;
      background:url("tabright.gif") no-repeat right top;
      padding:10px 24px 10px 0;
      color:#202020;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span,
	#home #tab-home span,
	#submit #tab-submit span,
	#search #tab-search span,
	#signup #tab-signup span,
	#forums #tab-forums span  {
      color:#FFF;
      }
    #tabs a:hover,
	#home #tab-home,
	#submit #tab-submit,
	#search #tab-search,
	#signup #tab-signup,
	#forums #tab-forums {
      background-position:0% -39px;
      }
    #tabs a:hover span,
	#home #tab-home span,
	#submit #tab-submit span,
	#search #tab-search span,
	#signup #tab-signup span,
	#forums #tab-forums span {
      background-position:100% -39px;
      }  

#highlights,
#weather{
border-width: 1px 0;
border-style: dotted;
color: #A1A1A1;
padding-bottom: 10px;
}

#calendar,
#popular,
#rss {
background-color: #f6f4e1;
padding-bottom: 10px;
}

#categories {
margin-top: 10px;
}
#categories tr {
height: 110px;
}
#categories img {
border: 1px dotted #CCCCCC;
}
#categories img:hover {
border: 1px solid #CCCCCC;
}
#categories a {
text-decoration: none;
font-weight: bold;
color: #79a26b;
}
#categories a:hover {
color: #000000;
}
