/*****
---> Banner Location Colour (Arts Red)
*/
/*div.banner div.location { background: #00a0df; color: #FFF; }*/


/*
---> Faculty Logo, Left Column (Optional)
*/
/*#facultyLogo { background-image: url(../img/logo.jpg); }*/


/*
---> Site Tag for Home Page Templates
*/
#instSiteTag160 { 
	background:	url(../img/tagline160.png) top left no-repeat; 
}

#instSiteTag135 { 
	background:	url(../img/tagline135.png) top left no-repeat; 
}

table.liaisonList th {
	text-align:	left;
}

ul.pagination {
	margin:			0;
	padding:		0;
	text-align:		center;
}
ul.pagination li {
	list-style: 	none;
	display:		inline;
	margin:			4px;
}

.success {
	background:		url(../img/tick.png) 5px center no-repeat #E6EFC2;
	border:			1px solid #B4CB54;
	padding:		5px;
	padding-left:		25px;
	font-weight:		bold;
	margin-bottom:		10px;
}

.error {
	background:		url(../img/cross.png) 5px center no-repeat #FBC2C4;
	border:			1px solid #F02025;
	padding:		5px;
	padding-left:		25px;
	font-weight:		bold;
	margin-bottom:		10px;
}

.red {
	color:			#990000;
}

.contentArea table.hover tr:hover td, .contentArea table.zebra tr:nth-child(even):hover td {
    background:        	rgba(38, 165, 255, 0.4);
}