﻿
/* Suppliers */
table.SuppliersContainer
{
	width:188px;
	background-image:url(../images/headings/suppliers.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	/*height:266px;
	border:solid 1px red;*/
}
table.SuppliersContainer3way
{
	width:188px;
	/*height:176px;
	border:solid 1px red;*/
}
table.SuppliersContainer2way
{
	width:188px;
	/*height:266px;
	border:solid 1px red;*/
}
td.SuppliersText
{
	color:Black;
	padding:4px 4px 2px 4px;
	/*height:104px;*/
	vertical-align:middle;
}
td.SuppliersTitle
{
	color:#84A93F;
	padding:32px 4px 4px 4px;
	/*height:104px;*/
	font-size:1.3em;
	font-weight:bold;
	vertical-align:middle;
	text-align:center;
}
td.SuppliersTitle3way
{
	color:#84A93F;
	padding:4px 4px 4px 4px;
	/*height:104px;*/
	font-size:1.3em;
	font-weight:bold;
	vertical-align:middle;
	text-align:center;
}
td.SuppliersTitle2way
{
	color:#84A93F;
	padding:4px 4px 6px 4px;
	/*height:104px;*/
	font-size:1.3em;
	font-weight:bold;
	vertical-align:middle;
	text-align:center;
}

tr.ListViewRow
{
	background-color:White;
}
tr.ListViewAlternate
{
	background-color:#D9E4C5;
}
td.DocRowTitleCell
{
	color:#78A22E;
	font-weight:bold;
	font-size:1.2em;
	padding:4px 4px 4px 4px;
}
td.DocRowCell
{
	color:#381446;
	padding:4px 4px 4px 4px;
}
td.DocRowCellMiddle
{
	padding:4px 4px 4px 4px;
	vertical-align:middle;	
	text-align:center;
	width:180px;
}
table.DocRowTable
{
	width:100%;
}
td.FullListBanner
{
	background-image:url(../images/suppliers/fulllistbanner.jpg);
	background-repeat:no-repeat;
	height:40px;
	width:564px;
}
td.FullList
{
	height:512px;
	width:564px;
}
div.FullList
{
	overflow: auto;
	height:512px;
	width:564px;
}
table.GridViewContainer
{
	width:544px;
	border-collapse:collapse;
}

table.SupplierMainContainer
{
	width:564px;
	height:464px;	
}
td.SupplierMainTitle
{
	font-size:1.8em;
	font-weight:bold;
	padding-bottom:4px;
	color:#78A22E;
}
td.SupplierPara
{
	padding-bottom:4px;
	color:#652A3E;
}
td.SupplierImageHolder
{
	text-align:center;
}
td.SupplierLink
{
	text-align:center;
	height:20px;
	background-color:#78A22E;
	vertical-align:middle;
}
td.SupplierLink a
{
	color:White;
	font-size:1.2em;
	text-decoration:none;
}
td.SupplierLink a:hover
{
	text-decoration:underline;
}
