﻿.compareproducts
{
	width:100%;
	margin-bottom: 30px;
}

.compareproducts_featureheader, .compareproducts_feature, .compareproducts_nfeature, .compareproducts_featureblank
{
	width: 300px;
	height: 24px;
	padding: 5px;
}

.compareproducts_feature
{
	background-color: #ffffff;
}


.compareproducts_nfeature
{
	background-color: #e6e6e6;
}

.compareproducts_featureheader
{
	font-weight: bold;
	background-color: #cccccc;
}

.compareproducts_featureblank, .compareproducts_productblank
{
	background-color: #ffffff;
}

.compareproducts_product
{
	font-weight: bold;
	text-align: center;
	background-color: #cccccc;
}

.compareproducts_pwa, .compareproducts_psoutlook, .compareproducts_mtepmsmall
{
	margin: 0 auto;
	height: 32px;
	background-repeat: no-repeat;
	background-position:center;
}

.compareproducts_pwa
{
	width: 150px;
	background-image: url('Products/MyTaskerEpm/pwa_logo.gif');
}

.compareproducts_psoutlook
{
	background-image: url('Products/MyTaskerEpm/projectserver_outlookplugin_logo.gif');
}

.compareproducts_mtepmsmall
{
	width: 150px;
	background-image: url('Products/MyTaskerEpm/mytaskerepm_logo_small.gif');
}

.compareproducts_mt, .compareproducts_mtepm
{
	margin: 0 auto;
	width: 64px;
	height: 85px;
	background-repeat: no-repeat;
}

.compareproducts_mtepm
{
	background-image: url('Products/MyTaskerEpm/MyTaskerEpmProductSmall.jpg');
}

.compareproducts_mt
{
	background-image: url('Products/MyTasker/MyTaskerProductSmall.jpg');
}

.compareproducts_value
{
	background-color: #ffffff;
	text-align:center;
}

.compareproducts_nvalue
{
	background-color: #e6e6e6;
	text-align:center;
}


