/* CSS Document */

/*Default style for SPAN icons. Edit if desired: */
.iconspan{
float: right;
margin: 3px;
cursor:hand;
cursor:pointer;
font-weight: bold;
}

/*CSS used to style the examples. Remove if desired: */

.eg-bar{
font-weight: bold;
/* border: 1px solid black; */
padding: 3px;
font-size:12px;
font-family:Tahoma;
color:#000000;
WORD-WRAP: break-word;
overflow:hidden;
border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

div.eg-bar{
width: 500px;
}

.icongroup1{
width: 500px;
}

.style1TalkBack {
	font-family: Tahoma;
	font-size: 12px;
	display:none;
	WORD-WRAP: break-word;
	overflow:hidden;
}

div.handcursor{
cursor:pointer;
}

.style3TalkBack {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.Style4TalkBack {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color:#333333;
}
.TalkBackTable {
	width: 472px;
	margin-bottom:3px;
	}



