﻿/*	Table Styles and import directives	

.ms-rteTable-1 {
	border-collapse:collapse;
    border:solid #ccc 1px;
    line-height:18px;
   	font-size:12px;
   	font-family:Arial, Helvetica, sans-serif;
    }
	
.ms-rteTable-1 tr.ms-rteTableHeaderRow-1 {
	color: #ffffff; 						/ *** change text color of header row *** /
	background: #0067ac; 					/ * change background color of header row * /
	font-weight: bold; 
	text-align:center;
	line-height:18px;
	vertical-align:top;
	font-size:12px;
	}

.ms-rteTable-1 td.ms-rteTableHeaderFirstCol-1 {
	padding:5px;
	color: #ffffff;							/ *** change text color of header row *** /
	border-top:solid #ccc 1px; 
	border-left:solid #ccc 1px;
	}
	
.ms-rteTable-1 td.ms-rteTableHeaderLastCol-1 {
	padding:5px;
	color: #ffffff;							/ *** change text color of header row *** /
	border-top:solid #ccc 1px; 
	border-left:solid #ccc 1px; 
	border-right:solid #ccc 1px;
	}
	
.ms-rteTable-1 td.ms-rteTableHeaderOddCol-1 {
	padding:5px;
	color: #ffffff;							/ *** change text color of header row *** /
	border-top:solid #ccc 1px; 
	border-left:solid #ccc 1px;
	}
	
.ms-rteTable-1 td.ms-rteTableHeaderEvenCol-1 {
	padding:5px;
	color: #ffffff;							/ *** change text color of header row *** /
	border-top:solid #ccc 1px; 
	border-left:solid #ccc 1px;
	}
	
.ms-rteTable-1 tr.ms-rteTableOddRow-1 {
	color:#000;
	background:#fcfcfc;					/ * change background color of odd rows * /
	line-height:18px;
	vertical-align:top;
	font-size:12px;
	}
	
.ms-rteTable-1 tr.ms-rteTableEvenRow-1 {
	color:#000;	
	background:#f4f4f4;					/ * change background color of even rows * /
	line-height:18px;
	vertical-align:top;
	font-size:12px;
	}
	
.ms-rteTable-1 td.ms-rteTableFirstCol-1 {
	padding:5px;
	text-align:left;
	border-top:solid #ccc 1px; 
	border-left:solid #ccc 1px;
	}
	
.ms-rteTable-1 td.ms-rteTableLastCol-1 {
	padding:5px;
	text-align:left;
	border-top:solid #ccc 1px; 
	border-left:solid #ccc 1px; 
	border-right:solid #ccc 1px;
	}
	
.ms-rteTable-1 td.ms-rteTableOddCol-1 {
	padding:5px;
	text-align:left;
	border-top:solid #ccc 1px;
	border-left:solid #ccc 1px;
	}
	
.ms-rteTable-1 td.ms-rteTableEvenCol-1 {
	padding:5px;
	text-align:left;
	border-top:solid #ccc 1px; 
	border-left:solid #ccc 1px;
	}
	
.ms-rteTable-1 tr.ms-rteTableFooterRow-1 {
	color:#000;
    border-top:solid #ccc 1px;
    background:#f9f9f9;						/ * change background color of footer row * /
    line-height:18px;
    vertical-align:top;
    font-size:12px;
	}
	
.ms-rteTable-1 td.ms-rteTableFooterFirstCol-1 {
	padding:5px;
    text-align:left;
    border-top:solid #ccc 1px; 
    border-left:solid #ccc 1px; 
    border-bottom:solid #ccc 1px;
   	}
	
.ms-rteTable-1 td.ms-rteTableFooterLastCol-1 {
	padding:5px;
    text-align:left;
    border-top:solid #ccc 1px; 
    border-left:solid #ccc 1px; 
    border-right:solid #ccc 1px; 
    border-bottom:solid #ccc 1px;
	}
	
.ms-rteTable-1 td.ms-rteTableFooterOddCol-1 {
	padding:5px;
    text-align:left; 
    border-top:solid #ccc 1px; 
    border-left:solid #ccc 1px; 
    border-bottom:solid #ccc 1px;
	}
	
.ms-rteTable-1 td.ms-rteTableFooterEvenCol-1 {
	padding:5px;
    text-align:left;
    border-top:solid #ccc 1px; 
    border-left:solid #ccc 1px; 
    border-bottom:solid #ccc 1px;
	}
	
/*	========================== Telerik Table Styles and import directives ================================== */

