/* Standard2 table template. */
table.Standard2
	{ background-color: #eeeeee; float: right; margin: 0 0 15px 15px; width: 225px; padding-bottom: -1px; border-bottom: 1px solid #999; border-left: 1px solid #999; border-right: 1px solid #999; border-collapse: collapse; font-family: Verdana, Arial, sans-serif; font-size: 11px; line-height: 8px; }	
table.Standard2 tr
	{ border-bottom: 1px solid #999; }
table.Standard2 tr.thead
	{ background: url(http://www.dts.edu/images/degreecomparison/headlineBG.jpg) repeat-x; border: 0;  height: auto; }
table.Standard2 tr:hover
	{ background-color: #ffffff; }		
table.Standard2 td.th
	{ color: #ffffff; text-align: left; font-weight: bold; padding: 5px 9px; } 
table.Standard2 td
	{ text-align: left; padding: 9px; }
table.Standard2 tr.summary-row
	{ background: url(http://www.dts.edu/images/degreecomparison/summary-rowBG.jpg);  }
table.Standard2 .summary-row td, .table.Standard .summary-row td .th
	{ font-weight: bold; }

  /* Standard table template. */
table.Standard
	{ 
	background-color: #eeeeee; 
	border-bottom: 1px solid #999; 
	border-left: 1px solid #999; 
	border-right: 1px solid #999; 
	border-collapse: collapse; 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 11px; 
	line-height: 12px; 
	}	
table.Standard tr
	{ 
	border-bottom: 1px solid #999;
	height: 30px; 
	}
table.Standard tr.thead
	{ 
	background: url(http://www.dts.edu/images/degreecomparison/headlineBG.jpg) repeat-x; 
	border: 0;  
	height: 30px; 
	width: 600px;
	}
table.Standard tr:hover
	{ 
	background-color: #ffffff; 
	}		
table.Standard tr.summary-row
	{ 
	background: url(http://www.dts.edu/images/degreecomparison/summary-rowBG.jpg);  
	}
table.Standard td
	{ 
	text-align: left;  
	width: 115px;
	line-height: 12px; 
	valign: center;
	padding: 0 0 0 5px;
	}

	table.Standard td.th
	{ 
	color: #ffffff; 
	text-align: left; 
	font-weight: bold; 
	line-height: 12px; 
	width: 115px;
	} 
	
table.Standard .summary-row td, .table.Standard .summary-row td .th
	{ 
	text-align: left; 
	font-weight: bold; 
	width: 115px;
	}
table.Standard td.last
{
    color: #ffffff; 
	text-align: left; 
	font-weight: bold; 
	line-height: 12px; 
    width: 135px;
}
table.Standard td.separator
{
    color: #ffffff; 
	text-align: center; 
	font-weight: bold; 
	line-height: 12px; 
    width: 580px;
}
	.scroll
	{ 
	overflow: auto; 
	height: 100px; 
	line-height: 12px; 
	}