﻿/* KLC - some images need to be printed so we'll have to find a way to hide those we want to hide 
img 
{
  display: none;
  width: 0px;
  height: 0px;
  visibility: hidden;
	
}*/
img 
{
	border: 0;
}
table
{
	border: solid 1px gray;
}
table td
{
	border: solid 1px gray;
	text-align: center;
}
table th
{
	border: solid 1px gray;
}
#blocknav, #copyright, #footer, #header, #logo, #registereduser, .hideprint 
  {
  display: none;
  width: 0px;
  height: 0px;
  visibility: hidden;
}

.outercontainer {
	padding: 2%;
	display: block;
}
.container-1c 
{
	float: left;
	width: 32%;
	border: solid 1px gray;
}		
.container-1c-left 
{
	float: left;
	width: 32%;
	height: 100%;
	border: solid 1px gray;
}	

.container-1c-right 
{
	float: right;
	width: 32%;
	height: 100%;
	min-height: 50em;
	border: solid 1px gray;
}
.container-2c 
{
	float: left;
	width: 62%;
	height: 100%;
	min-height: 50em;
	border: solid 1px gray;
}
.container-2c-left 
{
	padding: 0% 2% 0% 0%;
	float: left;
	width: 62%;
	height: 100%;
	border: solid 1px gray;
}
.container-2c-right 
{
	float: right;
	width: 62%;
	height: 100%;
	min-height: 33em;
	border: solid 1px gray;
}

.container-3c {
	float: left;
	padding: 1%;
	width: 96%;
	height: 100%;
	border: solid 1px gray;
}

	
