﻿.pv-WPContainer
{
    border              : solid 1px #e2e3e3;
    background          : #f5efe3;
    display             : block;
    margin              : 0 0 20px 0;    
}

.pv-WPBody
{    
    background          : #fff url('images/ui/webParts/wpBodyBg.jpg') repeat-x;
    background-position : 0 100%;    
    display             : block;
    margin              : 7px;       
    border              : solid 1px #f5efe3;
}

.pv-WPBodyInner
{    
    display             : block; 
}

.pv-WPTitleContainer
{
    display             : block;
    background          : transparent url('images/ui/webParts/wpTitleBg.jpg') repeat-x;        
}

.pv-WPTitleContainerInner
{
    display             : block;
    background          : transparent url('images/ui/webParts/wpTitleEndCap.jpg') no-repeat;
    background-position : 100% 0;
    padding             : 0 7px 0 0;
}

h3.pv-WPTitle
{
    color               : #2e7e39;
    line-height         : 29px;
    font-weight         : normal;
    font-family         : Arial;
    padding             : 0 0 0 10px;    
}

.pv-WPNewsContentPanel
{
    font-size           : 95%;
    line-height         : normal;
    height              : 200px;    
    overflow            : auto;
    margin              : 20px 0 20px 20px;
    padding             : 0 20px 0 0;
    scrollbar-base-color: #f3f3f4;
    scrollbar-arrow-color: #7b5a44;
    scrollbar-3dlight-color: #c2b3a9;
    scrollbar-darkshadow-color: #c2b3a9;
    scrollbar-face-color: #e9e9eb;
    scrollbar-shadow-color: #c2c2c5;    
}

.pv-WPNewsPartTitleList
{
    margin              : 5px 7px 0 7px;
    padding             : 0;
    display             : block;
    width               : 246px;
    display             : inline;
    float               : left;
    list-style-type     : none;
}

.pv-WPNewsPartTitleList li
{    
    display             : inline-block;
    float               : left;
    margin              : 0;    
    list-style-type     : none;
}

.pv-WPNewsPartTitleListItem
{
    width               : 72px;    
}

.pv-WPNewsPartTitleListSeperator
{
    width               : 15px;
    color               : #fff;
    text-align          : center;
    font-family         : Times New Roman, Serif;
}

a.pv-WPNewsPartNavButton,
a.pv-WPNewsPartNavButton:active,
a.pv-WPNewsPartNavButton:link,
a.pv-WPNewsPartNavButton:visited
{
    display             : block;
    height              : 28px;
    text-align          : center;
    color               : #2e7c39;
    text-decoration     : none;
    line-height         : 20px;    
}

a.pv-WPNewsPartNavButton:hover
{    
    color               : #5ca866;
    text-decoration     : none;    
}

a.pv-WPNewsPartNavButtonSelected,
a.pv-WPNewsPartNavButtonSelected:active
a.pv-WPNewsPartNavButtonSelected:hover,
a.pv-WPNewsPartNavButtonSelected:link,
a.pv-WPNewsPartNavButtonSelected:visited
{
    background          : transparent url('images/ui/webParts/newsMenuActiveBg.png') no-repeat;
    color               : #fff;
    display             : block;
    height              : 28px;
    text-align          : center;
    text-decoration     : none;
    line-height         : 20px;
}

.pv-WPHiddenContent
{
    display             : none;    
    visibility          : hidden;
}

.pv-WPTextbox
{
    color               : #7c7e81;
    font-size           : 8pt;    
}

.pv-WPSelectList
{
    color               : #7c7e81;
}

.pv-WPSelectListOptionHover
{
    color               : #fff;
    background          : #7c7e81;
}

.pv-WPControlCell
{
    padding             : 5px 0;
}

.PV-WPTable
{
    background          : #f1f1f2;
}

.PV-WPTable td
{
    padding-left        : 15px;
    padding-right       : 15px;
}

.PV-WPTableHeader
{
    color               : #e98042;
    background          : #e6e7e8;
    font-size           : 105%;
    font-family         : Verdana, Arial, Tahoma, Sans-Serif;
    padding-left        : 15px;
    padding-right       : 15px;
    padding-top         : 15px;
}
/*
.PV-WPTableAltCell
{
    background          : #e6e7e8;
}
*/
a.pv-WPButton
{
    line-height         : 23px;
    display             : inline-block;    
    border              : solid 1px #dcddde;
    background          : #dbecc4 url('images/ui/webParts/buttonBg.jpg') repeat-x;
    color               : #fff;
    text-align          : center;
    text-decoration     : none;
}

a.pv-WPButton:active,
a.pv-WPButton:link,
a.pv-WPButton:visited
{
    color               : #fff;
}

a.pv-WPButton:hover
{
    color               : #fff;
}

/* News Article Navigation */

ul.pv-WPNewsArticleNav
{    
    float               : right;
    list-style-type     : none;
    font-size           : 95%;
}

