/* Start of CMSMS style sheet 'Handheld' */
/* Stylesheet for mobile and small screen handheld devices */

body { margin:0; padding:0; width:100%; }

/* hide noprints and definition */
.noprint,
.nodisplay,
dfn { display:none; }

/* dont want to download image for header so just set bg color */
div#header,
div#footer { color:#000; text-align:center; }

/* text colors for header and footer */
div#header a,
div#footer a { color:#ff7000; }

/* this doesnt look as nice, but takes less space */
div#menu_vert ul li,
div#menu_horiz ul li { display:inline; }

/* small border at the bottom to have some indicator */
div#menu_vert ul,
div#menu_horiz ul { border-bottom:1px solid #fff; }
/* End of 'Handheld' */

