/* Profile Nav Bar Style */

.ProfileNavBar
{
  background-color: #FFFFFF; 
  border: #95b7f3 1px solid; 
  padding: 2px;
  padding-bottom: 1px;
  cursor: default; 
} 

.ProfileTopItem
{
  color: #FFFFFF;
  background-image: url(Images/NavBar/alitem_bg.gif);
  background-color: #757495; 
  COLOR: #003399; 
  FONT-FAMILY: verdana; 

  font-size:11px; 
  border: #95b7f3 1px solid;
  border-bottom-color: #57566F; 
  border-right-color: #57566F; 
  padding-top: 4px; 
  padding-bottom: 2px; 
  cursor:hand;
}

.ProfileTopItemHover
{
  color: #FFFFFF;
  background-image: url(Images/NavBar/alitem_hoverBg.gif);
  background-color: #8E8DA9; 
  COLOR: #003399; 
  FONT-FAMILY: verdana; 

  font-size:11px; 
  border: #95b7f3 1px solid;
  border-bottom-color:#9593B2;
  padding-top: 4px; 
  padding-bottom: 2px; 
  cursor:hand;
}

.ProfileLevel2Item
{
  font-family: tahoma, verdana; 
  font-size: 10px; 
  padding-left: 10px; 
  cursor:hand;
}

.ProfileLevel2ItemHover
{
  font-family: tahoma, verdana; 
  font-size: 11px; 

  padding-left: 10px; 
  cursor:hand;
}

.ProfileLevel2Group
{
  background-color:white;
  background-image: url(Images/NavBar/group_bg.gif);
  border-top-color: #F0F1F5;
  padding:10px;
  padding-left:10px;
  padding-right:0px;
}

.ProfileEmpty
{
}


/* Profile Event Grid Style */

.ProfileGrid 
{ 
  border: 1px solid #57566F; 
  border-bottom: 2px solid #57566F; 
  background-color: #FFFFFF;
  cursor: pointer;
}

.ProfileGridHeader
{
  background-image: url(Images/Grid/grid_headerBg.gif); 
  background-color: #8988A5; 
  border-bottom: 1px solid #57566F; 
  height: 28px;
  padding-left: 3px;
  cursor: default; 
  color: #FFFFFF;  
  font-family: verdana; 
  font-size: 10px;
  font-weight: bold;
  vertical-align: center;
}

.ProfileGridHeaderText
{
  color: #FFFFFF;  
  font-family: verdana; 
  font-size: 10px;
}

.ProfileGridFooter
{
  cursor: default; 
  padding: 5px;
  height: 48px;
  vertical-align: bottom;
}

.ProfileGridFooterText
{
  color: #000000;  
  font-family: verdana; 
  font-size: 11px;
}

.ProfileHeadingRow 
{ 
  background-color: #E9E9EB; 
  background-image: url(Images/Grid/header_rowBg.gif);   
}

.ProfileHeadingCell 
{ 
  background-image: url(Images/Grid/header_bg.gif);   
  background-color: #E9E9EB; 
  padding: 3px; 
  padding-top: 2px; 
  padding-bottom: 2px; 
}

.ProfileHeadingCellHover
{ 
  background-image: url(Images/Grid/header_hoverBg.gif);   
  background-color: #F6F6F7; 
}

.ProfileHeadingCellActive
{ 
  background-image: url(Images/Grid/header_activeBg.gif);   
  background-color: #F6F6F7;  
}

.ProfileHeadingRow td.FirstHeadingCell
{ 
  background-image: url(Images/Grid/header_bg.gif); 
}

.ProfileHeadingCellText
{
  font-family: verdana; 
  font-size: 10px; 
  font-weight: bold; 
  text-align: left;
  padding-top: 3px;
  padding-bottom: 5px;
}

.ProfileRow 
{ 
  background-color: #FFFFFF;
  font-family: verdana; 
  font-size: 10px;  
  cursor: default;
}

.ProfileRedRow
{
	background-color: #FFFFFF;
	font-family: verdana;
	font-size: 10px;
	cursor: default;
	color: red;
}

.ProfileAlternatingRow
{
	background-color: #FFFFFF; 
	font-family: verdana; 
  font-size: 10px; 
  cursor: default;
}

.ProfileRow td.DataCell 
{ 
  padding: 3px; 
  padding-top: 2px; 
  padding-bottom: 1px; 
  border-bottom: 1px solid #EAE9E1; 
  font-family: verdana; 
  font-size: 10px; 
} 

.ProfileSortedDataCell 
{ 
  background-color: #F5F5F5; 
} 


.ProfileRow td.LastDataCell 
{ 
  background-color: #EFEFF4; 
} 

.ProfileSelectedRow 
{ 
}

