@import url("modules/calendar.css");
@import url("modules/sitemap.css");
@import url("modules/venues.css");

/*****************************/
/* general component styling */
/*****************************/

/* general component styling */

.components {
	height: 250px;
	padding: 10px;
}

.listing {
	margin: 10px 0 10px 0;
}
.listing_date {
	font-style: italic;
}

/*********************/
/* other cms styling */
/*********************/

.more {
	text-align: right;
}

#login {
	text-align: right;
}

/* custom styles */

a.admin, a.admin #edit, .error {
	color: #990000;
}

/* calendar / newsletter detail style */
.detailDate {
	font-style: italic;
	font-weight: bold;
	text-align: left;
}

/* tiny MCE styles */

.tablestyle_grey{
	border-collapse:collapse;
	border:1px solid #9B9A98;
	margin:0;
	padding:0;
}
.tablestyle_grey td{
	border:1px solid #9B9A98;
	padding: 2px;
}
.tablestyle_grey thead{
	background-color:#9B9A98;
	color:#111B25;
	font-size:130%;
	font-weight:bold;
}
.tablestyle_grey thead td{
	padding:3px;
	margin:0;
	border:1px solid #F3E6D5;
}
.tablestyle_grey tfoot{
	background-color:#9B9A98;
	color:#111B25;
	font-size:90%;
	font-weight:bold;
}
.tablestyle_grey tfoot td{
	padding:3px;
	margin:0;
}
.tablestyle_grey table td{
	border:0;
}
.picturetable{
	border:0;
	font-size:smaller;
}
.picturetable td{
	background-color:#C0C0BD;
	text-align:center;
	font-style:italic;
	padding:3px;
	margin:3px;
}

.greyrow{
	background-color: #B5B2B5;
	text-align: left;
}


/* newsletter archive */

table.list th, table.list td {
	padding: 3px 10px 3px 10px;
}
tr.highlight th, tr.highlight td {
	font-size: 130%;
	font-weight: bold;
	text-align: left;
}
tr#highlight td {
	font-weight: bold;
}
tr.highlight th, tr.highlight td, tr#highlight td {
	background-color: #765A4F;
	color: #FFF;
}
tr.highlight th, tr.highlight td {
	border-bottom: 1px solid #56331D;
}
table.list {
	border: 1px solid #56331D;
}
tr#highlight td {
	color: #013185;
}

#content img.noborder
{
	border: 0;
}


/* Frontend admin link styles */

.adminLinks {
}
.adminButton {
	border: 1px solid #900;
	color: #900;
}
.required {
	color: #900;
}