@charset "utf-8";
@import url(/css/admin.css);
@import url(/css/lightbox.css);

.mainMenu {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 34px;
	padding-left: 40px;
}
.mainMenuSelected {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 34px;
	padding-left: 50px;
}
.Header {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 21px;
	color: #ed1c24;
	background-image: url(/images/editor/decor/header.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
.mainContent {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #464646;
}
.moreLink {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 17px;
	font-weight: bold;
	color: #ed1c24;
	text-decoration: underline;
	background-image: url(/images/editor/decor/link.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
.mainMenuLevel2 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 23px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.mainMenuLevel2Selected {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 23px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background: url(/images/editor/decor/mainMenuLevel2.gif) left center no-repeat;
	padding-left: 15px;
}
.mainMenuLevel3 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
.mainMenuLevel3Selected {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #ed1c24;
	text-decoration: none;
}
.mainContentLink {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #464646;
	text-decoration: underline;
}
.greyContent {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #959595;
}
.greyContentLink {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #959595;
	text-decoration: underline;
}
.menuLine
{
	background: url(/images/editor/menu/line.png) left top no-repeat;
}