 /* @include url(/Frameworks/Common/Styles/Common.css); */
:root
{
	overflow-y: scroll;
}
body 
{
	background: #f6f5f3;
	
}


/*** Region ***/ 
.region:after
{
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
}

* html .region
{
	height: 1px;
}

/*** ContentBlocks ***/ 
.cb
{
	margin-bottom: 2em;
}

#RegionContent .cb
{
	margin-bottom: 0;
}

.print
{
    visibility: hidden;
}


/*** Error Page ***/ 

.ErrorPage
{
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 634px;
	height: 600px;
	border: solid 2px #ccb79e;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px; 
	
}

.ErrorPage a
{
	color: #000;	
}

.ErrorPage a.BackLink
{
	margin-top: 50px;
	display: block;	
	margin-left: 10px;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
}


.ErrorPage img
{
	width: 634px;
	height: 140px;
	margin-left: auto;
	margin-right: auto;
}

.ErrorPage p
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	margin-left: 10px;
	margin-bottom: 20px;
}

.ErrorPage h1
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	margin-top: 50px;
	margin-bottom: 40px;
	margin-left: 10px;
	display: block;

}

 /* @include url(/Frameworks/Common/InnerTemplates/OneColumn.css); */
#RegionContent .OneColumn
{
	margin-bottom: 0;
	/*border: solid 1px #f4f4f4;*/
	padding: 10px;
	
}
#RegionMainContent .OneColumn
{
	margin-bottom: 0;
	padding: 0;
	border: none;
	clear: both;
	border-bottom: solid 1px #f4f4f4;
}
h1, h2, h3, h4, h5, h6
{
	margin-bottom: .3em;
}
 /* @include url(/Frameworks/Common/InnerTemplates/OneColumnWithBackground.css); */
.OneColumnWithBackground
{
	background-color: #fff;
	padding: 10px;
} /* @include url(/Frameworks/Common/InnerTemplates/ThreeColumns.css); */
.ThreeColumn .blockArea
{
	float: left;
	width: 130px;
}

.ThreeColumn .CenterColumn,
.ThreeColumn .RightColumn
{
	margin-left: 15px;
} /* @include url(/Frameworks/Common/InnerTemplates/TwoColumns.css); */
.TwoColumn .blockArea
{
	margin-top: 10px;
	/*background: transparent url(/frameworks/common/images/TwoColumnInnerTemplateBorde.gif) no-repeat top;*/
	float: left;
	width: 315px;
	padding: 10px;
}

.TwoColumn .RightColumn
{
	background: #fff;
	float: right;
}

#RegionMainContent .TwoColumn .blockArea
{
	background: #fff;
	/*width: 200px;*/
	position: relative;
}

#RegionMainContent .TwoColumn .LeftColumn
{
	border-right: solid 1px #fff;
}

#RegionMainContent .TwoColumn
{
	padding-bottom: 1em;
	border-bottom: solid 1px #fff;
}
 /* @include url(/Frameworks/Common/InnerTemplates/TwoColumnsWithBackground.css); */
.TwoColumnWithBackground
{
	background-color: #fff;
}
.TwoColumnWithBackground .blockArea
{
	padding: 10px;
	float: left;
	width: 315px;
}

.TwoColumnWithBackground .RightColumn
{
	float: right;
}
 /* @include url(/Frameworks/Default/Styles/CommentItem.css); */
.CommentItem
{
	padding: 2em;
	margin: 0;
	padding-bottom:5px;
	padding-top:10px;	
}

.CommentItem p.Footer
{
	float: left;
	margin: 0;
}

.CommentItem div
{
	float: right;
}

.CommentItem a
{
	margin-left: 5px;
}

.CommentItem p
{
	margin-bottom:0px;
} /* @include url(/Frameworks/Default/Styles/Login.css); */
/*
Login box
*/
.box-login .HeaderPart
{
	background-color:#fff;
	padding-top:10px;
}
.box-login .BodyPart
{
	padding:10px 0 10px 10px;
}
.box-login .boxHead
{
	display:none;
	background: transparent url(/elements/box/loginboxtop.gif) no-repeat top;
	padding: 4px 0 0 0;
	margin: 0;
}
.box-login
{
	background: transparent url(/elements/box/loginboxbottom.gif) no-repeat bottom;
	padding: 0 0 4px 0;
}
.box-login .boxBody
{
	background: #e0d4c4;
	vertical-align: bottom;
	padding:0px;
}

