h2, h1 {
	width: 100%;
	margin: 0px;
	height: auto;
	}
.pageContent {
/*	margin-left: 0px;
	width: 785px; */
	}
.pagetitle {
	height: 35px;
	}
#content {
/*	background: #E7E4DB url('/images/v2/bg.mb.gif') no-repeat; */
}
.container {
/*	background: url('/images/_page_mb_bg.gif') center repeat-y;*/
}
/* Links ******************************/
a {
	text-decoration:underline;
	color: #7C272F;
}
a:hover {
	text-decoration:underline;
	color: #B1202F;
}

/* Landing ***************************/
#msg {
	background-color: #E7E4DB;
	font: 12px/14px Arial, sans-serif;
	border:1px solid #ccc;
	border-top: none;
}

#msg h1 {
	position: relative;
	font: bold 14px/16px Arial, sans-serif;
	color: #fff;
	border: 1px solid #686C6F;
	text-transform: uppercase;
	background: #A1A08C;
}
#msg h1 span{
	display: block;
	border: 1px solid #EEF5F9;
	padding: 2px 0px 2px 10px;
}
#msg h2 {
	font: bold 11px/16px 'Verdana', Arial, sans-serif;
	padding: 7px 0px 0px 10px;
	margin: 0px;
}

#msg div.body {
	padding: 10px 10px 0px 10px;
}

#msg div.new_message {
	font: 9px/11px Arial, sans-serif;
	padding: 2px 0px 0px 10px;
	color: #C66500;
}
#msg div.date{
	float: right;
	padding: 10px 10px 0px 0px;
	color: #888;
	font-size: 0.9em;
}
#msg div#browse h2 {
	font-weight: bold;
	margin-left:10px;
	border-bottom:2px solid #5086A9
}
#msg div#personal h2 {
	font-weight: bold;
	margin-left:10px;
	border-bottom:2px solid #5086A9
}
#msg ul.subgroup li{
	list-style: none;
}
#msg ul.cat li{
	list-style: none;
}
#msg ul.subcat li{
	list-style: none;
}
/* Category ***************************/
#msg_category {
	padding:15px;
}

#msg div.category {
	position: relative;
	border:1px solid #5086A9;
	background: #CDEBF5;
}

#msg div.replies {
	padding: 2px 10px 0px 10px;
}

#msg div.lastreply {
	padding: 2px 10px 0px 10px;
}
#msg div.category div.date{
	float: none;
	color: black;
	padding-left: 10px;
}


/* Topic / Message ***************************/
#msg.topic {

}
#msg_message {
	width:100%;
}
#msg div.author {
	padding:10px;
	font: bold;
}
#msg td.reply {
	height:18px;
	padding: 0px;
	margin: 0px;
}
#msg td.messageBody {
	width:95%;
}
#msg div.adminIcons {
	border:1px solid gray;
	background: #f0f2f9;
}
#msg_message {
	padding:10px;
	width: 570px;
}
#msg div.message {
	border:1px solid #9BB8CA;
	background: #CFE4F0; 
}
#msg_message div.userDetails {
	width:120px;
}
#msg_message td.userDetails {
	border-right:1px solid gray;
}
#msg_message td {
	vertical-align:top;
}
#msg .message div.author {
	text-align:center;
	font-style: italic;
}
#msg .message div.date {
	float: right;
	padding-right: 10px;
	color: #888;
	font-size: 0.9em;
}
#msg div.quote {
	background: white;
	padding: 5px;
	margin: 10px;
	border:1px solid #bbb;
	font-style: italic;
}

#msg_message font.logged_in {
	position: relative;
	border:1px dotted #5086A9;
	padding-left: 2px;
	padding-right: 2px;
	background: white;
	color: #0680CB;
}
#msg div.mood {
	text-align:center;
	font: 9px/15px Arial, sans-serif;
}
#msg div.emote {
	text-align:center;
	font: 9px/15px Arial, sans-serif;
}
#msg div.emote img {
	vertical-align:text-bottom;
}
#msg_message font.logged_out {
	color:black;
}

#msg div.reply {
	position: relative;
	margin-top: 5px;
	padding: 2px 10px 2px 10px; 
	border-top:1px dotted #5086A9;
	background: #fff;
	border-bottom: 1px solid gray;
}
#msg #readQuotes {
	text-align: right;
	padding-right:10px;
}
#msg div#topic div.date {
	color:#0283C4;
	float:none;
	padding-left:10px;
}

/* Form ***************************/
#msg_post {

}

#post div.quote_name {
	font-weight: bold;
	padding-left:10px;
	vertical-align:bottom;
}

#post div.quote_body {
	background: white;
	padding: 5px;
	margin: 10px;
	border:1px solid #5086A9;
	font-style: italic;
}

#post form.form {
	border:1px solid #5086A9;
	background: #CDEBF5;
}

#post input.title {
	font-weight: bold;
}
#post .form_header{
	padding: 3px 10px 2px 10px;
}
#post .submit{
	padding: 5px;
}
#post .submit input{
	font-weight: bold;
}

#post div.note{
	text-align: center;
	padding: 5px;
}

/* Misc *********************************/
div.login_link{
	font: 11px/15px Arial, sans-serif;
	float: right;
}

div.breadcrumbs{
	font: 11px/20px Arial, sans-serif;
	margin-bottom: 5px;
}
.breadcrumbs a, .breadcrumbs a:link, .breadcrumbs a:visited{
	color: #105285;
	text-decoration: none;
}
.breadcrumbs a:hover{
	text-decoration: underline;
}
