* {
margin: 0;
padding: 0;
}
	.hoverRow { background-color: yellow; }
  	.clickedRow { background-color: orange; }

html {
height: 100%;
font-size: 62.5%;
}

body {
height: 100%;
text-align: left;
font: 1.1em Verdana, Arial, Helvetica, sans-serif;
background: #c5c5c5 repeat-x 0 0;
min-width: 980px;
}

a:link, a:visited {
color: #0080FF;
text-decoration: underline;
font-weight: bold;
}

a:hover {
text-decoration: none;
}


#headerMain {
  width:100%;
  height: 40px;
  margin:0px auto;
  z-index:0;
}

#header {
  width:100%;
  height: 40px;
  background-color: #01FE73;
  position: fixed;
  z-index: 9999;
}