/* USBC Content Control Styles - CSS Document */
		
  /*------------------*/
 /* Headline Classes */
/*------------------*/


.HeadlineViewer ul
{
	padding-left:1px;
	padding-right:1px;
	padding-top:5px;
	padding-bottom: 5px;
	margin-bottom: 0px;
	margin-top: 10px;
	margin-left: 25px;
	margin-right: 5px;
}
	
.HeadlineViewer ul li
{
	padding-top: 0px;
	list-style-image: url(/templates/images/listitem_squaredots.gif);
	padding-bottom: 10px;
	
}
	
  /*---------------------*/
 /* Job Listing Classes */
/*---------------------*/
	
	.JobListingSummaryViewer
	{
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 30px;
		margin-top: 0px;
	}
	
	.JobListingSummaryViewer hr
	{
		margin-top: 0px;
		margin-bottom: 7px;
	}

	.JobListingSummaryViewer .JobCategory
	{
		margin-bottom: 25px;
	}

	.JobListingSummaryViewer .JobCategoryName
	{
		margin-top: 5px;
		text-align: center;
		font-size: 14px;
		font-weight: bold;
		font-style: italic;
		color: #990000;
	}

	.JobListingSummaryViewer .JobTitle
	{
		font-size: 12px;
		font-weight: bold;
		margin-bottom: 3px;
	}
	
	.JobListingSummaryViewer .JobSummary
	{
		margin-bottom: 15px;
	}
	
	.JobListingSummaryViewer .NoJobListingsMessage
	{
		text-align: center;
		font-size: 12px;
		font-weight: bold;
		margin-top: 30px;
	}
	
	.JobListingViewer
	{
		padding-top: 0px;
		padding-bottom: 20px;
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.JobListingViewer .JobTitle
	{
		color: #2C3080;
		font-size: 14px;
		font-weight: bold;
		font-style: italic;
	}
	
	.JobListingViewer .JobDescription ul
	{
		margin-top: 5px;
		margin-bottom: 5px;
	}
	
	.JobListingViewer .JobDescription ol
	{
		margin-top: 5px;
		margin-bottom: 5px;
	}
	
  /*---------------------*/
 /*    Link Classes     */
/*---------------------*/

.LinkCategoryViewer .LinkCategory
{
	font-size: 14px;

}
.LinkCategoryViewer li
{
	margin-top: -5px;
}

.LinkViewer
{
	margin-left: 15px;
	margin-bottom: 30px;
}

.LinkViewer .CategoryName
{
	margin-bottom: 10px;
	color: #2C3080;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}

.LinkViewer .Marker
{
	width: 15px;
	background-image:url(/Templates/Images/listitem_squaredots.gif);
	background-repeat: no-repeat;
}

.LinkViewer .Link
{
	font-size: 11px;
}

.LinkViewer .Information
{
	margin-bottom: 5px;
}

  /*---------------------*/
 /*  News Page Classes  */
/*---------------------*/

.LatestNewsViewer
{
	padding-top: 10px;
	text-align: center;
}

.LatestNewsViewer table
{
	width: 100%;
}

.LatestNewsViewer table.HorizontalItems td
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-color: #BFBFBF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	vertical-align: top;
}

.LatestNewsViewer table.VerticalItems
{
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #BFBFBF;
	border-collapse: seperate;
	border-spacing: 5px;
	margin-bottom: 10px
}

.LatestNewsViewer table.VerticalItems tr
{
	position: relative;
	top: 5px;
}

.LatestNewsViewer table.VerticalItems td
{
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	width: 220px;
	vertical-align: top;
}

.LatestNewsViewer .VerticalFeaturedNewsItem img
{
	margin-right: 5px;
	margin-bottom: 5px;

}

.LatestNewsViewer .VerticalFeaturedNewsItem p
{
	margin-top: 10px;
}

.LatestNewsViewer table.VerticalItems td.BorderedCell
{
	border-left-color: #BFBFBF;
	border-left-style: dotted;
	border-left-width: 2px;
}

.LatestNewsViewer .ArticleLinkImage img
{
	vertical-align: text-bottom;
}

.LatestNewsViewer .FeaturedHeadline,.FeaturedDate
{
	font-weight: bold;
}

.LatestNewsViewer .AdditionalStories
{
	text-align: left;
}

.LatestNewsViewer .AdditionalStories td.HeaderRow
{
	height: 25px;
}

.LatestNewsViewer td.HeadlineDateColumn
{
	padding-top: 5px;
	padding-left: 5px;
}

.LatestNewsViewer td.HeadlineLinkColumn
{
	padding-top: 5px;
	padding-left: 5px;
	width: 100%;
}

.LatestNewsViewer .HeadlineDate
{
	font-weight:bold;
	font-size: 90%;
}

.LatestNewsViewer .HeadlineLink
{
	font-weight:bold;
}

.LatestNewsViewer .HeadlineSummary
{
	margin-top: 3px;
}

  /*-------------------------*/
 /*  Sub Page News Classes  */
/*-------------------------*/

.SubPageLatestNewsViewer .ArticleLink .ArticleLinkImage
{
	vertical-align: text-bottom;
}

.SubPageLatestNewsViewer
{
	text-align: center;
	margin-bottom: 20px;
	margin-top: 0px;
}

.SubPageLatestNewsViewer table
{
	width: 100%;
}

.SubPageLatestNewsViewer table.HorizontalItems td
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: top;
	border-bottom: 2px dotted #BFBFBF
}

