
/*tr.alt td {
	background: #EDF7D4;
}

tr.over td {
	background: #bcd4ec;
}*/



.stripeMe{
	border-collapse:collapse;
	margin:0px;
	padding:0px;
	
	font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#515151;
border:1px solid #CBE47C;

}

.stripeMe th{
	font-weight:bold;
	font-size:12px;
	color:#515151;
	background-color:#CBE47C;
text-align:left;
height:25px;
padding-left:5px;
padding-right:5px;
}


.stripeMe tr.alt td{
	background: #EDF7D4;
	padding-right:5px;
	
}

.stripeMe th.head2{
	background-color: #A8D12C;
	text-align:center;
	font-weight:bold;
	padding-right:5px;
	
}

.stripeMe  select,
.stripeMe  input{
	margin:0px 0px 0px 5px;
}

.stripeMe tbody tr{
	background-image:url(../images/table-dotted.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
	
}

.stripeMe td{
	padding:4px 0px 4px 5px;
	
	
}

.stripeMe tbody tr.highlighted{
	background-color:#EDF7D4 !important;
}

/*tbody tr.hoverHighlighted{
	background-color:#DFE6EB !important;
}*/