/* 
---------------------------------------------------------------------------------------------------------------
OXFAM EDUCATION: PRINT.CSS PRINT STYLESHEET
Define screen elements which should not be printed and make additional info appear on prints
------------------------------------------------------------------------------------------------------------------ */

body {
text-align:center;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 0.8em;
background-color:#ffffff;
margin:0px;
color:#000000;
}


a:link, a:visited, a:active {
color: #000000;
text-decoration: underline;
}

a:hover {
text-decoration: underline;
}


.hidden
{
position:absolute;
left:0px;
top:-500px;
width:1px;
height:1px;
overflow:hidden;
} 


#page{ 
width:100%;; 
float:left; 
} 

#search {
display:none;
}

#topmenu {
display:none;
}

#related{
display:none;
}

#subnav{
display:none;
}

.tabcontentstyle {
display:none;
}

.tabcontent {
display:none;
}

#footerwrap {
display:none;
}

#footer{
display:none;
}

h1
{
font-size: 24px;
font-weight:bold;
font-family:verdana,arial,helvetica,sans;
padding:0px;
margin:0px;}

#page h1 {
font-size:1.5em;
color:white;
font-weight:bold;
margin:0px;
margin-bottom:0px;
background-color: #ffffff;
padding:0px;
padding-left:0px;
}

.summary {
margin:0px;
margin-top:10px;
margin-bottom:10px;
padding:0px;
font-size:1.3em;
line-height: 1.15em;
background-color: #ffffff;
color:#000000;
}
.summary p {
margin:0px;
padding:0px;
}

h5 {
letter-spacing:0px;
font-weight:bold;
font-size: 1.1em;
border:0;
}

.helptext {
display:none;
}

#header { clear:both; width:100%; text-align:left;} 
#headwrap { clear:both; width:100%; text-align:left;} 
#pagewrap { clear:both; width:100%; text-align:left;} 





.files {
padding:0;
margin:0;
list-style: bullet;
font-size:0.9em;
border:0;
}

.files li  {
padding:0px;
padding-left: 0px;
padding-bottom:8px;
padding-top:8px;
border:0;
}

.files li a {
font-weight:bold;
}

.files li.doc  {
background-image: url(../../images/icons/doc.gif); background-repeat: no-repeat; background-position: 0 .5em;
}

.files li.film  {
background-image: url(../../images/icons/film.gif); background-repeat: no-repeat; background-position: 0 .5em;
}

.files li.music  {
background-image: url(../../images/icons/music.gif); background-repeat: no-repeat; background-position: 0 .5em;
}

.files li.pdf  {
background-image: url(../../images/icons/pdf.gif); background-repeat: no-repeat; background-position: 0 .5em;
}

.files li.picture  {
background-image: url(../../images/icons/picture.gif); background-repeat: no-repeat; background-position: 0 .5em;
}

.files li.ppt  {
background-image: url(../../images/icons/ppt.gif); background-repeat: no-repeat; background-position: 0 .5em;
}

.files li.txt  {
background-image: url(../../images/icons/txt.gif); background-repeat: no-repeat; background-position: 0 .5em;
}

.files li.xls  {
background-image: url(../../images/icons/xls.gif); background-repeat: no-repeat; background-position: 0 .5em;
}

.files li.zip  {
background-image: url(../../images/icons/zip.gif); background-repeat: no-repeat; background-position: 0 .5em;
}
