/***********************************************************/
/* ergo.css - CEHF specific style sheet												   */
/***********************************************************/




#bannerHealthSciences {
	background: #930079 url(../images/graphic_fachealsci.gif) no-repeat right top;
}

#bannerHealthSciences h1 {
	color: #fff;
	margin: 0;
	font: normal 145% Verdana, Arial, Helvetica, sans-serif;
	padding: 0 0 0 15px;
}

.LinkRedSmallBold { 
	color: #DB0000; 
	font-family: Verdana, Geneva, Tahoma, Arial; 
	font-size: 90% ; 
	font-weight: bold}

.Linebreak {
	border-bottom: 1px dotted #999;
	margin: 0 0 5px 0;
	padding: 1px 0 1px 0;
}

#mainContent div.feature h5 {
	background-color: #CCC;
}

/*  This replaces the li 'bullet' with an image
li
{
	list-style-image: url(../../ltu_assets/images/devices/arrow_greydark.gif); 
}
*/

#publications li
{
  margin-top: 1em;
  word-wrap: break-word;
}

.tinytext {
  color: #333333; 
  font: normal 85% Verdana, Arial, Helvetica, sans-serif;
 }


/*********** #featureTable ***********/

table#featureTable {
	width: 98%;
	font: normal 85% Verdana, Geneva, Tahoma, Arial;
	background-color: #f2f2f2;
	margin-top: 0.5em;
	margin-bottom: 1.5em;
}

table#featureTable th {
	color: #333;
	background-color: #CCC;
	padding: 0.4em 0 0.4em 1em;
	margin: 0;
	text-align: left;
}

table#featureTable td {
	padding: .5em;
	vertical-align: top;
}

table#featureTable ul {
	margin: 0;
	padding: 0;
	list-style-type: square;
}

table#featureTable ul li {
	color: #333;
	background-color: transparent;
	padding-bottom: 0.5em;
}

table#featureTable li a {
	color: #333;
	background-color: transparent;
	text-decoration: underline;	
}

table#featureTable ul li a:hover {
	color: #DB0000;
	text-decoration: none;
}

table#featureTable ul li a:visited {
	color: #993366;
}

