@import url(../css/form.css);

.mod-eventsearch {
	width: 540px;
	padding-top: 19px;
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
	}
.mod-eventsearch div.row,
.mod-eventsearch div.required,
.mod-eventsearch div.last,
.mod-eventsearch fieldset,
.mod-eventsearch fieldset fieldset {
	width: 528px !important; 
	}
.mod-eventsearch fieldset fieldset fieldset {
	width: 340px !important;
	}
.mod-eventsearch div.last {
	padding-bottom: 0;
	}

.mod-eventsearch legend span {
	width: 520px;
	display: none;
	}
.mod-eventsearch div.row legend span {
	width: 170px;
	}	
.mod-eventsearch span.button {
	padding-top: 0;
	padding-bottom: 0;
	}	
div.search,
div.advanced {
	border-top: 1px solid #ccc;
	background: url(../library/bg-filter-bottom-2.png) repeat-x bottom left #fff;
	padding: 5px 5px 5px 5px;
	}
.mod-eventsearch p.submit-event {
	position: absolute; 
	z-index: 2;
	top: 0px;
	left: 475px;
	white-space: nowrap;
	}	
	
.mod-register-planner p.event {
	display: block;
	position: relative;
	z-index: 1;
	top: 0;
	left: 0;
	padding: 0px 0px 0px 0px;
	margin: 0;
	}
	
.mod-register-planner input.remove {
	position: absolute;
	z-index: 1;
	top: -5px;
	left: 238px;
	}
div.event {
	background: url(../library/bg-event-bottom.gif) no-repeat bottom left;
	padding-bottom: 8px;
	margin-bottom: 10px;
	}	
div.event div.pad-event {
	background: url(../library/bg-event-top.gif) no-repeat top left;
	padding: 9px 10px 5px 25px;
	}	
div.event-button {text-align: right;}		
	
	
/* =========================== News Filter =========================== */	

.filterbar-outer {
	line-height: 2.5em;
	background: url(../library/bg-filter-bottom.png) no-repeat bottom; 
	margin-bottom: 25px;
	width: 540px;
	}
.filterbar {
	line-height: 2.5em;
	background: url(../library/bg-filter-top.png) no-repeat top;
	clear: both;
	padding: 7px 5px 8px 15px;
	width: 520px;
	}
.filterbar fieldset {
	position: relative;
	/*width: 525px;*/
	}	
.filterbar legend {
	display: none;
	}
.filterbar .btn-go {
	margin-left: 4px;
	}			
.filterbar input {
	position: absolute;
	bottom: .4em;
	}		

/* =========================== EVENTS =========================== */

.article h3 {
	margin-bottom: .3em;
	margin-top: .6em;
	position: relative;
	clear: both;
	top: 0;
	left: 0;
	z-index: 1;
	}
.mod-event .article h3 {
	padding-right: 160px;
	}
.article h3 span {
	font-weight: normal !important;
	font-size: 85%;
	display: block;
	}
.article h3 span.event-type {
	position: absolute;
	top: 0;
	left: 380px;
	text-align: right;
	width: 160px;
	padding: 0;
	margin: 0;
	}
.article h4 {
	margin: 0;
	background-color: #fff;
	padding: 0;
	}	
.article ul.sessions {
	margin-bottom: .3em;
	padding-bottom: 0;
	padding-top: 0;
	}	
.meta {
	border-top: 1px solid #ddd;
	padding-bottom: 0.8em;
	}
.meta dl,
.meta dt,
.meta dd {
	display: inline;
	line-height: 1.5em;
	/*white-space: nowrap;*/
	padding: 0;
	margin: 0;
	}
	
.meta dt {
	color: #aaa;
	margin-right: 0;
	}	
.meta dd {
	color: #555;
	margin-right: 1em;
	}	
.article p.link a {
	background-image: url(../library/icn-link-2b.gif);
	}
	
.article h5.sessions {
	margin: .5em 0 .3em 0;
	background: url(../library/icn-closed.gif) no-repeat 0 6px;
	padding-left: 12px;
	cursor: pointer;
	}
.article h5.show {
	background-image: url(../library/icn-open.gif);
	}	
.article div.session,
.mod-event div.session {
	background: url(../library/bg-session-bottom.png) no-repeat bottom left #e5f0f7;
	margin-bottom: 10px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	}	
.article div.session input,
.mod-event div.session input {
	position: absolute;
	top: 4px;
	left: 478px;
	z-index: 1;
	}	
strong.session-full {
	color: #ed1c24;
	position: absolute;
	top: 4px;
	left: 457px;
	z-index: 1;
	white-space: nowrap;
	}	
strong.session-closed {
	color: #ed1c24;
	position: absolute;
	top: 4px;
	left: 437px;
	z-index: 1;
	white-space: nowrap;
	}		
.article div.session-inner,
.mod-event div.session-inner {
	background: url(../library/bg-session-top.png) no-repeat top left transparent;
	padding-bottom: 2px;
	}	
.article div.session-inner p {
	padding: 5px 75px 5px 8px;
	margin-bottom: 0;
	position: relative;
	top: 0;
	left: 0;
	}	
.article div.session-inner img.session-divider {
	display: block;
	}		

div.session-inner a {
	padding-left: 18px;
	white-space: nowrap;
	background: url(../library/icn-map.gif) no-repeat 2px 50%;
	}

/*Event detail*/	
.mod-event table {
	position: relative;
	border-top: solid 1px #cdcdcd;
	}
.mod-event h4.session {
	position: relative;
	padding: 5px 7px 4px 7px;
	margin: 0;
	background: none;
	color: #666;
	}
.mod-event h4.session input {
	position: absolute;
	top: 4px;
	left: 475px;
	}	
	
	
/* 2 column table */
table.session-table {
/*	width:539px;*/ 
    width: 100%;
	margin-bottom:0;
	margin-top: 1px;
	border: none;
	background: none;
	}
table.session-table td { 
	/*padding: .2em .5em;*/
	width: 80%;
	border: none;
	border-top: 1px solid #fff;
	background: none;
	padding: .2em .3em;
	}
table.session-table th {
	/*padding: .4em .5em;*/
	text-align: left;
	width: 20%;
	font-weight: normal;
	border: none;
	border-top: 1px solid #fff;
	background: none;
	padding: .2em .3em;
	padding-left: 7px;
	
	}	
	
	
.mod-event {
	position: relative;
	z-index: 1;
	}
.sponsorlogo {
	position: absolute;
	z-index: 1;
	top: -40px;
	right: 50px;
	}
body.events .pagetitle {
	width: 460px;
	}
	
div.mod-news {
	width: 540px;
	padding-top: 19px;
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
	}	

div.mod-news p.rss {
	position: absolute; 
	z-index: 2;
	top: -32px;
	left: 380px;
	white-space: nowrap;
	}