/* This is the master imc specific css 
-- naming conventions used here shall be standardized across
all sites and projects under pain of death. */


tr.svy_question {
  background-color: #CCFFFF;
        padding: 2px 2px 2px 2px;

}

tr.svy_response {
  bgcolor: #ffffff;
        padding: 2px 2px 2px 2px;

}

td.svy_question {
  background-color: #CCFFFF;
	border-left: 1px solid #3399CC;
	border-top: 1px solid #3399CC;
        padding: 2px 2px 2px 2px;

}

td.svy_response {
  bgcolor: #ffffff;
	border-top: 1px solid #3399CC;
        padding: 2px 2px 2px 2px;

}

