
body
{
overflow-y: scroll;
color: white;
background-color: black;
text-align: left;
font-family: "Arial", "Droid Sans", sans-serif, sans-serif-light;
font-size: 10pt;
}

div#wrapper {
width: 1150px; 
margin: 0 auto; 
background-color:black;
}

div#header {
    text-align:center;
    padding:5px;
}

div#menu {
	overflow-y: auto;
    width:350px;
    float:left;
    padding:5px;
	text-align: left;
	font-weight: bold;
	font-size: 9pt;	
}

div#data {
    width:700px;
    float:left;
    padding:5px; 
}

a {
    text-decoration: none;
    padding: 0px;
    color: white;
    background-color: black;    
}

a.member {
	color: #3399FF;
	text-decoration:underline;	
}

a:hover {
	text-decoration:underline; 
	color: white;
}
	
a.tooltip {
	outline:none;
	font-size: 7pt;
	text-decoration:underline;	
	color: #3399FF;
}

a.tooltip strong {
	line-height:15px; 
	text-decoration: underline;
}

a.tooltip:hover {
	text-decoration:none; 
	color: white;
} 

a.tooltip span 
{
    z-index:10;
	display:none; 
	padding:10px 10px;
    margin-top:5px; 
	margin-left:10px;
    width:150px; 
	line-height:15px;	
}

a.tooltip:hover span {
	display:block; 
	position:absolute; 
	color:#111;
    border:1px solid #DCA; 
	background:#fffAF0;
}
	
.callout {
	z-index:20;
	position:absolute;
	top:30px;
	border:0;
	left:-12px;
}

.primary-nav {
    border: 0px solid black; 
	list-style-image: url('/images/bullet.gif');	
}

.primary-nav__sub {
    display: none;
	margin-left: 10px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;	
	padding-top: 4px;	
}

.primary-nav--trigger ~ .primary-nav__sub {
    display: block;
}

p {
	padding-top: 10px;
	margin: 0px;
}

p.info
{
text-align: center;
font-family: sans-serif, serif, sans-serif-light, "Droid Serif";
font-size: 8pt;
padding: 0px;
color: gray;
background-color: black;
}

p.text
{
text-align: left;
font-family: sans-serif, serif, sans-serif-light, "Droid Serif";
font-size: 10pt;
margin: 20px;
color: white;
background-color: black;
padding-top: 4px;
}

H1
{
font-size: 12pt;
font-weight: bold;
margin: 5;
}

H2
{
font-size: 12pt;
text-align: center;
font-weight: bold;
}

H3
{
font-size: 10pt;
font-weight: bold;
text-align: left;
text-decoration: underline;
margin: 10px;
}

H4
{
font-size: 7pt;
font-weight: bold;
margin: 50;
}

H5
{
font-size: 10pt;
text-align: center;
font-weight: bold;
}

H6
{
color: blue;
font-size: 10pt;
font-weight: bold;
text-align: left;
margin: 10px;
}

table.navbar
{font-size: 8pt;
margin: 0px;
padding: 0px; 
border: 1px; 
font-weight: bold;}

table.menu
{font-size: 8pt;
margin: 0px;
padding: 0px;
font-weight: bold;}

table 
{
border-collapse: collapse;
}

tr.borders
{
border-bottom: 1px solid white;
border-top: 1px solid white;
}

td.menuNormal
{padding: 0px;
color: white;
font-weight: bold;
vertical-align: top;
background-color: black;}

td.menuHover
{padding: 0px;
color: white;
font-weight: bold;
vertical-align: top;
/*remove the following line for drop-down menu with images*/
background-color: gray;}

td.Cal_Month
{
font-size: 16px;
color: white;
font-weight: bold;
text-align: center;
}

td.Cal_Weekday
{
font-size: 10px;
color: black;
font-weight: bold;
text-align: center;
height: 15px;
background-color: gray;
}

td.Cal_Date
{
font-size: 12px;
color: black;
font-weight: bold;
text-align: center;
height: 20px;
background-color: #CCCCCC;
}

td.Cal_Date_Blank
{
background-color: #000000;
}

td.Cal_Day
{
font-size: 9px;
color: white;
height: 50px;
}

td.Glance
{
font-size: 14px;
color: white;
height: 30px;
padding-right: 20px
}
  
#slides {
  display: none
}

#slides .slidesjs-navigation {
  margin-top:3px;
}

#slides .slidesjs-previous {
  margin-right: 5px;
  float: left; 
}

#slides .slidesjs-next {
  margin-right: 5px;
  float: left;
}

.slidesjs-pagination {
  margin: 6px 0 0;
  float: right;
  list-style: none;
}

.slidesjs-pagination li {
  float: left;
  margin: 0 1px;
}

.slidesjs-pagination li a {
  display: block;
  width: 13px;
  height: 0;
  padding-top: 13px;
  background-image: url(/images/pagination.png);
  background-position: 0 0;
  float: left;
  overflow: hidden;
}

.slidesjs-pagination li a.active,
.slidesjs-pagination li a:hover.active {
  background-position: 0 -13px;
}

.navbar {
  overflow: hidden;
}

