/*
	MS TRUST CONFERENCE CSS
	CREATED:28.08.08
	MODIFIED:31.10.08
	AUTHOR:ANDY FIELD
*/

/*
	COLOURS
	CYAN:#009ddf
	BACKGROUND TINT:#e5f5fc;
	FOOTER TINT:#f2fafe
	LINE:#d9f0fb
	GRAY: #4f5b60
*/

/* RESET
******************************************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

a img,:link img,:visited img {
	border:none;
}

:link,:visited {
	text-decoration:none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset, img { 
	border:0;
}

address,abbr,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

img {
	border:none;
}

ol,ul,dl {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6,pre,code {
	font-size:100%;
	font-weight:normal;
	line-height:100%;
}

q:before,q:after {
	content:'';
}

abbr,acronym {
	border:0;
}

/* BASE
******************************************/

html>body {
	font-size:12px;
}

body {
	background:#e5f5fc;
	color:#222;
	font-family:"Helvetica Neue",Arial,Helvetica,"Lucida Grande",sans-serif;
	font-size:75%;
	line-height:1.5em; 
	padding:0;
	text-align:center;
}

input,select,textarea {
	font-family:"Helvetica Neue",Arial,Helvetica,"Lucida Grande",sans-serif;
	font-size:100%;
	line-height:100%;
	padding:0.3em;
	vertical-align:middle;
}

#skip {
	height:0;
	margin:0;
	overflow:hidden;
	position:relative;
	text-indent:-3000em;
	width:0;
}

a:link,
a:visited {
	border-bottom:1px solid #d9f0fb;
	color:#009ddf;
	text-decoration:none;
}

a:hover,
a:active {
	border-bottom:1px solid #009ddf;
	color:#009ddf;
	text-decoration:none;
}

/* .clearme {
	clear:both;
	height:0;
} */

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
}

/* Hide from IE Mac \*/
.clearfix {
	display:block;
}
/* End hide from IE Mac */

strong {
	font-weight:bold;
}

hr {
	background:#e5f5fc;
	border:0;
	color:#e5f5fc;
	height:1px;
	margin: 0 0 .75em 0;
}

/* TYPOGRAPHY
******************************************/

p,dl,ol,ul,td,th {
	font-size: 1em;
	line-height: 1.75em;
}

p {
	margin:0.875em 0;
}

dl,ol,ul {
	margin:0 0 1.75em 0;
}

h1 {
	color:#009ddf;
	font-size: 3.5em;
	left:-50px;
	line-height: 0.5em;
	/* margin:0 0 0.583333em 0; */
	margin:0 0 0.874995em 0;
	position:relative;
}

h2 {
	color:#009ddf;
	font-size: 2.166667em;
	/* line-height: 0.807692em; */
	line-height: 1.2105em;
	margin: 0.65625em 0;
}

h3 {
	color:#4f5b60;
	font-size: 1.333333em;
	font-weight:bold;
	line-height: 1.3125em;
	margin:1.05em 0;
}

ul {
	list-style-type:square;
	margin-right:4em;
	margin-left:4em;
}

/* LAYOUT
******************************************/

#header,
#content,
#footer {
	background:#fff;
	margin:0 auto;
	text-align:left;
	width:900px
}

#header {
	background:#fff;
	height:200px;
	padding:20px 0 0 0;
}

#content {
	clear:both;
	padding:20px 60px 40px 180px;
	width:660px;
}

#footer {
	background:#f2fafe;
	border-top:1px solid #d9f0fb;
	clear:both;
	padding:10px 20px 20px 20px;
	width:860px;
}

/* HEADER
******************************************/

#confheader a,
#logo a,
ul#nav li a {
	border:none;
	display:block;
	overflow:hidden;
	position:relative;
	text-indent:-3000em;
}

#confheader a {
	background:#fff url(../assets/sprite.png) -130px 0 no-repeat;
	float:left;
	height:135px;
	width:720px;
}

#logo a {
	background:#fff url(../assets/sprite.png) 0 0 no-repeat;
	float:right;
	height:135px;
	width:140px;
}

ul#nav {
	background:#fff url(../assets/sprite.png) 0 -200px no-repeat;
	float:left;
	height:46px;
	margin:0;
	width:900px;
}

ul#nav li {
	display:block;
	float:left;
	height:46px;
}

ul#nav li a {
	float:left;
	height:46px;
}

li.home a {
	background:#fff url(../assets/sprite.png) 0 -200px no-repeat;
	width:68px;
}

#home li.home a,
li.home a:hover {
	background:#fff url(../assets/sprite.png) 0 -250px no-repeat;
}

li.abstracts a {
	background:#fff url(../assets/sprite.png) -68px -200px no-repeat;
	width:163px;	
}

#abstracts li.abstracts a,
li.abstracts a:hover {
	background:#fff url(../assets/sprite.png) -68px -250px no-repeat;
	width:163px;	
}

