﻿/* These layouts are used by the Golf Canada Subscription Form and Issue/Article Display Pages */

div.dataRow 
{
	clear: both;
}

div.dataRow div.dataRowTitle
{
	float: left;
	text-align: right;
	width: 150px;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
}

div.dataRow div.dataRowContent
{
	padding: 0px 0px 0px 5px;
	float: left;
	text-align: left;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
}

h1.ArticleTitle
{
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #004FA3;	
}

.ArticlePreviewImage
{
	width: 100px;
	border: 0;
}

div.ArticlePreview
{
	margin-bottom: 5px;
	width: 490px;
	padding: 3px;
}

div.AltArticlePreview
{
	background: #F2F2F2;
	width: 490px;
	padding: 3px;
}

div.ArticlePreviewWide
{
	margin-bottom: 5px;
	width: 645px;
	padding: 3px;
}

div.AltArticlePreviewWide
{
	background: #F2F2F2;
	width: 645px;
	padding: 3px;
}

div.ArticlePreview a, div.ArticlePreviewWide a
{
	background: url(/_images/small_right_arrow.gif) left center no-repeat #FFFFFF;
	padding-left: 15px;
}

div.AltArticlePreview a, div.AltArticlePreviewWide a
{
	background: url(/_images/small_right_arrow.gif) left center no-repeat #F2F2F2;
	padding-left: 15px;
}

div.ArticlePreviewImage img
{
	border: 0px;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
	width: 150px;
	margin-left: 5px;
}

div.ArticlePreviewTeaser
{
	padding: 2px;
	background-color: #F2F2F2;
	margin-bottom: 10px;
	border-bottom: dotted 1px #333333;
	border-top: dotted 1px #333333;
	width: 550px;
	cursor: pointer;
}

div.ArticleHeader
{
	clear: both;
	margin: 10px 0px 10px 0px;
}

div.ArticleHeader h1
{
	color: #004FA3;	
	font-size: 16px;
}

div.ArticleHeader b
{
	color: #004FA3;
	font-style: italic;
	text-indent: 10px;
}
