﻿body {
}

/* DataGrid */
.dataGridHeader
{
	font: bold 2em verdana,Sans-serif;
	text-transform: Capitalize;
	margin: 20px 0px 2px 10px;
	color: #9B5BA5;
	height: 40px;
	width: 650px;
	text-align: left;
	vertical-align: bottom;
	border-bottom: solid 3px #9B5BA5;
	border-left: none;
	border-right: none;
	border-top: none;
}

.hr2
{
	color: #9B5BA5;
	width: 100%;
	border-bottom-style: solid;
	border-bottom-width: thin;
}

#acrobatDownload
{
	position: relative;
	top: 500px;
	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;
}

.alternateRowStyle
{
	background-color:White;
}

.emptyRow
{
	margin-top: 0px; /* border: 3px #9B5BA5 solid;*/
	height: 0px;
}

.gridCol
{
}

.gridRow
{
	/* border: 3px #9B5BA5 solid;*/
	height: 40px;
	font-size: large;
	vertical-align: middle;
}
.ecompIconGridSize
{
	width: 10px;
}

.ecompGridProductNameHeader
{
	width: 770px;
	font-family: Arial, Helvetica, sans-serif;
}

.ecompGridExpandedvz
{
	margin: 0px 5px 5px 5px;
	padding: 0px 5px 5px 5px;
	color: #85548C;
	background-color: #FAF5FA;
	float: none;
	display: inline;
	font-weight: normal;
	vertical-align: top;
	font-size: small;
	width: 1px;
}

.ecomEmpty
{
	background-color: #DEE0EF;
	text-align: center;
	color: #919AC6;
	font-weight: bold;
	font-family: "Verdana,Arial,Helvetica,sans-serif";
	width: 770px;
}