li.posters a {
	background:#fff url(../assets/sprite.png) -231px -200px no-repeat;
	width:74px;	
}

#posters li.posters a,
li.posters a:hover {
	background:#fff url(../assets/sprite.png) -231px -250px no-repeat;
	width:74px;	
}

li.feedback a {
	background:#fff url(../assets/sprite.png) -305px -200px no-repeat;
	width:92px;	
}

#feedback li.feedback a,
li.feedback a:hover {
	background:#fff url(../assets/sprite.png) -305px -250px no-repeat;
	width:92px;	
}

li.report a {
	background:#fff url(../assets/sprite.png) -397px -200px no-repeat;
	width:158px;
}

#report li.report a,
li.report a:hover {
	background:#fff url(../assets/sprite.png) -397px -250px no-repeat;
	width:158px;
}

/* FORM
******************************************/

fieldset {
	border-top:1px solid #d9f0fb;
	padding:0.875em 0;
}

fieldset ol {
	margin:0;
}

fieldset li {
	padding:0 0 0.875em 0;
}

label {
	display:block;
	padding:0 0 0.4375em 0;
}

input.long,textarea.long {
	width:90%;
}


/* DECORATION
******************************************/

#home h2 span {
	background:#609;
	color:#fff;
	left:-20px;
	line-height:1em;
	padding:4px 10px;
	position:relative;
}

#abstracts h2 span {
	background:#0e9e3e;
	color:#fff;
	left:-20px;
	line-height:1em;
	padding:4px 10px;
	position:relative;
}

#posters h2 span {
	background:#b90cb9;
	color:#fff;
	left:-20px;
	line-height:1em;
	padding:4px 10px;
	position:relative;
}

#feedback h2 span {
	background:#c00;
	color:#fff;
	left:-20px;
	line-height:1em;
	padding:4px 10px;
	position:relative;
}

#report h2 span {
	background:#9c3;
	color:#fff;
	left:-20px;
	line-height:1em;
	padding:4px 10px;
	position:relative;
}

#footer p {
	font-size: 0.916667em;
	line-height: 1.909091em;
}

#footer a:link,
#footer a:visited {
	border-bottom:1px solid #d9f0fb;
}

#footer a:hover,
#footer a:active {
	border-bottom:1px solid #009ddf;
}

#boxoff {
	padding:0.875em 0 0 0;
}

#boxoff dl {
	float:left;
	margin:0 20px 40px 0;
	width:320px;
}

#boxoff dl.end {
	margin:0;
}

#boxoff dt {
	color:#4f5b60;
	font-size: 1.333333em;
	font-weight:bold;
	line-height: 1.3125em;
	margin:0;
	padding:0 0 0 20px;
}

#boxoff dd {
	padding:0 2em 0 20px;
}

dl.boxone dt {
	background:#fff url(../assets/sprite.png) 0 -400px no-repeat;
}

dl.boxtwo dt {
	background:#fff url(../assets/sprite.png) -500px -400px no-repeat;
}

dl.boxthree dt {
	background:#fff url(../assets/sprite.png) 0 -500px no-repeat;
}

dl.boxfour dt {
	background:#fff url(../assets/sprite.png) -500px -500px no-repeat;
}

#abstracts ol,
#posters ol {
	margin-top:1.75em;	
}

#abstracts ol li,
#posters ol li {
	border-bottom:1px solid #d9f0fb;
	margin:0 0 0.875em 0;
	padding:0 0 0.875em 0;
}

#abstracts li h3,
#posters li h3 {
	margin:0;
}

#abstracts li cite,
#posters li cite,
#posters cite,
#abstracts cite {
	display:block;
	font-family:georgia,'times new-roman',serif;
	font-size: 1.083333em;
	font-style:italic;
	line-height: 1.615385em;
}

#abstracts li p,
#posters li p {
	margin:0;
}

/* TABLE
******************************************/

table {
	margin:0 0 1.75em 0;
	width:100%;
}

th,td {
	font-size:100%;
	padding:0.4em 2em 0.4em 0.4em;
	vertical-align:top;
}

thead th {
	background:#4f5b60;
	color:#fff;
	font-weight:bold;
}

tbody th {
	white-space:nowrap;
}

tbody h3,
tbody p {
	margin:0;
}

tbody h3 {
	font-size: 1.083333em;
	line-height: 1.615385em;
}

tbody th,
tbody td {
	border-bottom:1px solid #d9f0fb;
}


ul#mst-gallery {
	float:left;
	list-style:none;
	margin:0 0 1.5em 0;
}

ul#mst-gallery li {
	display:block;
	float:left;
	margin:0 20px 20px 0;
	width:200px;
}

ul#mst-gallery img {
	background:#ddd;
	display:block;
	height:190px;
	margin:0 0 0.375em 0;
	width:200px;
}

ul#mst-gallery h3,
ul#mst-gallery p {
	margin:0;
}
