﻿
/*products.aspx*/
TR.productRow
{
	padding-bottom: 40px;
}

TD.vc
{
	width: 100px;
	background-repeat: no-repeat;
	background-image: url(img/vc.gif);
	padding-right: 30px;
}

TD.si
{
	width: 100px;
	background-image: url(img/si.gif);
	background-repeat: no-repeat;
}

TD.sd
{
	width: 100px;
	background-image: url(img/sd.gif);
	background-repeat: no-repeat;
}

TD.pf
{
	width: 100px;
	height:100px;
	background-image: url(img/pf.gif);
	background-repeat: no-repeat;
}
/*end of products.aspx*/

/*visitorControl.aspx*/
TD.vc1
{
	width: 106px;
	height: 97px;
	background-image: url(img/vc1.gif);
	background-repeat: no-repeat;
	padding-right: 30px;
}

TD.vcBuilding
{
	width: 210px;
	height: 353px;
	background-image: url(img/vc_building.gif);
	background-repeat: no-repeat;
	padding-right: 30px;	
}
/*end of visitorControl.aspx*/

/*schoolInfo.aspx*/
TD.si_pic
{
	width: 350px;
	height: 251px;
	background-image: url(img/si_pic.gif);
	background-repeat: no-repeat;
	padding-right: 30px;
}

/*end of schoolInfo.aspx*/

/*serviceDesk.aspx*/
TD.sd_pic
{
	width: 278px;
	height: 200px;
	background-image: url(img/sd_pic.gif);
	background-repeat: no-repeat;
	padding-right: 30px;	
}
/*end of serviceDesk.aspx*/

/*pasflow.aspx*/
TD.pf_pic
{
	width: 529px;
	height: 210px;
	background-image: url(img/pf_pic.gif);
	background-repeat: no-repeat;
}

TD.pf_pic1
{
	width: 400px;
	height: 500px;
	background-image: url(img/pf_pic1.gif);
	background-repeat: no-repeat;
}
/*end of pasflow.aspx*/


