/*THE PRODUCTIVITY INSTITUTE*/
/*Created by CommonPlaces e-Solutions*/

/***************/
/***************/
/*COMMON STYLES*/
/***************/
/***************/

BODY {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0px;
	padding:0px;
	background-color:#CCCCCC;
	background-image:url(images/PI_Background.gif);
	background-repeat:repeat;
	width:850px;
	margin:auto;
}

FORM, TABLE {
	margin:0px;
	padding:0px;
}

A {
	color:#000099;
}

/**********************/
/*PI_Container*/
/**********************/

#PI_Container {
	/*border-left:2px solid #999999;
	border-right:2px solid #999999;*/
	padding-left:4px;
	padding-right:4px;
	background:url(images/PI_BackgroundShadow.jpg) repeat top left;
	display:block;
}

/**********************/
/*PI_HeaderTop*/
/**********************/
#PI_HeaderTop {
	margin:0px;
	padding:0px;
	border-top:4px solid #FF9900; /*orange*/
	height:130px;
	background-image:url(images/PI_HeaderTop.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
#PI_HeaderTop A IMG { /*logo*/
	float:left;
	border:0px;
	margin: 30px 0 20px 20px;
}

#PI_HeaderTop UL { /*short nav*/
	margin:0px;
	padding:0px;
	float:right;
	background-image:url(images/PI_TabUpsidedown1.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	padding-bottom:3px;
	margin-right:2px;
}
#PI_HeaderTop UL LI { /*short nav*/
	display:inline;
}
#PI_HeaderTop UL LI A { /*short nav*/
	text-decoration:none;
	color:#000000;
}
#PI_HeaderTop UL LI A:HOVER { /*short nav*/
	color:#FFFFFF;
}

#PI_HeaderTop TABLE { /*sign in*/
	float:right;
	clear:right;
	color:#FFFFFF; /*white*/
	margin-top: 10px;
	margin-right: 5px;
}

#PI_HeaderTop TABLE TD { /*sign in*/
	padding:2px;
}

#PI_HeaderTop TABLE TD A { /*sign in*/
	color:#FFFFFF; /*white*/
}

#PI_HeaderTop TABLE INPUT.input { /*sign in*/
	font-size:10px;
	border:1px solid #FF9900; /*orange*/
	background-color:#FFFFFF; /*white*/
	width: 120px;
}

#PI_HeaderTop TABLE INPUT.go { /*sign in*/
	background-color:#FF9900; /*orange*/
	color:#FFFFFF; /*white*/
	border:1px solid #999999; /*gray*/
	font-weight:bold;
	font-size:10px;
	padding:0px;
	margin:0px;
	width:30px;
}
/*You are currently logged in as "name".*/

.PI_User {
	color: #FFF;
	margin-left:560px;
	margin-right:5px;
	margin-top:40px;
}

.PI_User P {
	margin-bottom: 20px;
}

.PI_User A {
	color: #000;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	background-color: #FF9900;
	border: 1px solid #EEE;
	margin-right: 3px;
	text-decoration: none;
}

#PI_HeaderTop P.logout A {
	color:#FFFFFF;
}
#PI_HeaderTop P.logout A:HOVER {
	color:#FF9900; /*orange*/
}



/**********************/
/*PI_HeaderBottom*/
/**********************/
#PI_HeaderBottom { /*main nav*/
	margin:0px;
	padding:0px;
	background-image:url(images/PI_NavBar.gif);
	border-bottom:3px solid #FF9900; /*orange*/
	height:32px;
}

#PI_HeaderBottom UL { 
	margin: 0 0 0 5px;
	padding:0;
	float:left;
	width:690px;  /* 675 */
}

#PI_HeaderBottom UL LI { 
	float:left;
	padding:0 20px 0 0;
	margin: 10px 0 0 4px;
	list-style-type:none;
}

#PI_HeaderBottom UL LI A {
	text-decoration:none;
}

#PI_HeaderBottom UL LI A:HOVER {
	color:#FF9900; 
}

#PI_HeaderBottom UL LI A SPAN{ 
	color:#FFF; 
	padding: 2px;  /* 5 */
}

#PI_HeaderBottom UL LI A:HOVER SPAN { 
	color:#FF9900;
	font-size: 10px;
	font-weight: bold;
}

#PI_HeaderBottom UL LI.active  { 
	text-transform:uppercase;
	font-weight:bold;
	background-image:url(images/PI_TabLeft.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	padding-bottom:9px;
	margin-top:5px;
	padding-top:5px;
}

#PI_HeaderBottom UL LI.active A:HOVER  { 
	color:#000000; 
}
#PI_HeaderBottom UL LI.active A SPAN {
	background-image:url(images/PI_TabRight.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	background-color:#FF9900;
	padding-bottom:9px;
	padding-right:10px;
	padding-left:10px;
	margin-left:3px;
	padding-top:5px;
	color:#000000; 
}
#PI_HeaderBottom UL LI.active A:HOVER SPAN { 
	color:#000000; }


