﻿
/* **********************
	Search Area
*********************** */
table.search,
table.search td
{
	border: solid 0px black;
	vertical-align: top;
	text-align: left;
}
table.search input.search
{
	border: solid 0px black;
	
	padding-top: 6px;
	padding-left: 5px;
	padding-right: 5px;

	height: 23px;
	width: 163px;


	background-color: Transparent;
	background-repeat: no-repeat;
	_background-attachment: fixed;	/* eek IE hack! */
	background-position: 0px 0px;

	font-size: x-small;
}
table.search input.searchButton 
{
	margin-top: 3px;
	margin-left: 5px;
}



/* **********************
	Event List table
*********************** */
table.eventlist
{
	width: 100%;
	border: solid 1px #5B5BD9;
}
table.eventlist td 
{
	vertical-align: top;
	padding: 4px;
}
table.eventlist td.smallitem 
{
	white-space: nowrap;
}

table.eventlist tr.header,
table.eventlist tr.header td
{
	background-color: #3A78B8;

	color: #FFFFFF;
	font-size: small;
	font-weight: bold;
	white-space: nowrap;
}

table.eventlist tr.item td,
table.eventlist tr.alternatingItem td
{
	font-size: x-small;
	background-color: #E1ECF7;
}

table.eventlist tr.alternatingItem td
{
	background-color: #FFFFFF;
}

table.eventlist tr.pastItem td
{
	color: #8C8C8C;	
}

/* **********************
	Event List Calendar
*********************** */
table.eventCalendar 
{
	width: 100%;
}
table.eventCalendar tr.week td,
table.eventCalendar tr.week td.otherMonth
{
	vertical-align: top;

	height: 100px;
	padding: 1px 1px;

	/*border: solid 1px #060070;*/
	border: solid 1px #FFFFFF;
	background-color: #E1ECF7;
}
table.eventCalendar tr.week td.otherMonth
{
	/*background-color: #BEC7D1;*/
	background-color: #CED8E0;
}
table.eventCalendar tr.monthHeader td
{
	font-size: large;
	font-weight: bold;

	text-align: center;
	vertical-align: middle;
	
	border: solid 0px;
	padding-bottom: 10px;
}

table.eventCalendar tr.week td.today 
{
	border-width: 2px;
	border-style: dashed;
	border-color: #2E5F92;
}
table.eventCalendar tr.week td.registered 
{
	border-width: 0px;
	border-style: solid;
	/*border-color: #FFFFA3;*/
	border-color: #000000;
	background-color: #DBFFE8;
}

table.eventCalendar tr.week div.today 
{
	font-weight: bold;
}

table.eventCalendar div.event 
{
	padding: 4px 0px;
}

table.eventCalendar div.event a:link,
table.eventCalendar div.event a:active,
table.eventCalendar div.event a:visited,
table.eventCalendar div.event a:hover
{
	color: #000000;
	font-size: x-small;
	text-decoration: none;
	font-weight: normal;
}
table.eventCalendar div.event a:hover
{
	color: #54504A;
	text-decoration: underline;
}

table.eventCalendar div.registered a:link,
table.eventCalendar div.registered a:active,
table.eventCalendar div.registered a:visited,
table.eventCalendar div.registered a:hover
{
	color: #000285;
	font-size: x-small;
	text-decoration: none;
	font-weight: bold;
}
table.eventCalendar div.registered a:hover
{
	color: #000000;
	text-decoration: underline;
}