/* these styles control the table on /support/cem.aspx */

table.formTable, table.formTable2 {
	margin-left: 0px;
	vertical-align: top;
	
	
	width: 100%;
}

table.formTable td {}

table.formTable td.leftColumn, table.formTable2 td.leftColumn {width: 98px;}

td.leftColumnCheckBox, td.leftColumnCheckBox2 {width: 28px;}

table.formTable2 td {padding: 0px 0px 10px 0px;}

td.buttons {padding: 0px;}

/* these styles control the table on /situpdates/index.aspx */

table.tableSU {
	margin-left: 7px;
	vertical-align: top;
	border-collapse: collapse;
	padding: 15px;	
}

table.tableSU td {	
	padding: 5px;	
}

table.tableSU td.leftColumn {
	width: 105px;	
	text-align: right;
}

/* these styles control the table on /emailpage/index.aspx */

table.tableEP {
	margin-left: 7px;
	vertical-align: top;
	border-collapse: collapse;
	padding: 15px;	
}

table.tableEP td {	
	padding: 5px;	
}

table.tableEP td.leftColumn {
	width: 165px;	
	text-align: right;
}

/* these styles control the table on /understanding/getlevels.aspx */

table.getLevels {
	width: 100%;
	border-width: 1px 1px 1px 1px;	
	border-style: solid solid solid solid;
	border-color: #1d9ad0;
	border-collapse: collapse;
	background-color: #FFFFFF;
	margin-bottom: 20px;
}

table.getLevels th {	
	padding: 5px;
	background-color: #1d9ad0;
	color: #FFFFFF;
	text-align: left;
}

table.getLevels td {	
	padding: 5px;
	border-width: 1px 1px 1px 1px;	
	border-style: solid solid solid solid;
	border-color: #1d9ad0;
}

table.getLevels td.leftColumn {
	width: 165px;	
}

table.getLevels td.rightColumn {
	width: 265px;	
}

/* Rosetta segment form styles */

table.segment_rating
{
	MARGIN-TOP: 5px;
	MARGIN-BOTTOM: 5px;
}
table.segment_rating td
{
	FONT-SIZE: 11px;
	TEXT-ALIGN: center;
	VERTICAL-ALIGN: top;
}
table.segment_rating .label
{
	FONT-SIZE: 9px;
}
table.segment_form tr.row1
{
	BACKGROUND-COLOR: #aad8ef;
}
table.segment_form tr.row2
{
	BACKGROUND-COLOR: #dbf3ff;
}
table.segment_form td
{
	FONT-SIZE: 11px;
	VERTICAL-ALIGN: top;
}
table.segment_form td.radio
{
	FONT-SIZE: 10px;
	TEXT-ALIGN: center;
	VERTICAL-ALIGN: middle;
}
table.segment_form .number
{
	FONT-WEIGHT: bold;
	COLOR: #000000;
}