.telerik-reTable-1 {
	border-collapse:collapse;
    border:solid #ccc 1px;
    line-height:18px;
   	font-size:12px;
   	font-family:Arial, Helvetica, sans-serif;
    }
	
.telerik-reTable-1 tr.telerik-reTableHeaderRow-1 {
	color: #ffffff; 						/*** change text color of header row ***/
	background: #2D84AF; 					/* change background color of header row */
	font-weight: bold; 
	text-align:center;
	line-height:18px;
	vertical-align:top;
	font-size:12px;
	}

.telerik-reTable-1 td.telerik-reTableHeaderFirstCol-1 {
	padding:5px;
	color: #ffffff;							/*** change text color of header row ***/
	border-top:solid #ccc 1px; 
	border-left:solid #ccc 1px;
	}
	
.telerik-reTable-1 td.telerik-reTableHeaderLastCol-1 {
	padding:5px;
	color: #ffffff;							/*** change text color of header row ***/
	border-top:solid #ccc 1px; 
	border-left:solid #ccc 1px; 
	border-right:solid #ccc 1px;
	}
	
.telerik-reTable-1 td.telerik-reTableHeaderOddCol-1 {
	padding:5px;
	color: #ffffff;							/*** change text color of header row ***/
	border-top:solid #ccc 1px; 
	border-left:solid #ccc 1px;
	}
	
.telerik-reTable-1 td.telerik-reTableHeaderEvenCol-1 {
	padding:5px;
	color: #ffffff;							/*** change text color of header row ***/
	border-top:solid #ccc 1px; 
	border-left:solid #ccc 1px;
	}
	
.telerik-reTable-1 tr.telerik-reTableOddRow-1 {
	color:#000;
	background:#fcfcfc;					/* change background color of odd rows */
	line-height:18px;
	vertical-align:top;
	font-size:12px;
	}
	
.telerik-reTable-1 tr.telerik-reTableEvenRow-1 {
	color:#000;	
	background:#f4f4f4;					/* change background color of even rows */
	line-height:18px;
	vertical-align:top;
	font-size:12px;
	}
	
.telerik-reTable-1 td.telerik-reTableFirstCol-1 {
	padding:5px;
	text-align:left;
	border-top:solid #ccc 1px; 
	border-left:solid #ccc 1px;
	}
	
.telerik-reTable-1 td.telerik-reTableLastCol-1 {
	padding:5px;
	text-align:left;
	border-top:solid #ccc 1px; 
	border-left:solid #ccc 1px; 
	border-right:solid #ccc 1px;
	}
	
.telerik-reTable-1 td.telerik-reTableOddCol-1 {
	padding:5px;
	text-align:left;
	border-top:solid #ccc 1px;
	border-left:solid #ccc 1px;
	}
	
.telerik-reTable-1 td.telerik-reTableEvenCol-1 {
	padding:5px;
	text-align:left;
	border-top:solid #ccc 1px; 
	border-left:solid #ccc 1px;
	}
	
.telerik-reTable-1 tr.telerik-reTableFooterRow-1 {
	color:#000;
    border-top:solid #ccc 1px;
    background:#f9f9f9;						/* change background color of footer row */
    line-height:18px;
    vertical-align:top;
    font-size:12px;
	}
	
.telerik-reTable-1 td.telerik-reTableFooterFirstCol-1 {
	padding:5px;
    text-align:left;
    border-top:solid #ccc 1px; 
    border-left:solid #ccc 1px; 
    border-bottom:solid #ccc 1px;
   	}
	
