/* colors
lighter brown: 603813
medium brown: 240C01
dark brown: 010000

'Facts and Myths' button
light green: 8DB430
dark green: 597711

'Take it Back' button
light red: 9D2B1B
dark red: 6E170B

'Out Smoking Virginia' button
light yellowish orange: CBAC3B
dark yellowish orange: A88C28

'Above the Influence' button
light aqua blue: 53A49B
dark aqua blue: 226760

'Whats Up' header bg
red: 811B0D

'The Latest News' header bg 
brown: 44240B

footer bg - 000000
footer text - FFFFFF
*/


/****************/
/* admin styles */
/****************/

/*--------------------*/
/* admin color styles */
/*--------------------*/

/* admin background-color styles */

body.admin {
	background-color: #240C01;
}
#admin_content {
	background-color: #F3E7CD;
}
.admin tr#main td, 
tr.highlight th, 
tr.highlight td, 
tr#highlight td {
	background-color: #CBAC3B;
}
#admin_content .menus td.editable {
	background-color: #FFFFFF;
}
#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 #FFFFFF;
}
table.menus td {
	border: 1px solid #ECE1B4;
}
#admin_content .menus td.editable {
	border: 1px solid #CBAC3B;
}
#admin_header, #admin_content #main_table #content h2.line {
	border-bottom: 2px solid #FFFFFF;
}
#admin_footer {
	border-top: 2px solid #FFFFFF;
}
.admin tr#main td, tr.highlight th, tr.highlight td {
	border-bottom: 1px solid #FFFFFF;
}

/* 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: #FFFFFF;
}
body.admin a,
#admin_content h3, 
#admin_content h3 a, 
#admin_content a, 
tr#highlight td
{
	color: #603813;
}
#admin_content h1,
#admin_content h1 a,
#admin_content h4,
#admin_content h4 a,
tr#main td a, .teaser a:hover
 {
	color: #597711;
}
#admin_content h2, 
#admin_content h2 a, 
#admin_content h5,
#admin_content h5 a 
{
	color: #6E170B;
}
#admin_content h6, 
#admin_content h6 a
{
	color: #226760;
}
.red, #red, 
a.red, a#red, 
table.admin td,
.required,
.error
{
	color: #990000;
} 
#admin_header,
#admin_header h3,
.admin tr#main td, 
#admin_footer
{
	color: #FFFFFF;
}
#admin_content table#newslettertable th.name,
.menus td {
	color: #F8F7F2;
}
.menus td a, #admin_content .menus td a {
	color: #240C01;
}
#admin_content .menus td a.editable {
	color: #240C01;
	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: 720px;
}

/* this effects the newsletter editor only */

.print_page textarea.mceEditor {
	width: 596px;
}