.SubPageLatestNewsViewer .HorizontalFeaturedNewsItem p
{
	margin-top: 5px;
}

.SubPageLatestNewsViewer table.VerticalItems
{
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #BFBFBF;
	border-collapse: seperate;
	border-spacing: 5px;
	margin-bottom: 10px
}

.SubPageLatestNewsViewer table.VerticalItems tr
{
	position: relative;
	top: 5px;
}

.SubPageLatestNewsViewer table.VerticalItems td
{
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	width: 220px;
	vertical-align: top;
}

.SubPageLatestNewsViewer table.VerticalItems td img
{
	margin-right: 5px;
}

.SubPageLatestNewsViewer table.VerticalItems td.BorderedCell
{
	border-left-color: #BFBFBF;
	border-left-style: dotted;
	border-left-width: 2px;
}

.SubPageLatestNewsViewer ul
{
	padding-left:1px;
	padding-right:1px;
	padding-top:0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 25px;
	margin-right: 5px;
}
	
.SubPageLatestNewsViewer li
{
	padding-top: 0px;
	list-style-image:url(/Templates/Images/listitem_squaredots.gif);
	padding-bottom: 10px;
	
}

.SubPageLatestNewsViewer .FeaturedHeadline,.FeaturedDate
{
	/* font-weight: bold; */
}

.SubPageLatestNewsViewer .AdditionalStories
{
	text-align: left;
	background-color: #FFFFFF
}

.SubPageLatestNewsViewer .AdditionalStories td.HeaderRow
{
	height: 25px;
}

  /*----------------------*/
 /* Article Page Classes */
/*----------------------*/

.ArticleViewer
{
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 0px;
}

.ArticleViewer .PageTitle
{
	color: #2C3080;
	font-size: 13px;
	font-weight: bold;
}

.ArticleViewer .PublishDate
{
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	margin-top: -7px;
}

