﻿body 
{
	font-family: Arial;
	font-size: 12pt;
	color: Black;
}

a:active 
	{
	color: #B06614; 
	text-decoration: underline 
	}
a:hover 
	{ 
	color: #F7941C;
	text-decoration: none;
	}
a:vlink 
	{ 
	color: #B06614;
	text-decoration: underline 
	}
a 
	{ 
	color: #B06614;
	text-decoration: underline 
	}

input
{
	border: 1px #5A3316 solid; 
	font-family: Arial;
	font-size: 11pt;
}

select
{
	border: 1px #5A3316 solid; 
	font-family: Arial;
	font-size: 11pt;
}

textarea
{
	border: 1px #5A3316 solid; 
	font-family: Arial;
	font-size: 11pt;
	scrollbar-arrow-color: #BE8356; 
	scrollbar-track-color: #BE8356; 
	scrollbar-base-color: #BE8356;
}

li
	{ 
	font-size: 11pt; 
	font-family: Arial; 
	text-decoration: none; 
	margin-right: -20px;
	list-style-type: none;
	list-style-image: url(/images/list-button.gif);
	}

.button
{
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#CEBEA5', EndColorStr='#FBF6F0');
	border: 1px solid #5A3316;
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	cursor: hand;
	padding: 4px;
}

.button_brown
{
	background-color: #F09614;
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	border: 0px;
	cursor: hand;
	padding: 2px;
}

.button_small
{
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#CEBEA5', EndColorStr='#FBF6F0');
	border: 1px solid #5A3316;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	cursor: hand;
	padding: 1px;
}

.button_small_highlight
{
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='Red', EndColorStr='White');
	border: 1px solid #5A3316;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	color: Black;
	cursor: hand;
	padding: 1px;
}

.content_div
{
	padding: 10px;
}

H1
{
	font-family: Arial;
	font-size: 20pt;
	color: #573218;
	font-weight: bold;
}

H2
{
	font-family: Arial;
	font-size: 18pt;
	color: #573218;
	font-weight: bold;
}

H3
{
	font-family: Arial;
	font-size: 16pt;
	color: #573218;
	font-weight: bold;
}

H4
{
	font-family: Arial;
	font-size: 14pt;
	color: #573218;
	font-weight: bold;
}

H5
{
	font-family: Arial;
	font-size: 12pt;
	color: #573218;
	font-weight: bold;
}

P
{
	font-family: Arial;
	font-size: 12pt;
	color: Black;
}

.Header1
{
	font-family: Arial;
	font-size: 20pt;
	color: #573218;
	font-weight: bold;
}

.Header2
{
	font-family: Arial;
	font-size: 18pt;
	color: #573218;
	font-weight: bold;
}

.Header3
{
	font-family: Arial;
	font-size: 16pt;
	color: #573218;
	font-weight: bold;
}

.Header4
{
	font-family: Arial;
	font-size: 14pt;
	color: #573218;
	font-weight: bold;
}

.Header5
{
	font-family: Arial;
	font-size: 11pt;
	color: #573218;
	font-weight: bold;
}

.text_smallest
{
	font-family: Tahoma;
	font-size: 8pt;
	color: Black;
}

.text_small
{
	font-family: Tahoma;
	font-size: 10pt;
	color: Black;
}

.text_normal
{
	font-family: Arial;
	font-size: 12pt;
	color: Black;
}

.text_med
{
	font-family: Arial;
	font-size: 16px;
	color: #573218;
}

.text_big
{
	font-family: Tahoma;
	font-size: 17pt;
	color: #573218;
}

.text_brown_small
{
	font-family: Arial;
	font-size: 10pt;
	color: #573218;
}

.text_brown_med
{
	font-family: Arial;
	font-size: 16pt;
	color: #573218;
}

.text_brown_normal
{
	font-family: Arial;
	font-size: 12pt;
	color: #573218;
}

.text_lightbrown_big
{
	font-family: Arial;
	font-size: 18pt;
	color: #B06614;
}

.text_lightbrown_med
{
	font-family: Arial;
	font-size: 16pt;
	color: #B06614;
}

.text_lightbrown_normal
{
	font-family: Arial;
	font-size: 12pt;
	color: #B06614;
}

.NavHeader
{
	font-family: Tahoma;
	font-size: 18pt;
	color: #573218;
}

.NavHeaderBright
{
	font-family: Arial;
	font-size: 20pt;
	font-weight: bolder;
	color: #F7941C;
}

.HeaderBright
{
	font-family: Arial;
	font-size: 19pt;
	font-weight: bolder;
	color: #F7941C;
}

.navMenuItem
{
	font-family: Tahoma;
	font-size: 11pt;
	font-weight: bolder;
	color: #B06614;
	text-decoration: none;
}

.navMenuItemSelected
{
	font-family: Tahoma;
	font-size: 11pt;
	font-weight: bolder;
	color: black;
	text-decoration: none;
}

.navMenuItem:hover
{
	font-family: Tahoma;
	font-size: 11pt;
	font-weight: bolder;
	color: #B06614;
	text-decoration: underline;
}

.TreeDiv
{
	border: 1px #5A3316 solid; 
	scrollbar-arrow-color: #BE8356; 
	scrollbar-track-color: #BE8356; 
	scrollbar-base-color: #BE8356;
	overflow: auto;
}

.ContentDiv
{
	border: 1px #5A3316 solid; 
	scrollbar-arrow-color: #BE8356; 
	scrollbar-track-color: #BE8356; 
	scrollbar-base-color: #BE8356;
	overflow-y: auto;
	overflow-x: hidden;
}

.TreeNode
{
	font-family: Arial;
	font-size:11pt;
	font-weight: bolder;
	padding-left: 3px;
	padding-right: 3px;
}

.TreeNodeSelected
{
	font-family: Arial;
	background-color: #B06614;
	color: White;
	padding-left: 3px;
	padding-right: 3px;
}

.LeafTreeNode
{
	font-family: Arial;
	font-size:10pt;
	padding-left: 3px;
	padding-right: 3px;
}

.MenuItemFont
{
	background-color: #F7941C;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #382922;
	cursor: hand;
	text-decoration: none;
}

.StaticMenuItem
{
	background-color: #F7941C;
	border-left: 1px solid #D5C7AD;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #382922;
	cursor: hand;
	text-decoration: none;
}

.StaticMenuItemHover
{
	background-color: #382922;
	border-left: 1px solid #D5C7AD;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #F7941C;
	cursor: hand;
	text-decoration: none;
}

.StaticMenuItemSelected
{
	background-color: #382922;
	border-left: 1px solid #D5C7AD;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #F7941C;
	cursor: hand;
	text-decoration: none;
}

.DynamicMenu
{
	background-color: #F7941C;
	border: 1px solid #D5C7AD;
}

.DynamicMenuItem
{
	background-color: #F7941C;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #382922;
	height: 25px;
	cursor: hand;
}

.DynamicMenuItemHover
{
	background-color: #382922;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #F7941C;
	height: 25px;
	cursor: hand;
}

.GridRow
{
	font-family: Arial;
	font-size: 11pt;
	color: Black;
	background-color: White;
	cursor: hand;
}

.GridRowAlter
{
	font-family: Arial;
	font-size: 11pt;
	color: Black;
	background-color: #EEE9DF;
	cursor: hand;
}

.GridRowSel
{
	font-family: Arial;
	font-size: 11pt;
	color: white;
	background-color: #382922;
	cursor: hand;
}

.GridHeader
{
	font-family: Arial;
	font-size: 10pt;
	color: white;
	background-color: #B06614;
	font-weight: bold;
}

