/*
// $Id: calendar.css,v 1.3 2008/08/01 15:12:03 karenk Exp $
// $Revision: 1.3 $
// $Author: karenk $
//
// $Log: calendar.css,v $
// Revision 1.3  2008/08/01 15:12:03  karenk
// *** empty log message ***
//
// Revision 1.2  2008/07/30 21:08:41  karenk
// *** empty log message ***
//
// Revision 1.1  2008/07/11 21:53:09  stephend
// Modules Build
//
// Revision 1.4  2008/05/09 16:51:52  stephend
// *** empty log message ***
//
// Revision 1.3  2008/05/06 23:35:32  stephend
// Site Tweaks
//
// Revision 1.2  2008/04/23 21:10:07  stephend
// Build Tweaks
//
// Revision 1.1  2008/04/15 20:10:55  stephend
// Site Build
//
// Revision 1.1  2008/04/04 22:21:36  stephend
// Modules Build
//
// Revision 1.1  2008/03/31 20:11:55  stephend
// Init Commit
//
// Revision 1.1  2008/02/22 19:01:55  scottl
// Various changes to reference website.  Added new and updated example code modules and fixed some basic things that were missing/broken (Google Analytics, doctype, etc.)
//
//
*/

/*
Calendar: global styles
*/
#x-calendar-viewstate-list
{
	padding-top: 8px;
	margin: 20px 0px 0 0px;
	width: 100%;
	background-color: #fff;	
}

#x-calendar-viewstate-cal
{
	padding-top: 8px;
	margin: 20px 0px 0 0px;
	width: 100%;
	background-color: #fff;
	border:1px solid #ccc;
	
}

.x-txt-title
{
	display: none;
	font-size: medium;
	font-weight: bolder;
	font-style: italic;
	padding-bottom: 15px;
}

.x-txt-label
{
	font-size: small;
}

#x-calendar-title
{
	padding: 10px 0 0 30px;
}

#x-calendar-nav-viewstate
{
	padding: 0px;
	font-family: Times, "Times New Roman", Sans-Serif;
	font-size: 14px;
}

#x-calendar-nav-viewstate a:link
{
	color: #93451e;
	text-decoration: underline;
}

#x-calendar-nav-viewstate a:visited
{
	color: #93451e;
	text-decoration: underline;
}

#x-calendar-nav-viewstate a:active
{
	color: #93451e;
	text-decoration: none;
}

#x-calendar-nav-viewstate a:hover
{
	color: #93451e;
	text-decoration: none;
}


/* 
Calendar: view month
*/
#x-table-month-toggle
{
	width: 98%;
	margin: 0 8px 0 8px;
}

#x-table-month
{
	width: 100%;
	margin-bottom: 0px;
	background-color: #ccc;
}

#x-table-month-toggle .x-table-row-toggle
{
	color: #663606;
	font-size: 16px;
	font-family: Times, "Times New Roman", Sans-Serif;
	background-color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}

#x-table-month-toggle .x-table-row-toggle a
{
	text-decoration: underline;
	color: #663606;
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans", Sans-Serif;
	text-transform: none;
}

#x-table-month-toggle .x-table-row-toggle a:hover
{
	color: #663606;
	text-transform: none;
}

#x-table-month-toggle .x-table-row-toggle a:active
{
	color: #663606;
	text-transform: none;
}

#x-table-month .x-table-row-dayofweek td 
{
	width: 14.286%;
	height: 2.3em;
	background-color: #663606;
	font-family: Times, "Times New Roman", Sans-Serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-align: right;
	padding-top: 20px;
	text-transform: uppercase;
}

#x-table-month .x-table-row-date td
{
	text-align: center;
	width: 14.286%;
	height: 120px;
	background-color: #fff;
}

#x-table-month .x-table-row-date td.oom
{
	background-color: #fff;
}

#x-table-month .x-table-row-date .x-date-today
{
	background-color: #fff;
	color: #000000;
}

#x-table-month .x-table-row-date .x-date-has-events
{
	background-color: #fff;
	color: #fff;
}

#x-table-month .x-table-row-dayofweek .x-table-week-pointer-off
{
	background-color: transparent;
}

#x-table-month .x-calendar-daynumber
{
	text-align: left;
	font-weight: bold;
	text-align: right;
	font-family: Verdana, Sans-Serif;
	font-size: 13px;
	font-weight: bold;
	color: #909AA0;
}

#x-table-month .x-event
{
	text-align: left;
	font-size: 11px;
	font-family: "Lucida Grande", "Lucida Sans", Sans-Serif;
}

#x-table-month .x-event a:link
{
	color: #93451e;
	text-decoration: underline;
}

#x-table-month .x-event a:visited
{
	color: #93451e;
	text-decoration: underline;
}

#x-table-month .x-event a:hover
{
	color: #93451e;
	text-decoration: none;
}

#x-table-month .x-event a:active
{
	color: #93451e;
	text-decoration: none;
}

.x-event-separator
{
	border: 0;
	color: #fff;
	background-color: #fff;
	height: 1px;
}

.x-event-tooltip
{
	display: none;
	position: absolute;
	margin-top: 14px;
	margin-left: 40px;
	padding: 4px;
	width: 240px;
	z-index: 101;
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	background-color: #fff;
	color: Black;
	font-family: "Lucida Grande", "Lucida Sans", Sans-Serif;
	color: #ccc;
}

.x-event-tooltip .x-event-tooltip-title
{
	display: block;
	font-weight: bold;
	font-size: 12px;
}

.x-event-tooltip .x-event-tooltip-time
{
	display: block;
	font-style: italic;
}

.x-event-tooltip .x-event-tooltip-location
{
	display: block;
	font-style: italic;
}

.x-event-tooltip .x-event-tooltip-desc
{
	display: block;
}

.x-event-tooltip .x-event-tooltip-linkmore
{
	display: block;
}
#x-form-filter .x-form-select-name {
	font-style: italic;
	font-size: 10px;
}
#x-form-filter-month, #x-form-filter-type {
	margin-left: 12px;
	font-size: 12px;
	width: 100px;
}