.ArticleViewer .PageText
{
	margin-top: -7px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
 
.ArticleViewer p
{
	margin-top: 0px;
	margin-bottom: 15px;
} 

.ArticleViewer ul
{
	margin-top: 5px;
	margin-bottom: 5px;
}

.ArticleViewer ol
{
	margin-top: 5px;
	margin-bottom: 5px;
}

.RelatedArticleViewer td.HeaderRow
{
	height: 25px;
}

.RelatedArticleViewer td.RelatedArticles
{
	padding-bottom: 10px;
}

.RelatedArticleViewer td.RelatedArticles ul
{
	padding-left:1px;
	padding-right:1px;
	padding-top:10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 25px;
	margin-right: 5px;
}
	
.RelatedArticleViewer td.RelatedArticles li
{
	list-style-image:url(/Templates/Images/listitem_squaredots.gif);
	padding-top:0px;
	padding-bottom:10px;
}

  /*----------------------*/
 /* Display Slot Classes */
/*----------------------*/

div.LinksDisabled
{
	padding-bottom: 5px;
}

span.ArticleLink img.ArticleLinkImage
{
	vertical-align: text-bottom;
}

.FeaturedArticleSummaryViewer div.ArticleTitle
{
	font-weight: bold;
	/* color: #000099; */
}

.FeaturedArticleSummaryViewer div.SummaryText
{
	margin-top: 10px;
}
		
.FeaturedArticleSummaryViewer div.SummaryImage
{
	float:left;
}

.FeaturedArticleSummaryViewer div.SummaryImage img
{
	margin-right: 3px;
	border-width: 1px;
	border-color: #000000;
}

.MainFeaturedArticleSummaryViewer
{
	background-color: #FFFFFF;
	padding-right: 5px; 
	padding-bottom: 5px; 
	padding-top: 0px; 
	padding-left: 5px;
}

.MainFeaturedArticleSummaryViewer div.ArticleTitle
{
	padding-top: 50px;
	font-size: 13px;
	font-weight: bold;
	color: #000099;
}

.MainFeaturedArticleSummaryViewer div.SummaryText
{
	margin-top: 10px;
}

.MainFeaturedArticleSummaryViewer img.ShadowImage
{
	z-index: 4; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	margin-top: 0px; 
	margin-left: 0px; 
	position: absolute; 
	left: 144px; 
	top: 80px;
	filter:progid:DXImageTransform.Microsoft.Blur(pixelradius=3.0, makeshadow='true', ShadowOpacity=.75);
}
		
.MainFeaturedArticleSummaryViewer img.VisibleImage
{
	z-index: 5; 
	position: absolute; 
	left: 144px; 
	top: 80px; 
	border-width: 1px; 
	border-color: #000000; 
	border-style: solid;
}
		
.MainFeaturedArticleSummaryViewer div.SummaryImage
{
	float:left;
	padding-bottom: 5px;
}
		
.MainFeaturedArticleSummaryViewer div.SummaryImage img
{
	margin-right: 10px; 
	margin-left: 5px;
	visibility: hidden;
}

  /*-------------------------*/
 /* Bowling Program Classes */
/*-------------------------*/

.BowlingProgramSearch .ProgramName
{
	font-size: 12px;
}
	
.BowlingProgramSearch a
{
	font-weight: bold;
}

  /*-------------------------*/
 /*  Feedback Form Classes  */
/*-------------------------*/

.FormViewer
{
	font-size: 9px;
	padding-top: 5px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

.FormViewer .Title
{
	color: #2C3080;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}

.FormViewer .SubmitButton
{
	margin-left: 22px;
}

.FormViewer td.FieldNumberCell
{
	font-size: 9px;
	Vertical-Align: top;
	Text-Align: right;
	padding-top: 10px;
	padding-right: 5px;
}

.FormViewer td.FieldControlCell
{
	font-size: 9px;
	padding-top: 10px;
}

.FormViewer .RequiredFieldMarker
{
	color: red;
	margin-left: -2px;
}

.FormViewer .HeaderText, .FooterText, .ResponseText
{
	font-size: 10px;
	margin-right: 20px;
}

.FormViewer .HeaderTextRow td
{
	padding-top: 10px; 
}

.FormViewer .ValidatorControl
{
	margin-left: 3px;
}

.FormViewer td.FieldControlCell select
{
	font-size: xx-small;
}

.FormViewer textarea
{
	width: 225px;
	height: 75px;
}

.FormViewer .MarkerDescription
{
	margin-left: 10px;
}

.FormViewer .MarkerDescription .Marker
{
	color: red;
}

  /*------------------------*/
 /*  Event Result Classes  */
/*------------------------*/

.EventResultLinkViewer .NoResultsMessage
{
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #2C3080;	
	text-align: center;
}

.EventResultLinkViewer .DivisionName
{
	font-weight: bold;	
}

.EventResultLinkViewer .DivisionDescription
{
	padding-top: 2px;
	font-weight: normal;	
}

.EventResultLinkViewer ul
{
	padding-left:1px;
	padding-right:1px;
	padding-top:0px;
	padding-bottom: 5px;
	margin-bottom: 0px;
	margin-top: 2px;
	margin-left: 20px;
	margin-right: 5px;
}

.EventResultLinkViewer table td
{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	padding-right: 8px;
	vertical-align: top;
}

.EventResultLinkViewer table.DivisionTable td
{
	padding: 0px;
}

.ArticleViewer table.ResultsTable tr.ResultsTableHeader td
{
	font-size:10px;
	padding-bottom: 5px;
	padding-top: 3px;
}

.ArticleViewer .ResultsTable
{
	width: auto;
}

.ArticleViewer .ResultsTable td
{
	text-align: left;
	padding-left: 2px;
	padding-right: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
}

  /*------------------------*/
 /*  News Archive Classes  */
/*------------------------*/
.NewsArchiveViewer
{
	padding-bottom: 20px;
}

.NewsArchiveViewer .PageDateRange
{
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-weight: bold;
}

.NewsArchiveViewer td.ArticleDateColumn
{
	padding-top: 5px;
	padding-left: 5px;
}
.NewsArchiveViewer td.ArticleLinkColumn
{
	padding-top: 5px;
	padding-left: 5px;
	width: 100%;
}
.NewsArchiveViewer .ArticleDate
{
	font-weight:bold;
	font-size: 90%;
}
.NewsArchiveViewer .ArticleLink
{
	font-weight:bold;
}
.NewsArchiveViewer .ArticleSummary
{
	margin-top: 3px;
}
.NewsArchiveViewer .ArticleTable table
{
	width: 95%;
}
.NewsArchiveViewer .ArticleTable
{
	text-align: center;
}

.NewsArchiveViewer .LinkTable
{
	text-align: center;
}

.NewsArchiveViewer .PreviousPageLink
{
	padding-right: 20px;
}

.NewsArchiveViewer .NextPageLink
{
	padding-left: 20px;
}