﻿/*Edit Control Classes*/

.pncCheckUser, A.pncCheckUser:link, A.pncCheckUser:visited, A.pncCheckUser:active   {
	color: #333;	
	border-top: 1px solid #A8A8A8;
	border-bottom: 1px outset #A8A8A8;
	border-left: 1px solid #A8A8A8;
	border-right: 1px outset #A8A8A8;
	padding: 2px 2px 2px 2px;
	font-family: tahoma;
	font-weight: normal;
	font-size: 9px;
	text-decoration: none;
	background: #eeeeee;
	height: 17px;
	margin-top: 5px;
}
A.pncCheckUser:hover    {
	text-decoration: none;
	background: #eee;
    color: #999;
    cursor: default;
}
.pncLinksButton, A.pncLinksButton:link, A.pncLinksButton:visited, A.pncLinksButton:active   {
	color: #333;	
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	background-image: url(images/buttonbg.gif);
	background-repeat: repeat-x;
	height: 30px;
	border-left: 1px solid #BFBFBF;
	border-right: 1px solid #BFBFBF;
	padding: 7px;
}
A.pncLinksButton:hover    {
	color: #333;	
    background-image: url(images/buttonbghover.gif);
	text-decoration: none;
}
.pncLabelInfo
{
    font-size:12px;
	font-family: Tahoma;
	width:170px;
	padding:4px;
	height:25px;
	padding-top:10px;
}
.pncCheckboxInfo
{
    font-size:12px;
	font-family: Tahoma;
}

.pncFieldHelp
{
    font-size:12px;
	font-family: Tahoma;
}
.pncFieldHead
{
    font-size:13px;
	font-family: Tahoma;
	font-weight:bold;
	color: #333;
	margin-right:10px;
	margin-left:5px;
}
.pncFormValue
{
    font-size:12px;
	font-family: Tahoma;
	padding:4px;
	height:25px;
}
.pncDropdownTextbox 
{
	background: url(images/bg_textbox.gif) repeat-x;
	height: 21px;
	border: 1px solid #999;
	border-right: 0px solid;
	margin-top: 2px;
	padding:2px;
	font-size:12px;
	font-family: Tahoma;
	width:207px;
}
.pncLinkMessage 
{   
	font-size:12px;
	font-family: Tahoma;
	color: #333;
	font-weight: bold;    
}
.pncTextbox 
{
	background: url(images/bg_textbox.gif) repeat-x;
	height: 21px;
	border: 1px solid #999;
	margin-top: 2px;
	padding:2px;
	font-size:12px;
	font-family: Tahoma;
	width: 230px;
}

.pncRBL
{
	height: 21px;
	padding:2px;
	font-size:12px;
	font-family: Tahoma;
}
.pncNormalGreen 
{
    color:Green;
    font-weight:bold;
}
.pncNormalRed
{
    color:Red;
    font-weight:bold;
}
#pncImagesTreeBox, #pncNavigateTreeBox
{
	position:absolute; 
	visibility: hidden; 
	border: solid 1px #999; 
	width:229px; 
	background: white; 
	height: 150px; 
	clear: both; 
	margin-top: -1px;
	font-family: Tahoma;
}
a.pncComboLink table td
{
    font-size:11px;
	font-family: Tahoma;
    color: #333;
}
a.pncComboLink:hover table td
{
    font-size:11px;
	font-family: Tahoma;
    color: #333;
    background-color: #cecece;
    cursor: default;
}

/* RadComboBox default embedded skin */

.ComboBoxDropDown_pnc
{
    border: 1px solid #999;
    border-top: 1px solid #eee;
    scrollbar-face-color: #E9E9E9;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-shadow-color: #E9E9E9;
    scrollbar-3dlight-color: #DBDBDB;
    scrollbar-arrow-color: #787878;
    scrollbar-track-color: #F5F5F5;
    scrollbar-darkshadow-color: #AEAEAE;
    background: white;
}

.ComboBoxHeader_pnc
{
    background: #eaeaea;
    border-bottom: 1px solid #B4B4B4;
    height: 18px;
    padding-top: 2px;
    padding-left: 2px;
    font: bold 11px Arial, Verdana, Sans-serif; 
}

.ComboBoxImage_pnc
{
    vertical-align:middle;
    margin-left:-2px;
}

