﻿*, html
{
	outline: none;
}

div#mainBody
{
	background: transparent url("images/content_bg.jpg") repeat-y scroll top left;
}

a span
{
	display: none;
}

#bannerArea
{
	width: 974px;
	height: 115px;
	background: transparent url("images/banners/01.jpg") no-repeat scroll top left;
	overflow: hidden;
	position: relative;
}

ul#timeTabs
{
	height: 24px;
	width: auto;
	overflow: hidden;
	list-style: none;
	position: absolute;
	bottom: 0px;
	left: 4px;
}

ul#timeTabs li
{
	float: left;
	margin-left: 3px;
}

a#tabToday
{
	background: transparent url("images/tabToday.jpg") no-repeat scroll top left;
	display: block;
	height: 24px;
	width: 61px;
}

a:hover#tabToday,
a:hover#tabWeek,
a:hover#tabMonth
{
	background-position: 0px -24px;
}

a#tabToday.current,
a#tabWeek.current,
a#tabMonth.current
{
	background-position: 0px -48px;
	cursor: default;
}

a#tabWeek
{
	background: transparent url("images/tabWeek.jpg") no-repeat scroll top left;
	display: block;
	height: 24px;
	width: 89px;
}

a#tabMonth
{
	background: transparent url("images/tabMonth.jpg") no-repeat scroll top left;
	display: block;
	height: 24px;
	width: 92px;
}

div#calLeft
{
	width: 246px;
	overflow: hidden;
	float: left;
	padding: 4px
}

div#calRight
{
	width: 712px;
	background-color: #EFEFEF;
	float: left;
	padding: 4px;
	position: relative;
	overflow: hidden;
}

a#backLink
{
	display: block;
	padding: 7px;
	background-color: #F2E6B7;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
}

a:hover#backLink
{
	text-decoration: underline;
}

.calendar
{
	border: none;
	font-size: 12px;
}

table.calendar a
{
	text-decoration: none;
	display: block;
}

table.calendar a:hover
{
	text-decoration: underline;
}

table.calendarTitle tr td
{
	padding: 10px;
}

	
.calendarTitle
{
	background-color: #C2B5D3;
	font-size: 14px;
}

.calendarDay
{
	background-color: #DBD2E5;
	border: solid 2px #FFF;
	padding: 3px;
}

.calendarOtherM
{
	background-color: #EEE;
	border: solid 2px #FFF;
	padding: 3px;
}

.calendarSelected
{
	background-color: #502D7F;
	color: #FFF;
	border: solid 2px #FFF;
	padding: 3px;
}

.calendarWeekend
{
	background-color: #e8dff3;
	border: solid 2px #FFF;
	padding: 3px;
}

.calendarToday
{
	background-color: #E2B24A;
	border: solid 2px #FFF;
	padding: 3px;
}

div#calLeft h4
{
	margin-top: 20px;
}

div.viewTop
{
	width: 693px;
	height: 9px;
	background: transparent url("images/resultsTop.jpg") no-repeat scroll top left;
	margin-top: 20px;
	margin-left: 10px;
}

div.viewBtm
{
	width: 693px;
	height: 9px;
	background: transparent url("images/resultsBtm.jpg") no-repeat scroll top left;
	margin-left: 10px;
}

div.viewBody
{
	width: 673px;
	overflow: hidden;
	background-color: #FFF;
	margin-left: 10px;
	padding: 0px 10px;
}

div.viewBody h1
{
	font-family: "Arial Narrow", Arial;
	font-size: 22px;
	font-weight: normal;
	color: #502D7F;
}

div#calRight div h2
{
	font-family: "Arial Narrow", Arial;
	font-size: 26px;
	font-weight: normal;
	color: #555;
	margin: 10px 0px 0px 10px;
}

p.eventNum
{
	font-size: 12px;
	color: #C2B5D3;
	text-align: right;
	margin-top: -25px;
}
	
table.eventListing
{
	margin-top: 15px;
	width: 670px;
	border: none;
	border-collapse: collapse;
}

table.eventListing thead tr th.time
{
	width: 90px;
}

table.eventListing thead tr th.event
{
	width: 430px;
}

table.eventListing thead tr th.location
{
	width: 150px;
}

