/* CMS BAR */
div#CMSBar
{
	background: #c0dbff url(/RadControls/Panelbar/Skins/Office2007/Img/RootItemBkg.gif) repeat-x;
	color: #204d89;
	font-weight: bold;
	left: 0px;
	top: 0px;
	margin-bottom: 10px;
	position: static;
	line-height: 31px;
	height: 31px;
	width: 100%;
}
div#CMSBar span
{
	float: left;
	margin-left: 10px;
}

div#CMSBar a, div#CMSBar a:visited, div#CMSBar a:link
{
	float: right;
	color: #204d89;
	font-size: 9pt;
	text-decoration: none;
	font-weight: normal;
	margin-right: 10px;
}

div#CMSBar a:hover
{
	color: #10110f;
	font-weight: normal;
	text-decoration: underline;
}

/*EDIT BUTTON*/
.ContentRegionButton
{
	width: 35px;
	height: 35px;
	margin: 0;
	float: right;
	top: 0px;
	right: 0px;
	padding:0px;
}
.SectionEditButton, .EditPageButton
{
	width: 100px;
	height: 18px;
	margin: 0;
	float: right;
	top: 0px;
	right: 0px;
	padding:0px;
	display: block;
}
.EditPageButton img {
	float: right;
}



/* SITEMAP */
#sitemap ul.sitemap li a {text-decoration:none;}
#sitemap ul.sitemap li a:hover {text-decoration:underline;}
#sitemap ul.sitemap{list-style-type: none;font-size: 1.0em;margin-top:0px;}
#sitemap ul.sitemap li {list-style-type:none;padding-top:5px;font-size:1.4em;}
#sitemap ul.sitemap li.SiteMapTier1 {font-weight: bold;margin-top:15px;}
#sitemap ul.sitemap li.SiteMapTier2 {font-size:1.3em;font-weight: bold;text-indent:25px;}
#sitemap ul.sitemap li.SiteMapTier3 {font-size:1.3em; font-weight: normal;text-indent:45px;}
#sitemap ul.sitemap li.SiteMapTier4 {font-size:1.2em; font-weight: lighter;text-indent:60px;}

/* SEARCH */
#SearchResults {}
#SearchResults #SearchHeader {clear:both;}
#SearchResults #SearchHeader h2 {margin-bottom:10px;}
#SearchResults .SearchPageTitle {font-weight: bold;font-size:1.2em;display:block;clear:left;}
#SearchResults .SearchPageTitle a {text-decoration:none;}
#SearchResults .SearchPageTitle a:hover {text-decoration:underline;}
#SearchResults .SearchPageLoc {float:right;text-align:right;font-weight: bold;font-size:1.2em;display:block;clear:right;}
#SearchResults .SearchPageLoc a {text-decoration:none;}
#SearchResults .SearchPageLoc a:hover {text-decoration:underline}
#SearchResults .SearchPageDescription {display:block;font-weight: normal;font-style: italic;width:100%;clear: both; }
#SearchResults .SearchSeparator {width:100%;height:1px;display:block;clear:both;height:20px;}
#SearchResults .SearchSeparator HR {width:100%;height:1px;display:block;color:#dddddd;clear:both;}
#SearchResults .SearchFooter {display:block;color:#dddddd;clear:both;}





/**********************************************************
* PUBLIC WEBSITE FORM FIELD DEFAULTS
/**********************************************************/
.button
{
	background-color: #D8E6D0;
	color: #005700;
	font-size: 1.0em;
	font-weight: bold;
	margin: 0px;
	cursor: pointer;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-right: #B1CDA3 1px ridge;
	border-top: #B1CDA3 1px ridge;
	border-left: #B1CDA3 1px ridge;
	border-bottom: #B1CDA3 1px ridge;
	margin-top: 4px;
}

.buttonsmall
{
	background-color: #D8E6D0;
	color: #005700;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0px;
	cursor: pointer;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-right: #B1CDA3 1px ridge;
	border-top: #B1CDA3 1px ridge;
	border-left: #B1CDA3 1px ridge;
	border-bottom: #B1CDA3 1px ridge;
	margin-top: 2px;
}

.button:hover, .buttonsmall:hover
{
	background-color: #B1CDA3;
}

.textbox
{
	padding: 1px;
	font-size: 1.3em;
	border:solid 1px #666666;
}

.textboxwitherror
{
    padding: 1px;
    font-size: 1.3em;
    background-color: #FFE1E1;
    border:solid 1px #666666;
}

.fieldlabel
{
	color: #333333;
	font-weight: bold;
	font-size:1.3em;
}

.fieldhelp
{
	color: #333333;
	font-weight: normal;
	font-size: 1.1em !important;
}

.requiredmarker
{
	color: red !important;
}

.error
{
	color: Red;
	font-size: 1.2em;
	font-weight: bold;
	margin-top:10px;
}

.FakeButton
{
	cursor: pointer;
}

.radiobutton
{
	font-size: 0.9em;
}

/*-------- End of Form Field Defaults-------------/





/**************************************************
/	 Display Headlines Settings 
/**************************************************/
.HeadlineList
{
	width: 100%;
	font-size: 1.0em;
}

/* Headlines Summary */
.HeadlineContainer
{
	display: block;
	width: 100%;
}
.HeadlineContainer .Headline
{
	display: block;
	width: 100%;
	padding-bottom: 10px;
}
.HeadlineContainer .Headline h2
{
	display: inline;
	width: 100%;
}
.HeadlineContainer .Headline .summary
{
	display: block;
	line-height: 1.4em;
	font-size: 1.4em;
	margin-top: 5px;
}
.HeadlineContainer .Headline p
{
	line-height: 1.6em;
}
.HeadlineContainer .Headline .date
{
	float: right;
	clear: both;
	font-size: 1.2em;
	margin-top:10px;
}
.HeadlineContainer .Headline .more
{
	clear: both;
	font-size:1.4em;
}
.HeadlineContainer .Headline .more a:hover
{
	color: #666666 !important;
}

.NoHeadlines
{
    font-size:1.4em;
    color:#cc0000;
}
/*hr.HeadlineItemSeparator
{
	color: red;
	height: 1px;
}*/

/* Headlines Story */
#HeadlineStoryContainer
{
	display: block;
	width: 100%;
}
#HeadlineStoryContainer #HeadlineStory #HeadlineStoryDate
{
	display: inline;
	float: right;
	clear: both;
	font-size: 0.9em;
}
#HeadlineStoryContainer #HeadlineStory #HeadlineStoryBack
{
	height: 20px;
	text-align: center;
}