﻿/* DataGrid */
.dataGridHeaderVet
{

	margin: 0px 0px 2px 0px;
	
	
	color: #376F90;
	height: 10px;
	width: 600px;
	border-bottom: solid 2px #376F90;
}

.hr2
{
	color: #9B5BA5;
	width: 100%;
	border-bottom-style: solid;
	border-bottom-width: thin;
}

#acrobatDownload
{
	position: relative;
	top: 0px;
	left: 30px;
	height: 35px;
	font-size: medium;
	padding-left: 50px;
	padding-top: 5px;
	width: 500px;
	background-image: url('Images/downAdobe.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}


#acrobatDownload a:link
{
	font-size: 14px;
}

#acrobatDownload:hover
{
	color: #66A0C6;
	background-color: #EBDDEC;
}

/* the above is used only for the generic */
/* the below for all

.dataGridHeader
{
	font-size: small;
	margin: 0px 0px 2px 0px;
	color: #9B5BA5;
	height: 10px;
	width: 600px;
	text-align: left;
	vertical-align: bottom;
	border-bottom: solid 2px #9B5BA5;
	border-left: none;
	border-right: none;
	border-top: none;
}
*/


.emptyRow
{
	margin-top: 0px; /* border: 3px #9B5BA5 solid;*/
	height: 0px;
}

.gridDiv
{
    width: 100%;   
    height:100%;    
}

.gridUl
{
    list-style:none;
    padding-left:20px;
    
}

.alternateRowStyle
{
}

.gridRowStyle
{


}

.gridItemStyle
{
   
}

.gridItemStyle:hover
{
    width: 100%;    
    background-color :#D9D7D8;
    cursor:pointer;

}

.ProductNameGrid
{
     /* font-size:   medium; */
     font-weight:bold;
}

.BottomDetailGrid
{
    font-size: xx-small;
    margin-top:10px;
}

.DocumentTypeGrid
{
    padding-left:200px;
}

.ecompGridProductNameHeader
{
	width: 770px;
	font-family: Arial, Helvetica, sans-serif;
}

.ecomEmpty
{
	/* background-color: #DEE0EF; */
	text-align: center;
	color: #919AC6;
	font-weight: bold;
	font-family: "Verdana,Arial,Helvetica,sans-serif";
	width: 770px;
}



