/* 
^= is a CSS3 selector. 
W3C validator will report it as an error.
selects only urls with outbound urls
a[href^="http://"]:after {
  content:            ' (' attr(href) ') ';
}*/
/*
a:link:after, 
a:visited:after {
  content: ' (' attr(href) ') ';
}
*/

@import url(screen.css);

/*----------------------------------------------*/

* {
  background-image:   none !important;/*!important doesn't work before ie7 final*/
}
abbr,
acronym {
  border-bottom:      none;
}
/*----------------------------------------------*/
#wrapHeader,
#wrapContent {
  border:             none;
  width:              622px;
}

#wrapFooter {
  width:              614px;
}

#navigationFineprint,
#navigationMain,
#columnAnnotation,
#columnAddition {
  display:            none;
}

/* SCREENS
----------------------------------------------- */
/*
#screen_home #wrapContent {
  padding-top:        0px;
  border-top:         none;
}
*/
#screen_home #stage,
#screen_Home #stage {
  display:            none;
}
#screen_home #columnCopy,
#screen_Home #columnCopy {
  width:              608px;
}
#screen_home #columnAnnotation,
#screen_Home #columnAnnotation {
  display:            none;
}

/*----------------------------------------------*/