/*
-----------------------------------------------------
Belfast Central Mission CSS file for screen media text only version

Author: Dave Harrison
FileName:    textversion.css
Version:     01.09.05
-----------------------------------------------------
*/
@media screen {
/* styles for all browsers including NN4 */
body {
 margin: 0px 240px 0px 40px;
 padding: 10px;
 background: #fff;
 font: Arial, Helvetica, sans-serif;
 color: #000;
}
body {
	font-size:160%;
}

p {
 font-size:80%;
 color: #000;
 line-height: 1.3em;
 font-family: normal Arial, Helvetica, sans-serif;
}
a:link, a:active {
 text-decoration: none;
}
a:visited {
 text-decoration: none;
}
a:hover {
 color: #fbaa1b;
 text-decoration: underline;
}
#context a:link, #context a:active {
 text-decoration: none;
}
#context a:visited {
}
#context a:hover {
  color: #fbaa1b;
  text-decoration: underline;
}
h2 {
 color: #000;
 margin: 20px 0px 0px;
 font-size: 140%;
 font-weight: bold;
 font-family: "Trebuchet MS", Arial, Helvetica,sans-serif;
}

h3 {
 color: #000;
 padding: 0px;
 font-size: 100%;
 margin: 15px 0px 0px;
 font-family: "Trebuchet MS", Arial, sans-serif;
}

h4 {
 color: #000;
 padding: 0px;
 font-size: 90%;
 margin: 15px 0px 0px;
 font-family: "Trebuchet MS", Arial, sans-serif;
}

address, code {
 font-size: 80%;
 font-family: "Courier New", Sans, Verdana, Arial, Helvetica;
}

p.readmore {
 font-size:80%;
 color: #000;
 line-height: 1.3em;
 font-family: normal Arial, Helvetica, sans-serif;
 border-bottom:3px solid #eee;
}

ul {
 font:100% normal Arial, Helvetica, sans-serif;
 border-bottom:3px solid #eee;
}

#maincontent ul {
 font:80% normal Arial, Helvetica, sans-serif;
 border-bottom:3px solid #eee;
} 

/* css used to turn off the increase/decrease text feature in the text only version*/

ul#util-tools{
	display:none;
}

/* css used to hide the images which show in the utitlity nav and show text instead*/

#utilitytools li img{
	display:none;
}

#utilitytools li span{
	display:inline;
}

/* css used to hide the text only as we are already in that mode!*/

#styleswitcher #textversion {	
	display:none;
	}
#styleswitcher #graphicsversion {
	
	}
/* =CONFERENCE FACILTIES
-------------------------------------------------------------------------*/
#conferencelist{
	position:relative;
	display:block;
	padding:0;
	margin:0 0 0 10px;
	float:left;
	}
#conferencelist a{
	font:bold 1.2em Arial, sans-serif ;
	line-height:1.5em;
	letter-spacing:-0.75px;
	position:relative;
	display:block;
	padding:2px 10px;
	margin:0 0 4px;
	float:left;
	background:#fff;
	width:100%;
	clear:both;
	cursor:pointer;
	color:#0075cc;
	border:1px solid #dfe8f1;
	}
#conferencelist div{
	display:block;
	background:#fff;
	float:left;
	width:640px;
}

#conferencelist table{font:bold 0.8em Arial, sans-serif;line-height:1.3em;background:#fff;width:90%;margin:10px 0;padding:0;}
#conferencelist table thead th{background:#004890;color:#fff;}
#conferencelist table thead tr th{border-right:1px solid #fff;padding:2px}
#conferencelist table tbody th{background:#0075cc;color:#fff;padding:2px}
#conferencelist table tr{border-bottom:1px solid #fff;}
#conferencelist table td{background:#dfe8f1;border-right:1px solid #fff;padding:2px}
#conferencelist table caption{font:normal 1.1em Arial, sans-serif;line-height:1.3em;letter-spacing:-0.75px;}

.contactdetails{clear:both;}

img{display:block;float:left;margin:0 10px 10px 0;border:1px solid #eee;padding:4px;}
}
