/* 
    Document   : reset
    Created on : 21.09.2009, 10:32:32
    Author     : mjoszko
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/*
    Reset
*/

  #gis div, #gis span,
  #gis h1, #gis h2, #gis h3, #gis h4,
  #gis p, #gis blockquote,
  #gis pre, #gis a, #gis abbr,
  #gis acronym, #gis address, #gis cite,
  #gis code, #gis em, #gis font, #gis img,
  #gis strong, #gis dl, #gis dt, #gis dd,
  #gis ol, #gis ul, #gis li, #gis fieldset,
  #gis form, #gis label, #gis legend, #gis table,
  #gis caption, #gis tbody, #gis tfoot, #gis thead,
  #gis tr, #gis th, #gis td {
    background: none;
  	margin: 0;
  	padding: 0;
  	border: 0;
  	outline: 0;
  	font-weight: inherit;
  	font-size: 100%;
  	font-style: inherit;
  	font-family: inherit;
  	letter-spacing: normal;
  	line-height: 1;
  	vertical-align: baseline;
  }
  #gis ol, #gis ul,
  #gis ol li, #gis ul li {
  	list-style: none;
  }
  #gis table {
  	border-collapse: separate;
  	border-spacing: 0;
  }
  #gis caption, #gis th, #gis td {
  	text-align: left;
  	font-weight: normal;
  }
  #gis {
    position: relative;
  }

  .left { float: left }
  .right { float: right }
  .clear { clear: both }


