.big-main-header
{
	font-size: 18px;
	font-weight: normal;
}

iframe.jabsomIFrameLarge
{
	height: 1000px;
}

img.UHMedNowFeaturedImage
{
	max-height: 400px;
}

/** Grid-based Content Styling ***********************************************/
.jabsomContentCol
{
	display: inline-block;
	float: none;
	vertical-align: middle;
}

.jabsomContentRowSpacer
{
	margin-top: 20px;
}
/*****************************************************************************/

/** Table styling ************************************************************/
.jabsomContent > table table
{
	margin-top: 10px;
	margin-bottom: 15px;
	
	background-color: #eae9e2;
}

.jabsomContent > table table tr
{
	background-color: #eae9e2;
}
.tableHeader
{
	background-color: #cbcac0 !important;
	
	font-weight: bold;
}
.jabsomContent > table table tr:hover
{
	background-color: #dcdbd2;
}
.tableHeader:hover
{
	background-color: #cbcac0 !important;
	
	font-weight: bold;
}

.jabsomContent > table table tr td
{
	padding: 5px;
	border: 1px solid #c2c1ba;
}
/** End table styling ********************************************************/

.revisTStamp
{
	color: #999999;
}

/** Faculty profiles styling *************************************************/
.facultyListings
{
	margin: 20px 0px;
}

.facultyProfile
{
	border-bottom: 1px solid #dbdbd3;
	margin: 20px 0px;
	padding-bottom: 20px;
}
.facultyImage
{
	float: left;
}

.facultyProfileInfo
{
	padding: 10px 10px 10px 20px;
	float: left;
}

.facultyProfileInfo > p
{
	margin: 0;
}

.facultyName
{
	font-weight: bold;
}

.clearfix
{
	clear: both;
}

#facultyPageNav
{
	margin: 20px 0px;
	text-align: center;
}
/** End faculty profiles styling *********************************************/