/* 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 */
ul.sitemap{list-style: none;font-size: 1.1em;margin-top:-10px;}
ul.sitemap li {list-style-image:none;padding-top:10px;}
ul.sitemap li.SiteMapTier1 {font-weight: bold;}
ul.sitemap li.SiteMapTier2 {font-weight: bolder;text-indent:20px;}
ul.sitemap li.SiteMapTier3 {font-weight: normal;text-indent:35px;}
ul.sitemap li.SiteMapTier4 {font-weight: lighter;text-indent:50px;}

/* SEARCH */
#SearchResults {}
#SearchResults #SearchHeader {clear:both;}
#SearchResults #SearchHeader h2 {}
#SearchResults .SearchPageTitle {font-weight: bold;font-size:1.2em;display:block;clear:left;}
#SearchResults .SearchPageTitle a {}
#SearchResults .SearchPageTitle a:hover {}
#SearchResults .SearchPageLoc {float:right;text-align:right;font-weight: bold;font-size:1.2em;display:block;clear:right;}
#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;}
