/* Colors
top goldish border / menu accent text color: DFC36F
uptown header bgcolor / main bgcolor: 4B4037
main top bgcolor: EBDCAF
main header frame / header menu text color / menu text color / footer text color: FFFFFF
content bgcolor / menu header text color: FCEEC2
content red header bgcolor: A22522
content text color: 333300;
menu green bgcolor: 84986E
menu brown bgcolor: 786B52
menu pale redish bgcolor: 90614F
menu grayish blue bgcolor: 52636D
footer bgcolor: 597D99
*/


/****************/
/* admin styles */
/****************/

/*--------------------*/
/* admin color styles */
/*--------------------*/

/* admin background-color styles */

body.admin {
	background-color: #4B4037;
}
#admin_content {
	background-color: #FCEEC2;
}
.admin tr#main td, tr.highlight th, tr.highlight td, tr#highlight td {
	background-color: #84986E;
}
#admin_content .menus td.editable {
	background-color: #ECE1B4;
}
#admin_content table#newslettertable th.name {
	background-color: #4B4037;
}
#admin_content table#newslettertable .ltbg
{
	background-color: #F6F0DA;
}

/* admin border color styles */

table.admin, table.list {
	border: 1px solid #DFC36F;
}
table.menus td {
	border: 1px solid #ECE1B4;
}
#admin_content .menus td.editable {
	border: 1px solid #84986E;
}
#admin_header, #admin_content #main_table #content h2.line {
	border-bottom: 2px solid #DFC36F;
}
#admin_footer {
	border-top: 2px solid #DFC36F;
}
.admin tr#main td, tr.highlight th, tr.highlight td {
	border-bottom: 1px solid #DFC36F;
}

/* admin color styles */

body.admin {
	color: #333300;
}
#admin_content .menus td {
	color: #DFC36F;
}
#admin_content .menus td.editable {
	color: #D57106;
}
#admin_header a, 
#admin_footer a
{
	color: #DFC36F;
}
body.admin a,
#admin_content a, 
tr#highlight td
{
	color: #A22522;
}
#admin_content h3, 
#admin_content h3 a 
{
	color: #52636D;
}
.red, #red, 
a.red, a#red, 
table.admin td,
.required,
.error
{
	color: #990000;
} 
#admin_header,
.admin tr#main td, 
#admin_footer
{
	color: #FFFFFF;
}
#admin_content h1, tr#main td a, .teaser a:hover {
	color: #A22522;
}
#admin_content table#newslettertable th.name,
.menus td {
	color: #F8F7F2;
}
.menus td a, #admin_content .menus td a {
	color: #52636D;
}
#admin_content .menus td a.editable {
	color: #52636D;
	font-weight: bold;
}

/*-------------------*/
/* admin font styles */
/*-------------------*/

#admin_content h1 {
	font-size: 40px;
}
#admin_content h2 {
	font-size: 32px;
}
#admin_content h3 {
	font-size: 24px;
}
#admin_content h4 {
	font-size: 18px;
}
#admin_content, #admin_content table, #admin_content th, #admin_content td, #admin_content p, #admin_content div {
	font-size: 14px;
}
#admin_content input{
	font-size: 12px;
}
body.admin p, #admin_content #tagline, #admin_content table.menus, #admin_content table.menus th, #admin_content table.menus, td#admin_footer, .images td {
	font-size: 10px;
}

tr#main td span#red {
	font-weight: normal;
}
tr#highlight td {
	font-weight: bold;
}


/* text styles */

body.admin #admin_content,
body.admin #admin_content table {
	text-align: left;
}

/*--------------*/
/* admin styles */
/*--------------*/

body.admin {
	margin: 0;
	padding: 0;
}
body.admin img, #admin_content h1 {
	border: 0;
}

/*---------------------*/
/* admin header styles */
/*---------------------*/

#admin_header {
	padding: 5px 10px 0 10px;
}

/*----------------------*/
/* admin content styles */
/*----------------------*/

#admin_content, body.admin #admin_content p {
	padding: 10px;
}
#admin_content h1 {
	padding: 0 10px 0 10px;
}
table.admin td {
	padding: 3px;
}
.admin tr#main td {
	font-size: 130%;
	padding: 5px;
}
.left {
	float: left;
	width: 25%;
}
.right {
	float: left;
	padding: 10px;
	width: 50%;
}
.farright {
	float: right;
	width: 15%;
}
table.eventFormTable {
	width: 600px;
}
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;
}
table.menus td {
	padding: 0 3px 0;
}
a.editable {
	display: inline-block;
}

#admin_content table#newslettertable {
	margin: 0 0 10px 0;
}

#admin_content table#newslettertable th.name {
	width: 75px;
}
#admin_content table#newslettertable td.name,
#admin_content table#testModeTbl td.name,
#admin_content table#liveModeTbl td.name
{
	text-align: right;
	width: 100px;
}
#admin_content table#newslettertable td.value {
	width: 400px;
}
#admin_content table#newslettertable td.value2 {
	width: 200px;
}

/*---------------------*/
/* admin footer styles */
/*---------------------*/

#admin_footer {
	padding: 5px 10px 0 10px;
}

/*----------*/
/* tiny mce */
/*----------*/

/* tiny mce color styles */

tr#greyrow {
	background-color: #8ECADA;
}
.tablestyle_grey thead, .tablestyle_grey tfoot {
	background-color: #DFC36F;
}
.picturetable td, .greyrow {
	background-color: #C6BEBD;
}
.tablestyle_grey, .tablestyle_grey td {
	border: 1px solid #9B9A98;
}
.tablestyle_grey thead td{
	border: 1px solid #F3E6D5;
}
.tablestyle_grey thead, .tablestyle_grey tfoot {
	color: #B68A63;
}

/* tiny mce font styles */

.tablestyle_grey thead {
	font-size: 130%;
	font-weight: bold;
}
.tablestyle_grey tfoot {
	font-size: 90%;
	font-weight: bold;
}
.picturetable {
	font-size: smaller;
}
.picturetable td {
	font-style: italic;
}

/* tiny mce other styles */

.tablestyle_grey {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}
.tablestyle_grey td {
	padding: 2px 5px 2px 5px;
}
.tablestyle_grey thead td, .tablestyle_grey tfoot td {
	margin: 0;
	padding: 3px;
}
.tablestyle_grey table td, .picturetable{
	border: 0;
}
.picturetable td {
	margin: 3px;
	padding: 3px;
	text-align: center;
}

/* teaser styles */

.teasers {
	border-right: 1px solid #DFC36F;
	border-left: 1px solid #DFC36F;
	border-bottom: 1px solid #DFC36F;
}
.teaser {
	text-align: center;
	border-top: 1px solid #DFC36F;
}
.teaser a:hover {
	text-decoration: none;
}

/* sitemap styles */

.sitemap {
	margin: 0;
}
.sitemap_top {
	margin: 5px 0 5px 10px;
}
.sitemap_level {
	margin: 5px 0 5px 20px;
}

/* tinyMCE */

/* this effects the editor for the page content, calendar description, news details */

textarea.mceEditor {
	width: 700px;
}

/* this effects the newsletter editor only */

.print_page textarea.mceEditor {
	width: 596px;
}

