/**
 * Content navigation left menu
 */
#contentNavLeft {
	font-family: Arial;
	float: left;
	width: 157px;
	margin-right: -157px;
}
#contentNavLeft .menu {
	width: 100%;
	background: transparent url('../images/bg/gradient_line.gif') no-repeat bottom;
}
#contentNavLeft .menu ul {
	font-size: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: transparent url('../images/bg/gradient_line.gif') no-repeat bottom;
}
#contentNavLeft .menu ul ul {
	font-size: 11px;
	background: none;
	padding: 0 0 5px 12px;
}
#contentNavLeft .menu ul ul ul {
	padding-bottom: 0;
}
#contentNavLeft .menu ul li a {
	color: #4F4E46;
	font-weight: bold;
	text-decoration: none;
	background: transparent url('../images/bg/gradient_line.gif') no-repeat top;
	display: block;
	padding: 6px 0;
}
#contentNavLeft .menu ul li a span {
	display: block;
}
#contentNavLeft .menu ul li a span span {
	padding: 0 10px;
}
#contentNavLeft .menu ul li a.selected{
	color: #2F1E16;
}
#contentNavLeft .menu ul li a:hover {
	color: #2F1E16;
}
#contentNavLeft .menu ul li a.selected span span {
	background: transparent url('../images/bg/triangle.gif') no-repeat left center;
}
#contentNavLeft .menu ul ul li a {
	color: #9B8F8A;
	padding: 5px 10px;
	background: none;
}

#contentNavLeft .buttons {
	height: auto;
	padding: 16px 0;
}
#contentNavLeft .buttons ul {
	list-style: none;
	padding: 0 8px;
	margin: 0;
}
#contentNavLeft .buttons li {
	display: inline;
}

/**
 * Content body
 */
#content p {
	margin: 16px 0;
}

#content .title {
	border-bottom: 2px solid #000;
}

#content .hr {
	height: 2px;
	background: #504238;
	margin: 30px 0 28px 0;
	font-size: 0;
}

#content .date {
	color: #6F879D;
	margin: 0;
}

#content .row {
	clear: both;
}
#content .row .left  {
	width: 130px;
	padding-right: 5px;
	margin-right: -135px;
}
#content .row .right {
	margin-left: 135px;
	float: none;
}

#editLinkWidget {
	padding: 10px 10px 0 0;
}

#editLinkWidget form.common .element {
	clear: both;
}

#editLinkWidget form.common .element .center {
	width: 74%;
	text-align: left;
}

#editLinkWidget form.common .element label,
#editLinkWidget form.common .element .center span {
	line-height: 22px;
}