
/*  USING THIS FAILS ON WINDOWS MOBILE >>>>>  @media handheld{  */

.hidehandheld	{ display: none; }

body {    
	background: white;   
	font-size:0.8em; 
	border-top: none;
	font-family: sans-serif;
	padding-bottom: 5px;
}

img, * img	{
	/*max-width: 100%;*/
	display: none;
	}

/*table, tbody, tr, td, th { */
/*table,  tr  { 
display: block; }*/

/* Allow preformatted lines to break */
pre {
	white-space: -pre-wrap; /* Opera 6 CSS Extension */
	white-space: pre-wrap; /* CSS2.1 Addition */
	}

	/*  Typography */

/* Specific fonts are ok for headlines, so leave font-family alone
   Adjust top margin from px to em and reduce it a bit (the 2px on the
    bottom margin is small enough to be left alone)
   Reduce line height to 1em; headings frequently break into multiple
    lines on such small screen, and we don't want spacing /within/ the
    heading, only around it. */
h1, h2, h3, h4, h5, h6	{ margin-top: 1.3em; }
h1	{ font-size: 1.3em; }
h2	{ font-size: 1.2em; }
h3	{ font-size: 1.1em; }
h4	{ font-size: 1.0em; }
h5	{ font-size: 0.9em; }
h6	{ font-size: 0.85em; }

/* Make sure inputs stay inside the content area */
input, textarea, select { max-width: 100%; }

a:link, a:visited, a:active	{ background: transparent; color: #663300; text-decoration: underline; font-weight: bold}
a:focus,a:hover			{ background-color: #cccc99; color: #000000; text-decoration: underline;}

#theme_left_column, #theme_center_column, #theme_footer {
	/*display: none;*/
	position:relative;
	float:left;
	width:99%;
	border:0;
}

#theme_box_right,  ul.sitemap li ul, ul.sitemap li ul li {
	display: none;
}

ul.sitemap li {
	background : transparent /*url(/includes.amc/csssitemapfolderbullet.gif)*/ no-repeat;
 	list-style: inside disc;
 	margin : -1em 0 0 -1.6em;
	padding : 0 0 0 0;
	}

a.sidebar, a.sidebar, a.sidebardirectanchor, ul.sitemap li a, ul.sitemap li a:link, ul.sitemap li a:visited { 
	text-decoration: underline; 
	}



/*  USING THIS FAILS ON WINDOWS MOBILE >>>>>  } */
/* end @media */
