
/** Name of the customer and Login status
--------------------------------------------------------------- **/
.PP_CustomerHeader, .PP_CustomerHeader2
{
    FONT-WEIGHT: bold;
    COLOR: #004181;
    FONT-FAMILY: Arial, Tahoma;
}

.PP_CustomerHeader {  FONT-SIZE: 16pt; }
.PP_CustomerHeader2 {  FONT-SIZE: 10pt; }


/** OptionBar color and fonts
--------------------------------------------------------------------*/

.PP_OptionBarLeft, .PP_OptionBarRight  {
	background-color:#025889;
	FONT-SIZE: 8pt;
	color: #FFF;
    FONT-FAMILY: Arial, Tahoma;
}

.PP_OptionBar, .PP_OptionBarLeft, .PP_OptionBarRight {
	border-bottom:1px solid #025889;
	height: 21px;
	padding: 0px;
	padding-right: 10px;
}

.PP_OptionBarLeftImg 
{
	background: url(TKSAMenu/OptionBarLeft.gif) no-repeat top left;
	height: 21px;
	width: 21px;
}

.PP_OptionBarLeft {
	text-align: left;
}

PP_OptionBarRight 
{
	text-align: right;
}

.PP_OptionBarRight A 
{
	FONT-FAMILY: Arial, Tahoma;
	FONT-SIZE: 8pt;
	font-weight: bold;
	color: White;
    text-decoration: none;
}

.PP_OptionBarRight A:hover
{
	color: Yellow;
}

.PP_OuterBorder
{
    BORDER-RIGHT: #004181 1pt solid;
    BORDER-TOP: #004181 0pt solid;
    BORDER-LEFT: #004181 1pt solid;
    BORDER-BOTTOM: #004181 0pt solid
}


/** Unread messages 
--------------------------------------------------------------- **/
.PP_OptionBarMesg {
	color: #F58201;
	font-weight: bold;
	text-decoration: none;
}

.PP_OptionBarMesg span{
	color: Blue;
	text-decoration: underline;
}

.PP_OptionBarMesg:hover { text-decoration: underline; }


/** Report Problem link 
--------------------------------------------------------------- **/
.ReportProblem
{
	background: #fff6bf url(ReportProblem.jpg) no-repeat 0 0;
	padding: 3px 0px 3px 34px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: #f2cda1 3px solid;
	color: #025889;
}

.ReportProblem:hover
{
	color: #000;
	border: #EFAA59 3px solid;
}


.PP_QuickHelp
{
    FONT-WEIGHT: Bold;
    text-decoration: none;
    FONT-SIZE: 8pt;
    COLOR:	Blue;
    FONT-FAMILY: Arial, Tahoma;
	TOP: 0px;
}
.PP_QuickHelp:Hover
{
	Color : Navy;
	text-decoration: underline;
}

