/* This file will hold styles for the mobile version of your website (mobile first). */
/* This also can include ANY global CSS that applies site-wide. Unless overwritten by a more specific style rule, CSS declarations in global.css will apply site-wide. */
tr:hover td,  tr.even:hover td.active,  tr.odd:hover td.active {  background: transparent;  }

tr td {
border:1px solid #ccc;
}


body {
background:transparent url(images/header_background.png) repeat-x  top right;
}
