/* MultiOS Browser Test Handheld/PDA CSS File
 *
 * Date: October 10, 2007
 *
 * Handheld CSS File to remove the navigation
 * from the printed page.
 * 
 * Tested on Windows CE with MS IE 4.01  
 *
 */

acronym {
  border-bottom: none;
}

abbr {
  border-bottom: none;
}

.none { position: absolute; left:-1999px; }

.nonvisible {
  display: none;
}

/* = body changes ======== */
body {
  margin: 0;
  padding: 0;
  height: 100%;
  min-height: 100%;
  background-color: #aaaaaa;
  color: #333333;
  text-align: center;
  font-family: Verdana, Arial, sans-serif;
  font-size: 100.01%;
}

/* = pda full screen ======== */
#aadmmpaper { 	
  margin: 0 auto;
  padding: 1em;
  width: 100%;
  text-align: left;
  color: #333333;	
  background-color: #ffffff;
}

/* = change language ======== */
div#changelanguage {
  clear: both;
  display: block;
  padding: 0;
  float: left;
  width: auto;
  text-align: right;
}

/* = Breadcrumbs ======== */
#breadcrumbs {
  clear: both;
  display: block;
  float: left;
  width: auto;
  text-align: left;
  height: 30px;
  color: #333333;
  font-size: 0.8em;
  background-color: #ffffff;
  margin: 0 auto;
  padding-top: 0.25em;
  padding-right: 0;
  padding-bottom: 2em;
  padding-left: 0;
}

/* = PDA without float ======== */

#narrowcolumn {
  clear: both;
  width: auto;
}

#sidebar {
  clear: both;
  width: auto;
}

/*
 * CSS for data tables
 * 
 */

.thheader {
  text-align: left;
  color: #333333;
  background-color: #99ccff;
  padding-left: 0.4em;
}

.thyear {
  text-align: center;
  color: #333333;
  background-color: #99ccff;
}

.tblinename {
  font-size: 0.85em;
  color: #333333;
  background-color: #eeeeee;
  padding-left: 0.4em;
}

.tbline {
  font-size: 0.85em;
  text-align: center;
  color: #333333;
  background-color: #eeeeee;
}

.tblblankname {
  font-size: 0.85em;
  text-align: left;
  color: #333333;
  background-color: transparent;
  padding-left: 0.4em;
}

.tblblank {
  font-size: 0.85em;
  text-align: center;
  color: #333333;
  background-color: transparent;
}

.tbldates {
  font-size: 0.8em;
  font-style: italic;
  color: #333333;
  background-color: transparent;
  padding: 0em 0em 2em;
}