table.eventListing thead tr th
{
	text-align: left;
	font-size: 12px;
	padding: 3px;
}

table.eventListing thead tr
{
	background-color: #C2B5D3;
}

table.eventListing tbody tr
{
	height: 50px;
	font-size: 12px;
	border-top: solid 1px #C2B5D3;
}

table.eventListing tbody tr.odd
{
	background-color: #f5eeff;
}

table.eventListing tbody tr td
{
	padding: 4px;
}



table.eventListing td a
{
	font-weight: bold;
	color: #444;
	text-decoration: none;
}

table.eventListing td a:hover
{
	text-decoration: underline;
}

div#calViewer
{
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -432px; 
	z-index: 100000;
	width: 864px;
	
}

div#ctl00_ContentPlaceHolder1_pnlTodaysEvents,
div#ctl00_ContentPlaceHolder1_pnlWeeksEvents,
div#ctl00_ContentPlaceHolder1_pnlMonthsEvents
{
	position: absolute;
	top: 0px;	
	z-index: 500;
}

#ctl00_ContentPlaceHolder2_ddlCategories
{
	width: 245px;
}

h5
{
	margin: 10px 0px 0px 0px;
	font-weight: normal;
	font-size: 12px;
}

#ctl00_ContentPlaceHolder2_txtKeyword
{
	margin: 20px 0px 10px 0px;
	width: 240px;
}

a#btnSubmit
{
	height: 42px;
	width: 243px;
	background: transparent url('images/btnSubmit.gif') no-repeat scroll top left;
	display: block;
	margin-top: 15px;
}

a:hover#btnSubmit,
a:hover#ctl00_MainBody_btnLogout
{
	background-position: 0px -42px;
}

a#btnSubmit span,
a#ctl00_MainBody_btnLogout span
{
	display: none;
}

a#ctl00_MainBody_btnLogout
{
	height: 42px;
	width: 243px;
	background: transparent url('images/btnLogout.gif') no-repeat scroll top left;
	display: block;
	margin-top: 15px;
}

div#loginInfo
{
	margin-top: 5px;
	margin-right: 5px;
	font-size: 12px;
	text-align: right;
	font-style: italic;
}






















/*********************************************************************************************************************/


/* calendar icon */
img.tcalIcon {
	cursor: pointer;
	margin-left: 1px;
	vertical-align: middle;
}
/* calendar container element */
div#tcal {
	position: absolute;
	visibility: hidden;
	z-index: 100;
	width: 158px;
	padding: 2px 0 0 0;
}
/* all tables in calendar */
div#tcal table {
	width: 100%;
	border: 1px solid silver;
	border-collapse: collapse;
	background-color: white;
}
/* navigation table */
div#tcal table.ctrl {
	border-bottom: 0;
}
/* navigation buttons */
div#tcal table.ctrl td {
	width: 15px;
	height: 20px;
}
/* month year header */
div#tcal table.ctrl th {
	background-color: white;
	color: black;
	border: 0;
}
/* week days header */
div#tcal th {
	border: 1px solid silver;
	border-collapse: collapse;
	text-align: center;
	padding: 3px 0;
	font-family: tahoma, verdana, arial;
	font-size: 10px;
	background-color: gray;
	color: white;
}
/* date cells */
div#tcal td {
	border: 0;
	border-collapse: collapse;
	text-align: center;
	padding: 2px 0;
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	width: 22px;
	cursor: pointer;
}
/* date highlight
   in case of conflicting settings order here determines the priority from least to most important */
div#tcal td.othermonth {
	color: silver;
}
div#tcal td.weekend {
	background-color: #ACD6F5;
}
div#tcal td.today {
	border: 1px solid red;
}
div#tcal td.selected {
	background-color: #FFB3BE;
}
/* iframe element used to suppress windowed controls in IE5/6 */
iframe#tcalIF {
	position: absolute;
	visibility: hidden;
	z-index: 98;
	border: 0;
}
/* transparent shadow */
div#tcalShade {
	position: absolute;
	visibility: hidden;
	z-index: 99;
}
div#tcalShade table {
	border: 0;
	border-collapse: collapse;
	width: 100%;
}
div#tcalShade table td {
	border: 0;
	border-collapse: collapse;
	padding: 0;
}
