/******************************************
 * specify styles for tags        
 ******************************************/

BODY 
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	background-color: #FFFFFF;
}

A:link {  text-decoration: none;  }
A:visited {  text-decoration: none; }
A:hover, A:active { text-decoration: underline; color: #CC0000 }

H1 { font-size: 14pt; font-weight:bold; color:#000080; margin-bottom:0; }
H2 { font-size: 14pt; font-weight:normal; color:#000080; margin-bottom:0; }
H3 { font-size: 14pt; font-weight:normal; margin-bottom:0; }

/******************************************
 * these are all for Netscape's benefit because it
 * ignores the BODY font-family
 *****************************************/

TD 
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
 }

/******************************************
 * generic classes                 
 ******************************************/

.AdminPanel
{
	background-color:#E0E0E0;
	padding: 5;
	border-width:2;
	border-style:solid;
	border-color:#000000;
}

.HeadlinePanel
{
	background-color:#DE4E08;
	color:#FFFFFF;
	font-weight:bold;
	border-width:2;
	border-style:solid;
	border-color:#DE4E08;
	font-variant:small-caps;
}

.TipPanel
{
	background-color:#FFFFCC;
	border-color:#DE4E08;
	border-style:solid;
	border-width:1;
	padding: 5;
}


.OrangeButton:link, .OrangeButton:hover, .OrangeButton:visited, .OB:link, .OB:hover, .OB:visited
{
  border: 1px solid;
  border-color: #ffc8a4 #7d3302 #3f1a01 #ff9a57;
  padding: 0px 3px;
  font: bold 10px Verdana,sans-serif; 
  color: #FFF;
  background: #F60;
  text-decoration: none;
  margin: 0;
  vertical-align: middle;
}

.Note {font-size: 11px}
.NoteColor {font-size: 11px;color:#DE4E08;}
.Large {font-size: 14pt}
.Disabled {color:#888888;}
.SnippetBorder {display:block; position: relative; border: white 1px dashed; padding: 0px; margin: 0px;}
.SnippetButton {display:inline; position: absolute; left:2px; top:-15px;}
.SnippetButtonSide {display:inline; position: absolute; left:-13px; top:2px;}
.SnippetButtonInside {display:inline; position: absolute; left:2px; top:2px;}
.Message {color:#FF0000; font-size:14px; font-weight:bold;}
.SearchSummary {margin-left:20px; margin-top:0px; margin-bottom:0px; }

/******************************************
 * this next line is used in BrowserHints user control
 * to hide a message warning them that their 
 * browser doesn't support CSS
 *****************************************/
.Ahem {display:none;}

.CommentsHeader
{
	border: solid 1px silver;
	padding: 5px;
	font-weight: bolder;
}

.CommentTitle
{
	font-weight: bold;
}

.Comment
{
	margin-left: 20px;
}

.CommentDetails
{
	border-top: dashed 1px silver;
	padding-top: 6px;
	font-size: 10px;
	color: Gray;
	margin-left: 20px;
}

.RMenu {
 color:#666666;
 font-size: 11px;
 text-decoration: none;
}
.RMenu:hover {
 color:#ff6600;
 text-decoration: none;
}
.RMenuFOCUS {
 color:#666666;
 font-weight: bold;
 font-size: 11px;
 text-decoration: none;
}

/* TreeView */
.clsTreeView { background-color:White; padding-top:4px; padding-left:1px; cursor:default; border: dashed 1px silver; }
.clsTreeNode { padding-top:2px; padding-bottom:1px; padding-left: 3px; padding-right: 3px; }
.clsGrayedTreeNode { padding-top:2px; padding-bottom:1px; padding-left: 3px; padding-right: 3px; color:gray; cursor:default; }
.clsHoverTreeNode { text-decoration:none; padding-top:2px; padding-bottom:1px; padding-left: 3px; padding-right: 3px; cursor: default; }
.clsSelectedTreeNode { background-color: #ffff99; color:#000000; padding-top:2px; padding-bottom:1px; padding-left: 3px; padding-right: 3px; cursor: default; }
.clsNodeEdit { border:1px gray solid; }
.clsHoverNodeRow { background-color:#dddddd; cursor: default; }
.clsSelectedNodeRow { background-color:#ffff99; cursor: default; }
.clsAddNewNode { color:#ff0000; font-weight:bold; padding-top:2px; padding-bottom:1px; padding-left: 3px; padding-right: 3px; }