.ComboBoxImageHover_pnc
{
    vertical-align:middle;
    margin-left:-2px;
}

.ComboBoxInput_pnc
{
    height: 21px;
    border: solid 1px #999;
    scrollbar-base-color: #B6D2FC;
    vertical-align: middle;
    background: #f8f8f8 url('bg.gif') repeat-x;
    font: normal 11px Arial, Verdana, Sans-serif;
    color: #666;
    padding-top: 3px;
    padding-left: 3px;
    cursor: default;
}

.ComboBoxInputHover_pnc
{
    height: 21px;
    border: solid 1px #999;
    scrollbar-base-color: #B6D2FC;
    vertical-align: middle;
    background: #f8f8f8 url('bg.gif') repeat-x;
    font: normal 11px Arial, Verdana, Sans-serif;
    color: #333;    
    cursor: default;
    padding-top: 3px;
    padding-left: 3px;
}

.ComboBoxItem_pnc
{
    font-family: Arial;
    font-size: 11px; 
    color: #333333; 
    padding: 3px;
    text-decoration: none;
    text-align: left;
    _height:1%;
}

.ComboBoxItemHover_pnc
{
    font-family: Arial;
    font-size: 11px; 
    color: black;
    text-decoration: none;
    background-color: #dedede; 
    cursor: pointer;
    cursor: hand;
    padding: 3px;
    text-align: left;
    _height:1%;
}

.ComboBoxItemDisabled_pnc
{
    font-family: Arial;
    font-size: 11px; 
    color: gray;
    cursor: no-drop;
    padding: 3px;
    text-decoration: none;
    text-align: left;
}

.ComboBoxLoadingMessage_pnc
{
    font-family: Arial;
    font-size: 11px; 
    padding: 2px;
}

.ComboBoxMoreResultsMessage_pnc
{
    font-family: Arial;
    font-size: 10px;
    padding-bottom: 4px;
}


.ComboBoxMoreResultsImage_pnc
{
    padding: 5px;
    margin: 5px;
}

.ComboBoxMoreResultsBox_pnc
{
    background-image: url(moreResults.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    border-top: 1px solid #F7F7F7;
    cursor: default;
}
.pncEditTab 
{
    margin-top:-1px;
    padding:0px;
}
.pncLinks_Main 
{
	width: 100%;
	table-layout: auto;
    font-family: Tahoma, Arial, Helvetica;	
}
.pncLinks_Header
{
	padding-top: 10px;
	padding-bottom: 10px;	
    font-size: 11px;
    font-style: italic;
    font-weight: normal;		
}
.pncLinks_ImageCell 
{
	padding-bottom: 10px;
	padding-top: 10px;	
}
.pncLinks_Item
{
	padding-left: 25px;	
	padding-top: 10px;	
}
.pncLinks_ItemOuterTable 
{
	width: 100%;
    font-family: Tahoma, Arial, Helvetica;
}
.pncLinks_ItemTitle 
{
	height: 25px;
	vertical-align: top;
    font-size: 12px;
    font-weight: bold;	
}
.pncLinks_ItemDescription 
{
	padding-top: 5px;
	padding-bottom: 15px;
    font-size: 11px;
    font-weight: normal;	
}
.pncLinks_ItemFooter 
{
	border-top: 1px solid #ccc;
	height: 25px;
	vertical-align: middle;
    font-size: 10px;
    font-weight: normal;	
}
.pncLinks_FooterCell 
{
	padding-top: 10px;
	padding-bottom: 10px;	
    font-size: 11px;
    font-style: italic;
    font-weight: normal;	
}
.pnc_ToolbarLeft
{
    background: url('images/toolbarLeft.gif') no-repeat;
    width: 22px !important;
    height: 48px !important;
    border-bottom: solid 1px #6788be;
}
.pnc_Toolbar
{
    background: #d6e2f3 url('images/toolbarBgH.gif') repeat-x;
    border-collapse: collapse;
    border-top: solid 0px #6788be;
    border-bottom: solid 1px #6788be;
    height: 47px;
}

.pnc_ToolbarRight
{
    background: url('images/toolbarRight.gif') no-repeat;
    width: 22px !important;
    height: 48px !important;
    border-bottom: solid 1px #6788be;
}

