/* Bookmark Log Stylesheet 08/20/06 */ 
/* $Id: style.css 361 2007-01-22 01:15:35Z psicom $

/* Standard Tags */ 

.treeRow
{
	font-family: helvetica, verdana, times new roman;
	height: 23px;
}

.trigger
{
	cursor: pointer;
	cursor: hand;
}

.branch
{
	display: none;
	margin-left: 16px;
}

BODY
{
  font-weight: normal; 
  font-size: 10pt;
  font-family: helvetica, verdana, times new roman; 
  font-variant: normal;
  font-style: normal;
}

TD.Bold
{
  font-weight: bold;
  font-size: 10pt;
  font-family: helvetica, verdana, times new roman;
  font-variant: normal;
  font-style: normal;
}

TD
{
  font-weight: normal;
  font-size: 10pt;
  font-family: helvetica, verdana, times new roman;
  font-variant: normal;
  font-style: normal;
}

INPUT
{
  font-weight: normal;
  font-size: 10pt;
  font-family: helvetica, verdana, times new roman;
  font-variant: normal;
  font-style: normal;
}

TEXTAREA
{
  font-weight: normal;
  font-size: 10pt;
  font-family: helvetica, verdana, times new roman;
  font-variant: normal;
  font-style: normal;
}

.bookmarkTitle
{
	font-size: 12pt;
	font-weight: bold;
}

/* Commenting out color for now since it overrides calendar style.
A:link {color:blue; text-decoration:none;}
A:visited {color:blue; text-decoration:none;}
A:hover {color:blue; text-decoration:underline;}
*/
A:link {text-decoration:none;}  
A:visited {text-decoration:none;}
A:hover {text-decoration:underline;}

/* Custom Classes */ 

table.bookmarks
{
 /* font-family: Tahoma, Arial, Helvetica, sans-serif;*/
  font-size: 11px;
  border:#8F8F8F;
  border-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  background-color:lightgrey;
}

td.bookmarks
{
  font-weight: normal;
  font-size: 10pt;
  font-family: helvetica, verdana, times new roman;
  font-variant: normal;
  font-style: normal;
}

// For filter box 12/19/06
table.sample {
	border-width: 1px 1px 1px 1px;
	border-spacing: 6px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	border-collapse: separate;
	background-color: rgb(255, 255, 240);
}
table.sample td {
	border-width: 2px 2px 2px 2px;
	padding: 1px 1px 1px 1px;
	border-style: hidden hidden hidden hidden;
	border-color: white white white white;
	background-color: rgb(255, 255, 240);
	-moz-border-radius: 0px 0px 0px 0px;
}

.error
{
	color:red;
}

.text
{
	color:black;
}

.footer-hr {
	border: 0;
	color: #EEEEEE;
	background-color: #EEEEEE;
	height: 10px;
}

.tagLink:link {color:blue; text-decoration:none;}
.tagLink:visited {color:blue; text-decoration:none;}
.tagLink:hover {color:blue; text-decoration:underline;}

.bookmarkTagLink:link {color:#8F8F8F;text-decoration:none;}
.bookmarkTagLink:visited {color:#8F8F8F;text-decoration:none;}
.bookmarkTagLink:hover {color:#8F8F8F;text-decoration:underline;}

a.bookmarkURL:link {font-size:15px; font-weight:bold; color:blue; text-decoration:none;}
a.bookmarkURL:visited {font-size:15px; font-weight:bold; color:blue; text-decoration:none;}
a.bookmarkURL:hover {font-size:15px; font-weight:bold; color:black; text-decoration:underline;}
a.bookmarkURL:active {font-size:15px; font-weight:bold; color:blue; text-decoration:underline;}

div.bookmarkTagNoSearch
{
	color:#8F8F8F;
	background:white;
	display:inline;
}

div.bookmarkTagSearch
{
	color:#8F8F8F;
	background:lightyellow;
	display:inline;
}

div.bookmarkTagBlue
{
  color:blue;
  background:white;
  display:inline;
}

// title matches search string 012007
div.bookmarkTagBlueMatch
{
	color:blue;
	background:lightyellow;
	display:inline;
}

TD.toolTip
{
  font-family: Tahoma, Arial;
  font-size: 11px;
  color: black;
}

Table.toolTip
{
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 11px;
  border:#8F8F8F;
  border-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  background-color:#DFDFDF;
}

.hitCount
{ 
  display:inline;   
  background-color:lightgreen;
  font-size: 15px;
  font-weight: bold;
}

.httpStatus
{
  display:inline;
  background-color:lightBlue;
  font-size: 15px;
  font-weight: bold;
} 

.httpStatusNot200
{
  display:inline;
  background-color:red;
  font-size: 15px;
  font-weight: bold;
}

.bookmarkDateHeader
{
	background-color:lightgrey;
  font-size: 15px;
  font-weight: bold;
}

.bookmarkPublic
{
  display:inline;   
  background-color:pink;
  font-size: 15px;       
  font-weight: bold;
}

.toolTipIndicator
{
  display:inline;
  background-color:#FFC45F;
  font-size: 15px;
  font-weight: bold;
}
