TABLE.details{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:2px;
}
/*Bookmark Style
/* set general menu settings */
	.bookmarks * {
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-decoration:none;
	list-style-type:none;
	font-family: tahoma;
	font-size: 11px;
	}

/* set styles for container div */
	.bookmarks {
	float: right;
	width: 100%;
	height: 22px;
	font-size: 11px;
	position:relative;
	z-index:100;
	}

/* set styles images */
	.bookmarks img {
		border:0px;
		vertical-align: middle;
	}

/* set styles for container div */
	.bookmarks a, .bookmarks {
	display: block;
	font-size: 11px;
	background-color: #ffffff;
	}


/* set style for main button */
	#topLI {
	color: #F4FFE4;
	background-color: #5C743D;
	cursor: default;
	width: 100%;
	height: 30px;
	text-indent: 4px;
	line-height: 28px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #D5EDB3;
		}

/* set style for links in the popup*/
	#bookmarkContainer a, #bookmarkContainer a:visited {
	color:#993300;
	width:100%;
	background-color: #D5EDB3;
	}
	
	#bookmarkContainer a:hover {
	background-color: #F4FFE4;
	color: #000000;
	font-style: oblique;
	}

/* set style for popup container */
	#bookmarkContainer {
	visibility:hidden;
	position:absolute;
	top:28px;
	width: 210px;
	height: 187px;
	background-color: #D5EDB3;
	border: #5C743D 3px solid;
	overflow: visible;
	color: #993300;
	}

	#bookmarkContainer .top {
	padding-top: 2px;
	color: #993300;
	font-weight: bold;
	height: 20px;
	border-bottom: #5C743D 2px solid;
	background-color: #D5EDB3;
	}

	.bookmarkLinkLeft a {
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 1px;
	color: #993300;
	}

	.bookmarkLink a {
	padding-top: 3px;
	padding-bottom: 1px;
	color: #993300;
	}

	.iehacks {
		padding-top:2px;
	}
