/*******************************************/
/* 2008styles.css for Conference pages     */             
/*******************************************/

/*******************************************/
/* HTML tag styles                         */
/*******************************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	font-size: 14px;
	color: #5A5A5C;
}

a:link {
	color: blue;
}

a:visited {
	color: blue;
}

a:hover {
	background-color: #E0E2EF;
}

h1 {
  font-size: 16px;
	font-weight: bold;
}	

h2 {
	font-size: 14px;
	font-weight: bold;
}

h3 {
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
}

li {
	padding-bottom: 5px;
}

/*******************************************/
/* Navigation bar and logo                 */
/*******************************************/

#navtop {
	font-size: x-small;
	color: #5A5A5C;
	text-align: right;
}

#navtop a {
	color: #5A5A5C;
	text-decoration: none;
}

#navtop a:hover {
	color: #313133;
	background-color: #FFFEF0;
	text-decoration: underline;
}

div.nav {
	position: absolute;
	visibility: visible;
	z-index: 2;
	height: 18px;
	width: 470px;
	left: 300px;
	top: 0px;
}

.logo {
  width: 770px;
	height: 205px;
	margin: 0px auto;
	clear: both;
}

div.logo {
	position: absolute;
	visibility: visible;
	z-index: 1;
	height: 205px;
	width: 770px;
	top: 10px
}

.movebelow {
  clear: both;
}

.logo img {
  clear: both;
}

/***********************************************/
/* Conference pages top navigation bar         */
/***********************************************/
#navmain {
	margin-bottom: 5px;
}

#navmain td {
	font-size: 10px;
	color: #313133;
	background-color: #5A5A5C;
	text-align: center;
	font-weight: bold;
	padding: 3px;
	margin: 0px;
}

#navmain a {
	color: #FFFFFF;
	border: 1px solid #5A5A5C;
	text-decoration: none;
}

#navmain a:hover {
	text-decoration: none;
	background-color: #DADADC;
	color: #5A5A5C;
}

#navmain table {
	background-color: #E7DB00;
	text-align: center;
	border: 0px;
	width: 770px;
	margin: 0px auto; /* the auto centres the content on the page */
}

#navmain a:active {
	text-decoration: none;
	background-color: #5A5A5C;
	color: #EDE465;
}
/*******************************************/
/* Layout styles                           */
/*******************************************/

.content {
	width: 770px;
	text-align: left;
	margin: 0px auto; /* the auto centres the content on the page */
	padding-top: 10px;
	padding-bottom: 10px;
}

.floorplan {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 50px;
}

#footer {
	font-size:9px;
	text-align: left;
}	

.section {
	background-color:#EDE465;
	font-size: 16px;
	font-weight: bold;
	display: block;
	margin: 0 auto;
	height: 30px;
	width: 765px;
	padding-left: 5px;
	padding-top: 5px;
}

.sectionappln {
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin: 0 auto;
	width: 765px;
	height: 220px;
}
/*******************************************/
/* Classes for special text                */
/*******************************************/

.adobe { /* used in author page */
	float: left;
	text-align: left;
	width: 550px;
	background-color:#DADADC;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
}

/* used for sponsorship option details in spon2008*/
.col-A {
	float: left;
	text-align: left;
	width: 465px;
}
 
.col-B {
	float: right;
	text-align: left;
	width: 300px;
}

.col-eventA {
	float: left;
	text-align: left;
	width: 515px;
	vertical-align: middle;
	padding-top: 10px;
}
 
.col-eventB {
	float: right;
	text-align: left;
	width: 250px;
	vertical-align: middle;
}

.col-exhb {
	float: left;
	text-align: left;
	width: 600px;
	background-color:#DADADC;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.col-adobe {
	float: right;
	text-align: center;
	width: 160px;
}

.col-adobe img {
	border: 0px;
	margin-top: 35px;
}

.conforg {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}	

