body
{
	color:var(--main-txt-color);
	background-color:var(--main-bg-color);
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
a 
{
	color:var(--main-txt-color); 
}

a:hover 
{
	color:var(--main-hover-color);
}

div#index_header
{
	display: grid; 
	grid-template-columns: 4fr 1fr; 
	padding-top: 30px;
}

#header_logo
{
	width: 300px;
}
#header_branding
{
	position: absolute; 
	bottom: 10px; 
	right: 20px;
	height: 40px;
}

#theme_switcher
{
	position: absolute; 
	top: 10px; 
	right: 10px;
}

li a:hover, .dropdown:hover .dropbtn {
  background-color:var(--menu-bg-color);

}

li.dropdown {
  display: block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color:var(--menu-bg-color);
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color:var(--main-txt-color);
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {background-color:var(--menu-bg-color);}

.dropdown:hover .dropdown-content {
  display: block;
}

.back {
	
	background-color: #cfe0f0;
	border-bottom: 3px solid var(--main-txt-color);
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 9pt;

	
}

#menu {
	font-weight: bold;
	font-size: 10px;
	color: #cfe0f0;
}

#menu td.cell {
	padding: 5px 20px 6px 20px;

}

#menu td a {	
	display: block; 
	color:var(--menu-txt-color);
	text-decoration:none;
	padding: 5px 20px 6px 20px;
	background-color:var(--menu-bg-color); 
}

#menu td.cell.act
{
	background-color:var(--secondary-hover-color);
	color:var(--main-txt-color);
}

#menu td a:hover {
	background-color:var(--secondary-hover-color);
	color:var(--main-txt-color);
}

#menu-left {
	font-weight: bold;
	font-size: 10px;
}

#menu-left .bg {
	
	background-repeat:repeat-x;
	padding-bottom: 3px;
	
}

#menu-left td.act {
	text-align: center;
	background-color: #cfe0f0;
	padding-top: 8px; padding-bottom: 8px;
}

#menu-left td a {	
	display: block; 
	width: 100%;
	text-decoration:none;
	text-align: center;
	padding-top: 8px; padding-bottom: 8px;
	color:var(--main-txt-color);
}

#menu-left td a:hover {
	background-color: #cfe0f0;
}	

.section-left {
	font-size: 10px;
}

.section-left .bg {
	
	background-color: #128747;
	
}

.section-left td.title {
	font-weight: bold;
	text-align: center;
	padding: 8px 4px 8px 4px;
	background-color: #128747;
	color: white;
}

.section-left td.content {
	padding: 8px 4px 8px 4px;
	color:var(--main-txt-color);
	
	
}

.section-left td.content .bullet {
	font-weight: bold;
	color:var(--main-txt-color);
}

ul.list1 {
	padding: 0px;
	margin: 0px;
	margin-left: 15px;
	
}

li.list1 {
	list-style-type: none;
	list-style-image: url(imgs/bullet-small.gif);
	padding-bottom: 4px;
	
}

.manly_button
{
	padding-left: 11px;
	padding-right: 11px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: white;
	background-color: #1C3356;
	-moz-border-radius: 15px;
	border-radius: 5px;
}

.footer {
	background-color:var(--menu-bg-color);
	font-size: 10px;
	text-align: center;
	color: #cfe0f0;
}

.footer a {
	color: #cfe0f0;
	text-decoration: none;
}

.footer a:hover {
	color:var(--menu-txt-color);
}

.content {
	padding-top: 10px;
	padding-left: 25px;
	color:var(--main-txt-color);
}

.content h1 {
	font-size: 14px;
	font-weight: bold;
	color:var(--main-txt-color);
	margin-top: 0px;
}

.content_right h1 {
	font-size: 14px;
	font-weight: bold;
	color:var(--main-txt-color);
	margin-top: 0px;
}

.content h2 {
	font-size: 13px;
	font-weight: bold;
	color:var(--main-txt-color);
}

.content_right h2 {
	font-size: 13px;
	font-weight: bold;
	color:var(--main-txt-color);
}

.content_holder 
{
	display: grid;
	grid-template-columns: 250px 500px;
	grid-column-gap: 25px;
	padding-top: 33px;
	padding-right: 25px;
}

.hpikica {
	background-image: url(imgs/hpikica.gif); 
	background-repeat:repeat-x;
}

#login td.prompt {
	font-size: 10px;
	font-weight: bold;
	padding: 8px 4px 8px 4px;
	text-align: right;
}

#login td.title {
	font-weight: bold;
	font-size: 14px;
	color:var(--main-txt-color);
}

#login input {
	border: 1px solid var(--main-txt-color);
	background-color:var(--main-bg-color);
	color:var(--main-txt-color);
	margin: 2px 4px 2px 4px;
	padding: 2px;
}

#login input:focus {
	background-color: #cfe0f0;
	color:var(--menu-bg-color);
}

#login .error {
	color: #ff7a00;
	background-color: #ffead8;
	text-align: center;
	font-size: 10px;
	padding: 4px;
	font-weight: bold;
}

#login .go {
	font-weight: bold;
	font-size: 12px;
	text-align: right;
	padding: 8px 4px 8px 4px;
	color:var(--main-txt-color);
}

#login .go a {
	color: #ff7a00;
	text-decoration: none;
}

#login .go a:hover {
	color:var(--main-txt-color);
}

 /* The switch - the box around the slider */
 .switch {
	position: relative;
	display: inline-block;
	width: 35px;
	height: 20px;
  }
  
  /* Hide default HTML checkbox */
  .switch input {
	opacity: 0;
	width: 0;
	height: 0;
  }
  
  /* The slider */
  .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
  }
  
  .slider:before {
	position: absolute;
	content: "";
	height: 16px;
	width: 16px;
	left: 2px;
	bottom: 2px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
  }
  
  input:checked + .slider {
	background-color: #1c3356;
  }
  
  input:focus + .slider {
	box-shadow: 0 0 1px #1c3356;
  }
  
  input:checked + .slider:before {
	-webkit-transform: translateX(15px);
	-ms-transform: translateX(15px);
	transform: translateX(15px);
  }
  
  /* Rounded sliders */
  .slider.round {
	border-radius: 34px;
  }
  
  .slider.round:before {
	border-radius: 50%;
  } 