﻿html, body { 
  background-color: #717bab;
  color: white;
}

a {
  color: white;
  background-color: inherit;
}

.sidebar,
.Panel 
{
  background-color: #e5e9F7;
  color: #202030;
}

.Panel a ,
.sidebar a
{
  color: #60779C; /* #33734d; */
  background-color: transparent;
  text-decoration: underline;
}

.Panel a:hover, 
.sidebar a:hover
{
  color: #050671;
  background-color: transparent;
}

#subheader { background-color: #555b7b; }
#subheader .selected { background-color: #e5e9f7; color: #555b7b; }
#subheader a:hover { background-color: #6F76A1; /* #5a6a8e*/  }
#subheader a.selected:hover { background-color: #e5e9f7; }


td, th{ color: #333333; border: 1px solid gray;}
th { background-color: #CCCCCC; }
td { background-color: #EEEEEE; }
table { border: 2px solid gray; }

.important {  background: white; border-color: #5a6a8e; }

.imageGallery a { background-color: #fffcf7; }
.imageGallery a:hover { background-color: white; }