.disclaimer {
	font-size: 12px;
	background-color: #FFFEF0;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
}

.event {
	background-color: #EDE465;
	font-size: 16px;
	font-weight: bold;
	display: block;
	margin: 0 auto;
	height: 70px;
	width: 765px;
	padding-left: 5px;
	padding-top: 5px;
	color: #5A5A5C;
}

/* conference exhibitors list */
.exhibitors {
	background-color: #DADADC;
	margin-right: 2px;
	padding-left: 5px;
	line-height: 20px;
}
.exhibitors a:visited {
	color: purple;
}

.exhibitors a:hover {
	background-color: #FFFFFF;
}

/* used in asoc2008 to move logos to RH side */
.forumlogo {
	float: right;
	text-align: left;
	vertical-align: middle;
	padding: 10px 20px;
}

.mainhdg {
	width: 765px;
	font-size: 18px;
	font-weight: bold;
	color: #5A5A5C;
	background-color:#EDE465;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-top: 5px;
}

.maintext {
	width: 765px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color:#5A5A5C;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-bottom: 10px;
}

.map {
	text-align: center;
	vertical-align: middle;
	background-position: center center;
	padding-bottom: 10px;
}

/* Conference pages bottom navigation options  */
.navigation {
	font-size: 12px;
}

.navigationconf {
	font-size: 14px;
	font-weight: bold;
}

/* sponsorship options formatting */
.options {
	font-size: 14px;
	text-align: center;
}
#options {
}
#options td{
	background-color: #DADADC;
	margin: 1px;
	border: 1px solid #5A5A5C;
}
#options a{
	text-decoration: none;
}
#options a:visited{
	color: purple;
}

.pastexhb {
	background-color: #DADADC;
	margin-right: 2px;
	padding-left: 5px;
}

.powerpoint {
	font-size: 11px;
	font-weight: bold;
	color: #8A8400;
	text-align: right;
	float: right;
}
.powerpoint a:link{
	font-size: 11px;
	font-weight: bold;
	color: #8A8400;
	text-decoration: none;
}
.powerpoint a:visited{
	font-size: 11px;
	font-weight: bold;
	color: #8A8400;
	text-decoration: none;
}

.podcast {
	font-size: 11px;
	font-weight: bold;
	color: #8A8400;
	float: left;
}
.podcast a:link{
	font-size: 11px;
	font-weight: bold;
	color: #8A8400;
	text-decoration: none;
}
.podcast a:visited{
	font-size: 11px;
	font-weight: bold;
	color: #8A8400;
	text-decoration: none;
}

.returnlink {
	font-size: 10px;
}

.subhdg-green {
	width: 760px;
	font-size: 16px;
	font-weight: bold;
	color: #5A5A5C;
	background-color:#F4EEA2;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-bottom: 10px;
	padding-right: 5px;
	margin-top: 10px;
}

.subhdg-grey {
	width: 760px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color:#5A5A5C;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
}

.wsm {
	color: #8A8400;
}

.abstract {
	background-color: #EEEEEE;
}

/*******************************************/
/* Classes for tables                      */
/*******************************************/

/* conference programme */
.programme {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.programme td {
}
.programme tr {
	text-align: left;
	vertical-align: top;
}

/* committee table */
.committee table {
	background-color: #F4EEA2;
}
.committee td {
	text-align: left;
}
.committee tr {
	text-align: left;
	vertical-align: top;
}

.lplate tr {
	text-align: left;
	vertical-align: top;
}
/* an attempt at writing SOLD OUT across the floorplan */
/*.soldout {
	font-size: x-large;
	font-weight: 300;
	color: #999999;
	position: relative;
	visibility: visible;
	z-index: 2;
	height: 18px;
	width: 100px;
	left: 180px;
	top: 300px;
	text-align: center;
}*/
.sectionadobe {

	font-size: 14px;
	font-weight: bold;
	display: block;
	margin: 0 auto;
	width: 765px;
}
