


table.sample {
	border-spacing: 0px;
	border-collapse: collapse;
	text-align:left;
	
}

table.sample td {
	padding: 5px 5px 5px 5px;	
	moz-border-radius: 0px 0px 0px 0px;
	font-family: verdana;
	font-size: 12px;
	line-height: 180%;
	color: #333;
	border-right: 1px dotted #cfcfcf;
	border-left: 1px dotted #cfcfcf;
	vertical-align:top;
	text-align:left
}



tr.d0 td { text-align:left;
	background-color: #E6E6FA}
tr.d1 td { text-align:left
	background-color: #F8F8FF}

tr.d td{background-color:#b0c4de; font-weight:bold; color:#FFFFFF}

.sample tbody tr:hover td
		{color: #009; background-color: #cad7e8; 
}
tr.special { background-color: #E6E6FA;
			border-bottom:2px solid transparent;
			border-top:2px solid transparent;
}
table.texts {background-color:#FFFFFF; border: 0px; 
						 padding: 0px ;}
table.texts td {border: 2px solid #dfdfdf;
padding: 5px 5px 5px 5px; text-align: center; }

.img-shadow {
  float:left;
  background: url(../image/dropshadow.png) no-repeat bottom right !important;
  background: url(../image/dropshadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  } 