/*-----------------------------------------------------------------------------
VISTA Surveys Handheld Style Sheet

$Date$
$Revision$
$Author$
$HeadURL$
website:   www.vistasurveys.com

-----------------------------------------------------------------------------*/

/*@media handheld {*/
  body
  {
    background: white none; /* drop bkg fill */
  }
  
  #doc3
  {
    background: transparent none; /* drop masthead */
  }

  #doc3 #content
  {
    top: 0; /* reclaim masthead space */
  }
  
  #topmenubar a
  {
    color: black; /* menu color */
  }

  .yui-u .sideborder /* remove vert rule */
  {
    border-left: 0 none;
    padding-left: 0;
  }
  
  .userform fieldset.ColumnWidth16em label
  {
    width: 33%;
  }
  .yui-t4 #yui-main
  {
    margin-right: 0;
  }
  .yui-t6 #yui-main
  {
    margin-right: 0;
    float: none;
  }

  .yui-t4 .yui-b, .yui-t6 .yui-b, .yui-gc .yui-u, .yui-g .yui-u /* inline blocks */
  {
    clear: both;
    float: none;
  }
  .yui-t4 #yui-main .yui-b
  {
    margin-right: 0;
  }
  .yui-t6 #yui-main .yui-b
  {
    margin-right: 0;
  }

  .yui-t1 .yui-b
  {
    clear: both;
    float: none;
  }
  .yui-t1 #yui-main, .yui-t2 #yui-main, .yui-t3 #yui-main
  {
    margin-left: 0;
    float: none;
  }
  .yui-t1 #yui-main .yui-b
  {
    margin-left: 0;
  }

  #logoImage
  {
    display: none;
  }

  /*-----------------------------------------------------------------------------
  Styles to disable VISTA Surveys Process CSS image map
  -----------------------------------------------------------------------------*/
  #SiteAssessmentProcess h3
  {
    display: block;
  }  
  #SiteAssessmentProcess
  {
    width: auto;
    height: auto;
    background: none;
  }
  #SiteAssessmentProcess ul
  {
    margin: 1em;
  }
  #SiteAssessmentProcess ul li
  {
    display: block;
  }
  #SiteAssessmentProcess a
  {
    position: relative;
    text-indent: 0;
  }
  #SiteAssessmentProcess .InviteInvestigators a
  {
    top: 0;
    left: 0;
  }
  #SiteAssessmentProcess .GatherSiteInformation a
  {
    top: 0;
    left: 0;
  }
  #SiteAssessmentProcess .ManageActivity a
  {
    top: 0;
    left: 0;
  }
  #SiteAssessmentProcess .ExportData a
  {
    top: 0;
    left: 0;
  }
  #SiteAssessmentProcess a:hover
  {
    border: 0;
  }
/*}*/