/* 
Colors:
dark gray: 44494D
text gray: 575852;
body bg gray: eeeff1;
lt. blue (content links): 43bcd9;
dark blue (menu links): 072a5e; 
red: ee0d00;
h2 orange: d47b36;
*/

/****************/
/* admin styles */
/****************/

/*--------------------*/
/* admin color styles */
/*--------------------*/

/* admin background-color styles */

body.admin {
	background-color: #eeeff1; 
}
#admin_content {
	background-color: #eeeff1;
}
.admin tr#main td, tr.highlight th, tr.highlight td, tr#highlight td {
	background-color: #d47b36;
}

/* admin border color styles */

table.admin, table.list, table.menus td {
	border: 1px solid #44494D;
}
#admin_header, #admin_content #main_table #content h2.line {
	border-bottom: 1px dotted #44494D;
}
#admin_footer {
	border-top: 1px dotted #44494D;
}
.admin tr#main td, tr.highlight th, tr.highlight td {
	border-bottom: 1px solid #44494D;
}

/* admin color styles */

body.admin a, #admin_header a, #admin_content a, #admin_footer a, tr#highlight td {
	color: #072a5e;
}
.red, #red, a.red, a#red, table.admin td  {
	color: #990000;
} 
#admin_header, .admin tr#main td, #admin_footer {
	color: #575852;
}
#admin_content h1, tr#main td a, .teaser a:hover {
	color: #072a5e;
}

/*-------------------*/
/* 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 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;
}

/*--------------*/
/* admin styles */
/*--------------*/

body.admin {
	margin: 0;
	padding: 0;
}
body.admin img, #admin_content h1 {
	border: 0;
}

/*---------------------*/
/* admin header styles */
/*---------------------*/

#admin_header {
	padding: 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;
}

/*---------------------*/
/* 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: #526A79;
}
.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 #526A79;
	border-left: 1px solid #526A79;
	border-bottom: 1px solid #526A79;
}
.teaser {
	text-align: center;
	border-top: 1px solid #526A79;
}
.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;
}
