.FilterCommandButton, a.FilterCommandButton, a.FilterCommandButton:link, a.FilterCommandButton:visited, a.FilterCommandButton:active,
.pncCommandButton, a.pncCommandButton, a.pncCommandButton:link, a.pncCommandButton:visited, a.pncCommandButton:active {
	color: #535353;	
	border-top: 1px solid #A8A8A8;
	border-bottom: 1px outset #A8A8A8;
	border-left: 1px solid #A8A8A8;
	border-right: 1px outset #A8A8A8;
	padding: 3px 4px 4px 4px;
	font-family: tahoma;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
	background: #CDCDCD;
	height: 20px;
}

a.FilterCommandButton:hover, a.pncCommandButton:hover {
	color: #black;	
	border-top: 1px solid #A8A8A8;
	border-bottom: 1px outset #A8A8A8;
	border-left: 1px solid #A8A8A8;
	border-right: 1px outset #A8A8A8;
	padding: 3px 4px 4px 4px;
	font-family: tahoma;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
	background: #EEEEEE;
	height: 20px;
        cursor: default;
}


select.FilterCommandDropdown {
    background-color: #CDCDCD;
    color: #535353;
    font-family: tahoma;
    font-weight: normal;
    font-size: 11px;
    height: 20px;
}

.pncTypeMain {
    background-color:white; 
    width: 100%;
    overflow: hidden;
}

.pncTypeRoot {
    background-color: #6D90AA;
    border-bottom:1px solid #CCCCCC;
    padding: 4px;
    padding-left: 10px;
    padding-right: 30px;
}

.pncTypeRoot a, .pncTypeRoot a:link, .pncTypeRoot a:visited, .pncTypeRoot a:active, .pncTypeRoot a:hover {
    color: #CDCDCD;
    font:bold 8pt Verdana;
    text-align:left;
    text-decoration: none;
}

.pncTypeRootOver {
    background-color: #6D90CC;
    border-bottom:1px solid #CCCCCC;
    padding: 4px;
    padding-left: 10px;
    padding-right: 30px;
    cursor:pointer;
}

.pncTypeRootOver a, .pncTypeRootOver a:link, .pncTypeRootOver a:visited, .pncTypeRootOver a:active, .pncTypeRootOver a:hover {
    color: #FFFFFF;
    font:bold 8pt Verdana;
    text-align:left;
    text-decoration: none;
}

.pncTypeRootSelected {
    background-color: #CCCCCC;
    border-bottom:1px solid #CCCCCC;
    padding: 4px;
    padding-left: 10px;
    padding-right: 30px;
}

.pncTypeRootSelected a, .pncTypeRootSelected a:link, .pncTypeRootSelected a:visited, .pncTypeRootSelected a:active, .pncTypeRootSelected a:hover {
    color: white;
    font:bold 8pt Verdana;
    text-align:left;
    text-decoration: none;
}


.pncCatMain {
    background-color:white; 
    width: 100%;
    overflow: hidden;
    padding-top: 0px;
}

.pncCatRoot {
   /* background-color: #6D90AA;*/
    background-color: #EEFFBB;
    border-bottom:1px solid #CCCCCC;
    padding: 4px;
    padding-left: 10px;
}

.pncCatRoot a, .pncCatRoot a:link, .pncCatRoot a:visited, .pncCatRoot a:active, .pncCatRoot a:hover {
    /*color: #CDCDCD;*/
    color: #606060;
    font:bold 8pt Verdana;
    text-align:left;
    text-decoration: none;
}

.pncCatRootOver {
    /*background-color: #6D90AA;*/
    background-color: #E9E9E9;
    border-bottom:1px solid #CCCCCC;
    padding: 4px;
    padding-left: 10px;
    cursor:pointer;
}

.pncCatRootOver a, .pncCatRootOver a:link, .pncCatRootOver a:visited, .pncCatRootOver a:active, .pncCatRootOver a:hover {
    color: #606060;
    font:bold 8pt Verdana;
    text-align:left;
    text-decoration: none;
}

.pncCatRootSelected {
    background-color: #E9E9E9;
    border-bottom:1px solid #CCCCCC;
    padding: 4px;
    padding-left: 10px;
}

