/* ----------------------------------------------------------------
   Photo styles
   ---------------------------------------------------------------- */
img {
	border: none;
}
.photo-left {
	border: #c2dddc 1px solid;
	margin: 5px;
	padding: 5px;
	float: left;
}
.photo-right {
	border: #c2dddc 1px solid;
	margin: 5px;
	padding: 5px;
	float: right;
}
.photo {
	border: #c2dddc 1px solid;
	padding: 5px;
	
}

/* ----------------------------------------------------------------
   Default text styles
   ---------------------------------------------------------------- */

p {
	font-size: 13px;
	margin-top: 5px;
	margin-bottom: 11px;
	
}
td {
	font-size: 13px;
}
ul {
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 11px;
	padding-left: 25px;
}
h1 {
	font-size: 20px;
	color: #333333;
	margin: 0px;
	font-weight:bold;
}
h2 {
	font-size: 15px;
	color: #333333;
	margin-bottom: 0px;
	margin: 0px;
	font-weight:bold;
}
hr {
	color: #c2dddc;
	background-color: #c2dddc;
	height: 1px;
	border:none;
}


/* ----------------------------------------------------------------
   Default link styles
   ---------------------------------------------------------------- */

a:link {
	color: #455EAF;
	text-decoration: none;
}
a:visited {
	color: #455EAF;
	text-decoration: none;
}
a:active {
	color: #455EAF;
	text-decoration: none;
}

a:hover {
	color: #2B396C;
	text-decoration: none;
}

/* ----------------------------------------------------------------
   Event list styles
   ---------------------------------------------------------------- */

ul.eventlist {
	font-family: "Lucida Sans";
	font-size: 13px;
	list-style-type: none;
	margin: 5px;
	padding: 0px;

}
ul.eventlist li {
	border: 1px solid #c2dddc;
	padding: 3px;
	margin-bottom: 5px;
}
ul.eventlist a:hover {
	background-color: #BBE1DE;
}
ul.eventlist a {
	display: block;
	cursor: pointer;
	background-color: #D5EDEB;
	padding: 5px;
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}

/* ----------------------------------------------------------------
   Link list styles
   ---------------------------------------------------------------- */

ul.linklist {

	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul.linklist li {
	border: 1px solid #c2dddc;
	padding: 3px;
	margin-bottom: 5px;
}
ul.linklist a:hover {
	background-color: #BBE1DE;
}
ul.linklist a {
	display: block;
	cursor: pointer;
	background-color: #D5EDEB;
	padding: 5px;
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* ----------------------------------------------------------------
   textbox
   ---------------------------------------------------------------- */

div.textbox {
	margin-bottom: 5px;
	border: 1px solid #c2dddc;
}
div.textbox div{
	margin: 5px;
	padding:5px;
	background-color: #D5EDEB;
}
div.textbox p{
	margin-bottom: 0px;
	padding-bottom:0px;
}




/* ----------------------------------------------------------------
   Misc style classes
   ---------------------------------------------------------------- */

.ContentBlock {
	position:relative;
	width:100%;
	height:100%;
	overflow:visible;
}

/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
