﻿div.PageContent
{
	margin: 5px;
}


.TitlePageName
{
	font-family: Verdana;
	font-weight: bolder;
	font-size: 1.5em;
	color: #666;
	display: block;
	margin-bottom: 10px;
}

span.ErrorMsg
{
	color: Red;
}


div.Split
{
	width: 100%;
	overflow: auto;
}

div.SplitLeft, div.SplitRight, div.SplitPart
{
	display: inline;
}

div.SplitLeft
{
	float: left;
	width: 499px;
}

div.SplitRight
{
	float: right;
}


/*** PageParts ***/

/*** Useage: 
	<div class="PagePart???">
		<div class="PagePartInner">
			...
		</div>
	</div> ***/

div.PagePartHome, div.PagePartGray, div.PagePartSeaGreen, div.PagePartCoral, div.PagePartOlive, div.PagePartPurple, div.PagePartGold
{
	width: 480px;
	border-style: solid;
	border-width: 1px;
	margin-top: 5px;
	margin-left: 5px;
}

div.PagePartHome
{
	border-color: #aaa;
	background-color: #f4f4f4;
}

div.PagePartGray
{
	border-color: #c1b5a5; 
	background-color: #f3f0ea;
}

div.PagePartSeaGreen, PagePartCoral, PagePartOlive /* TO DO */
{
}

div.PagePartPurple
{
	border-color: #ac9dbb; 
	background-color: #e6e0ee;
}

div.PagePartGold
{
	border-color: #dabe68; 
	background-color: #f2ebd2;
}

div.PagePartInner
{
	margin: 5px;
}

span.PagePartTitle
{
	display: block;
	background-image: url(../Images/title_arrow.jpg);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 14px;
	font-weight: bold; 
	font-size: 1.2em; 
	color: #b33;
	border-bottom: 1px dashed #aaa;
	margin-bottom: 10px;
}




/*** Sitemap ***/

a.Sitemap, a.Sitemap:link, a.Sitemap:visited
{
	font-family: Verdana;
	font-size: 0.8em;
	text-decoration: none;
	color: #333;
}

a.Sitemap:hover
{
	color: #851;
}

/*** Search ***/

div.SearchForm
{
}

/*** NewsList ***/

table.ItemsList
{
	padding: 1px;
	border: 0px none;
}

table.ItemsList td
{
	padding: 2px;
	background-color: #e4e4e4;
}


/*** LeftUnderMenu ***/

/*** Useage: 
	<div class="LeftUnderMenuBox">
		<div class="LeftUnderMenuBoxInner">
			...
		</div>
	</div> ***/

div.LeftUnderMenuBox
{
	position: relative;
	top: 17px;
	overflow: hidden;
	width: 180px;
	margin-left: 8px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px dashed #f4f4f4;
	background-color: #ed5033;
}

div.LeftUnderMenuBoxInner
{
	margin: 5px;
}

div.LeftUnderMenuBoxInner, div.LeftUnderMenuBox h1, div.LeftUnderMenuBox p
{
	font-family: Verdana;
	color: White;
}

div.LeftUnderMenuBox h1
{
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

div.LeftUnderMenuBox a, div.LeftUnderMenuBox a:link, div.LeftUnderMenuBox a:visited
{
	text-decoration: underline;
	color: #f7f754;
}

div.LeftUnderMenuBox a:hover
{
	color: #f3e031;
}