.TabbedPanels {
	margin: 0;
	padding: 0;
	width: 976px; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding:0px;
	height: 30px;
}

.TabbedPanelsTab {
	position: relative;
	background-image:url(../images/heading-bg.jpg);
	background-repeat:repeat-x;
	width:440px;
	height:30px;
	top: 1px;
	float: left;
	margin: 0px 2px 2px 0px;
	list-style: none;
	border: solid 1px #d4d4d4;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}

.TabbedPanelsTabHover {
	background-image:url(../images/h-bg-o.jpg);
	background-repeat:repeat-x;
	width:440px;
	height:30px;
}

.TabbedPanelsTabSelected {
	background-image:url(../images/h-bg-o.jpg);
	background-repeat:repeat-x;
	width:440px;
	height:30px;
	border:1px solid #d4d4d4;
	color:#900000;
}

.TabbedPanelsContentGroup {
	clear: both;
	border: 1px solid #d4d4d4;
	height:auto 100%;
	margin:0;
	padding:0px;
	/*padding-top:10px;*/
}

.TabbedPanelsContent {
	padding:8px;}

.TabbedPanelsContentVisible {
}

/*//////////////////////////////////// menu //////////////////////////////// */

.anylinkcss{
	position:absolute;
	visibility: hidden;
	border-width: 0px;
	font:normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
	width:190px;
	margin-top:-7px;
}

.anylinkcss a{
	width:190px;
	height:20px;
	display:block;
	border: 1px solid #CCCCCC;
	border-top: 0px solid #CCCCCC;
	padding-left:7px;
	text-decoration:none;
	text-align:left;
	background-color:#4d4d4d;
	color: #ffffff;
	white-space: nowrap;
	opacity: .85;
	filter: alpha(opacity=90);
}

.anylinkcss a:hover{
	background-color:#fff;
	color: #000000;
	white-space: nowrap;
	border: 1px solid #CCCCCC;
	border-top: 0px solid #CCCCCC;
	padding-left:7px;
	text-decoration:none;
}

.tdmenu{
	cursor:pointer;
	font-family: verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #004B6D;
	text-decoration:none;
	font-weight: normal;
}

/*///////////////////////////////////////// zoom image /////////////////////////////// */

.thumbnail{
position: relative;
z-index: 0;
margin:0 auto;
border:0;
}

.thumbnail:hover{
background-color: transparent;
z-index:5;
margin:0 auto;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #f5f5f5;
padding: 5px;
border: 1px solid #6e6e6e;
visibility: hidden;
color: black;
text-decoration: none;
margin:0 auto;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
margin:0 auto;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -20px;
left: 90px;
margin:0 auto;
/*position where enlarged image should offset horizontally */
}
