/*
 * style for EMBL symposium 2006.3
 * 
 */

.progbox {
	text-align: left;
	background-color: white;
	padding: 0;
	margin: 20px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #006699;
	border-right-color: #006699;
	border-bottom-color: #006699;
	border-left-color: #006699;
}

.progbox h3 {
	clear: both;
	color: white;
	background-color: #006699;
	/*background-color: #00aa22;*/
	padding: 0.5em 0em 0.5em 40px;
	margin: 0;
	font-style: normal;
	font-weight: bold;
	font-size: large;
	text-decoration: none;
}

.progbox em {
	color: red;
	font-style: normal;
	font-weight: bold;
}

.progbox th {
	font-weight: bold;
	padding: 0.5em 4em 0.5em 40px;
}

.progbox td {
	padding: 0.5em 0.5em 0.5em 0.5em;
}


div.cont a:link {
	color: black;
	text-decoration: none;
}

div.cont a:visited {
	color: black;
	text-decoration: none;
}

div.cont a:hover {
	color: #7c4897;
	text-decoration: none;
}

div.font{font-size: 15px;
         font-weight: bold;
}

td.online {text-align: center;
           font-size: 14pt;
		   color: #FF1414;
		   }

/*Deadlineのスタイル*/
div.deadline {text-align: left;
              font-size: 12px;
			  margin-top: -0.3em;
			  margin-left: 0.3em;
			  }
			  
/*registrationのスタイル*/
td.reg {border-style: solid;
	   border-width: 0px 0px 2px 15px;
	   border-color: #678f46;
	   font-size: 16px;
	   font-weight: bold;
	   margin-top: 3em;
	   width: 400px;
	   text-align: left;
	   text-indent: 1em;
	   }

td.note {border-style: none;
         border-width: 0px;
		 font-size: 12pt;
		 color: black;
		 width: 500;
		 padding-bottom: 20px;
		 width: 400px;
		 text-align: left
		 }
			 
							