.box-login .boxBody input
{
	width: 175px;
	margin: 0 0 5px 0;
}

.box-login .boxBody .password
{
	width: 121px;
}

.box-login .boxBody .button
{
	width: auto;
	height: auto;
	margin-left: 6px;
	position: relative;
}

.box-login .boxBody span, .box-login .boxBody a
{
	float: left;
	text-decoration: none;
	vertical-align:middle;
	display:block;
}
.box-login .boxBody span .box-login .boxBody a:hover
{
	color:#FE6F10;
	float: left;
	text-decoration: none;
}

.box-login .boxBody p
{
	margin: 0;
	padding: 0;
}
.box-login .BodyPart p
{
	margin-left: 8px;
	padding: 0;
}
.box-login .BodyPart .iconLink .icon 
{
	margin-top:5px;
	margin-left:3px;
}
.box-login .BodyPart .iconLink, .box-login .BodyPart .iconLink .text
{
	color: #000000;
	font-weight: bold;
	cursor: pointer;
}

.box-login .BodyPart a:hover.iconLink, .box-login .BodyPart a:hover.iconLink .text
{
	color:#FE6F10;
	font-weight: bold;
	cursor: pointer;
} /* @include url(/Frameworks/Default/Styles/MasterPage.css); */
/******************************************************
/* FRAMEWORK STATICS
/******************************************************/
form 
{
	display: block;
	width: 950px;
	margin: 0 auto;
	background: #fff url(/frameworks/default/images/DefaultMasterBg.gif) repeat-y bottom right;
	padding: 0 4px 4px 4px;	
}

/******************************************************
/* REGIONS
/******************************************************/

#RegionHeader
{
	background-color: #b59974;

}

#RegionPage
{
	clear: both;
	padding: 20px;
/*	background: transparent url(/frameworks/default/images/RegionPageBg.png) repeat;*/
}

	#RegionContent
	{
		float: left;
		width: 690px;
/*		background: red url(/frameworks/default/images/RegionContentBg.png) repeat;*/
		margin: 0;
	}
	
		#RegionNavigation
		{
			float: left;
			width: 220px;
/*			background: transparent url(/frameworks/default/images/RegionNavigationBg.png) repeat;*/
		}

		#RegionMainContent
		{
			float:right;
			width: 450px;
		}

	#RegionSecondaryContent
	{
		float: right;
		width: 200px;
/*		background: transparent url(/frameworks/default/images/RegionSecondaryContentBg.png) repeat;*/
	}

#RegionFooter
{
	clear: both;
}
 /* @include url(/Frameworks/Default/Styles/PageFooter.css); */
#RegionFooter
{
	background-color: #b59974;
	padding: 10px 0;	
}

#RegionFooter .PageFooterLogo
{
	margin-left: 15px;
	float: left;	
}

#RegionFooter .PageFooterText 
{
	margin-left: 15px;
	float:left;
	color: #fff;
}

#RegionFooter .linkList
{
	float: right;
	margin-top: 17px;
}

#RegionFooter .linkList a,
#RegionFooter .linkList a:hover,
#RegionFooter .linkList a:visited
{
	border-right: solid 1px #fff;
	padding: 0 10px;
	color: #fff;
	text-decoration: none;
}

#RegionFooter .linkList a.last
{
	border-right: none;
}

#footer {
background: grey; 
width: 958px; 
margin: -15px auto 0 auto;
} /* @include url(/Frameworks/Default/Styles/PageHeader.css); */
.PageHeader
{
	height: 144px;
	max-height: 144px;
	background: #d2232a url(/frameworks/default/images/PageHeaderBottom.gif) no-repeat bottom left;
}
.PageHeaderLogo
{
	margin: 0;
}

.PageHeaderLinks
{
	float: right;
	list-style: none none;
	margin: .5em;
	padding: 0;
}

.PageHeaderLinks li
{
	display: inline;
	margin: 0;
	padding: 0;
}

