@charset "utf-8";
/* CSS Document */

#testdiv {
	background: url(macFFBgHack.png) repeat;
	
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	min-height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	display: none;
	z-index: 100;
}

* html #testdiv { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}



#testmid {
	width: 392px;
	heigh: 240px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: -196px;
	margin-top: -120px;
	
	z-index: 101;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	
}


* html #testmid { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

.bookmarkItem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006;
	height: 20px;
	display: table-cell;
	vertical-align: middle;
	background-color: #CCC;
	width: 100%;
	float: left;
	margin-bottom: 10px;
	cursor: pointer;
}
#rightContainer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 200px;
	float: left;
	margin-left: 30px;
}
#topContainer {
	width: 380px;
	margin-bottom: 20px;
	background-color: #808080;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
}
#bottomContainer {
	clear: left;
	width: 380px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #808080;
	text-align: right;
}
#mainContainer {
	padding: 5px;
	width: 380px;
	border: 1px dashed #CCC;
}
.bookmarkItem img {
	padding-right: 10px;
}

#leftContainer {
	width: 150px;
	float: left;
}