﻿/*  Styles for the HTML/TEXT Editor */

.item{
width: 200px;
}

.BodyContentText
{
	font-family: Verdana;
	font-size: 12px;
	line-height: 15px;
}


.BodyContentHeading
{	
	font-family: Verdana;
	font-size: 12px;
	line-height: 15px;
}

a.footer:link,:visited,:hover,:active{
font-family:Tahoma,Arial,Helvetica; 
font-size:12px;
color: #000000;
text-decoration: underline;
}

.MainMenu 
{
	width: 191px;
	background-color: #f3e3d1;
	color: #8A2D1C;
}

.MainMenu a, .MainMenu a:visited, .MainMenu a:hover
{
	color: #8A2D1C;
	text-decoration:none;
	
}

.MainMenu a:hover
{
	font-weight: bold;
	cursor: hand;
}

.SelectedItem
{
	font-weight: bold;
}

#loginDiv *
{
	color: #a57149;
}


.MainMenuItem a, .MainMenuItem a:visited, .MainMenuItem a:hover
{
	text-decoration:none;
	color: #8A2D1C;
	font-family: Times New Roman;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: bold;	
	line-height: 17px;
}

* html .DropDownMenuItem 
{	
	
	padding: 5px 5px 5px 5px;
	margin: 0px -6px 0px 3px;	
}

.DropDownMenuItem 
{
	
	background-color: #DEC6AC;
	color: White;
	width: 180px;
	padding: 5px 5px 5px 5px;	
	font-size: 13px;
	font-weight: bold;
}

.DropDownMenuItem a, .DropDownMenuItem_Over a
{
	font-size: 13px;
}

.DropDownMenuItem_Over
{
	
	color: White;
	width: 180px;
	padding: 5px 5px 5px 5px;
	font-size: 13px;
	font-weight: bold;
	cursor: hand;
}

.MainMenuItem
{
	text-decoration: none;
	width: 180px;
	height: 17px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 3px;
	border-top: dashed #DEC6AC 1px;
	color: #8A2D1C;
	font-size: 15px;
}

.MainMenuItem_Over
{
	text-decoration: none;
	width: 180px;
	height: 17px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 3px;
	border-top: dashed #DEC6AC 1px;
	color: White;
	font-size: 15px;
	font-weight: bold;
	cursor: hand;
}

