/* Styles for NoTitle container */
.NoTitle {
	font-family: Arial, Helvetica, sans-serif;
	color:#FF6400;
	text-align: left;
	vertical-align: middle;
}

.NoContentPane {
	;
}
.NoContentPane a{
	font-size: 0.7em;
	text-transform:uppercase;
	color:#96221B;
	font-family:Trebuchet MS;
	text-decoration:underline;
	background-color: #B9A67E;
	height: 20px;
	width: 170px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D2C19C;
	padding-left: 10px;
	padding-top: 0px;
	display:block;
}
.NoContentPane a:visited{
	color:#96221B;
	font-family:Trebuchet MS;
	text-decoration:underline;
	padding-top: 0px;
	font-size: 0.7em;
	text-transform:uppercase;
}
.NoContentPane a:hover{
	color:#ffffff;
	font-family:Trebuchet MS;
	text-decoration:underline;
	background-color: #A4926B;
	padding-top: 0px;
	font-size: 0.7em;
	text-transform:uppercase;
}
.NoContentPane a:active{
	color:#96221B;
	font-family:Trebuchet MS;
	text-decoration:none;
	padding-top: 0px;
	font-size: 0.7em;
	text-transform:uppercase;
}
.NoShadow {
	background-image:url(images/container_shadow.jpg);
	background-repeat:repeat-x;
	height: 7px;
	background-position: left top;
}
