/*

light blue: 	cfe0f0
dark blue: 		1c3356
orange: 			ff7a00
light orange: ffead8


*/





li a, .dropbtn {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
  background-color: white;
}

li.dropdown {
  display: inline-block;
}

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

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {background-color: white}

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



body {
	background-image: url(../imgs/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.back {
	
	background-color: #cfe0f0;
	border-bottom: 3px solid #1c3356;
	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: #ffffff;
	text-decoration:none;
	padding: 5px 20px 6px 20px;
	background-image: url(imgs/mbg.gif);
	background-repeat: repeat-x;
}

#menu td.cell.act
{
	background-image: url(imgs/mbga.gif);
	color: #1c3356;
}

#menu td a:hover {
	background-image: url(imgs/mbga.gif);
	background-repeat: repeat-x;
	color: #1c3356;
}

#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: #1c3356;
}

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

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

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

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

.section-left td.content {
	padding: 8px 4px 8px 4px;
	color: #000000;
	
	
}

.section-left td.content .bullet {
	font-weight: bold;
	color: black;
}

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: #1c3356;
	font-size: 10px;
	text-align: center;
	color: #cfe0f0;
}

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

.footer a:hover {
	color: #ffffff;
}

.content {
	padding-top: 10px;
	padding-left: 25px;
	color: #1c3356;
}

.content h1 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
}

.content h2 {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

.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: #000000;
}

#login input {
	border: 1px solid #1c3356;
	margin: 2px 4px 2px 4px;
	background-color: white; 
	padding: 2px;
}

#login input:focus {
	background-color: #cfe0f0;
}

#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: #1c3356;
}

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

#login .go a:hover {
	color: #1c3356;
}