﻿
body {
	background-color: #0b0b0b;
}

h1 h2 h3 {
	color: #a41912;
}

div#ContentWrap {
	background: #fdfcf1;
}

a, a:link, a:visited, a:hover {
	color: #a41912;
}

a:hover {
	color: #f00;
}

.showSelectedSubmenu
{
	display: block;
}
.hideSelectedSubmenu
{
	display: none;
}

.LogoText, .LogoText:link
{
	color: #fff;
}

.LogoBG {
	background: #6e0d06 url(/Images/Logo/CakeBackground.jpg) repeat-x left top;
}

.Logo
{
	background-image: url(/Images/Logo/Cake.jpg);
	height: 114px;
}

a.JoinLabel:link, a.JoinLabel:visited
{
	color: #FFFFFF;
}

.ActionForm
{
	padding-top: 2px;
	padding-bottom: 2px;
}

.PanelBar
{
	color: #fff;
}

.MainLinkButton
{
	background-image: url(../Images/link_image02.jpg);
	background-repeat: no-repeat;
	height: 20px;
	vertical-align: middle;
}

.MainLinkButton a
{
	vertical-align: middle;
	text-decoration: none;
	font-size: larger;
	font-weight: bold;
	color: White;
}
.LinkButton
{
	background-image: url(../Images/link_image01.jpg);
	width: 96px;
	height: 24px;
	cursor: hand;
	color: White;
	border: 0;
	font-size: 12px;
	font-weight: bold;
}
.subMainContent
{
	padding-left: 20px;
	padding-top: 20px;
}
.subLeftContent
{
	padding-left: 20px;
	padding-top: 30px;
	background-color: #EEE8AA;
	height: 380px;
}

#Sidebar {
}

#Footer {
	background: #4c4934 url(../Images/UI/_Cake/FooterBackground.gif) repeat-x;
}

#MainMenu .Menu
{
	width: 853px;
}

#MainMenu .AspNetMenuLink {
	color: #fffde4;
}

div#HomeLinks a 
{
	color: #fff;
	text-decoration: none;
	font-size: 1.1em;
	border: solid 5px #333;
	color: Black;
}

div#HomeLinks a:hover
{
	text-decoration: underline;
}
