﻿.hidden
{
	display: none;
}
.nothidden
{
	display: inline;
}
.Notification 
{
	 text-decoration: none; 
	 color: black; 
	 font:8pt Arial;  
}
.cell
{
	border-color: #f0edf5;
	border-left-style: none;
	border-right-style: none;
	border-top-style: solid;
	border-bottom-style: solid; 
	border-top-width: 1px;
	border-bottom-width: 1px;
}
.commonFontStyle
{
	font-size:8pt;
	font-family:Arial;
}
.maxHeight90
{
	max-height: 90px;
	/* IE hack for 'max-height: 90px;' */
	height: expression(this.clientHeight > 90 ? '90px' : true);
}
.maxHeight180
{
	max-height: 180px;
	/* IE hack for 'max-height: 180px;' */
	height: expression(this.clientHeight > 180 ? '180px' : true);
}

.maxHeight300
{
	max-height: 300px;
	/* IE hack for 'max-height: 300px;' */
	height: expression(this.clientHeight > 300 ? '300px' : true);
}

.htmlToPrint p
{
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
	text-align: inherit;
	/* IE hack for 'text-align: inherit;' */
	text-align: expression(this.parentNode.align ? this.parentNode.align : left) ! important;	
}


/*Grid View Styles*/
.gridHeaderStyle
{
	height: 20px;
	background-color: #666666;
	color: White;
}
.gridRowStyle
{
	height: 20px;
	background-color: White;
	color: Black;
}
.gridAlternatingRowStyle
{
	height: 20px;
	background-color: #eeeeee;
	color: Black;
}
.gridSubgridRowStyle
{
	background-color: #f0edf5; /*f3eae9*/	
}

.gridHeaderStyleLineItems
{
	height: 20px;
	background-color: #666666;
	color: White;
	font-size: 10pt;
	font-weight: bold;
}

.noBorderLeft
{
	border-left-style: none;
}

.noBorderRight
{
	border-right-style: none;
}

.selectedPage
{
	color: White;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #666666;
	border: 1px solid #666666;
	text-decoration: none;
}
.notselPage
{
	color: Black;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #eeeeee;
	border: 1px solid #666666;
	text-decoration: none;
}
/*SEDInput.asppx, MyQuotation.aspx, MyQuotationVTiC.aspx, SupplierDonationAdd.aspx*/
.txtStyle
{
	width: 95%;
	overflow: auto;
}
.lbxLocations
{
	overflow: scroll;
}
