﻿.toplink
	{
	color: #ffffff;
	font-family: MS Reference Sans Serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	}
	
a:hover.toplink
	{
	color: #33CC33;
	font-family: MS Reference Sans Serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	}

.acctlink {
	height: 40px;
	margin: 0 20px;
	padding: 16px;
	text-align: center;
	font-family: verdana;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
}

.acctlink:hover {
	background: #ffffff;
	color: #003321;
}

.loglink {
	height: 40px;
	margin: 0 20px;
	padding: 12px 25px 12px 25px;
	text-align: center;
	font-family: verdana;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	position: relative;
	background-color: #339933;
}

.loglink:hover {
	background: #ffffff;
	color: #00704A;
}

.opLink
	{
	color: #00704A;
	font-family: MS Reference Sans Serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	}
	
a:hover.opLink
	{
	color: #339933;
	font-family: MS Reference Sans Serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;	
	border-bottom-width: 2px;
	border-bottom-style: solid;	
	}

.btn {
	width: 200px;
	display: inline-block;
	padding: 6px 0px;
	text-align: center;
	font-family: verdana;
	font-size: 10pt;
	color: #fff;
	text-decoration: none;
	position: relative;
	background-color: #00704A;
	border: solid 2px #00704A;
	border-radius: 20px;
}

.btn:hover {
	background-color: #ffffff;
	color: #000000;
    }

.bxLink {
	background-color: #003321;
  	font-family: MS Reference Sans Serif;
	font-size: 10pt;
	color: white;
	padding: 10px 18px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
}
	
a:hover.bxLink
	{
	background-color: #339933;
	}



.FootMenu
	{
	color: #ffffff;
	font-family: Verdana;
	font-size: 10pt;
	text-decoration: none;
	}
	
a:hover.FootMenu
	{
	color: #ffffff;
	font-family: Verdana;
	font-size: 10pt;
	text-decoration: none;
	}

.FootLink
	{
	color: #ffffff;
	font-family: Verdana;
	font-size: 10pt;
	text-decoration: none;
	}
	
a:hover.FootLink
	{
	color: #ffffff;
	font-family: Verdana;
	font-size: 10pt;
	text-decoration: underline;
	}
	
.Link
	{
	color: #00704A;
	font-family: Verdana;
	font-size: 10pt;
	text-decoration: none;
	}
	
a:hover.Link
	{
	color: #339933;
	font-family: Verdana;
	font-size: 10pt;
	text-decoration: underline;
	}

.circle-icon {
    background: #C0C0C0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    vertical-align: middle;
    padding: 5px 4px 5px 5px;
}
	
.icon {
	color: #00704A;
}	

#rcorners0 {
	border-radius: 10px 10px 0 0;
    background: #666666;
    padding: 10px; 
    height: 20px;
}	

#tborder{
	border-collapse: collapse;
	border: 1px solid #666666;
}

.tableborder td{
	border-collapse: collapse;
	border: 1px solid #666666;
	border-spacing: 10px;
	    padding: 8px; 

}

.MenuLink
	{
	color: #ffffff;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	}
	
a:hover.MenuLink
	{
	color: #ffffff;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	}

.Simple
	{
	color: #004e9b;
	font-family: Verdana;
	font-size: 10pt;
	text-decoration: none;
	}
	
a:hover.Simple
	{
	color: #004e9b;
	font-family: Verdana;
	font-size: 10pt;
	text-decoration: underline;
	}
			
/* Navbar container */
.navbar {
  overflow: hidden;
  background-color: #00704A;
  font-family: Verdana;
}

/* Links inside the navbar */
.navbar a {
  float: left;
  font-size: 14px;
  color: white;
  text-align: center;
  padding: 16px 16px;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
}

/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 14px; 
  border: none;
  outline: none;
  color: white;
  padding: 16px 16px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #003321;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 180px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 100;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}