body {
	background: 		#FFFFFF url(../images/gradient.gif) repeat-x;
	margin-left:		0;
	margin-right:		0;
	margin-top:			80;
	margin-bottom:		0;
}
a {
	color: #000000;
}

.menulink {
	color:				#FFFFFF;
	text-decoration:	none;
}

.menutr {
	font-family:		arial;
	font-size:			10pt;
	color:				#ffffff;
	font-weight:		700;
	cursor:				hand;
	text-align:			center;
}

.overlay {
	width:				100%;
	height:				100%;
	left:				0;
	top:				0;
	background-color:	#000000;
	position:			absolute;
	display:			block;
	z-index:			3;
	filter:				progid:DXImageTransform.Microsoft.alpha(opacity=70);
	opacity: 			0.7;
}

.bullet {
	color:				#66CD00;
	font-size:			16pt;
	margin-right:		3pt;
}

.pixel-right {
	background: 		url(../images/pix808080.gif) repeat-y scroll right top
}
.tr-left {
	border:				none;
}
.td-right-container {
	border-left:		none;
	border-top:			1px solid #808080;
	border-bottom:		1px solid #808080;
	border-right:		1px solid #808080;
	padding:			0;
	background-color:	#F9F9F9;
}
.td-right-container-fullbox {
	border:				1px solid #808080;
	padding:			0;
	background-color:	#F9F9F9;
}
.td-right-container-nobottom {
	border-left:		1px solid #808080;
	border-top:			1px solid #808080;
	border-bottom:		none;
	border-right:		1px solid #808080;
	padding:			0;
	background-color:	#F9F9F9;
}
.td-right {
	border:				none;
	padding:			20pt;
	background-color:	#F9F9F9;
	font-family:		arial;
	font-size:			10pt;
	color:				#000000;
	line-height:		20pt;
}

.item-title {
	display:			block;
	border-bottom:		1px solid #808080;
	padding-bottom:		5pt;
	margin-bottom:		15pt;
	font-family:		arial;
	font-size:			12pt;
	color:				#000000;
} 


.title-bar {
	border-left:		1px solid #808080;
	border-top:			1px solid #808080;
	border-bottom:		none;
	border-right:		1px solid #808080;
	padding:			10px;
	background-color:	#EEE598;
	font-family:		arial;
	font-size:			20px;
	color:				#000000;
}
.search-bar {
	border-left:		1px solid #808080;
	border-top:			1px solid #808080;
	border-bottom:		1px solid #808080;
	border-right:		1px solid #808080;
	padding:			2px;
	background-color:	#FFFFFF;
	font-family:		arial;
	font-size:			12px;
	color:				#000000;
	text-align:			right;
}
.search-result {
	border-left:		1px solid #808080;
	border-top:			none;
	border-bottom:		1px solid #808080;
	border-right:		1px solid #808080;
	padding:			5px;
	background-color:	#F9F9F9;
	font-family:		arial;
	font-size:			12px;
	color:				#000000;
}

.td-item-link {
	border-left:		1px solid #808080;
	border-top:			1px solid #808080;
	border-right:		1px solid #808080;
	padding:			8pt;
	background-color:	#DDDDDD;
	font-family:		arial;
	font-size:			10pt;
	white-space:		nowrap;
	text-decoration:	underline;
	color:				#0000BB;
}
.td-item-link-hover {
	border-left:		1px solid #808080;
	border-top:			1px solid #808080;
	border-right:		1px solid #808080;
	padding:			8pt;
	background-color:	#CCD3E4;
	font-family:		arial;
	font-size:			10pt;
	white-space:		nowrap;
	cursor:				hand;
}
.td-item-selected {
	border-left:		1px solid #808080;
	border-top:			1px solid #808080;
	border-right:		none;
	padding:			8pt;
	background-color:	#F9F9F9;
	font-family:		arial;
	font-size:			10pt;
	font-weight:		700;
	color:				#000000;
	white-space:		nowrap;
}