.pncCatRootSelected a, .pncCatRootSelected a:link, .pncCatRootSelected a:visited, .pncCatRootSelected a:active, .pncCatRootSelected a:hover {
    color: #606060;
    font:bold 8pt Verdana;
    text-align:left;
    text-decoration: none;
}

.pncCatSub 
{
    margin-top: 5px;
    height:20px;
    text-align: left;

}

.pncCatSub a, .pncCatSub a:link, .pncCatSub a:visited, .pncCatSub a:active, .pncCatSub a:hover  {
    
    padding-top: 2px;
    padding-left: 10px;
    text-decoration: none;
    width: 100%;
    height: 100%;
    border: 1px solid white;
    font:bold 8pt Verdana;
    color: #232323;
}

.pncCatSubOver {
    margin-top: 5px;
    height:20px;
    text-align: left;
}

.pncCatSubOver a, .pncCatSubOver a:link, .pncCatSubOver a:active, .pncCatSubOver a:visited, .pncCatSubOver a:hover {
    padding-top: 2px;
    padding-left: 10px;
    text-decoration: none;
    width: 100%;
    height: 100%;
    border: 1px solid #808080;
    font:bold 8pt Verdana;
    color: #232323;
}

.pncCatSubSelected {
    margin-top: 5px;
    height:20px;
    text-align: left;
    background-color: #F0F0F0;
}
.pncCatSubSelected a, .pncCatSubSelected a:link, .pncCatSubSelected a:active, .pncCatSubSelected a:visited, .pncCatSubSelected a:hover {
    padding-top: 2px;
    padding-left: 10px;
    text-decoration: none;
    width: 100%;
    height: 100%;
    border: 1px solid #808080;
    font:bold 8pt Verdana;
    color: #232323;
}

.pncCatSubCatBox {
    background-color:#ffffff;
    padding-bottom: 10px;
    padding-top: 10px;
}

.pncCatRootImage {
    display:none;
}


.pncLinkMain {
    background-color:white;
    width: 100%;
}

.pncLinkRoot {
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    background-color: #E8EEFA;
    border-top:2px solid #FFFFFF;
    font: 11px Verdana;
    color:#606060;
    text-align:left;
    height:21px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 0px;
    width: auto;
}

.pncLinkRootOver {
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    background-color: #E9E9E9;
    border-top:2px solid #FFFFFF;
    font: 11px Verdana;
    color:#606060;
    text-align:left;
    height:21px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 0px;
    width: auto;
    cursor: pointer;
    cursor: hand;
}

.pncLinkRootSelected {
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    background-color: #E8EEFA;
    border-top:2px solid #FFFFFF;
    font: 11px Verdana;
    color:#606060;
    text-align:left;
    height:21px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 0px;
    width: auto;
    cursor: pointer;
    cursor: hand;
}

.pncLinkSub, .pncLinkSub a, .pncLinkSub a:link, .pncLinkSub a:active, .pncLinkSub a:visited, .pncLinkSub a:selected, .pncLinkSub a:hover {
    font: 10px Verdana; 
    color:#232323;
    text-decoration:none;
    cursor:pointer;
    text-align:left;
}

.pncLinkSubOver, .pncLinkSubOver a, .pncLinkSubOver a:link, .pncLinkSubOver a:active, .pncLinkSubOver a:visited, .pncLinkSubOver a:selected, .pncLinkSubOver a:hover {
    font: 10px Verdana; 
    color:#232323;
    text-decoration:none;
    cursor:pointer;
    text-align:left;
}


.pncLinkSubCatBox 
{
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    background-color: white;
    border-left: 1px solid #B5C7D6;
}

.pncLinkRootImage {
    border:0px;
    vertical-align:middle;
    margin-right:5px;
    background-image: URL(images/.gif);
}

.pnc_Links_Detail 
{

}

#pnc_Link_Title_Main 
{
    width: 100%;
}

#pnc_Link_Title 
{
	float: left;
	margin-left: 5px;
	padding-top: 5px;
}

#pnc_Link_Type
{
	float: right;
	padding-top: 5px;
	margin-right: 20px;
}

#pnc_Link_Main
{
	width: 100%;
}

#pnc_Link_Image 
{
	float: left;
	margin-left: 5px;
	vertical-align: top;
	padding-top: 5px;
}

#pnc_Link_Description
{
	float: right;
	margin-left: 10px;
	margin-right: 20px;
}
