/* 
	TagBox table styles
	
*/
table.sample {
  border-collapse: collapse;
  border: 1px solid #999999;
  font: normal 10px verdana;
  color: #000000;
  /*background: #92C428;*/
  }
table.sample caption {
  padding: 0 0 5px 0;
	width: 700px;	 
	font: italic 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
  }
table.sample td {
    border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;	
  }
  table.sample th {
  font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(images/bg_header.jpg) no-repeat;
}

table.sample tbody td a {
  background: transparent;
  text-decoration: none;
  font-weight:bold;
  font: 11px verdana;
  color: #03476F;
  }
table.sample tbody td a:hover {
  background: transparent;
  font-weight:bold;
  color: #03476F;
  }
table.sample tbody th a {
  font: normal 11px verdana;
  background: transparent;
  text-decoration: none;
  font-weight:bold;
  color: #03476F;
  }
table.sample tbody th a:hover {
  background: transparent;
  color: #03476F;
  }
table.sample tbody th { 
  vertical-align: middle;
  text-align: left;
  
  }
  table.sample tbody td {
   font: normal 11px verdana;
  }
  
  table.sample td.alt {
	background: #F5FAFA;
	color: #797268;
}
  
  table.sample th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

table.sample th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 10px  Verdana, Arial, Helvetica, sans-serif;
}

table.sample th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}

<!--===========================================================================
-->

table.sample1 {
  border-collapse: collapse;
  border: 1px solid #999999;
  font: normal 10px verdana;
  color: #000000;
  /*background: #92C428;*/
  }
table.sample1 caption {
  padding: 0 0 5px 0;
	width: 700px;	 
	font: italic 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
  }
table.sample1 td {
    border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 5px 5px 5px 10px;
	color: #4f6b72;	
  }
  table.sample1 th {
  font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
/*	text-transform: uppercase;
	text-align: left;
*/	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(images/bg_header.jpg) no-repeat;
}

table.sample1 tbody td a {
  background: transparent;
  text-decoration: none;
  font-weight:bold;
  font: 11px verdana;
  color: #03476F;
  }
table.sample1 tbody td a:hover {
  background: transparent;
  font-weight:bold;
  color: #03476F;
  }
table.sample1 tbody th a {
  font: normal 11px verdana;
  background: transparent;
  text-decoration: none;
  font-weight:bold;
  color: #03476F;
  }
table.sample1 tbody th a:hover {
  background: transparent;
  color: #03476F;
  }
table.sample1 tbody th { 
  vertical-align: middle;
  text-align: center;
  
  }
  table.sample1 tbody td {
   /*vertical-align: middle;
  text-align: left;*/
  font: normal 11px verdana;
  }
  
  table.sample1 td.alt {
	background: #F5FAFA;
	color: #797268;
}
  
  table.sample1 th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

table.sample1 th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 10px  Verdana, Arial, Helvetica, sans-serif;
}

table.sample1 th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}

