/*@import url("modules/calendar.css");*/
/*@import url("modules/category.css");*/
@import url("modules/content.css");
@import url("modules/forms.css");
@import url("modules/networking.css");
@import url("modules/search.css");
@import url("modules/sitemap.css");
@import url("modules/slideshow.css");

/*****************************/
/* general component styling */
/*****************************/

/* general component styling */

.components {
	height: 250px;
	padding: 10px;
}

/*********************/
/* other cms styling */
/*********************/

.more {
	text-align: right;
}

#login {
	text-align: right;
}

/* custom styles */

a.admin, a.admin #edit {
	color: #990000;
}

/* calendar / newsletter detail style */
.detailDate {
	font-size: 12px;
	text-align: left;
}

/* newsletter archive */

table.list th, table.list td {
	padding: 3px 10px 3px 10px;
}
table.list .highlight2 th,
table.list td.listingContent {
	padding: 8px 10px 8px 10px;
}
table.list td.listingContent {
	line-height: 1.6em;
}
table.list td.listingContent p {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}
tr.highlight th, tr.highlight td {
	font-weight: bold;
	text-align: left;
}
tr#highlight td {
	font-weight: bold;
}
tr.highlight th, tr.highlight td, tr#highlight td,
tr.highlight2 th, tr.highlight2 td, tr#highlight2 td {
	background-color: #EBE3D8;
}
tr.highlight th, tr.highlight td {
	border-bottom: 1px solid #EBE3D8;
}
table.list,
.list .listingContent {
	border: 1px solid #EBE3D8;
}
tr#highlight td {
}
.highlight2 th {
	font-weight: normal;
	text-align: left;
}

#content img.noborder
{
	border: 0;
}


/* Frontend admin link styles */

.adminLinks {
}
.adminButton {
	border: 1px solid #900;
	color: #900;
}
.required {
	color: #900;
}

/* breadcrumb */

#breadcrumb {
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
}
.pageNav {
	margin: 0;
	padding: 0;
}
#breadcrumb .breadcrumb {
	font-size: 12px;
	line-height: 12px;
	margin: 0;
	padding: 0;
}
#breadcrumb h5,
#breadcrumb h5 a
{
	font-size: 12px;
	line-height: 16px;
	margin: 0;
	padding: 0;
}

/* print icon */

.pinticon {
	height: 15px;
	line-height: 15px;
	position:absolute;
	right:30px;
	top:11px;
	z-index: 150;
}
.printicon,
.printicon a,
.printicon a img {
	padding: 0;
}

/* month / year archive styles */

.archive_year {
	float: left;
	margin: 0 20px 10px 0;
	width: 112px;
}
#inside_right #tbl_content #content p a img.event_image{
	border:1px solid #EBE3D8;
}

/* rss */

	.rss_link {
		font-size: 12px;
	}
	
	.rss_name {
		float: right;
		font-size: 12px;
		height: 12px; /* 16px (total height) - 2px (margin top) - 2px (margin bottom) */
		line-height: 12px;
		margin: 2px;
	}


