﻿
/*
 *************************************
 * content-query common 
 *************************************
*/	
.content-query
	.head
	{
		text-align: center;
		margin: 0;
		padding: 0;
		border: 3px solid #999999;
	}

/*
 *************************************
 * Calendar
 *************************************
 */
.calendar .head a:link,
.calendar .head a:visited,
div.l-extended-page .calendar .head a:hover {
  color: #ffffff;
}

.calendar .head .tools .filter.on {
  border: solid 1px #fff;
}

.calendar .head .has-opener a,
.calendar .navigation .range a {
  background: url(../images/sort-descending.gif) no-repeat center right;
}

.calendar .navigation .range.on {
  border: solid 1px #fff;
}

.calendar .mode .view-span a.link,
.calendar .mode .view-span a.link:visited,
.calendar .mode .view-span a.link:hover {
	color: #000;
}

.calendar .mode .current a.link,
.calendar .mode .current a.link:visited,
.calendar .mode .current a.link:hover {
  color: #000;
}

.calendar .mode .current {
	background-color: #FFCC00;
	border-top: solid 1px #FFCC00;
	border-left: solid 1px #FFCC00;
	border-right: solid 1px #FFCC00;
}

.calendar
	table.calendar-grid
		th
		{
			background-color:#FFCC00;
			color:#000000;
			border: 1px solid #999999;
		}
.calendar
	table.calendar-grid
		td
		{
			width: 13%;
			border-bottom: 1px solid #999999;
			border-left: 1px solid #999999;
			border-right: 1px solid #999999;
		}
.calendar
	table.calendar-grid
		td.today
		{
			background-color: #fc0;
		}
		td.today
			a.title:hover
			{
				color: #fff;
			}

/*
 *************************************
 * Misc
 *************************************
*/

.Layout div.head {
	background: #000066;
	font-weight: bold;
	color: #fff;
	border: 1px;
	border-color: #999;
	border-style: solid;
	padding: 6px 6px 0 6px;
}
.Layout div.head 
	a.link
	{
		color: #fc0;
	}
.Layout div.phrase 
	{
		color: #fff;
	}
.Layout div.info-popup {
  font-size: 1.1em;
}
.Layout div.info-popup div {
  font-size: 1.1em;
}
/*
.Layout div.i-shadow {
	background: #FC0;
	font-size: small;
	border: 1px;
	border-color: black;
	border-style: solid;
	margin: 4px;
	padding: 4px;
}
*/

