
/*	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
{

}

/* USED @ ALL Full News Story Pages */
.newsHeaderSeperator
{
	
}

/* USED @ ALL Full News Story Pages */
.newsCommentLink
{

}

/* USED @ ALL Full News Story Pages */
.newsImageWrapper
{
	float:right;
	padding:4px;
	margin:0 0 0 5px;
	border:1px solid #000;
	text-align:center;
	font-size:90%;
}

/* USED @ ALL Full News Story Pages */
.newsImage
{

}

/* USED @ ALL Full News Story Pages */
.newsImageCaption
{

}

/* USED @ Contact-Form.aspx AND NewsCommentEditor.aspx*/
.formWrapper
{
	
}

/* USED @ Contact-Form.aspx AND NewsCommentEditor.aspx */
.formTable
{
	
}

/* USED @ Contact-Form.aspx AND NewsCommentEditor.aspx */
.formTextBox
{
	
}

/* USED @ Contact-Form.aspx AND NewsCommentEditor.aspx */
.formCheckBox
{
	
}

/* USED @ Contact-Form.aspx AND NewsCommentEditor.aspx */
.formButtonContainer
{
	
}

/* USED @ Contact-Form.aspx AND NewsCommentEditor.aspx */
.formButton
{
	
}

/* USED @ Contact-Form.aspx AND NewsCommentEditor.aspx */
.formRequiredAsterix
{
	
}

/* USED @ NewsCommentEditor.aspx */
.ratingStar
{
	font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

/* USED @ NewsCommentEditor.aspx */
.emptyRatingStar
{
	background-image: url(/Skins/Beacon/Images/EmptyStar.png);
}

/* USED @ NewsCommentEditor.aspx */
.savedRatingStar
{
	background-image: url(/Skins/Beacon/Images/SavedStar.png);
}

/* USED @ NewsCommentEditor.aspx */
.filledRatingStar
{
	background-image: url(/Skins/Beacon/Images/FilledStar.png);
}

/* USED @ Search.aspx */
.searchSeperator
{

}

/* USED @ Search.aspx */
.searchMessageWrapper
{
	margin-bottom:10px;
	font-weight:bold;
}

/* USED @ Search.aspx */
.searchResultContainer
{

}

/* USED @ Search.aspx */
.searchResultContainerAlt
{

}

/* 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
{
margin-bottom:20px;
}

/* USED @ GalleryPage.aspx (ALL Full Gallery Pages) */
.galleryContent
{
	
}

/* USED @ GalleryPage.aspx (ALL Full Gallery Pages) */
.galleryImageWrapper
{

}

/* USED @ GalleryPage.aspx (ALL Full Gallery Pages) */
.galleryImageContainer
{

}

/* USED @ GalleryPage.aspx (ALL Full Gallery Pages) */
.galleryImageCaption
{

}

/* USED @ Registration-Form.aspx */
.regFormWrapper
{

}

/* USED @ Registration-Form.aspx */
.regFormMessages
{

}

/* USED @ Registration-Form.aspx */
.regFormButtonContainer
{
	
}

fieldset
{
	border: none;
	background-color:#dedede;
	padding: 10px 10px 10px 10px;
	margin-bottom:8px;
}

label
{
	font-weight: bold;	
}

textarea
{
	width: 450px;
	height: 100px;
}