/************** STYLES SPECIFICALLY FOR FORUMS PAGES ******************/
#divMainParent,
.mbPage
	{color: #444444;
	}

.mbPage TABLE,
.mbPage FORM,
.mbPage INPUT,
.mbPage TEXTAREA,
.mbPage SELECT,
.mbPage .normaltext
	{
	font-family: Verdana,Arial;
	font-weight: normal;
	font-size: 13px;
	}

.mbPage TEXTAREA
	{border: solid #666666 1px;
	}


.mbPageHdr
	{
	margin-bottom: 0.25em;
	font-size: 17px;
	font-weight: bold;
	}

/* Center column of main content, btw. the sidebars */
.mbCenterCol
	{padding: 0 8px 0 8px;
	}

/* Center content column for a boilerplate page */
.qaBoilerplateContent
	{padding: 24px 36px 8px 36px;
	}

.mbPopup
	{
	position: absolute;
	display: none;
	z-index: 10000000;
	border: 3px solid #333333;
	padding: 8px;
	background-color: #F6F9FC;
	color: #333333;
	}

.mb1stSectionHdr
	{
	margin-bottom: 8px;
	font-family: Verdana,Arial;
	font-size: 14px;
	font-weight: bold;
	}

.mbSectionHdr
	{
	margin-top: 1em;
	margin-bottom: 8px;
	font-family: Verdana,Arial;
	font-size: 14px;
	font-weight: bold;
	}


.dkblue
	{color:#124B99;
	}

.vshim4px
	{
	clear: both;
	padding-bottom: 4px;
	}
.vshim8px
	{
	clear: both;
	padding-bottom: 8px;
	}

.qaTextArea
	{width: 100%; margin-left: 0px; padding-left: 0px; padding-right: 0px; margin-right: 0px;  /* truly 100% wide */
	}

/* The category path header above the main questions list */
.qaCatTitle
	{
	font-size: 14px;
	font-weight: bold;
	}


/* Main thread listings. */
.mbMainThdList
	{
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica;
	}

.mbMainThdList A:link 	{ text-decoration: none; }
.mbMainThdList A:active	{ text-decoration: underline; }
.mbMainThdList A:visited	{ text-decoration: none; }
.mbMainThdList A:hover	{ text-decoration: underline; }

.mbMainThdList TABLE,
.mbMainThdList .normaltext
	{
	font-family: Verdana,Arial;
	font-weight: normal;
	font-size: 13px;
	}

/* An avatar as shown in a line listing or viewing a thread/reply. */
.mbAvatarTD
	{
	vertical-align: top;
	text-align: center;
	}

.mbAvatarTD IMG
	{
	margin-right: 10px;
	border: 1px solid #909CAA;
	}


/* A list of threads */
/* SEE ALSO: iehacks.css */
.mbTListRow
	{
	position: relative;
	margin: 0;
	border: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #E1E9F2;
	}
.mbTListRow.dark
	{background-color: #E1E9F2;
	}
.mbTListRow.lite
	{background-color: #FFFFFF;
	}

.mbTListRowContent
	{
	margin: 0;
	padding: 6px;
	}

.mbTListRowContent P
	{margin: 0 0 1em 0;
	}

TABLE.mbThread
	{
	width: 100%;
	font-size: 13px;
	}

.qaQPointDesc
	{
	position: absolute;
	display: none;
	z-index: 10000000;
	width: 200px;
	border: solid 3px #006699;
	padding: 8px;
	background-color: #EEEEEE;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	text-align: left;
	}

.qaQPointDesc H1
	{
	display: block;
	margin-top: 0px;
	font-size: 12px;
	line-height: 16px;
	color: #006699;
	}

.mbTCategory
	{
	font-size: 15px;
	font-weight: bold;
	color: #444444;
	}

/* A threadstarter */
.mbTTitle
	{
	font-size: 13px;
	font-weight: bold;
	color: #124B99;
	}

.mbTText
	{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;
	}
.mbTText A:link    { color: #444444; }
.mbTText A:visited { color: #444444; }


/* The line of controls above the thread replies */
.mbThdWidgetsTable TD
	{
	vertical-align: bottom;
	font-size: 11px;
	padding: 0px;
	}

.mbThdWidgetsTable TD INPUT[type=checkbox]
	{vertical-align: middle;
	}

.mbThdWidgetsTable TD.brmbLeft
	{text-align: left;
	}

.mbThdWidgetsTable TD.brmbRight
	{text-align: right;
	}


/* List of replies to the thread */
/* SEE ALSO: iehacks.css */
.mbRListRow
	{
	position: relative;
	margin: 0;
	border: 0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
/*	background-color: #E1E9F2; */
	}
.mbRListRow.dark
	{background-color: #E1E9F2;
	}
.mbRListRow.lite
	{background-color: #FFFFFF;
	}

.mbRListRowContent
	{
	margin: 0;
	padding: 6px;
	}

.mbRListRowContent P
	{margin: 0 0 1em 0;
	}

.mbRListText
	{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;
	}
/*
.mbRListText A:link 	{ color: #444444; }
.mbRListText A:visited	{ color: #444444; }
*/

.mbRListTextThumb
	{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica;
	}


.mbMsgMenuLine
	{
	margin-bottom: 6px;
	font-size: 11px;
	text-decoration: none;
	color: #444444;
	}

/* .qaPageBody DIV TABLE .qaMsgStatsLine TD * */
.mbMsgStatsLine,
.mbMsgStatsLine TABLE
	{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: #444444;
	}

.mbMsgStatsLine .wSecBtn
	{
	font-family: Tahoma,Verdana,Arial !important;
	font-size: 10px !important;
	font-weight: bold !important;
	}

.mbMsgStatsPipe
	{
	font-size: 11px;
	color: #BBBBBB;
	}

.mbBeTheFirst
	{
	font-size: 13px;
	font-style: italic;
	}

.mbBottomBtnsTitle
	{
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #D41800;
	}

.qaViewAll
	{
	font-size: 11px;
	font-family: Arial, Helvetica;
	font-weight: bold;
	}

/* Use for single-line tips */
.qaTip
	{
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	}

SPAN.qaTip
	{
	padding-left: 16px;
	background: url('../../../images/bookrags/qa/icon-tip.png') 0px 0px no-repeat;
	}

/* Use for multiline tips */
LI.qaTip
	{
	list-style-image: url('../../../images/bookrags/qa/icon-tip.png');
	list-style-position: outside;
	}

.qaFormSectionHdr
	{
	margin-top: 1.5em;
/*	width: 100%; */
	font-size: 15px;
	font-weight: bold;
/*	background-color: #edf3f9; */
	}

.qaFormSectionBody
	{
	width: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 13px;
	background-color: #f6f9fc;
	}

.qaFormSectionBody TABLE,
.qaFormSectionBody TR,
.qaFormSectionBody TD
	{
	font-size: 13px;
	background-color: #f3f7fb;
	}

