/*
// ------------------------------------
// Global settings
// ------------------------------------
*/
html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, ol, jul, jli, form, fieldset, legend, label, jtable, header, footer, nav, section, jtr, td
{ 
	margin: 0; 
	padding: 0;
	border: 0;
}

html
{
	jbackground-color:#e6e7e9;
	jbackground-color:#ff0000;
	height:100%;
	min-height:100%;
	
	line-height:1.2;
	font-weight:normal;
	font-family: CiscoSans, sans-serif;
	jfont-weight:200;
	color:rgb(76,76,76);
	/* text-shadow: 0 0px 0 #ffffff; */	/* required to turn off text-shadow added by jQuery CSS */
}

body
{
	height:100%;
	min-height:100%;
	jfont-weight:200;
}

a
{
	/* text-decoration: none; */
	color:inherit;
}
/*
Including this causes anchor tag button rollovers to darken.
a:hover, a:focus
{
	jcolor:#008dd4;
	color:inherit;
	jtext-decoration:underline;
}
*/

img
{
	/*
	On iOS, this setting prevents images from showing if the container has no size (like a table cell with nothing other than an image)
	max-width: 100%;
	*/
	height: auto;
	border: 0;
	outline: 0;
}

svg
{
	pointer-events: none;
}

.acg
{
	jline-height:initial !important;
	line-height:1.2 !important;
	jfont-size:0.9em;
}

.acg td
{
	vertical-align:middle;
}

.acg p
{
	margin-bottom:1em;
}
