/******************************************
 * specify styles for tags        
 ******************************************/

BODY 
{
	font-family: Verdana, "Times New Roman", Times, serif;
	font-size: 13px;
	background-color: #FFFFFF;
}

A:link {  text-decoration: none;  color: #9E9E9E }
A:visited {  text-decoration: none; color: #9E9E9E }
A:hover, A:active { text-decoration: underline; color: #000000 }

H1 { font-size: 14pt; font-weight:bold; color:#DE4E08; margin-bottom:0; }
H2 { font-size: 14pt; font-weight:normal; color:#DE4E08; 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: Verdana, "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;}

/******************************************
 * 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;
}
