@charset "utf-8";

/* CSS Document */



/*	

	=========================================================

	MISSISSIPPI COLLEGE - SCHOOL OF BUSINESS

	

	LEVEL 1 CSS - 	content, navigation and layout styles for

					level 1 and below.

	

	Crafted by MadGENIUS, INC.

   	www.madgeniusinc.com | info@madgeniusinc.com

    rob rubinoff, brad bishop, jay pennington

	=========================================================

*/





	

/*used for facultry bios*/

#contentCenter td.label{

	font-size:12px;

	color: #333;

	font-weight:bold;}

	

#contentCenter td.data{

	font-size:12px;

	color: #333;

	font-weight:normal;}

	

#contentCenter td.data a{

	color: #006ea6;

	text-decoration: none;

	}

#contentCenter td.data a:hover{

	color:#777;

	text-decoration: underline;

	}



/* used for core curriculum tables - business degrees section */



#contentCenter td.header {

	background-color:#3D4C72;

	font-size: 11px;

	font-weight: bold;

	color: #fff;

	}

	

#contentCenter td.dataOdd { /* not necessarily odd rows, but odd row groups */

	background-color:#f0f0f0;

	font-size: 10px;

	color: #333;

	}



#contentCenter td.dataEven { /* not necessarily even rows, but even row groups */

	background-color:#ffffff;

	font-size: 10px;

	color: #333;

	}

	

#contentCenter td.dataOdd a{

	color: #006ea6;

	text-decoration: underline;

	}

#contentCenter td.dataOdd a:hover{

	color:#777;

	text-decoration: none;

	}

	

#contentCenter td.dataEven a{

	color: #006ea6;

	text-decoration: underline;

	}

#contentCenter td.dataEven a:hover{

	color:#777;

	text-decoration: none;

	}