.ProfileSelectedRow td.DataCell 
{ 
  background-color: #FFEEC2; 
  padding: 2px; 
  padding-left: 3px; 
  padding-top: 1px; 
  padding-bottom: 1px; 
  font-family: verdana; 
  font-size: 10px; 
  border-bottom: 1px solid #4B4B6F; 
  border-top: 1px solid #4B4B6F; 
  border-right: 0px; 
}

.ProfileSelectedRow td.FirstDataCell 
{ 
  background-color: #FFEEC2; 
  border-left: 1px solid #4B4B6F; 
  border-right: 0px; 
  padding-left: 2px; 
  padding-right: 3px; 
}

.ProfileSelectedRow td.LastDataCell 
{ 
  background-color: #FFEEC2; 
  border-right: 1px solid #4B4B6F; 
}

.ProfileGroupHeading
{
  color: #706F91; 
  background-color: #FFFFFF; 
  font-family: verdana; 
  font-weight: bold;
  font-size: 10px; 
  border-bottom: 2px solid #A5A4BD; 
  padding-top: 10px;
  padding-bottom: 3px;
}

.ProfileGroupByCell
{
  cursor: pointer;
}

.ProfileGroupByText
{
  color: #FFFFFF; 
  font-size: 10px;   
  font-weight: bold; 
  padding-right: 5px;
}


.ProfileSliderPopup
{
  background-color: #FFF4D7; 
  border: 1px solid #4B4B6F; 
  border-top-color: #9495A2; 
  border-left-color: #9495A2; 
  font-size: 10px; 
  font-family: Verdana;
  width: 150px;
  height: 30px;
}


/* Profile Tree Style */

.ProfileTreeViewHeader
{
  background: url(images/treeview_headerBg.gif);
  background-color: #737294;
  color: #FFFFFF; 
  border: #57566F 1px solid; 
  border-bottom-width: 0px; 
font-family: verdana; 
  font-size: 11px;
  font-weight: bold; 
  padding-top: 0px;
  padding-bottom:0px;
  cursor: default; 
}

.ProfileTreeView 
{ 
  background-color: #FFFFFF;
  padding-top: 0px; 
  padding-left: 1px; 
  border: #57566F 1px solid; 
  cursor: default; 
font-family: verdana; 
  font-size: 10px;
}

.ProfileTreeViewMargin
{ 
  background:url(images/treeview_bg.gif);
  background-color: #FFFFFF;
  padding-top: 0px; 
  padding-left:1px; 
  border: #57566F 1px solid; 
  cursor:default; 
}

.ProfileTreeNode 
{ 
font-family: verdana;  
  font-size: 10px; 
  padding-top: 0px;
  padding-bottom:0px;
  padding-left: 3px; 
  padding-right: 3px; 
}

.ProfileGrayedTreeNode 
{ 
font-family: verdana;  
  font-size: 10px; 
  padding-top: 0px;
  padding-bottom:0px;
  padding-left: 3px; 
  padding-right: 3px; 
  color:gray; 
  cursor:default;
}

.ProfileHoverTreeNode 
{ 
font-family: verdana;  
  font-size: 10px; 
  text-decoration:underline; 
  padding-top: 0px;
  padding-bottom:0px;
  padding-left: 3px; 
  padding-right: 3px; 
  cursor: default; 
}

.ProfileSelectedTreeNode 
{ 
font-family: verdana; 
  font-size: 10px; 
  background-color: gray; 
  color:white; 
  padding-top: 0px;
  padding-bottom:0px;
  padding-left: 2px; 
  padding-right: 2px; 
  cursor: default; 
  border: 1px solid #3F3F3F;
}

.ProfileMultipleSelectedTreeNode
{
font-family: verdana; 
  font-size: 10px; 
  background-color: gray; 
  color:white; 
  padding-top: 0px;
  padding-bottom:1px;
  padding-left: 3px; 
  padding-right: 3px; 
  cursor: default; 
}

.ProfileCutTreeNode
{
font-family: verdana; 
  font-size: 10px; 
  background-color: silver; 
  color:white; 
  padding-top: 0px;
  padding-bottom:0px;
  padding-left: 3px; 
  padding-right: 3px; 
  cursor: default; 
}

.ProfileNodeEdit 
{
  border:1px gray solid;
font-family: verdana; 
  font-size: 10px;
}

.ProfileMargin
{
  background-color: #E6E6F0;
}


.PayDetailsGrid
{
	border: 1px solid #57566F;
	border-bottom: 2px solid #57566F;
	background-color: #FFFFFF;
	cursor: default;
	font-size: 9px;
	font-family: Verdana;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
}

.PayDetailsRow
{
	background-color: #FFFFFF;
	font-family: verdana;
	font-size: 9px;
	cursor: default;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
}

