/*tables*/


/*standard table*/

.standard {
	width: 100%;
	margin-bottom: 20px;
	border:1px solid #89C4ED;
}

.standard caption {
	
	font-weight: normal;
	font-size: 1.3em;
	padding: 10px 0 10px 0;
    text-align: left;
}

.standard th {
	border-bottom:1px solid #89C4ED;
	padding: 10px 10px 10px 10px;
	text-align: left;
	font-size: 1.1em;
}

.standard td {
	padding: 10px 5px 10px 5px;
	border-top:1px solid #89C4ED;
	border-left:1px solid #89C4ED;
	line-height: 1.4em;
}

.standard tr td p {
	margin: 0;
}


.standard tr td blockquote {
	padding-left: 7px;	
}

.standard tr td ul {
	margin-left: 15px;	
}

.standard tr td ul li{
	list-style-type: circle;
}

.standard thead tr th {
	text-align: left;
}

/*Filter options form table*/

.filter {
	margin-bottom: 20px;
	background-color: #E3F2FC;
	padding: 10px 0 15px 10px;
}

.filter td {
	padding: 7px 0 0 0;	
}
	

/*conference programme table styles */

.programme {
	width: 100%;
	
}

.programme td {
	border-bottom: 1px dotted #ADADAD;
	padding: 10px 40px 3px 5px;
}

.annconf .programme ul  li{
	list-style-type: none;
	background-image: url('/images/common/list_arrows.gif');
	background-repeat: no-repeat;
	background-position: left 4px;
	padding: 0 0 0 15px;
	margin-bottom: 5px;
}

td.time {
	width: 20%;
}



/* list view of items in a table */

.list {
	width: 100%;
}

.list th {
	text-align: center;
}

.list td {
	border-bottom: 1px dotted #333333;
	padding: 10px 0 10px 0;
	font-size: 1.2em;
}

