﻿/*Reset Style*/
body {
	background: #fff;
	color: #000;
	font-size: 12pt;
	line-height: 150%;
	border: 0px;
	margin: 0px;
	margin-left: 50px;
}
hr {
	color: #ccc;
	background-color: #ccc;
}
h1, h2, h3, h4, h5, h6, code, pre {
	color: #000;
	text-transform: none; /* because sometimes I set all-caps */
}
h1, h2, h3, h4, h5, h6 {
	font-size: 12pt;
}
h1 {
	margin-top: 1em;
}
code, pre {
	font-size: 8pt;
	background-color: transparent;
    /* just in case the user configured browser to print backgrounds */
}
blockquote {
	background-image: none;
    /* though they may not print, I’d rather be sure */
}
a:link, a:visited {
	text-decoration: underline;
	color: #520;
}
#Content a:after {
	/* select links in the content area only */
    content: " [" attr(href) "] ";
	text-decoration: none;
	display: inline;
}
/* Show URL */
/*a:link:after, 
a:visited:after { 
	content: " (" attr(href) ") "; 
	font-size: 90%; 
}

a[href^="../"]:before { 
	content: " (http://www.tvielectronics.com/" attr(href) ") "; 
}
*/
abbr:after, acronym:after {
	/* some HTML4 love */
    content: " (" attr(title) ") ";
}
.ui-tabs .ui-tabs-panel {
	display: block !important;
}
/*Remove Element*/
.style4, #table4, #botdivider, .sociallinks, #fbplug, #extGrid, #extGrid_lcdspec, #search-site, .widgets {
	display: none;
}
