#lhs a { color: black; text-decoration: none; }
#lhs a:visited { color: black }
#lhs a:hover { text-decoration: underline }

#content a { color: #951111; }
#content a:hover { text-decoration: underline }


a img {border: 0}

h2 {
	padding: 2px;
}

body {
	background: #480000;
	margin: 0;
	text-align: center;
	font-family: Verdana, sans-serif;
	font-size: 14px;
}

#container {
	margin: auto;
	width: 790px;
	text-align: left;
	background: #000;
	position: relative;
	background: transparent url(/images/body-tile.gif) top center repeat-y;
}

/* Sart Header */
#header {
	background: transparent url(/images/header.gif) top center no-repeat;
	height: 146px;
}

#my-restaurants {
	position: absolute;
	margin-top: 90px;
	margin-left: 60px;
}
#my-restaurants a {
	color: white;
	font-weight: bold;
	font-size: 12px;
}

#flash {
	position: absolute;
	margin-left: 315px;
	margin-top: 16px;
}

#toggle-controls {
	position: absolute;
	margin-top: 90px;
	margin-left: 185px
}

#toggle-controls a {
	font-weight: bold;
	font-size: 12px;
	color: #fff;
}

#login-logout {
	position: absolute;
	margin-left: 730px;
	margin-top: 10px;
}

#login a {
	text-decoration: none;
	font-size: 10px;
	color: #780000;
}

#logout a {
	text-decoration: none;
	font-size: 10px;
	color: #fff; 
}
/* End Header */

/* Start Left Hand Side of Menu */
#lhs {
	float: left;
	margin-right: 10px;
}

#menu {
	background: #fff url(/images/menu.gif) top left no-repeat;
	width: 170px;
	height: 300px;
	margin: 0;
}

#menu-main {
	list-style: none;
	margin: 0;
	padding: 0 0 0 35px;
}
#menu-main li {
	padding: 6px 20px;
	background: transparent url(/images/menu-bullet.gif) left no-repeat;
}

#menu-main li a {
	text-decoration: none;
}
/* End Left Hand Side of Menu */

/* Start Right Hand Side of Menu */
#rhs {
	float: right;
	
}
/* End Right Hand Side of Menu */

/* Start Content */
#content {
	padding: 0 30px 0 0;
	float: right;
	margin-top: -33px;
	width: 580px;
}

#content h1 {
	font-weight: normal;
	margin-top: -1px;
	margin-bottom: 15px;
	font-size: 24px;
	color: #555;
	//color: #951111;
}

#content h1 a {
	color: #555;
	//color: #951111;
	text-decoration: none;
}

#content h1 a:hover {
	text-decoration: underline;
}

/* Manage a restaurant men */
#menu-place {
	margin-top: -15px;
	margin-right: 0;
	margin-bottom: 10px;
	background: #6a0000;
	padding: 1px 15px;
	border-bottom: 1px solid #480000;
	border-top: 1px solid #480000;
}

#menu-place ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#menu-place ul li {
	display: inline;
	border-right: 1px solid #a60000;
}

#menu-place ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	padding: 2px 4px;
}

#menu-place ul li a:hover {
	background: #fff;
	color: #480000;
}

#menu-place-selected {
}

/* Place Show Right End Side */
#place-details {
	float: right;
	width: 150px;
}

/* Formating for each item in place showing */
.place-detail {
	padding: 10px 0 5px 0;
}

.place-detail-header {
	font-weight: bold;
	font-size: 12px;
}

.place-detail-content {
	font-size: 16px;
	padding: 2px 15px;
}

#place-news {
	border: 1px solid #ddf;
	width: 150px;
	height: 100px;
}

#place-menus {
	border: 1px solid #ddf;
	width: 150px;
	height: 100px;
}

#place-jobs {
	border: 1px solid #ddf;
	width: 150px;
	height: 100px;
}

#place-categories {
	list-style: none;
	margin: 0;
	padding: 0;
}

#place-categories li {
	display: inline;
	color: blue;
}

#place-categories li a {
	font-size: 10px;
}

/* place listing */
#places-list {
	width: 585px;
	margin-top: 10px;
}

.place-name a {}

.place-address {
	font-size: 12px;
	margin-left: 10px;
	color: #777;
	margin-bottom: 5px;
}


