@media print
{
	.headercontainer,.pagination,input,select,.containernp
	{
		display:none;
	}
	
}
body {
  font: 100% 'Lucida Grande', Tahoma, Verdana, sans-serif;
  color: #404040;
  background: #0ca3d2;
}
table,td{
border:collapse;
}
div.headercontainer {
  font-size: 1.1em;
  font-weight: bold;
  color: #555; 
}
 div.headercontainer a {
 font-size:.8em;
 text-decoration:none;
}
div.headercontainer a:hover {
 text-decoration:underline;
}
div.container,div.containernp {
  position: relative;
  margin: 25px 10px;
  min-width:80%;
  padding: 10px 10px 10px;
  background: white;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
}
div.container:before ,div.containernp:before{
  content: '';
  position: absolute;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  z-index: -1;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}
select {
  margin: 5px;
  text-align:center;
  font-size:17px;
  height:25px;
  color: #404040;
  background: white;
  border: 1px solid;
  border-color: #c4c4c4 #d1d1d1 #d4d4d4;
  border-radius: 2px;
  outline: 5px solid #eff4f7;
  -moz-outline-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
}
input {
  font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
  font-size: 14px;
}
input[type=text], input[type=search],input[type=password]{
  margin: 5px;
  padding: 0 10px;
  width: 200px;
  height: 25px;
  color: #404040;
  background: white;
  border: 1px solid;
  border-color: #c4c4c4 #d1d1d1 #d4d4d4;
  border-radius: 2px;
  outline: 5px solid #eff4f7;
  -moz-outline-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
}
input[type=text]:focus, input[type=search]:focus,input[type=password]:focus {
  border-color: #7dc9e2;
  outline-color: #dceefc;
  outline-offset: 0;
}
input[type=button],input[type=submit],input[type=reset] {
  margin-right:5px;
  padding: 0 12px;
  height: 33px;
  font-size: 12px;
  font-weight: bold;
  color: #527881;
  text-shadow: 0 1px #e3f1f1;
  background: #cde5ef;
  border: 1px solid;
  border-color: #b4ccce #b3c0c8 #9eb9c2;
  border-radius: 16px;
  outline: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);
  -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
}
input[type=button]:active ,input[type=submit]:active,input[type=reset]:active{
  background: #cde5ef;
  border-color: #9eb9c2 #b3c0c8 #b4ccce;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}
#maintable
{

margin-bottom:7px;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
min-width:100%;
border-collapse:collapse;
}
#maintable td, #maintable th 
{
font-size:.9em;
border:1px solid #98bf21;
padding:3px 7px 2px 7px;
}
#maintable th 
{
font-size:.95em;
text-align:left;
padding-top:5px;
padding-bottom:4px;
background-color:#A7C942;
color:#ffffff;
}
#maintable tr.alt td 
{
color:#000000;
background-color:#EAF2D3;
}
#maintable a {
text-decoration:none;
}
#maintable a:hover {
text-decoration:underline;
}
div.pagination {
	padding:3px;
	margin:3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #ddd;
	text-decoration: none; 
	color: #88AF3F;
}
div.pagination a:hover, div.pagination a:active {
	border:1px solid #85BD1E;
	color: #638425;
	background-color: #F1FFD6;
}
#frmtable{
	width:100%;
	margin:5px 5px 5px 5px;
	border-collapse:collapse;
	font-size:.91em;
}
#frmtable td{
	border-collapse:collapse;
}
#frmtable select {
	font-size:.91em;
	width:222px;
	text-align:center;
}
#frmtable input[type=text] {
	width:200px;
	font-size:.91em
}
#viewtable{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
width:100%;
border-collapse:collapse;margin-bottom:5px;
}
#viewtable td.fieldname{
border:1px solid #98bf21;
font-size:15px;
padding-left:5px;
padding-right:4px;
padding-top:5px;
padding-bottom:7px;
background-color:#A7C942;
color:#ffffff;}
#viewtable td.norm{
font-size:13px;
border:1px solid #98bf21;
padding:5px 9px 4px 9px;
color:#000000;
background-color:#EAF2D3;
}