/* css file with styles specific to the marketing file*/
/*used flag*/
th.short{
	width: 35px;
	overflow: hidden;
}
input{
	width: 80px;
}
tr.notshown{
	background-color:#FFFFFF;
	display:none;
}
tr.shown{
}
tr.notshown tr{
	background-color:#FFFFFF;
}
tr.notshown td{
	background-color:#FFFFFF;
}
input.small3{
	width: 30px;
}
input.small8{
	width: 70px;
}
