﻿div#content
{
	clear:both;
	float:left;
	width:980px;
}

/* TOP */
div#selector
{
	clear:both;
	float:left;
	padding:10px 0px;
	width:940px;
	color: rgb(0,162,196);
}

div#selector a
{
	padding:2px;
	color: rgb(0,162,196);
	text-decoration: underline;
}

div#selector a:hover,div#selector .selector-selected, div#selector a.selector-selected
{
	color:#fff;
	background: rgb(0,162,196);
	text-decoration: none;
}

div#selector-time
{
	float:left;
}

div#selector-time img
{
	padding:0px 2px 0px 10px;
	vertical-align:middle;
}

div#selector-time a
{
	margin-right:10px;
	#margin-right:5px;
}

div#selector-other
{
	float:left;
	padding-left:20px;
}

div#selector-other img
{
	padding:0px 5px 0px 15px;
	vertical-align:middle;
}

div#selector-print
{
	float:right;
}

/* DAYS */

.days, #days
{
	clear:both;
	float:left;
	width:940px;
}

.day
{
	overflow:hidden;
	float:left;
	width:123px;
}

.day-title
{
	clear:both;
	float:left;
	padding:5px 11px;
	width:101px;
	line-height:16px;
	background: rgb(217,217,213);
	font-weight: bold;
	color: rgb(81,80,87);
}

.day-content
{
	clear:both;
	float:left;
	padding: 0px 11px 34px 11px;
	width:101px;
	background: rgb(239,239,237);
}

.item
{
	clear:both;
	float:left;
	padding: 18px 0px;
	width:101px;
	border-bottom: 1px solid rgb(217,217,213);
}

.item-title
{
	clear:both;
	float:left;
	width:101px;
}

.item-title a, .item-title a:hover
{
	overflow:hidden;
	display: block;
	clear:both;
	float:left;
	padding: 2px 4px;
	width:93px;
	line-height:14px;
	font-weight:bold;
	color: #000;
	text-decoration: underline;
}

.item-title a:hover, .item-selected, a.item-selected
{
	display: block;
	clear:both;
	float:left;
	color:#fff;
	background: rgb(102,102,102);
	text-decoration: none;
}

.item-row, item-row:hover
{
	overflow:hidden;
	clear:both;
	float:left;
	padding: 2px 0px 2px 18px;
	width:83px;
	line-height:14px;
	color: rgb(102,102,102);
}

.man
{
	background: url(/resources/images/template/activities/icon-man.gif) no-repeat 4px 2px;
}

.time
{
	background: url(/resources/images/template/activities/icon-time.gif) no-repeat 4px 2px;
}

.open
{
	background: url(/resources/images/template/activities/icon-open.gif) no-repeat 4px 2px;
}

.closed
{
	background: url(/resources/images/template/activities/icon-closed.gif) no-repeat 4px 2px;
}

.red
{
	background: url(/resources/images/template/activities/icon-red.gif) no-repeat 4px 2px;
}

.green
{
	background: url(/resources/images/template/activities/icon-green.gif) no-repeat 4px 2px;
}

.yellow
{
	background: url(/resources/images/template/activities/icon-yellow.gif) no-repeat 4px 2px;
}

.gray
{
	background: url(/resources/images/template/activities/icon-gray.gif) no-repeat 4px 2px;
}

.clear
{
	clear:none;
	float:left;
	width: 13px;
	height:13px;
}


.details
{
	z-index:2;
	position: absolute;
	top:0px;
	left:0px;
	float:left;
	width:321px;
	color: rgb(102,102,102);
	background:#fff;
	border: 4px solid rgb(102,102,102);
}

.details a
{
	color: rgb(102,102,102);
	text-decoration: underline;
}

.details a:hover
{
	text-decoration: none;
}

.details-title
{
	clear:both;
	float:left;
	padding:2px 10px;
	width:301px;
	line-height:14px;
	text-align:right;
	background: rgb(209,238,244);
}

.details-content
{
	clear:both;
	float:left;
	padding:5px 15px 15px 15px;
	width:291px;
}

.map
{
	z-index:3;
	position: absolute;
	top:0px;
	left:0px;
	float:left;
	width:482px;
	color: #fff;
	background: rgb(24,107,126);
	border: 4px solid rgb(0,162,196);	
}

.map a
{
	color:#fff;
	text-decoration: underline;
}

.map-title
{
	clear:both;
	float:left;
	padding:3px 6px;
	width:470px;
	line-height:14px;
	text-align:right;
}

.map-content
{
	clear:both;
	float:left;
	width:482px;
}

.map-content img
{
	vertical-align: bottom;
}

div#info
{
	display:none;
}

div#bigmap
{
	display:none;
}