#PI_HeaderBottom SPAN.tips { /*productivity tips*/
	float:right;
	width:95px;
	color:#FFFFFF;
	text-align:right;
	margin-right:10px;
	padding-top:10px;
	
}
#PI_HeaderBottom SPAN.tips A{ /*productivity tips*/
	color:#FFFFFF;
	text-decoration:none;
}
#PI_HeaderBottom SPAN.tips A:HOVER { /*productivity tips*/
	color:#FF9900; /*orange*/
}

#PI_HeaderBottom SPAN.activetips { /*productivity tips*/ /*active*/
	float:right;
	width:95px;
	color:#FFFFFF;
	text-align:right;
	margin-right:10px;
	padding-top:10px;
}

#PI_HeaderBottom SPAN.activetips A { /*productivity tips*/ /*active*/
	color:#FFFFFF;
	text-decoration: none;
}

#PI_HeaderBottom SPAN.activetips A:HOVER { /*productivity tips*/ /*active*/
}



/**********************/
/*PI_MainBody*/
/**********************/
#PI_MainBody {
	background-color:#FFFFFF; /*white*/
	display:table-cell;
	margin:0px;
	padding:0px;
	width:842px;
	clear:both;
}

#PI_ProdTable {
	background-color:#fff;
}


/**********************/
/*PI_SubHeader*/
/**********************/
#PI_SubHeader {
	margin:0px;
	padding:0px;
	background-color:#FF9900; /*orange*/
	border-top:1px solid #FF9900; /*orange*/
}

#PI_SubHeader H1 {
	margin:0px;
	padding:0px;
	color:#FFFFFF; /*white*/
	font-size:22px;
	margin-left:20px;
	padding-bottom:5px;
	width:800px;  /* 8-29 500 */	
}

#PI_SubHeader H2 {
	margin:0px;
	padding:0px;
	color:#FFFFFF; /*white*/
	font-size:11px;
	margin-left:20px;
	padding-bottom:5px;
	width:500px;
	
}
/**********************/
/*PI_TextSize*/
/**********************/
#PI_SubHeader #PI_TextSize {
	float:right;
	margin:0px;
	padding:0px;
	width:300px;  /* 200px */
	text-align:right;
	margin-right:5px;
}

#PI_SubHeader #PI_TextSize P {
	margin:0px;
	padding:0px;
}

#PI_SubHeader #PI_TextSize A {
	color:#FFFFFF; /*white*/
	text-decoration:none;
}

#PI_SubHeader #PI_TextSize A:HOVER {
	color:#666666; 
/*	text-decoration: underline;*/
}



/**********************/
/*PI_LeftColumn*/
/**********************/
#PI_LeftColumn {
	width:549px;
	margin:0;
	padding:0;
	float:left;
	clear:both;
}

#PI_LeftColumn TABLE { /* see IE styles */
	margin-left:30px;
	float:left;
}


#PI_LeftColumn H1 {
	margin-left:20px;
}

#PI_LeftColumn H2 {
	margin-left:20px;
	margin-right:10px;
	padding-top:5px;
	color:#FF9900;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
}
#PI_LeftColumn H3 {
	margin:0px;
	padding:0px;
	margin-left:20px;
	font-size:14px;
	
}
#PI_LeftColumn P {
	margin:0px;
	padding:0px;
	margin-left:20px;
	margin-right:30px;
}

#PI_List UL {
	margin:0px;
	padding:0px;
	margin-left:20px;
	margin-right:30px;
}
/*
#PI_LeftColumn TABLE { 
	float:right;
	clear:right;
	color:#FFFFFF; 
	margin-top: 10px;
	margin-right: 5px;
}

#PI_LeftColumn TABLE TD { 
	padding:2px;
	color:#CCCCCC; 
}
*/
/**********************/
/*PI_RightColumn*/
/**********************/
#PI_RightColumn {
	float:right;
	margin:0px;
	padding:0px;
	margin-left:4px;
	display:block;
	width:284px;
}
#PI_RightColumn P {
}
/*PI_Announcement*/

#PI_RightColumn .PI_Announcement {
	margin:0px;
	padding:0px;
	background: #fff url(images/PI_AnnouncementBackground.jpg) repeat-y;
}

#PI_RightColumn .PI_Announcement H3 {
/*	background-image:url(images/PI_QuoteLeft.jpg);*/
	background-position:top left;
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
	padding:3px;
	padding-left:28px;
	margin-left:2px;
	color:#666666;
	font-size:14px;
}

#PI_RightColumn .PI_Announcement P {
	padding-left:28px;
	padding-right:22px;
	padding-bottom:11px;
	color:#666666;
}



