﻿/* Wrapper */
.MessageStandardWrapper {
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ffe6d6;
	background-color: #fff2ed;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.MessageStandardWrapperHighLighted {
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ffe6d6;
	background-color: #eeffee;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

/* Left side items */

.MesStdLeftColumn {
	width: 110px;
}

.MesStdLeftHeader {
	margin-top: 5px;
	margin-bottom: 3px;
	margin-left: 10px;
	position: relative;
}

	.MesStdLeftHeader DIV {
		position: absolute;
		white-space: nowrap;
	}

.MesStdLeftWrapper {
	width: 100px;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 20px;
	overflow: hidden;
}

/* Main headers */

.MesStdHeaderDate {
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	height: 18px;
	line-height: 18px;
	font-size: 11px;
}

	.MesStdHeaderDate DIV {
		float: right;
		margin-left: 10px;
		padding: 2px 0px 2px 0px;
		height: 18px;
		line-height: 18px;
		text-align: center;
		font-size: 11px;
	}

	.MesStdHeaderDate A {
		float: right;
		display: block;
		padding: 1px 10px 1px 10px;
		margin-left: 10px;
		border: 1px solid #ffe6d6;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		background-color: #fff2ed;
		height: 18px;
		line-height: 18px;
		text-align: center;
		color: inherit;
		font-size: 11px;
	}

		.MesStdHeaderDate A.ForumQuote {
			border: 1px solid #ffe6d6;
			background-color: #89cd31;
			padding: 0px 20px 0px 20px;
			color: Black;
		}

		.MesStdHeaderDate A:hover {
			background-color: #e3356b;
			text-decoration: none;
			color: White;
		}

		.MesStdHeaderDate A.ForumQuote:hover {
			background-color: #3578b0;
			text-decoration: none;
			color: White;
		}

/* Content */

.MesStdContent {
	margin-top: 19px;
	margin-left: 19px;
	margin-right: 19px;
	overflow: hidden;
	line-height: 18px;
}

	.MesStdContent img {
		max-width: 449px;
		width: expression(this.width > 449 ? "449px": true);
		border: 1px solid #eeeeee;
		border-radius: 5px;
	}


/* Edit link */

.MesStdEditLink {
	font-size: 10px;
	color: #aa0000;
	display: block;
	margin-bottom: 10px;
}

.MesStdEditLink {
	color: #aa0000;
}

.MesStdEditLink {
	color: #aa0000;
}

/* Signature */

.MesStdSignature {
	margin-top: 2px;
	width: 100%;
	border-spacing: 0;
}

	.MesStdSignature TD {
		padding: 0;
		font-size: 10px;
	}

		.MesStdSignature TD HR {
			border: none 0;
			border-top: 1px solid #dddddd; /*the border*/
			height: 1px; /*whatever the total width of the border-top and border-bottom equal*/
		}

		.MesStdSignature TD A {
			color: #cccccc;
		}

			.MesStdSignature TD A:visited {
				color: #cccccc;
			}

			.MesStdSignature TD A:hover {
				color: #cccccc;
			}

			.MesStdSignature TD A:active {
				color: #cccccc;
			}


.MesStdWarning {
	width: 100px;
	height: 48px;
	background: url(../../_Images/Warnings/WarningPlaque.png);
	background-repeat: no-repeat;
	margin-top: 5px;
}

	.MesStdWarning DIV {
		padding: 5px;
		text-align: center;
		color: #ffffff;
		line-height: 13px;
		font-size: 10px;
		font-weight: bold;
		cursor: default;
	}

/* Textlink advert*/

.MesStdTextLink {
	border-collapse: collapse;
	text-align: center;
	margin-bottom: 30px;
}

	.MesStdTextLink TD {
		padding: 0px;
	}

.MesStdStatus {
	margin-top: 5px;
	font-size: 10px;
	color: #000000;
}

.MesStdArticleHeader {
	color: #4e4f56;
	font-weight: bold;
	text-align: left;
	display: block;
}

/* Stored images */

.MesStdStoredImages {
	overflow: hidden;
	width: 482px;
}

/* Ratings */

.ForumRating {
	margin-top: 10px;
	text-align: right; /* 	float: right; 	margin-top: -60px; 	margin-right: 10px; 	margin-bottom: 5px; 	*/
	font-size: 11px;
}

	.ForumRating IMG {
		margin-left: 10px;
		margin-right: 5px;
	}

.bdk-messages-likelink, .bdk-messages-likelink:active, .bdk-messages-likelink:hover, .bdk-messages-likelink:visited {
	color: #53240e;
	text-decoration: none;
}

/* MesStdLazyLoad */

.MesStdLazyLoad {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #c9c9c9;
}

	.MesStdLazyLoad A:hover {
		text-decoration: none;
	}

	.MesStdLazyLoad IMG {
		width: 20px;
		height: 20px;
		border: 1px solid #f0f0f0;
		-webkit-border-radius: 2px;
		-khtml-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	}

.LotteryLink img {
	margin-top: -3px;
}

/* Articles */

.bdk-forum-article-teaser {
	font-weight: bold;
	font-size: 15px;
}