.PageHeaderLinks li a
{
	border-right: solid 1px #ccc;
	padding: 0 1em 0 1em;
}

.PageHeaderLinks li a.last
{
	border-right-style: none;
} /* @include url(/Frameworks/Default/Styles/PageSearch.css); */
.PageSearch
{
	padding-left: 20px;
	background-color: #e0d4c4;
	margin-top: 4px;
	border-top: solid 1px #d3c4b1;
	border-bottom: solid 1px #eae1d8;
	height: 31px;
	padding: 7px 0 0 20px;
}
.PageSearch span
{
	font-size: 2em;
	vertical-align: middle;
}

.PageSearch .blockLabel
{
	float:none;
	font-size: 19px;
	width: auto;
	font-weight: normal;
}

.PageSearch .button
{
	margin-left: 8px;
	padding-top: 2px;
}

.PageSearch .textBox
{
	width: 238px;
	margin-left: 15px;
	color: #3b3b3b;
}

.PageSearch .inputBlock
{
	/*display: inline;*/
	float: left;
	margin-bottom: 0;
} /* @include url(/Frameworks/Default/Styles/Search.css); */
#SearchForm
{
	background: #fff;
	width: 100%;
	
}
#SearchForm label
{
	display: inline;
}
#SearchForm .inputBlock, #SearchForm .textBox
{
	float:left;
	width: 200px;
	display: inline;
	margin: 0;
}
#SearchForm .button
{
	padding: 0 0 0 8px;
}

#SearchForm h1
{
	width: 200px;
	
} /* @include url(/Frameworks/Default/Styles/TopMenu.css); */
.TopMenu
{
	background: transparent url(/frameworks/default/images/TopMenuBg.gif) repeat-x;
	padding-left: 10px;
}

.TopMenu ul
{
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.TopMenu li
{
	float: left;
	line-height: 31px;
	margin: 0 4px 0 0;
}


.TopMenu a
{
	font-size: 14px;
	display: block;
	padding: 0px 10px;
	text-decoration: none;
	color: #fff;
}

.TopMenu a:hover
{
	/*background-color: #b39976;
	background: transparent url(/frameworks/default/images/TopMenuSelectedRight.gif) repeat-y top right;*/
}

.TopMenu .sel a, .TopMenu .sel a:hover
{
	padding-left: 6px;
	color: #000;
	background-color: #b39976;
	background: transparent url(/frameworks/default/images/TopMenuSelectedRight.gif) repeat-y top right;
}
.TopMenu .sel
{
	padding: 0 0 0 4px;
	float: left;
	margin: 0;
	background: transparent url(/frameworks/default/images/TopMenuSelectedLeft.gif) repeat-y top left;
} /* @include url(/Frameworks/Default/Styles/TreeMenu.css); */
.TreeMenu
{
	background-color: #c8b398;
	padding: 10px 0;
	font-size: 1.0em;
	font-weight: bolder;
}

.TreeMenu ul
{
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.TreeMenu li
{
	list-style-image: none;
	list-style-type: none;
	margin: 0;
}

.TreeMenu a,
.TreeMenu .sel li a
{
	display: block;
	text-decoration: none;
	color: #333;
	background-color: Transparent;
}

.TreeMenu .sel a
{
	display: block;
	text-decoration: none;
	color: #333;
	background-color: Transparent;
}
.TreeMenu img
{
	margin-left: 5px;
}

.TreeMenu a:hover
{
	color: #333;
	background-color: #ffffff;
	text-decoration: none;
}

.TreeMenu .sel a
{
	color: #333;
	background-color: #ffffff;
}

.TreeMenu .sel a:hover
{
	text-decoration: none;
}


/*** INDENT ***/
.TreeMenu li a
{
	padding: 5px 10px;
	font-weight: 800;
}

.TreeMenu li li a
{
	padding-left: 20px;
	font-weight: 100;
}

.TreeMenu li li li a
{
	padding-left: 30px;
	font-weight: 100;
}

.TreeMenu li li li li a
{
	padding-left: 40px;
	font-weight: 100;
}

.TreeMenu .exp 
{
	background-color: #f4f4f4;
}

