.Grid 
{ 
  border: 1px solid #7C7C94; 
  background-color: #FFFFFF; 
  cursor: pointer; 
}

.HeadingRow 
{ 
  background-color: #E2E2E2; 
}

.HeadingCell 
{ 
  background-color: #E2E2E2; 
  border: 1px solid #FFFFFF; 
  border-right-color: #B5B5B5; 
  border-bottom-color: #B5B5B5; 
  padding: 3px;
}

.HeadingCellText
{
  font-family: verdana; 
  font-size: 10px; 
  font-weight: bold; 
  text-align: center;
}

.DataRow 
{ 
  background-color: #FFFFFF; 
}
.lblTitle
{
	font-weight: bold; 
	font-size: 20pt;
    left: 213px; 
    text-transform: uppercase; 
    color: blue; 
    position: absolute; 
    top: 25px;
    text-align: center; 
}
.lblMember
{
	font-weight: bold; 
	font-family: Tahoma; 
	font-size: 9pt;
    left: 213px;
    color: blue; 
    position: absolute; 
    top: 25px;
    text-align: left;
}
.button
{
	width: 85px;
	font-weight: bold; 
	font-size: 9pt; 
	color: blue; 
	font-family: Tahoma; 
	text-align: left; 
	text-decoration: none;
}
.textbox
{ 
	font-family: Tahoma; 
	font-size: 9pt;
    left: 213px;
    position: absolute; 
    top: 25px;
    text-align: left;
}
.DataCell 
{
  cursor: default;
  padding: 3px; 
  border-right: 1px solid #EAE9E1; 
  border-bottom: 1px solid #EAE9E1; 
  font-family: verdana; 
  font-size: 10px; 
} 

.DataRow td.FirstDataCell 
{ 
  padding-left: 3px; 
} 

.SelectedRow 
{ 
  background-color: #FFEEC2; 
}

.SelectedRow td.DataCell 
{ 
  cursor: default; 
  padding: 2px; 
  padding-left: 3px; 
  padding-bottom: 3px; 
  font-family: verdana; 
  font-size: 10px; 
  border-bottom: 1px solid #4B4B6F; 
  border-top: 1px solid #4B4B6F; 
  border-right: 0px; 
}

.GridFooter
{
  cursor: default;
  padding: 5px;
}

.GridFooter a 
{
  color: Black;
  font-weight: bold;
}

.PagerText
{ 
  font-family: verdana; 
  font-size: 11px; 
} 

.NavBar
{
  background-color:#666666;
  /*background-image: url(images/item_bg1.gif);*/
  background-color:#f7f7ff;
  border: 0px solid #666666; 
  cursor: default; 
} 

.TopItem
{
  color:white;
  background-color:#78899b;
  font-family: tahoma; 
  font-size: 8pt; 
  font-weight: bold;
  border: 1px solid white;
  border-right-color:#8C8C8C;
  border-bottom-color:#8C8C8C;
  padding-top: 3px; 
  padding-bottom: 1px; 
  cursor:hand;
}

.TopItemHover
{
  /*color:white;*/
  background-color:#97a9bf;
  /*background-image: url(images/item_hover_bg.gif);*/
  font-family: tahoma; 
  font-size: 8pt; 
  font-weight: bold;
  border: 1px solid white;
  border-right-color:#8C8C8C;
  border-bottom-color:#8C8C8C;
  padding-top: 3px; 
  padding-bottom: 1px; 
  cursor:hand;
}

.TopItemActive
{
  color:black;
  background-color:#97a9bf;
  background-image: url(images/item_hover_bg.gif);
  font-family: tahoma; 
  font-size: 8pt; 
  font-weight: bold;
  border: 1px solid #8C8C8C;
  border-right-color:white;
  border-bottom-color:white;
  padding-top: 3px; 
  padding-left:8pt;
  padding-bottom: 1px; 
  cursor:hand;
}

.Level2Item
{
  font-family: tahoma; 
  font-size: 9pt; 
  border: 1px solid white;
  border-right-color:#CCCCCC;
  border-bottom-color:#CCCCCC;
  padding:2px;
  padding-left: 12px; 
  cursor:hand;
  color:#333333;
}
.Level2ItemForMenu
{
  font-family: tahoma; 
  font-size: 9pt;
  padding:2px;
  padding-left: 12px; 
  cursor:hand;
  color:#333333;
}
a.Level2ItemForMenu
{
  font-family: tahoma; 
  font-size: 9pt;
  padding:2px;
  cursor:hand;
  color:white;
  text-decoration:none;
}
a.Level2ItemForMenu:hover
{
  font-family: tahoma; 
  font-size: 9pt;
  padding:2px; 
  cursor:hand;
  color:red;
  text-decoration:none;
}

.Level2ItemSelected
{
  background-color:White;
  font-family: tahoma; 
  font-size: 9pt; 
  border: 1px solid #CCCCCC;
  border-right-color:white;
  border-bottom-color:white;
  padding:2px;
  padding-left: 12px; 
  cursor:hand;
}

.Level2Group
{
  /*background-color:white;*/
  background-image: url(images/group_bg.gif);
}

.Empty
{
}
.hide{
display: none;
}
.show{
display: block;
}
