html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, em, img, dl, dt, dd, ol, ul, li, fieldset, form, label, legend
{
	margin: 0;
	padding: 0;
	border: 0;
}

html, body
{
	height: 100%;
	width : 100%;
}
html * {
	margin:0;
	padding:0;
}
body
{
	/*font-family: Helvetica,sans-serif;*/
	font: 13px / 22px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	color: #2c2c2c;
	text-align: left;
	width: 100%;
	height: 100%;
	background: #FFF url('../gfx/tiny_grid.png') repeat;
}

h1
{
	margin: 15px 0 20px 0;
}
h1.mainTitle{width:450px;margin:0 auto;padding-bottom:13px;text-align:center;}
.clear
{
	height: 1px;
	overflow: hidden;
	margin-top: -1px;
	clear: both;
}

/* hide from ie6 and under*/
.page-wrap
{
	position: relative; /* needed for footer positioning*/
	margin: auto;
	width: 100%;
	min-height: 100%; /* real browsers */
	height : 100%;
}
.content-wrapper
{
	width: 100%;
	position:relative;
	
}
.content-wrapper.marker
{
	width :100% !important;
}

.content-wrapper .content
{
	float: left;
	margin-left: 0px;
	padding: 0;
	width : 100%;
	position:relative;
}

p.green-red { margin-left:100px;float:left;display:block;width:15px;line-height:22px;padding-left:20px;background:url('../gfx/green-red-dots.png') no-repeat 0 0; }
p.green-red.red { background-position:0 -22px; }
p.lastQuery {font-size:10px;float:left}

.IDStamp
{
	float:left;
}
.hidden {display:none} 
.panel-wrap { position:relative;width:100%;padding:8px 0 0 0;margin:0;}

.mainTitle,p.box,.panelBox, .panel,.panelBig {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px; 
}
.shaddow  {
	-webkit-box-shadow: 0 3px 6px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0 3px 6px rgba(50, 50, 50, 0.5);
	box-shadow:         0 3px 6px rgba(50, 50, 50, 0.5);
}

.redBg,.redBg * {background-color:red !important;}
.redDarkbg, .redDarkbg * {background-color: #800000 !important;}

.leftNavWrapper
{
	background: #ccc;
	float: left;
	z-index: 30;
	-webkit-font-smoothing: antialiased;
	/*border-right: 1px solid #d1d1d1;*/
	width: 193px;
	background: url('../gfx/menuNav.png') top right;
	height: 100%;
}

.leftNav
{
	margin-top: 5px;
	background: #ccc;
	width: 193px;
	background: url('../gfx/menuNav.png') top right;
}
.leftNav .logos
{
	margin-left:8px;
	padding-top:10px;
	width:150px;
}
.leftNav .logos img
{
	margin:15px 0 0 10px;
	display:block;
	float:left;
}
.leftNav.closed ul li a
{
	visibility: hidden;
}

.leftNav ul
{
	/*width: 152px;*/
	padding-right:11px;
	overflow: hidden;
}

.leftNav ul li
{
	list-style: disc;
	margin: 0 0 0 22px;
}

.leftNav ul li a
{
	color: #000;
	display: block;
	padding: 7px 0 7px 0;
	text-transform:uppercase;
}

.angleLeft {
	transform: rotate(-16deg) scale(1) skew(1deg) translate(0px);
	-webkit-transform: rotate(-16deg) scale(1) skew(1deg) translate(0px);
	-moz-transform: rotate(-16deg) scale(1) skew(1deg) translate(0px);
	-o-transform: rotate(-16deg) scale(1) skew(1deg) translate(0px);
	-ms-transform: rotate(-16deg) scale(1) skew(1deg) translate(0px);
}
