html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd,q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
strong { font-weight: bold;}
body {
	line-height: 1em;  
	background: #fff;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}	
	
ol, ul { list-style: none }
	
table { border-collapse: separate;  border-spacing: 0 }

a { color: #000 }

h3#xml_dec_nav {
	clear: both;
	padding: 15px 0;
	font-size: 1.2em;
	font-weight: bold;
	float: left;
}

#xml_wrapper { width: 960px; margin: 0 auto }

	#xml_wrapper table { margin-top: 20px;width: 100%; font-size: 1em; }
	
	#xml_wrapper table td { padding: 5px;margin: 0 10px 0 0 }
	
#xml_wrapper table th {
	text-align: left;
	background: #0065A8;
	color: #410000;	
	padding: 5px;
	font-weight: bold;
	cursor: pointer;
}

	#xml_wrapper table th:first-child { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px }
	#xml_wrapper table th:last-child { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px }

 .th_hover { color: #ccc}
 
 
 .headerSortDown,.headerSortUp { color: #fff !important }
 
ul#xml_nav { float: left; margin:8px 0 0 22px }

	ul#xml_nav li {
		float:left;
		margin-right: 8px;
		background: #0065A8;
		padding:5px 8px;
		font-size: 12px; color: #fff;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
	}
		ul#xml_nav li a { text-decoration: none; color: #fff; }
		
			ul#xml_nav li a:hover {}
			
#preload_xml {
	height:100px;
	left:50%;
	position:absolute;
	top:30%;
	width:200px;
	z-index:9999;
}
	#preload_xml img {
		display: block;
		margin: 0 0 15px 35px;
		
	}			
			
/* These have ties to XML.js */ 
	.xml_nav_hit { background: #fff !important }
	.xml_nav_hit a { color: #000 !important }
	 
	 /*For zebra stiping in table*/		
	 /* NOTE: This does not work as intended with filtering */	
	.odd {}
	.even {}

.stripe { background: #eee !important}