/* End Content */

#footer {
	clear: both;
	text-align: center;
	padding: 20px 0 20px 0;
	background: transparent url(/images/footer.gif) center bottom no-repeat;
}

/* categories listing */
#categories-list ul {
	list-style: none;
	margin-top: 10px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}

#categories-list {
	margin-top: 10px;
	margin-left: 0px;
}
#categories-list a {
	font-size: 12px;
}

#categories-list li {
	padding: 1px 10px;
	margin-bottom: 2px;
}

#categories-list-categories {
	width: 185px;
	background: #eee;
	border: 1px solid #ddd;
}

#categories-list-places {
	width: 400px;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#categories-list th {
	text-align: left;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	padding: 5px 10px;
	background: #fff;
	color: #840000;
}

#category-selected {
	font-weight: bold;
	background: #fff;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#category-selected a {
	color: #840000;
	font-size: 11px;
}

#categories-list td ul li a {
	text-decoration: none;
}

#categories-list a {
	text-decoration: underline;
}

#categories-list a:hover {
	text-decoration: underline;
}

#forums-list {
	list-style: none;
	padding: 0;
	margin-left: 0;
}

#forums-list li {
	margin-bottom: 10px;
}

.forum-description {
	font-size: 12px;
	margin-left: 20px;
	margin-right: 20px;
	width: 300px
}

.forum-reply {
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	margin-bottom: 0;
	margin-top: 0;
	padding: 5px;
	width: 500px;
}

.forum-reply div {
	margin-left: 10px;
}

#forum-name {
	background: #eee; 
	border: 1px solid #ddd; 
	margin-top: 20px; 
	padding: 5px; 
	width: 500px;
}

#list {
	margin-top: 20px
}

.instance-place a {
	text-decoration: none;
	font-size: 12px;
}

.instance-place a:hover {
	text-decoration: underline;
}

.instance-date {
	font-size: 12px;
	color: #66a
}

.instance-details {
	margin-left: 20px;
	margin-top: 5px;
}

.instance {
	padding: 5px 0;
}

.instance-link a {
	text-decoration: none;
	font-weight: bold;
}

.instance-link a:hover {
	text-decoration: underline;
}

#message {
	height: 15px;
	border: 1px solid red;
	font-weight: bold;
	font-size: 12px;
	padding: 5px;
	color: green;
	margin-bottom: 5px;
}

/* Categories add remove */

#categories-to-add, #categories-to-remove {
	list-style: none;
	margin-top: 5px;
}

#categories-to-add a:hover, #categories-to-remove a:hover {
	text-decoration: underline
}

#categories-to-add a {
	color: green;
	text-decoration: none
}

#categories-to-remove a {
	color: red;
	text-decoration: none 
}

.menu {
	border: 1px solid #ebd1d1;
}

.menu-header {
	background:#eee;
	padding: 0 5px 15px 5px;
	border-bottom: 1px solid #ebd1d1;
}

.menu-name {
	padding: 10px 0;
	font-size: 16px;
	font-weight: bold;
	margin-left: 5px;
}

.menu-description {
	margin-left: 5px;
}

.menu-item {
	padding: 10px 20px;
}

.item-name {
	font-weight: bold;
}

.item-description {
	font-size: 12px;
}

#instructions {
	border: 1px solid #ddd;
	background: #eee;
	color: #000;
	margin-top: 40px;
	margin-bottom: 20px;
	padding: 10px;
	width: 450px;
}

.pic {
	float: left;
	width: 200px;
	border: 1px solid #ddd;
}

.small_list_header {
	margin-bottom: 3px;
	font-size: 12px;
	font-weight: bold;
	color: #480000;
}

.side-menu-content {
	margin-left: 10px;
}

.side-menu-content a, .side-menu-content {
	font-size: 11px;
}

.side-menu-content div {
	text-align: right
}

.map-popup {
	width: 220px;
	height: 110px;
	font-size: 12px;
}

.map-popup-address {
	padding: 5px 5px 10px 15px
}

#manage-users-places {
	background: #ddd;
	width: 100%;
}

#manage-users-places td {
	background: #fff;
	padding: 5px;
}

#manage-users-places ul {
	list-style: none;
	padding: 0;
	margin: 0;
}