.telerik-reTable-1 td.telerik-reTableFooterLastCol-1 {
	padding:5px;
    text-align:left;
    border-top:solid #ccc 1px; 
    border-left:solid #ccc 1px; 
    border-right:solid #ccc 1px; 
    border-bottom:solid #ccc 1px;
	}
	
.telerik-reTable-1 td.telerik-reTableFooterOddCol-1 {
	padding:5px;
    text-align:left; 
    border-top:solid #ccc 1px; 
    border-left:solid #ccc 1px; 
    border-bottom:solid #ccc 1px;
	}
	
.telerik-reTable-1 td.telerik-reTableFooterEvenCol-1 {
	padding:5px;
    text-align:left;
    border-top:solid #ccc 1px; 
    border-left:solid #ccc 1px; 
    border-bottom:solid #ccc 1px;
	}
	

*/


/*	========================== Telerik Table Styles for Health System ================================== */



.health-system {

	border:solid #ccc 1px;

    border-collapse: collapse;

    line-height:18px;

   	font-size:12px;

   	font-family:Arial, Helvetica, sans-serif;

   	color:#333;

    }

	

.health-system tr.health-systemTableHeaderRow-1 {

	color: #ffffff; 						/*** change text color of header row ***/

	background: #2D84AF; 					/* change background color of header row */

	font-weight: bold; 

	text-align:center;

	line-height:18px;

	vertical-align:top;

	font-size:12px;

	}



.health-system td.health-systemTableHeaderFirstCol-1 {

	padding:5px;

	border-top:solid #ccc 1px; 

	border-left:solid #ccc 1px;

	}

	

.health-system td.health-systemTableHeaderLastCol-1 {

	padding:5px;

	border-top:solid #ccc 1px; 

	border-left:solid #ccc 1px; 

	border-right:solid #ccc 1px;

	}

	

.health-system td.health-systemTableHeaderOddCol-1 {

	padding:5px;

	border-top:solid #ccc 1px; 

	border-left:solid #ccc 1px;

	}

	

.health-system td.health-systemTableHeaderEvenCol-1 {

	padding:5px;

	border-top:solid #ccc 1px; 

	border-left:solid #ccc 1px;

	}

	

.health-system tr.health-systemTableOddRow-1 {

	background:#fcfcfc;					/* change background color of odd rows */

	line-height:18px;

	vertical-align:top;

	font-size:12px;

	}

	

.health-system tr.health-systemTableEvenRow-1 {

	background:#f4f4f4;					/* change background color of even rows */

	line-height:18px;

	vertical-align:top;

	font-size:12px;

	}

	

.health-system td.health-systemTableFirstCol-1 {

	padding:5px;

	text-align:left;

	border-top:solid #ccc 1px; 

	border-left:solid #ccc 1px;

	}

	

.health-system td.health-systemTableLastCol-1 {

	padding:5px;

	text-align:left;

	border-top:solid #ccc 1px; 

	border-left:solid #ccc 1px; 

	border-right:solid #ccc 1px;

	}

	

.health-system td.health-systemTableOddCol-1 {

	padding:5px;

	text-align:left;

	border-top:solid #ccc 1px;

	border-left:solid #ccc 1px;

	}

	

.health-system td.health-systemTableEvenCol-1 {

	padding:5px;

	text-align:left;

	border-top:solid #ccc 1px; 

	border-left:solid #ccc 1px;

	}

	

.health-system tr.health-systemTableFooterRow-1 {

    border-top:solid #ccc 1px;

    background:#f9f9f9;						/* change background color of footer row */

    line-height:18px;

    vertical-align:top;

    font-size:12px;

	}

	

.health-system td.health-systemTableFooterFirstCol-1 {

	padding:5px;

    text-align:left;

    border-top:solid #ccc 1px; 

    border-left:solid #ccc 1px; 

    border-bottom:solid #ccc 1px;

   	}

	

.health-system td.health-systemTableFooterLastCol-1 {

	padding:5px;

    text-align:left;

    border-top:solid #ccc 1px; 

    border-left:solid #ccc 1px; 

    border-right:solid #ccc 1px; 

    border-bottom:solid #ccc 1px;

	}

	

