/* Default CSS Stylesheet for a new Web Application project */

A:link { color: #4682b4; text-decoration: underline;}
A:visited {	color: #800080; text-decoration: underline;}
A:active { TEXT-DECORATION: underline }
A:hover { TEXT-DECORATION: underline }
BODY { FONT-SIZE: x-small; COLOR: #000000; FONT-FAMILY: Verdana; BACKGROUND-COLOR: #FFFFFF }
TABLE { FONT-SIZE: x-small; COLOR: #000000; FONT-FAMILY: Verdana }
TH { FONT-SIZE: x-small; COLOR: #000000; FONT-FAMILY: Verdana; text-align:left }
H1 { FONT-SIZE: medium; COLOR: #000000 }
H2 { FONT-SIZE: small; COLOR: #000000 }

.GridItem {color:#000000; cursor: pointer;  FONT-SIZE: x-small;}
.GridItem:hover {color:#000000; background-color: #DFDFDF; cursor: pointer;  FONT-SIZE: x-small;}

.cookie-footer {position: fixed; left: 0; bottom: 0; width: 100%; background-color: black; color: white; text-align: center;}
.cookie-footer a {color: white;}
.cookie-footer button {background-color: black; color: white; border: 1px solid white;}