ul.pv-WPNewsArticleNav li
{
    display             : inline-block;
    float               : left;
    margin              : 0 3px;
}

ul.pv-WPNewsArticleNav a
{
    text-decoration     : none;    
}
    
ul.pv-WPNewsArticleNav a:active,
ul.pv-WPNewsArticleNav a:link,
ul.pv-WPNewsArticleNav a:visited
{
    color               : #85878b;    
}

ul.pv-WPNewsArticleNav a:hover
{
    color               : #9bcb52;
}

/* Microsite Nav */

div.pv-WPContextMenuContainer
{
    background          : #f6f6f6 url('images/ui/micrositeNav/panelBg.jpg') repeat-x;
	background-position : 0 100%;
	margin              : 0 0 18px 0;
	padding             : 0;
	text-align          : left;
}

ul.pv-WPContextMenu
{		
	display             : block;
	width               : 289px;	
	padding             : 0;
	margin              : 0;	
}

ul.pv-WPContextMenu a
{
	display             : inline-block;
	padding             : 0 10px 0 25px;	
}

ul.pv-WPContextMenu a:active,
ul.pv-WPContextMenu a:link,
ul.pv-WPContextMenu a:visited
{
			
	font-weight         : normal;	
	color               : #77787b;	
	text-decoration     : none;
	font-size           : 95%;
	font-family         : Verdana, Tahoma, Arial, Sans-Serif;	
}

ul.pv-WPContextMenu a:hover
{
	color               : #643f2c;
}

ul.pv-WPContextMenu>li
{
	width               : 289px;	
	list-style          : none;	
	padding             : 0;	
	margin              : 0;
	display             : block;
}

ul.pv-WPContextMenu li:first-child
{
	background          : transparent url('images/ui/micrositeNav/topItemBg.jpg') repeat-y;
}

ul.pv-WPContextMenu li.item a
{
	background          : transparent url('images/ui/micrositeNav/itemIcon.gif') no-repeat;
	background-position : 10px 5px;	
	line-height         : 19px;	
}

ul.pv-WPContextMenu li.selected
{
	background          : transparent url('images/ui/micrositeNav/selectedBg.jpg') repeat-y;	
}

ul.pv-WPContextMenu li.selected a
{    
    background          : transparent url('images/ui/micrositeNav/itemSelected.gif') no-repeat;
    background-position : 10px 5px;	
    line-height         : 19px;	
}

ul.pv-WPContextMenu li.selectedGroup
{
	background          : transparent url('images/ui/micrositeNav/selectedBg.jpg') repeat-y;	
}

ul.pv-WPContextMenu li.selectedGroup a
{
    background          : transparent url('images/ui/micrositeNav/itemSelectedParent.gif') no-repeat;	
    background-position : 10px 5px;	
    line-height         : 19px;	
}

ul.pv-WPContextMenu li.childItem
{	
	background          : transparent url('images/ui/micrositeNav/activeSection.jpg') repeat-y;		
}

ul.pv-WPContextMenu li.childItem a
{
    background          : transparent url('images/ui/micrositeNav/blank.gif') no-repeat;
    background-position : 10px 5px;	
    line-height         : 19px;	
}

ul.pv-WPContextMenu li.childItemSelected
{
    background          : transparent url('images/ui/micrositeNav/activeSection.jpg') repeat-y;	
}

ul.pv-WPContextMenu li.childItemSelected a
{
    background          : transparent url('images/ui/micrositeNav/childItemSelected.gif') no-repeat;		
    background-position : 10px 5px;	   
    line-height         : 19px;	
}

ul.pv-WPContextChildMenu
{
	margin              : 0;
	padding             : 0;
	list-style-type     : none;
}

div.pv-WPContextMenuBottom
{
	background          : transparent url('images/ui/micrositeNav/navBottomBg.jpg') no-repeat;			
	height              : 10px;	
	font-size           : 1%;	
	margin-top          : 8px;
	display             : block;
}

/* Sitemap */

.SiteMap-List
{
	color: #70a449 !important;
}
.SiteMap-List, .SiteMap-List ul
{
	list-style-type: none !important;
	margin-top: 2em;
}
.SiteMap-List a, .SiteMap-List img
{
	display: none;
}.SiteMap-List li a
{
	font-weight: bold !important;
}
.SiteMap-List ul li a
{
	font-weight: normal !important;
	background: url(images/ui/micrositeNav/itemIcon.gif) no-repeat left bottom !important;
	padding-left: 1.5em;
}
.SiteMap-Node
{
	color: #77787b !important; 
	display: inline !important;
	text-decoration: none !important;
}
a.SiteMap-Node:hover
{
	color: #643f2c !important;
	text-decoration: none !important;
}
.SiteMap-CurrentNode
{
	color: #e98042 !important;
	display: inline !important;
}
.SiteMap-NoUrlNode
{
	color: #70a449 !important;
	display: inline !important;
}