.health-system td.health-systemTableFooterOddCol-1 {

	padding:5px;

    text-align:left; 

    border-top:solid #ccc 1px; 

    border-left:solid #ccc 1px; 

    border-bottom:solid #ccc 1px;

	}

	

.health-system td.health-systemTableFooterEvenCol-1 {

	padding:5px;

    text-align:left;

    border-top:solid #ccc 1px; 

    border-left:solid #ccc 1px; 

    border-bottom:solid #ccc 1px;

	}

	





/*	========================== Telerik Table Styles for Health Sciences ================================== */



.health-sciences {

	border:solid #ccc 1px;

    border-collapse: collapse;

    line-height:18px;

   	font-size:12px;

   	font-family:Arial, Helvetica, sans-serif;

   	color:#333;

    }

	

.health-sciences tr.health-sciencesTableHeaderRow {

	color: #ffffff; 						/*** change text color of header row ***/

	background: #16366b; 					/* change background color of header row */

	font-weight: bold; 

	text-align:center;

	line-height:18px;

	vertical-align:top;

	font-size:12px;

	}



.health-sciences td.health-sciencesTableHeaderFirstCol {

	padding:5px;

	border-top:solid #ccc 1px; 

	border-left:solid #ccc 1px;

	}

	

.health-sciences td.health-sciencesTableHeaderLastCol {

	padding:5px;

	border-top:solid #ccc 1px; 

	border-left:solid #ccc 1px; 

	border-right:solid #ccc 1px;

	}

	

.health-sciences td.health-sciencesTableHeaderOddCol {

	padding:5px;

	border-top:solid #ccc 1px; 

	border-left:solid #ccc 1px;

	}

	

.health-sciences td.health-sciencesTableHeaderEvenCol {

	padding:5px;

	border-top:solid #ccc 1px; 

	border-left:solid #ccc 1px;

	}

	

.health-sciences tr.health-sciencesTableOddRow {

	background:#fcfcfc;					/* change background color of odd rows */

	line-height:18px;

	vertical-align:top;

	font-size:12px;

	}

	

.health-sciences tr.health-sciencesTableEvenRow {

	background:#f4f4f4;					/* change background color of even rows */

	line-height:18px;

	vertical-align:top;

	font-size:12px;

	}

	

.health-sciences td.health-sciencesTableFirstCol {

	padding:5px;

	text-align:left;

	border-top:solid #ccc 1px; 

	border-left:solid #ccc 1px;

	}

	

.health-sciences td.health-sciencesTableLastCol {

	padding:5px;

	text-align:left;

	border-top:solid #ccc 1px; 

	border-left:solid #ccc 1px; 

	border-right:solid #ccc 1px;

	}

	

.health-sciences td.health-sciencesTableOddCol {

	padding:5px;

	text-align:left;

	border-top:solid #ccc 1px;

	border-left:solid #ccc 1px;

	}

	

.health-sciences td.health-sciencesTableEvenCol {

	padding:5px;

	text-align:left;

	border-top:solid #ccc 1px; 

	border-left:solid #ccc 1px;

	}

	

.health-sciences tr.health-sciencesTableFooterRow {

    border-top:solid #ccc 1px;

    background:#f9f9f9;						/* change background color of footer row */

    line-height:18px;

    vertical-align:top;

    font-size:12px;

	}

	

.health-sciences td.health-sciencesTableFooterFirstCol {

	padding:5px;

    text-align:left;

    border-top:solid #ccc 1px; 

    border-left:solid #ccc 1px; 

    border-bottom:solid #ccc 1px;

   	}

	

.health-sciences td.health-sciencesTableFooterLastCol {

	padding:5px;

    text-align:left;

    border-top:solid #ccc 1px; 

    border-left:solid #ccc 1px; 

    border-right:solid #ccc 1px; 

    border-bottom:solid #ccc 1px;

	}

	

.health-sciences td.health-sciencesTableFooterOddCol {

	padding:5px;

    text-align:left; 

    border-top:solid #ccc 1px; 

    border-left:solid #ccc 1px; 

    border-bottom:solid #ccc 1px;

	}

	

