/* CSS Print Document */

/* Start of general template print CSS*/
#sliver, table#awt-header, table#awt-topNav, td#awt-left-col, p.awt-crumbs, td#awt-right-col, table#awt-bottom-nav, table#awt-copyright {
	display: none;
}

body {margin: 0; font-family: "Times New Roman", Times, Garamond, serif;}

h1
{
	background-color: #fff;
	color: #000;
	font-size: 16pt;
	line-height: 16pt;
	padding: 0;
}

h2
{
	font-size: 14pt;
	line-height: 14pt;
	padding: 0;
}

h3 {
	font-size: 12pt;
	line-height: 12pt;
	padding: 0;
}

#awt-middle-col 
{
	font-size: 11pt;
	line-height: 14pt;
	width: auto
}

/*#awt-middle-col a:link:after, #awt-middle-col a:visited:after {
   content: " (" attr(href) ") ";
}*/
/* End of general template print CSS*/

/* Styles for print css for tbstriping data tables with javascript stripes.js */
table.tbstriped0,
table#tbstriped,
table#tbstriped2,
table#tbstriped3  { border: 1px solid #666; }
		
table.tbstriped0 tbody tr th, 
table#tbstriped tbody tr th,
table#tbstriped2 tbody tr th,
table#tbstriped3 tbody tr th
{
	background-color: #fff;
	font-size: 12pt;
	color: #000;
	text-align: left;
	padding: 3px 8px;
}

table.tbstriped0 th, 
table#tbstriped th,
table#tbstriped2 th,
table#tbstriped3 th  { border: 1px solid #D9D9D9; }

table.tbstriped0 tr td,
table#tbstriped tr td,
table#tbstriped2 tr td,
table#tbstriped3 tr td
{
	font-family: "Times New Roman", Times, Garmond, serif;
	font-size: 12pt;
	padding: 3px 8px;
	background: #fff;
}

table.tbstriped0 tbody td,
table#tbstriped tbody td,
table#tbstriped2 tbody td ,
table#tbstriped3 tbody td  {
	border: 1px solid #D9D9D9;
}
/* End of print css for tbstriping data tables with javascript stripes.js*/
.buttonstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #66CCCC;
	vertical-align: middle;
	border: dotted;
}
.fieldnames {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	background-color: #FFFFCC;
	vertical-align: middle;
	border: groove;
}
.buttonf {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	background-color: #FFFFCC;
	border: groove;
}