/*PI_Tips*/
#PI_RightColumn .PI_Tips H3 {
	background-image:url(images/PI_Tips.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding:3px;
	padding-left:28px;
	padding-bottom:5px;
	margin-right:10px;
	margin-left:2px;
	color:#666666;
	font-size:14px;
	border-bottom:1px solid #FF9900; /*orange*/
}
#PI_RightColumn .PI_Tips P {
	padding-left:28px;
	padding-right:20px;
	color:#666666;
	
}


/*PI_Ques*/
#PI_RightColumn .PI_Ques H4 {
	background-image:url(images/PI_Ques.jpg); 
/*	background-position:top left;*/
	background-repeat:no-repeat;	
	padding:3px;
	padding-left:3px;
	color:#FF9900;	
}

#PI_RightColumn .PI_Ques H3 {
	background-image:url(images/PI_Ques.jpg); 
	background-position:top left;
	background-repeat:no-repeat;
	padding:3px;
	padding-left:28px; 
	padding-bottom:5px;
	margin-right:10px;
	margin-left:2px;
	color:#666666;
	font-size:14px;
	border-bottom:1px solid #FF9900; /*orange*/
}
#PI_RightColumn .PI_Ques P {
	padding-left:28px;
	padding-right:20px;
	color:#666666;
	
}

/**********************/
/*CP_Special*/
/**********************/
#CP_Special {
	display:none;
	
}

/**********************/
/*PI_Footer*/
/**********************/

/*PI_Email*/
#PI_Email {
	margin:0px;
	padding:0px;
	background-color:#FFFFFF; /*white*/
	border-bottom:4px solid #FF9900; /*orange*/
	border-top:1px solid #FFFFFF; /*white*/
	height:25px;
}
#PI_Email P  {
	float:right;
	margin:0px;
	padding-left:2px;
	margin-right:2px;
	padding-bottom:3px;
	margin-top:7px;
	padding-top:4px;
	background-image:url(images/PI_TabBottom.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}
#PI_Email P A {
	color:#000000; /*black*/
	/*background-color:#FF9900; /*orange*/
	padding-right:5px;
	padding-left:5px;
	padding-bottom:5px;
	padding-top:5px;
	text-decoration:none;
}
#PI_Email P A:HOVER {
	color:#FFFFFF;
}
/*#PI_Email P IMG {
	border:0px;
	text-align:right;
}*/


/*PI_BottomNav*/
#PI_BottomNav { /*bottom nav*/
	clear:both;
	background-image:url(images/PI_NavBar.gif);
	background-repeat:repeat-x;
	height:32px;
}
#PI_BottomNav UL { /*bottom nav*/
	padding:0px;
	margin:0px;
	padding-left:15px;
	padding-top:10px;
}
#PI_BottomNav UL LI { /*bottom nav*/
	display:inline;
	color:#FFFFFF; /*white*/
	padding-right:1px;
	/*padding-bottom:10px;*/
}
#PI_BottomNav UL LI A { /*bottom nav*/
	color:#FFFFFF; /*white*/
	text-decoration:none;
	padding: 2px;
}
#PI_BottomNav UL LI A:HOVER { /*bottom nav*/
	color:#FF9900; 
	font-weight: bold;
	letter-spacing: -1px;
}

/*PI_Footer*/
#PI_Footer { /*footer*/
	background:url(images/PI_Footer.jpg) repeat-x top left;
	padding-bottom:10px;
	/*height:84px;*/
}
#PI_Footer P { /* see IE styles */
	float:left;
	padding-left:20px;
	color:#CCCCCC;
	margin-bottom:10px;
}


#PI_Footer P A {
	color:#CCCCCC;
	text-decoration:none;
}
#PI_Footer P A:HOVER {
	color:#000000;
}
/*CP_Footer*/
#PI_Footer #CP_Footer { /*footer*/
	clear:both;
	margin-left:20px;
	color:#CCCCCC;
}
#PI_Footer #CP_Footer A { /*footer*/
	color:#CCCCCC;
	text-decoration:none;
}
#PI_Footer #CP_Footer A:HOVER { /*footer*/
	color:#000000;
}
/**********************/
/**********************/
/*PAGE SPECIFIC STYLES*/
/**********************/
/**********************/


/*FOR services and sub services*/

#PI_LeftColumn .PI_SubNav {
	padding:0px;
	padding:0px;
	margin-left:20px;
	padding-top:10px;
}

#PI_LeftColumn .PI_SubNav A {
	text-decoration:none;
}
#PI_LeftColumn .PI_SubNav A:HOVER {
	color:#FF9900;
}

/********/



#tableheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	background-color: #CCFFCC;
}
/*
<style type="text/css">
<!--s
.abcd {
	background-color: #CCFF99;
}
-->
</style>
*/
