/**********************************************************************
	Filename: mobile.css
	Project:  activeviz.com
	
	Static style sheet for mobile device pages
**********************************************************************/
/* Body Tag Definition */
body { margin-left:10; margin-top:10; margin-right:10; margin-bottom:10; background-color:#ffffff; }
font, th, td, p, body, span, div, textarea, ul, ol, li { font-family:Arial, Helvetica, Verdana, sans-serif; color:#000000; font-size:10px;}
h1,h2,h3,h4,h5 { font-family:Arial, Helvetica, Verdana, sans-serif; color:rgb( 37,114,119 ); }

/* Assign font and color to the general styles */
h1 { font-size:14px; font-weight:bold; text-transform:uppercase; margin-top:5px; margin-bottom:5px; }
h2 { font-size:13px; font-weight:bold; margin-top:5px; margin-bottom:0px; }
h3 { font-size:12px; font-weight:bold; margin-top:5px; margin-bottom:0px; }
h4 { font-size:10px; font-weight:bold; text-decoration:underline; margin-top:5px; margin-bottom:0px; }
h5 { font-size:10px; font-style:italic; font-weight:normal; margin-top:5px; margin-bottom:0px; }

/* General link formatting */
a { font-weight:bold; text-decoration:none; color:rgb( 0,0,0 ); }
a:hover { text-decoration:underline; color:rgb( 37,114,119 ); }

/* form classes */
.submit { font-size:12px; font-family:Arial,Helvetica; font-weight:bold; color:#000000; }

/* general utility classes */
.detail { font-size:9px; }

