/* Silverlight Forums Page CSS */
@import url("./style.css");
@import url("./breadcrumb.css");

.contentArea {
	background: url(../images/documents/documentbgrnd.jpg) no-repeat;
	width: 642px;
	float: left;
}


/** ADVERTISEMENT **/
.ad {
	margin: 42px 0 0 0;
	height: 280px;
	width: 328px;

}

.moduleContent {
	padding: 10px 25px 10px 5px;
}

.moduleHeader {
	padding: 0px 0px 10px 0px;
}


.bottomRow .morelink {
	margin: 10px 0px 0px;
}

.bottomRow .morelink a{
	color: #f97f3d;
	text-decoration: underline;
	font-weight: normal;
}

.bottomRow .moduleContent {
	width: 300px;
	padding: 0px 0px 5px 10px;
	line-height: 14px;
		border: 1px solid red;
}

.documentTitle {
	font: 24px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	vertical-align: bottom;
}

