
/*	Styles and Classes defined within this file are fixed name classes - used to skin "physical" files that are outside of the scope
	of the normal skinning engine where we have no power to change the names of classes on a per project/skin basis. */

/* USED @ ALL Full News Story Pages */
.newsContent
{
	float: left;
}

/* USED @ ALL Full News Story Pages */
.newsImageWrapper
{
	float: right;
	text-align: center;
	padding: 10px;
	padding-left: 20px;
	border-left: solid 1px #ededed;
}

/* USED @ ALL Full News Story Pages */
.newsImage
{
	margin-bottom: 20px;
}

/* USED @ ALL Full News Story Pages */
.newsImageCaption
{
	font-size: 80%;
	color: #ccc;
}

/* USED @ Contact-Form.aspx */
.formWrapper
{
	
}

/* USED @ Contact-Form.aspx */
.formTable
{
	
}

/* USED @ Contact-Form.aspx */
.formTextBox
{
	width: 320px;
}

/* USED @ Contact-Form.aspx */
.formMultiTextBox
{
	width: 320px;
	height: 150px;
}

/* USED @ Contact-Form.aspx */
.formCheckBox
{
	
}

/* USED @ Contact-Form.aspx */
.formButtonContainer
{
	
}

/* USED @ Contact-Form.aspx */
.formButton
{
	
}

/* USED @ Contact-Form.aspx */
.formRequiredAsterix
{
	
}

/* USED @ Search.aspx */
.searchSeperator
{
	border-bottom: solid 1px #389090;
	width: 100%;
	height: 20px;
	margin-bottom: 20px;
}

/* USED @ Search.aspx */
.searchMessageWrapper
{
	margin-bottom: 15px;
}

/* USED @ Search.aspx */
.searchResultContainer
{
	margin-bottom: 5px;
}

/* USED @ Search.aspx */
.searchResultContainerAlt
{
	margin-bottom: 5px;
}

/* USED @ Search.aspx */
.searchResultsWrapper
{
	
}

/* USED @ Search.aspx */
A.searchResultLink:active
{

}

/* USED @ Search.aspx */
A.searchResultLink:link
{

}

/* USED @ Search.aspx */
A.searchResultLink:visited
{

}

/* USED @ Search.aspx */
A.searchResultLink:hover
{

}

/* USED @ Search.aspx */
.searchResultBlurb
{
	clear: both;
}