/* html tags */
*
{
	margin: 0;
	padding: 0;
}
html
{
	height: auto !important;
	height: 100%;
	min-height: 100%;
	overflow: -moz-scrollbars-vertical;
}
body
{
	margin: 0px;
	background-color: #ffffff;
}
body, table, td, input, select
{
	color: #000000;
	font-family: verdana;
	font-size: 11px;
}
input, select
{
	color: #000000;
}
strong
{
	color: #000000;
}

a
{
	color: #000000;
}
a:hover
{
	color: #f05814;
}
hr
{
	color: #c09c8b;
	height: 1px;
}

/* template tags */
.outer-wrapper
{
	width: 100%;
}
.inner-wrapper
{
	width: 780px;
	left: 50%;
	margin-left: -390px; /* half of the width */
	margin-top: 0px;
	position: absolute;
	top: 0px;
	background-repeat: no-repeat;
}
.title, h3
{
	font-size: 14px;
	color: #f05814;
	font-weight: bold;
}
.header
{
	color: #f05814;
	font-weight: bold;
}
.background_left
{
	left: 0px;
	width: 50%;
	height: 100%;
	position: absolute;
	background-position: right top;
	background-repeat: repeat-x;
	background-color: #fff;
}
.background_right
{
	right: 0px;
	width: 50%;
	height: 100%;
	position: absolute;
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #fff;
}
.template-table
{
	width: 100%;
}

.template-table-middle
{
	width: 780px;
}
.template-content-table
{
	padding-right: 10px;
	padding-left: 12px;
}
/* GENERIC MODULE CLASSES */
.title
{
	font-weight: bold;
	padding-bottom: 13px;
}
.time
{
	font-size: 10px;
	float: right;
}
.date
{
	font-size: 10px;
	float: right;
}
.left
{
	float: left;
}
.icon
{
}
.text
{
	position: relative;
	margin-left: 115px;
	height: auto !important;
	height: 65px;
	min-height: 65px;
}
.link-list
{
	margin: -55px 0px 0px 0px;
	position: relative;
	float: right;
}
.read-more
{
	float: right;
	padding: 15px 0px 0px 0px;
}
.horizontal-spacer
{
	margin: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px;
	position: relative;
	height: 5px;
	border: 0px;
	border-bottom: 5px solid #FFF;
}

/* AGENDA SPECIFIC TAGS */
.agenda-calendar
{
	width: 100%;
}
.agenda-calendar td
{
	font-size: 10px;
	color: #505050;
}
.agenda-calendar td a
{
	display: block;
	text-decoration: none;
	color: #b31f17;
}
.agenda-calendar .today-day
{
	padding: 5px 0px 5px 0px;
	border: 1px solid #D5978F;
}
.agenda-calendar .day
{
	padding: 5px 0px 5px 0px;
	background: #fff;
	border: 1px solid #f9f2f1;
}
.agenda-calendar .day-header
{
	padding: 5px 0px 5px 0px;
	border: 1px solid #f9f2f1;
	background: #f5e9e7;
}
.agenda-calendar .title td
{
	padding: 5px;
	background: #ebded8;
	font-size: 11px;
	color: #7b2c18;
}
.agenda-calendar .other-month-day
{
	padding: 5px 0px 5px 0px;
	border: 1px solid #f9f2f1;
	background: #ecd3cf;
}
.agenda-calendar .selected-day
{
	padding: 5px 0px 5px 0px;
	border: 1px solid #f9f2f1;
}
.agenda-calendar .day-low
{
	padding: 5px 0px 5px 0px;
	background-color: #FFB5AC;
	border: 1px solid #f9f2f1;
}
.agenda-calendar .day-medium
{
	padding: 5px 0px 5px 0px;
	background-color: #E89B91;
	border: 1px solid #f9f2f1;
}
.agenda-calendar .day-high
{
	padding: 5px 0px 5px 0px;
	background-color: #D5978F;
	border: 1px solid #f9f2f1;
}
.agenda-current
{
	color: #FFFFFF;
}
.agenda-current .title
{
	font-weight: bold;
	color: #ffffff;
	clear: both;
}
.agenda-current .icon
{
	display: block;
	left: 10px;
	position: absolute;
	padding: 0px 11px 0px 0px;
}
.agenda-current .text
{
	color: #FFFFFF;
}
.agenda-current .date
{
	float: left;
	clear: both;
}
.agenda-current .time, .agenda-list .time
{
	display: none;
}
.agenda-list
{
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 85px;
	height: auto !important;
	height: 85px;
}
.agenda-list .icon
{
	position: absolute;
	padding-bottom: 11px;
	margin-right: 5px;
	height: 75px;
	width: 75px;
}
.agenda-list .title
{
	font-weight: bold;
}
.agenda-list .text
{
	position: relative;
	height: auto !important;
	height: 95px;
	min-height: 95px;
}
