﻿#TreeTable
{
	width: 910px;
}

#TreeTableTree
{
	width: 260px;
}

#TreeTableContent
{
	width: 650px;
}

.SearchBox
{
	width: 200px;
	border: 1px solid #1C5379;
}

.Label
{
	font-weight: bold;
}

#TreeTableContent ul
{
	margin: 0 0 0 20px;
	padding: 0;
  list-style-image: url(../Images/ListStyleImage.gif);
  list-style-type: square;
}

#TreeTableContent ul li
{
	margin: 0;
	padding: 0;
}

.EditLink
{
	background-color: white;
	position: absolute; 
	top:0;
	left: 0; 
	font-size: 14px;
	color: Black;
	margin-left: 95%;
}

.EditLink:hover
{
	color: Red;
}

fieldset 
{ 
	border: 1px solid #1C5379;
	padding-left: 10px;
	padding-bottom: 10px;
}

legend
{
	margin-bottom: 10px;
	margin-left: 20px;
  padding: 2px 4px;
  border: 1px solid #1C5379;
  color: #1C5379;
}

.SeparatorCell
{
	border-bottom: 1px solid gray;
	padding: 4px 0;
}
	
.Code
{
	border: 1px solid #c2c2c2;
	background-color: #eeeeee;
	font-family: "Courier New", Courier, mono;
}

.Code pre, .Code pre p
{
	margin:  0;
	padding:  0;
}

.CodeBorder
{
  border: 1px solid #c2c2c2;
	margin-bottom: 10px;
}

.CodeForeground
{
	font-family: "Courier New", Courier, mono;
	font-size: 1em;
	background-color: #eeeeee;
	padding: 0 2px 0 2px;
	margin: 0;
}

.CodeBackground
{
	font-family: "Courier New", Courier, mono;
	font-size: 1em;
	background-color: #fff;
	padding: 0 2px 0 2px;
	margin: 0;
}

.CodeForeground strong, .CodeForeground b, .CodeBackground strong, .CodeBackground b 
{
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	color: #1C5379;
}

.CodeForeground em, .CodeForeground i, .CodeBackground em, .CodeBackground i 
{
	font-family: "Courier New", Courier, mono;
	font-style: italic;
}

.CodeInText
{
	font-family: "Courier New", Courier, mono;
	font-size: 1em;
}

#AttributePager a
{
	padding-right: 30px;
}

.LightNamespace
{
  color: gray;	
}

.CodeBox
{
  margin-top: 5px;	
}

.UIHint
{
  color: gray;	
}

.EntryForm label
{
  float: left;
  width: 25%;
  margin-right: 0.5em;
  padding-top: 0.2em;
  text-align: right;
  font-weight: bold;
}

.EntryForm input
{
	width: 300px;
}

.EntryFormButton
{
	margin-left: 233px;	
}

.Attention, .AttentionWithTree
{
  border: 2px solid #007CFF;
  padding: 10px;
  width: 885px;
}

.AttentionWithTree
{
	width: 585px;	
}

.ErrorList 
{
	margin-left: 20px;
	margin-top: 10px;
}

.ErrorList ul
{
	list-style-type: square;
	margin: 0;
	padding: 0;
}

.PleaseWait
{
  height: 32px;
  width: 500px;
  background-image: url(/Images/PleaseWait.gif);
  background-repeat: no-repeat;
  padding-left: 40px;
  line-height: 32px; 
}


