/*

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


*/

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;
}

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

#menu td.cell {
	padding: 5px 20px 6px 20px;
	background-image: url(imgs/mbg.gif);
	background-repeat: repeat-x;
}

#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-image:url(imgs/hpikica.gif);
	background-repeat:repeat-x;
}

#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-image:url(imgs/hpikica.gif);
	background-repeat:repeat-x;
}

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

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

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

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;
}

.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: 8px;
	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;
}
