﻿/* LAST UPDATED 01.05.2010 */

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background: #fff;
}

strong, em, b, i { font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; }

#nav, #sideNav, #connect, #footer, #CalendarControlIFrame,.noprint { display: none; }

a {
	color: blue;
	text-decoration: none;
}

a[href^="http://"]:after {
	content: " (" attr(href) ") ";
	color: #000;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #000;
	text-decoration: none;
}

img { display: block; }

a img { border: 0; }

ul, ol { margin: 0 0 0 3em; }

.border { border: 1px #b4b4b4 solid; }


	th {
		text-transform: uppercase;
		margin-bottom: .7em;
		padding: .5em 11px .6em;
		font-size: .8em;
		color: #fff;
		background: url('/images/backgrounds/h3-box.gif') top repeat-x;
	}


.center { text-align: center; }
.textright { text-align: right; }

.small, small { font-size: 11px; }

.imgLeft	{
	float:left;
	padding: 1px;
	background-color: #ffffff;
	border: 1px gray solid;
	margin-right: 10px;
	margin-bottom: 10px;
}

.imgRight	{
	float:right;
	padding: 1px;
	background-color: #ffffff;
	border: 1px gray solid;
	margin-left: 10px;
	margin-bottom: 10px;
}

.left	{
	float:left;
}

.right	{
	float:right;
}

.clearall	{
	clear:both;
}

.center	{
	text-align:center;
}

.indent	{
	margin-left:30px;
}

.photo {
	display: inline-block;
	padding: 1px;
	background-color: #ffffff;
	border: 1px gray solid;
}

.rightpad	{
	float:right;
	margin-left:8px;
	margin-bottom:5px;
}


dl.photocaptionLeft {
	float:left;
	margin-right: .8em;
	margin-bottom: 0.5em;
	}

dl.photocaptionRight {
	float:right;
	margin-left: .8em;
	margin-bottom: 0.5em;
	}


.photocaptionRight dd, .photocaptionLeft dd {
	text-align:center;
	font-size:.7em;
	line-height: 1.1em;
	margin:5px 15px;
   }
   

a.rss {
	display: inline-block;
	padding: 0 18px;
	height: 14px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	color: #ea9240;
	text-decoration: none;
	background: url('/images/icons/rss.png') right no-repeat;
}




.button {
	display: inline-block;
	width: 113px;
	height: 33px;
	line-height: 31px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 0 #848484;
	letter-spacing: 1px;
	border: 0;
	cursor: pointer;
	background: url('/images/buttons/button.png') top no-repeat;
}

