/*-----------------------------------------------------------------------------*/
table.timeline {
	_border: 1px solid silver;
	border-collapse: collapse;
	border-spacing: 0;
	}
table.timeline th,
table.timeline td {
	font-family: 'PT Sans Narrow';
	font-size: 16px;
	border-top: 1px solid black;
	border-left: 1px dotted silver;
	padding: 5px;
	padding-bottom: 10px;
	}
table.timeline tr:last-child td {
	border-bottom: 1px solid black;
	}
table.timeline th {
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	text-align: center;
	}
table.timeline td:nth-child(1) {
	vertical-align: top;
	font-size: 12px;
	padding-left: 10px;
	}
table.timeline td:nth-child(1) big {
	font-size: 18px;
	display: block;
	}
table.timeline th:nth-child(1),
table.timeline td:nth-child(1) {
	white-space: nowrap;
	border-left: 0;
	}
table.timeline td:nth-child(2) {
	border-left: 0;
	}
table.timeline tr.same_ts td {
	border-top: 1px solid silver;
	}
table.timeline tr.same_ts td:nth-child(1) {
	border-top: 0;
	}

/*-----------------------------------------------------------------------------*/
table.cache_admin {
	border-spacing: 0px;
	}
table.cache_admin td,
table.cache_admin th {
	border-bottom: 1px solid silver;
	padding: 2px 5px 2px 5px;
	}
table.cache_admin td:nth-child(1) {
	text-align: right;
	}
	
table.edit_conf {
	border-spacing: 0;
	}
table.edit_conf td,
table.edit_conf th {
	padding: 5px;
	}
table.edit_conf td input[type=text] {
	border: 0;
	border-bottom: 1px dotted #999;
	padding: 3px;
	}
table.edit_conf td select {
	padding: 3px;
	}
table.edit_conf tr:nth-child(1) td {
	padding-right: 0;
	}
table.edit_conf tr:nth-child(2) td,
table.edit_conf tr:nth-child(2) th,
table.edit_conf tr:nth-child(3) td,
table.edit_conf tr:nth-child(3) th,
table.edit_conf tr:nth-child(6) td,
table.edit_conf tr:nth-child(6) th,
table.edit_conf tr:nth-child(7) td,
table.edit_conf tr:nth-child(7) th,
table.edit_conf tr:nth-child(8) td,
table.edit_conf tr:nth-child(8) th,
table.edit_conf tr:nth-child(9) td,
table.edit_conf tr:nth-child(9) th,
table.edit_conf tr:nth-child(12) td,
table.edit_conf tr:nth-child(12) th,
table.edit_conf tr:nth-child(13) td,
table.edit_conf tr:nth-child(13) th,
table.edit_conf tr:nth-child(14) td,
table.edit_conf tr:nth-child(14) th {
	background: #bbd9ff;
	}

/*-----------------------------------------------------------------------------*/
table.proceedings_header td:nth-child(1) {
	padding-right: 20px;
	}
table.proceedings_header td:nth-child(2),
table.proceedings_header td:nth-child(3) {
	padding: 10px;
	text-align: center;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	font-weight: normal;
	font-size: 16px;
	}
table.proceedings_header td.selected span.text {
	padding: 3px 20px 3px 20px;
	background: #0066ff;
	color: #ffffff;
	border-radius: 5px 5px 5px 5px;	
	}

/*-----------------------------------------------------------------------------*/
table.home_upcoming_events {
	border-spacing: 0px;
	}
table.home_upcoming_events td {
	padding: 5px 10px 0 10px;
	text-align: center;
	border-bottom: 10px solid white;
	vertical-align: top;
	}
table.home_upcoming_events td p {
	text-align: center;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
table.home_upcoming_events td:hover img {
	border: 3px solid #0066ff;
	}
table.home_upcoming_events td:hover p {
	background: #0066ff;
	color: white;
	}
table.home_upcoming_events td img {
	border: 3px solid silver;
	}
table.home_upcoming_events td.all {
	text-align: center;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	font-weight: normal;
	font-size: 18px;
	}

/*-----------------------------------------------------------------------------*/
table.home {
	border-spacing: 0px;
	}
table.home td:nth-child(1) {
	padding-right: 10px;
	}
table.home td.news {
	border-left: 4px solid #eeeeee;
	padding-left: 10px;
	margin-left: 10px;
	}
	
table.home td.news div.newsbox {
	padding: 10px;
	background: #c2dbff;
}
	
table.home td.news ul {
	padding-left: 20px;
}
table.home td.news ul li {
	line-height: 0.5em;
}	
	

/*-----------------------------------------------------------------------------*/
table.HomeConferences {
	border-spacing: 3px;
	}
table.HomeConferences td {
	padding: 7px;
	width: 100px;
	text-align: center;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	font-weight: normal;
	font-size: 16px;
	_border-radius: 0.3em 0.3em 0.3em 0.3em;
	_box-shadow: rgba(0,0,0,0.3) 3px 3px 5px;
	color: black !important;
	}
table.HomeConferences td:hover {
	background: #0066ff;
	color: white !important;
	cursor: pointer;
	text-decoration: underline;
	}

/*-----------------------------------------------------------------------------*/
table.webupd {
	border-spacing: 0;
	border-collapse: collapse;
	}
table.webupd th {
	background: #eeeeee;
	padding: 5px;
	}
table.webupd td {
	padding: 2px;
	vertical-align: top;
	}
table.webupd td:nth-child(1) {
	font-size: 10px;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 5px;
	}
table.webupd tr.empty td {	
	border-bottom: 1px solid silver;
	}
table.webupd tr:hover td {
	background: #b6d3ff;
	}
table.webupd tr.empty:hover td {	
	background: #ffffff;
	}
	

/*-----------------------------------------------------------------------------*/
table.team {
	border-spacing: 0;
	border-collapse: collapse;
	}
table.team td {
	padding: 3px 5px 7px 5px;
	vertical-align: top;
	border-top: 1px solid silver;
	}
table.team th {
	padding: 13px 5px 7px 15px;
	vertical-align: top;
	border-bottom: 1px solid black;
	font-size: 14px;
	}
table.team td:nth-child(1) {
	font-weight: bold;
	}
table.team tr.empty td {
	height: 20px;
	border-top: 0;
	}
table._team tr:nth-child(-n+8) td {
	background: #eeeeee;
	}
table.team tr:hover td {
	background: #b6d3ff;
	}
table.team tr.empty:hover td {	
	background: #ffffff;
	}


/*-----------------------------------------------------------------------------*/
table.grid {
	border-spacing: 0;
	border-collapse: collapse;
	}
table.grid th,
table.grid td {
	padding: 5px;
	border: 1px solid silver;
	}


/*-----------------------------------------------------------------------------*/
table.cols {
	border-spacing: 0;
	border-collapse: collapse;
	}
table.cols th,
table.cols td {
	padding: 5px;
	border: 1px solid silver;
	}
table.cols th {
	background: #eeeeee;
	}
	
div.dtree_container,
div.dtree_container_test {
	padding-bottom: 20px;
	}
	
div.dtree_container_test {
	background: #ffcccc;
	}
div.dtree_container_test span.label, 
div.dtree_container_test a {
	color: red !important;
	}
	

/*-----------------------------------------------------------------------------*/
div.slide_box {
	background: #ddd;
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
	font-size: 90%;
	padding: 5px 15px 5px 15px;
	margin: 15px;
}
div.slide_box p {
	font-size: 90%;
	margin: 0;
}


	