﻿.itemRow, .itemRowLeftEnd, .itemRowRightEnd
{
    border-top-width: 0px;
	border-bottom-width: 1px;

	border-top-style: none;

	border-bottom-style: solid;
    border-bottom-color: #017001;
	
 height:50px;
	
	font-size:12px;
	font-weight:bold;
	color:#017001;

}


.itemRowLeftEnd
{
	border-left-style: solid;
	border-left-color: #017001;    
    border-left-width: 1px;
}

.itemRowRightEnd
{
    border-right-color: #017001;
    border-right-style: solid;
    border-right-width: 1px;
}