@charset "utf-8";
/* CSS Document */

div.moduletable{
	border-collapse: collapse;
	}
	
.society h3, .conference h3, .publications h3{
	display: block;
	height: 20px;
	border-left: 30px solid;
	background: url(../images/spacer.gif) repeat-y;
	text-transform: lowercase;
	text-align: center;
	font-size: 13px;
	color: #ffffff;
	margin-bottom: -10px;
	}
div.moduletable .society{
	background-color: #f8e8e9;
	}
.society h3{		/*red*/
	border-color: #c9773c;
	background-color: #ca3c48;
	}
.society li a{
	color: #c9773c;
	}
		
.conference h3{		/*purple*/
	border-color: #773cc9;
	background-color: #3c48c9;
	}
.conference li a{
	color: #773cc9;
	}
	
div.moduletable .conference{
	background-color: #efe8f8;
	}
.publications h3{	/*green*/
	border-color: #3cc977;
	background-color: #41b536;
	}
.publications li a, .publications p a{
	color: #2e8127;
	}
	
div.moduletable .publications{
	background-color: #e9f8e8;
	}
	
div.moduletable li{
	margin-left: -40px;
	list-style: none;
	}
	
div.conference-left {
	color: #fff;
	}