.health-sciences td.health-sciencesTableFooterEvenCol {

	padding:5px;

    text-align:left;

    border-top:solid #ccc 1px; 

    border-left:solid #ccc 1px; 

    border-bottom:solid #ccc 1px;

	}

	





/*	========================== Telerik Table Styles for Cancer Center ================================== */



.cancer-center {

	border:solid #ccc 1px;

    border-collapse: collapse;

    line-height:18px;

   	font-size:12px;

   	font-family:Arial, Helvetica, sans-serif;

   	color:#333;

    }

	

.cancer-center tr.cancer-centerTableHeaderRow {

	color: #00245D; 						/*** change text color of header row ***/

	background: #A1BF87; 					/* change background color of header row */

	font-weight: bold; 

	text-align:center;

	line-height:18px;

	vertical-align:top;

	font-size:12px;

	}



.cancer-center td.cancer-centerTableHeaderFirstCol {

	padding:5px;

	border-top:solid #ccc 1px; 

	border-left:solid #ccc 1px;

	}

	

.cancer-center td.cancer-centerTableHeaderLastCol {

	padding:5px;

	border-top:solid #ccc 1px; 

	border-left:solid #ccc 1px; 

	border-right:solid #ccc 1px;

	}

	

.cancer-center td.cancer-centerTableHeaderOddCol {

	padding:5px;

	border-top:solid #ccc 1px; 

	border-left:solid #ccc 1px;

	}

	

.cancer-center td.cancer-centerTableHeaderEvenCol {

	padding:5px;

	border-top:solid #ccc 1px; 

	border-left:solid #ccc 1px;

	}

	

.cancer-center tr.cancer-centerTableOddRow {

	background:#fcfcfc;					/* change background color of odd rows */

	line-height:18px;

	vertical-align:top;

	font-size:12px;

	}

	

.cancer-center tr.cancer-centerTableEvenRow {

	background:#f4f4f4;					/* change background color of even rows */

	line-height:18px;

	vertical-align:top;

	font-size:12px;

	}

	

.cancer-center td.cancer-centerTableFirstCol {

	padding:5px;

	text-align:left;

	border-top:solid #ccc 1px; 

	border-left:solid #ccc 1px;

	}

	

.cancer-center td.cancer-centerTableLastCol {

	padding:5px;

	text-align:left;

	border-top:solid #ccc 1px; 

	border-left:solid #ccc 1px; 

	border-right:solid #ccc 1px;

	}

	

.cancer-center td.cancer-centerTableOddCol {

	padding:5px;

	text-align:left;

	border-top:solid #ccc 1px;

	border-left:solid #ccc 1px;

	}

	

.cancer-center td.cancer-centerTableEvenCol {

	padding:5px;

	text-align:left;

	border-top:solid #ccc 1px; 

	border-left:solid #ccc 1px;

	}

	

.cancer-center tr.cancer-centerTableFooterRow {

    border-top:solid #ccc 1px;

    background:#f9f9f9;						/* change background color of footer row */

    line-height:18px;

    vertical-align:top;

    font-size:12px;

	}

	

.cancer-center td.cancer-centerTableFooterFirstCol {

	padding:5px;

    text-align:left;

    border-top:solid #ccc 1px; 

    border-left:solid #ccc 1px; 

    border-bottom:solid #ccc 1px;

   	}

	

.cancer-center td.cancer-centerTableFooterLastCol {

	padding:5px;

    text-align:left;

    border-top:solid #ccc 1px; 

    border-left:solid #ccc 1px; 

    border-right:solid #ccc 1px; 

    border-bottom:solid #ccc 1px;

	}

	

.cancer-center td.cancer-centerTableFooterOddCol {

	padding:5px;

    text-align:left; 

    border-top:solid #ccc 1px; 

    border-left:solid #ccc 1px; 

    border-bottom:solid #ccc 1px;

	}

	

.cancer-center td.cancer-centerTableFooterEvenCol {

	padding:5px;

    text-align:left;

    border-top:solid #ccc 1px; 

    border-left:solid #ccc 1px; 

    border-bottom:solid #ccc 1px;

	}

