html 
{
	font-size: 11px;
	font-family: Verdana, Arial, Sans-Serif;
	height:100%;
}

body
{
	padding:0px;
	margin:0px;
}

td
{
	font-size: 11px; 
}

.sidebar
{
	background-color: #6D5749;
}

.tree
{
}

.nodeStyle 
{
	color:black;
	font-size:11px;
	font-family:Verdana, Arial, Sans-Serif;
	padding:2px;
	overflow:hidden;
}
.nodeHover 
{
	background-color:#F5EFD5;
	color:black;
	padding:2px;
}
.nodeSelected 
{
	background-color:#EFE3AD;
	color:black;
	padding:2px;
}

.orgNameLink
{
	font-weight: bold;
	font-size: 10px;
	padding:0px;
	margin:0px;
	color:Black;
	text-align:right;
	text-decoration:none;
	line-height:10px;
}

.formLink
{
	font-weight: normal;
	font-size: 10px;
	padding:0px;
	margin:0px;
	color:Black;
}

.formData
{
	font-weight:bold;
}

.formLabel
{
	font-weight: bold;
	padding:2px;
	background: #FBEFBF url(graphics/LabelFade.gif) no-repeat left top;
	color:Black;
	height:19px;
	border-bottom:1px solid #DED096;
	border-right:1px solid #DED096;
}

.formLabel_Dim
{
	font-weight: bold;
	padding:2px;
	background: #FBEFBF url(graphics/LabelFade.gif) no-repeat left top;
	color:darkgray;
	height:19px;
	border-bottom:1px solid #DED096;
	border-right:1px solid #DED096;
}
.formLabelTop
{
	font-weight: bold;
	padding: 6px;
	background: #E9D689 url(graphics/TopBar.gif) repeat-x left top;
	height: 19px;
}
.formTopBarMatchBorder
{
	background: transparent url(graphics/TopBarBorder.gif) repeat-x left bottom;
}

.formLabelBar
{
	font-weight: bold;
	padding: 6px;
	background: #E9D689 url(graphics/RollBar.gif) repeat-x left top;
	height: 19px;
}

.formEdit
{
	border: silver 1px solid;
	font-weight: normal;
	font-size: 11px; 
	font-family: Verdana, Arial, Sans-Serif;
	color: Black;
	background-color: white;
	text-decoration: none;
	padding:2px;
	height:19px;
}

.formEdit_RO
{
	border: silver 1px solid;
	font-weight: normal;
	font-size: 11px; 
	font-family: Verdana, Arial, Sans-Serif;
	color: Black;
	background-color: white;
	text-decoration: none;
	padding:2px;
	height:19px;
}

.formBrowse
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: normal;
	color: Black;
	text-decoration: none;
	padding:2px;
}

.formImgButton
{
	background: url(graphics/btnTab.gif) no-repeat left top;
	margin-top:1px;
	margin-bottom:1px;
	width:104px;
	height:21px;
	text-align:center;
	line-height:18px;
	text-decoration:none;
	font-weight:bold;
	color:Black;
}
.formImgButton_Sel
{
	background: url(graphics/btnTabSel.gif) no-repeat left top;
	margin-top:1px;
	margin-bottom:1px;
	width:104px;
	height:21px;
	text-align:center;
	line-height:18px;
	text-decoration:none;
	font-weight:bold;	
	color:Black;
}

.errorText
{
	color:Red;
}
.scrolling
{
	overflow: auto;
}

.resultList 
{
}

.resultList_alt
{
	background-color: #FBEFBF;
}

.resultList_sel, .resultList_alt_sel
{
	background-color: #E9D689;
}

.resultHead
{
	color:Black;
	font-weight:bold;
	padding:2px;
	background-color: #E9D689;
	border-bottom:1px solid #DED096;
	border-right:1px solid #DED096;
}
.resultHead td, .resultHead th
{
	border-bottom:1px solid #DED096;
	border-right:1px solid #DED096;
	font-size: 11px;
	font-family: Verdana, Arial, Sans-Serif;
}

.resultHead_Dim
{
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;
	padding-bottom: 2px;
	color: darkgray;
	padding-top: 2px;
	background-color: #E9D689;
	border-bottom:1px solid #DED096;
	border-right:1px solid #DED096;
}

.mainArea
{
	background-color: #FAF4E0;
}

.mainAreaCell
{
	border:0px;
}

.calTitles
{
	font-weight:bold;
	background-color: #E9D689;
	padding:2px;
}
.calDays 
{
	text-decoration:none;
}
.calOtherDays
{
	background-color: #FBEFBF;
	text-decoration:none;
}
.calSelDay
{
	background-color: #E9D689;
	text-decoration:none;
}

