/*body {position:relative;}*/
/*thead.fixed { width:100%; position:fixed; top:11px; background-color:#ffffff; }
 tbody.scrolling { width:100%; overflow-y: auto; }*/

/*table {table-layout:fixed;}*/
td { /*word-break:break-all; word-wrap: break-word; */
	text-align: left;
	font-family: arial, helvetica, sans-serif;
	color: #000000;
	font-size: 9px;
}

.chart_symbol {
	text-align: center;
	font-size: 10px;
}

.product_photo_container {
	text-align: left;
	background-color: #ffffff !important; /* width:64px; */
}

.product_photo_container img {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.power_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #336699
}

.power_copy_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-transform: capitalize;
	color: #336699;
	font-weight: normal
}

.subtitles {
	text-align: left;
	color: #ffffff;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	padding-left: 12px;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #ffffff;
	text-shadow: #333333 0px -1px 1px; /*,  #333399 0px 1px -1px;*/
}

.subtitles a {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}

.subtitles a:hover {
	color: inherit;
	text-decoration: inherit;
	text-shadow: #333333 -1px 1px 1px;
}

.subtitles a:link {
	font-size: 10px;
}

.datasheet_titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333366;
}

.datasheet_subtitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal
}

.datasheet_subtitles_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	color: #003366
}

.underline {
	text-decoration: underline
}

.datasheet_icons {
	border-style: none;
	border-width: 0px;
}

.row0 {
	background-color: #ffffff !important;
}

.row0 td {
	background-color: #deeeff !important;
}

.row1 {
	background-color: #deeeff !important;
}

.row1 td {
	background-color: #ffffff !important;
}

.category_title_bar {
	background-color: #66ccff;
}

/* define height and width of scrollable area. Add 16px to width for scrollbar */
div.chart_container { /*clear: both;*/
	/* border: 1px solid #963; */
	width: 714px;
	position: relative;
	padding: 0px;
	margin: 0px;
	/*overflow-y: scroll;
	 overflow-x:auto;*/
	/*width: 756px*/
	/*border-style:groove;
	 border-width:4px;
	 border-color:#fefefe;
	 border-bottom-width:0px;
	 border-bottom-style:none; */
}

div.list_container {
	width: 710px;
	position: relative;
	overflow-y: scroll;
	padding: 0px;
	margin: 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	/* border-top-width:0px;
	 border-top-style:none; */
}

.chart_container th {
	background-color: #336699;
}

.chart_nav_anchor_line {
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	border-width: 0px;
	/* border-top-width:1px; */
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #6666cc;
	word-break: normal;
	word-wrap: normal;
}

.chart_nav_header {
	display: inline;
	margin: 0px;
	padding: 0px;
	float: left;
	vertical-align: middle;
}

.chart_nav_top_link {
	font-size: 8px;
	display: inline;
	float: right;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}

#selector_control td {
	font-size: inherit;
	font-family: inherit;
}