@import url(../SubscribePgCommon/SubscribePgCommon.css);

@media all {

	#addreportcol {
		width: 150px;
		text-align: left;
	}

	#modesgrp {
		width: 96px;
	}

	thead tr:first-child th {
		background: #2756a1;
	}
	
	thead h3 {
		color: #fff;
		margin: 8px;
		text-align: left;
		font-size: 22.5pt;
	}

	thead tr th {
		background: #f4f4f2;
	}

	tbody {
		background: #dfdfda;
	}

	/*tbody tr:nth-child(even) {*/
	tbody tr.even {
		background: #f6f6f4;
	}
	
	thead th {
		padding: 0 8px;
	}

	thead h4 {
		color: #939392;
		font-size: 15pt;
		margin: 8px 0;
		text-align: left;
	}

	thead p {
		color: #535353;
		text-transform: none;
		font: 7.5pt Verdana, Helvetica, Arial, sans-serif;
		text-align: left;
	}

	thead h4 {
		color: #878787;
		font-size: 15pt;
		margin: 8px 0 12px 0;
	}
	
	th.online h4, th.mail h4, th.fax h4 {
		padding-bottom: 42px;
		text-align: center;
	}

	th.online h4 {
		background: transparent url(../SubscribePgCommon/OnlineIcon.png) no-repeat 50% 100%;
	}
	
	th.mail h4 {
		background: transparent url(../SubscribePgCommon/MailIcon.png) no-repeat 50% 100%;
	}
	
	th.fax h4 {
		background: transparent url(../SubscribePgCommon/FaxIcon.png) no-repeat 50% 100%;
	}

}
