/* CVS $Id: hp_styles.css,v 1.3 2005/02/04 10:02:03 makdere Exp $ */

table.hp_panel
{
	background-color: #d9e1f0;
}
td.hp_tab
{
	background-color: #ff6600;
	text-align: center;
}
td.hp_currenttab
{
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #000066;
	text-align: center;
}
/* used to be:
.chead 
{
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-size:120%;
}
*/
td.hp_header
{
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
	font-size: 120%;
}
td.hp_smallheader
{
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #5f6eaa;
}
td.hp_contentheader
{
	font-weight: bold;
	border-top: #5f6eaa 1px solid;
	border-bottom: #5f6eaa 1px solid;
	background-color: #d9e1f0;
	text-align: center;
}
td.hp_blueback
{
	background-color: #000066;
}
a.hp_nav
{
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
a.hp_nav:visited
{
	color: #ffffff;
}
a.hp_nav:hover
{
	color: #ff6600;
}
a.hp_navlit
{
	font-size: 12px;
	font-weight: bold;
	color: #ff6600;
}
a.hp_navlit:visited
{
	color: #ff6600;
}
a.hp_navlit:hover
{
	color: #ffffff;
}
a.hp_navsub
{
	font-size: 12px;
	color: #ffffff;
}
a.hp_navsub:visited
{
	color: #ffffff;
}
a.hp_navsub:hover
{
	color: #ff6600;
}
a.hp_navsubon
{
	font-size: 12px;
	color: #ffffff;
}
a.hp_navsubon:visited
{
	color: #ff6600;
}
a.hp_tab
{
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
a.hp_tab:visited
{
	color: #ffffff;
}
a.hp_tab:hover
{
	color: #000066;
}
input.hp_long
{
	font-size: 12px;
	width: 86px;
}
input.hp_short
{
	font-size: 10px;
	width: 80px;
}
input.hp_button
{
	font-weight: bold;
	color: #ffffff;
	border-left: white 1px solid;
	border-right: white 1px solid;
	border-top: white 1px solid;
	border-bottom: white 1px solid;
	background-color: #000066;
}
input.hp_newbutton
{
	font-weight: bold;
	color: #ffffff;
	border-left: white 1px solid;
	border-right: white 1px solid;
	border-top: white 1px solid;
	border-bottom: white 1px solid;
	background-color: #ff6600;
}
select.hp_long
{
	font-size: 12px;
	width: 186px;
}
select.hp_short
{
	font-size: 12px;
	width: 86px;
}
.hp_largefont
{
	font-size: 12px;
}
.hp_bluetext
{
	color: #000066;
}
.hp_AS24BgColor
{
	background-color: #ffffff;
}
.hp_PartnerBgColor
{
	background-color: #ffffff;
}
.hp_middleblueback
{
	background-color: #91a5cd;
}