/* GENERAL STYLES */
/*==========================================================
	Globals
==========================================================*/

body
{
	margin: 0px 0px 0px 0px;
	
	color: #2A330D;
	background-color: #C0C0C0;
	background-image: url("/Images/MainBg.png");
	
	font-family: Tahoma;
	font-size: 13px;
}

fieldset
{
	padding: 0px 8px 8px 8px;
	border: solid 1px #b8df38;
}


legend
{
	margin-bottom: 5px;
}


/*
p
{
	text-indent: 20px;
	text-align: justify;
	margin: 8px 0px 8px 0px;
}
*/

p
{
	text-align: justify;
	margin: 8px 0px 8px 0px;
}



hr
{
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: dotted 1px #b8df38
}


h1
{
	text-indent: 20px;
	
	font-family: Times New Roman;
	font-size: 24px;
	font-weight: normal;
	
	border-bottom: dotted 1px #b8df38;

	color: #506000;
}


h2
{
	text-indent: 20px;
	
	font-family: Times New Roman;
	font-size: 20px;
	font-weight: normal;
}


h3
{
	text-indent: 18px;
	
	font-family: Times New Roman;
	font-size: 18px;
	font-weight: normal;
}


a, a:visited, a:link
{
	text-decoration: none;
	color: #657f0f;
}

a:hover, a:hover *
{
	text-decoration: underline;
	color: #657f0f;
}

a:hover img, a:hover div
{
	text-decoration: none;
}

.ImageBorder
{
	padding: 5px 5px 5px 5px;
	border: dotted 1px #b8df38;
}


ul
{
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
}


li
{
	list-style-type: none;
	
	margin: 0px 0px 0px 0px;
	padding-left: 20px;
	
	background-image: url("/Images/Leaf_small.png");
	background-position: 0px 2px;
	background-repeat: no-repeat;
}


li.bigList
{
	padding: 5px 5px 5px 38px;
	
	background-image: url("/Images/Leaf.png");
	background-position: 5px 5px;
	background-repeat: no-repeat;
}


li:hover
{
	background-color: #edf3d7;
}

img
{
	border: none;
}


.block
{
	display: block;
}


.commentText
{
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
}


.commentColor
{
	color: #808080;
}


/* ==========================================================
	Master template
==========================================================*/

.Master_tableBody
{
	width: 100%;
}

.Master_tableBody_leftCell
{
	width: 33%;
}

.Master_tableBody_rightCell
{
	width: 33%;
}

.Master_tableBody_centerCell
{
	background-color: #FFFFFF;

	border-left: solid 1px #A0A0A0;
	border-right: solid 1px #A0A0A0;
}


.Master_tableMain
{
	width: 800px;
}

.Master_tableMain_headerCell
{
	background-image: url("/Images/MainPageDesign_Header_CenterBg.png");
	background-repeat: repeat-x;
	width: 100%;
}

.Master_tableHeader
{
	wifht: 100%;
}

.Master_tableHeader_leftCell
{
	background-image: url("/Images/MainPageDesign_Header_Left.png");
	background-aligment: left;
	background-repeat: no-repeat;	
	width: 100%;
}


.Master_tableHeader_leftCellFiller
{
}


.Master_tableHeader_rightCell
{
	background-image: url("/Images/MainPageDesign_Header_Logo.png");
	background-repeat: no-repeat;
	background-aligment: right;
	cursor: pointer;
}


.Master_tableHeader_rightCellFiller
{
	width: 290px;
	height: 161px;
}


.Master_tableMain_contentCell
{
	background-color: white;
	background-image: url("/Images/MainPageDesign_Header_Shadow.png");
	background-repeat: no-repeat;
	width: 100%;
}


.Master_tableContent
{
	width: 100%;
	height: 300px;
	text-align: left;
}


.Master_tableContent_cellMenu
{
	vertical-align: top;
	padding: 25px 10px 10px 10px;
}

.Master_tableContent_cellMenuFiller
{
	width: 180px;
}


.Master_tableContent_cellContent
{
	background-image: url("/Images/MainPageDesign_Content_RightTopCorner_Bg.png");
	background-repeat: no-repeat;
	background-position: right top;
	
	padding: 10px 10px 10px 10px;
	width: 100%;
	
	text-align: left;
	vertical-align: top;
}


.Master_tableContent_cellContentDiv
{
	width: 90%;
}

.Master_tableMain_footerCell
{
}


.Master_tableFooter
{
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	
	width: 100%;
	
	color: #909090;
}


.Master_tableFooter_topCell
{
	text-align: left;
	padding: 0px 0px 3px 20px;
}

.Master_tableFooter_bottomCell
{
	text-align: center;
	border-top: dotted 1px #b8df38;
	padding: 20px 0px 20px 0px;
}


/* ==========================================================
	Main menu
==========================================================*/
.MainMenuNodes
{
	margin-left: 20px;
}

.MainMenu
{
	margin-left: 10px;
}

.MainMenuNode
{
}

.MainMenuNode a.current
{
	font-weight: bold;
}

.MainMenuNode span.menuFolder
{
	color: #B0B0B0;
}


/* ==========================================================
	Other elements and controls
==========================================================*/
.SitemapPath
{
	color: #909090;
	margin: 10px 10px 10px 10px;
}



/* ==========================================================
	Highslide
==========================================================*/
.highslide {
	cursor: url(/images/highslide/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: none;
}
.highslide:hover img {
	border: 1px solid #C0C0C0;
	padding: 5px;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(/images/highslide/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    display: none;
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    display: none;
    color: white;
    background-color: gray;
}

.highslide-move {
    cursor: move;
}

.highslide-overlay {
	display: none;
}

a.highslide-full-expand {
	background: url(/images/highslide/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* controlbar */
.controlbar {	
	background: url(/images/highslide/controlbar4.gif);
	width: 167px;
	height: 34px;
}
.controlbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 27px;
}
.controlbar a:hover {
	background-image: url(/images/highslide/controlbar4-hover.gif);
}
.controlbar .previous {
	width: 50px;
}
.controlbar .next {
	width: 40px;
	background-position: -50px 0;
}
.controlbar .highslide-move {
	width: 40px;
	background-position: -90px 0;
}
.controlbar .close {
	width: 36px;
	background-position: -130px 0;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}


/* EDITOR PROPERTIES */
H1 {
font-size: 160%;
font-weight: bold;
}

