body {
}

hr {
	background: white;
	color: black;
}

h1, h2, h3, h4, h5, h6 {
	color: #fff;
}

div#sub h1, div#sub h2, div#sub h3, div#sub h4, div#sub h5, div#sub h6 {
	color: #fff;
}

div#placeholder-logo {
	font-size: 30px;
	font-weight: bold;
}

a#logo {
	text-decoration: none;
}

div#placeholder-nav {
	margin-bottom: 18px;
	padding: 4px;
}

div#placeholder-content {	
background: #fff;
	margin-bottom: 18px;
}

div#placeholder-search {
	margin-bottom: 18px;
	padding-top: 9px;
	padding-bottom: 9px;
}

div#footer hr {
	background: white;
	color: black;
}

div#placeholder-footer {
	color: white;
}

td.menu-item {
	font-size: 14px;
	padding: 3px;
	margin: 5px;
	text-align: left;
	color: #fff;
	font-weight: bold;
}


td.menu-item-hover {
	background-image: url(/Images/cssimg/adminbg.png);
	border-left-width: 4px;
	text-align: left;
	font-size: 14px;
	border-color: white;
	border-style: solid;
	font-weight: bold;
	color: white;
}

td.menu-item-selected {
	background-image: url(/Images/cssimg/mhbg.jpg);
	border-left-width: 4px;
	text-align: left;
	font-size: 14px;
	border-color: white;
	border-style: solid;
	font-weight: bold;
	color: #e5a041;
}

/* @group Forms */

.secure-login, .newsletter-form, div#placeholder-box1 {
	margin-bottom: 18px;
	padding-top: 9px;
	padding-bottom: 9px;
}

div#placeholder-box1 {
	background: url(/Images/cssimg/adminbg.png)repeat;
	padding-right: 18px;
	padding-bottom: 8px;
	padding-top: 18px;
	padding-left: 18px;
}

.secure-login h3, .newsletter-form h3 {
	background: transparent;
	border-bottom: none;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 6px 18px;
}

.secure-login div.form, .newsletter-form div.form {
	padding-left: 9px;
}

#placeholder-nav table td {cursor: pointer;cursor: hand; }    /* @end */

/* @group Links */

a:link, a:visited {
	color: #E5A041;	
}

a:hover, a:active {
	background-image: url(/Images/cssimg/adminbg.png);
}

div#nav a:link, div#nav a:visited {
	font-weight: bold;
	color: white;
	text-decoration: none;	
}

div#nav a:hover, div#nav a:active {
	font-weight: bold;
	background-color: black;
	color: #ffc000;
}

#placeholder-nav table td {cursor: pointer;                cursor: hand; }    /* @end */

/* @group Template Settings */

/* Don't touch these unless you know how CSS layouts work */

body {
	background: #fefefe url(/Images/cssimg/top_bg_LNB.png) fixed repeat 0 0;
	margin: 0;
}

div#header {
margin-bottom: 18px;
}

div#header, div#header-left {
	height: 108px;
}

div#header-right {
	height: 108px;
}

div#placeholder-logo {
	padding-top: 24px;
}

div#placeholder-nav {
	height: 42px;
}

div#placeholder-nav table {
	width: 100%;
}

div#placeholder-nav td {
	margin-right: 3px;
	margin-left: 3px;
	vertical-align: middle;
}

div#placeholder-hero {
	/*height: 216px;*/
	margin: 0 0 18px;
	width: 600px;
}

div#placeholder-rss {
	height: 16px;
	line-height: 16px;
	margin-bottom: 9px;
	text-align: right;
}

div#placeholder-rss img {
	margin: 0 9px;
	vertical-align: middle;
}

div#placeholder-search {
	margin-bottom: 18px;
	padding: 18px;
}

div#placeholder-search input.cat_textbox_small {
	width: 150px;
}

div.whoslogged {
	height: 36px;
	line-height: 36px;
	text-align: right;
}

#placeholder-nav table td {cursor: pointer;cursor: hand;
	text-align: center;
	background-color: transparent;
	text-color: white;
}   /* @end */

