a {
	font-family: Verdana;
	font-size: 8pt;
	color: #333333;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #333333;
}
body
{
  background-color:WhiteSmoke;
  font-size: 8pt;
  font-family: Tahoma, Verdana, 'Times New Roman';
  background-image:url(http://127.0.0.1/boolManageSys/web/img/bg.gif);
}
TABLE
{
  font-size: 8pt;
  font-family: Tahoma;
}
.TextBox
{
  border-right: #c7ccdc 1px solid;
  border-top: #c7ccdc 1px solid;
  border-left: #c7ccdc 1px solid;
  border-bottom: #c7ccdc 1px solid;
  font-size: 8pt;
  font-family: Tahoma, Verdana, 'Times New Roman';
  width: 100px;
}
.imgbutton
{
	border-right: #c7ccdc 1px solid;
  border-top: #c7ccdc 1px solid;
  border-left: #c7ccdc 1px solid;
  border-bottom: #c7ccdc 1px solid;
}
.linkcr
{
	color:Red;
}
.rd
{
	 border-right: #c7ccdc 1px solid;
  border-top: #c7ccdc 1px solid;
  border-left: #c7ccdc 1px solid;
  border-bottom: #c7ccdc 1px solid;
  font-size: 8pt;
  font-family: Tahoma, Verdana, 'Times New Roman';
  width: 80px;
}
.BigText
{
	border-right: #c7ccdc 1px solid;
  border-top: #c7ccdc 1px solid;
  border-left: #c7ccdc 1px solid;
  border-bottom: #c7ccdc 1px solid;
  font-size: 8pt;
  font-family: Tahoma, Verdana, 'Times New Roman';
}
.Button
{
  background-color: gainsboro;
  border-right: darkgray 1px solid;
  border-top: darkgray 1px solid;
  border-left: darkgray 1px solid;
  border-bottom: darkgray 1px solid;
  font-size: 8pt;
  font-family: Tahoma, Verdana, 'Times New Roman';
}
.Normal
{
  font-size: 8pt;
  font-family: Tahoma, Verdana, 'Times New Roman';
}
.SmallTextBox
{
  border-right: #c7ccdc 1px solid;
  border-top: #c7ccdc 1px solid;
  font-size: 8pt;
  border-left: #c7ccdc 1px solid;
  border-bottom: #c7ccdc 1px solid;
  font-family: Tahoma, Verdana, 'Times New Roman';
  width: 70px;
}
.HeaderFriends
{
  padding-right: 5px;
  padding-left: 5px;
  font-weight: bold;
  font-size: 8pt;
  font-family: Tahoma, Verdana, 'Times New Roman';
  width: 100%;
  color: white;
  background-color: #336699;
  text-align: right;
}
.HeaderImage
{
  vertical-align: middle;
}
.HeaderTitle
{
  padding-right: 5px;
  padding-left: 5px;
  padding-right: 10px;
  font-weight: bold;
  font-size: 8pt;
  font-family: Tahoma, Verdana, 'Times New Roman';
  width: 100%;
  color: white;
  background-color: #336699;
}
.FooterFriends
{
  font-size: 8pt;
  font-family: Tahoma, Verdana, 'Times New Roman';
  width: 100%;
  color: white;
  background-color: #336699;
  text-align: center;
}
.SubHeader
{
  border-top: 3px groove;
  font-size: 8pt;
  color: white;
  font-family: Tahoma, Verdana, 'Times New Roman';
  background-color: #4f82b5;
  text-align: right;
}
.TreeView 
{ 
  background-color: #f0f0f0; 
  border: 1px solid black; 
  padding: 2px; 
  padding-left: 5px;
} 

.TreeNode 
{ 
  font-family: verdana; 
  font-size: 11px; 
  padding: 2px; 
  padding-left: 3px; 
  padding-right: 3px; 
  border:1px; 
  border-color:#f0f0f0; 
  border-style: solid;
  cursor:pointer;
} 

.SelectedTreeNode 
{ 
  font-family: verdana; 
  font-size: 11px; 
  padding: 2px; 
  padding-left: 3px; 
  padding-right: 3px; 
  background-color:white; 
  border:1px; 
  border-color:gray; 
  border-style: solid; 
  cursor:default; 
} 

.HoverTreeNode 
{
  font-family: verdana; 
  font-size: 11px; 
  padding: 2px; 
  padding-left: 3px; 
  padding-right: 3px; 
  background-color:#cccccc; 
  border:1px; 
  border-color:gray; 
  border-style: solid; 
  cursor:pointer;
}

.TreeNodeRow 
{ 
  height: 20px; 
}
.TopGroup
{
  background-color: #666666;
  border: 1px;
  border-color: white;
  border-top-color: #CCCCCC;
  border-left-color: #666666;
  border-bottom-color:#CCCCCC;
  border-style: solid;
  border-right: none;
  cursor: default;
  height:15;
  width:30;
}

.Level2Group
{
  background-color:#CCCCCC;
  border:1px solid #CCCCCC;
  border-bottom-color:#F6F6F6;
  border-right-color:white;
  border-right:none;
  cursor:default;
}

.TopLevelTab 
{
  color:white;
  font-family:verdana;
  font-size:11px;
  border:1px solid #666666;
  cursor: pointer;
}

.TopLevelTabHover 
{
  color: white;
  font-family: verdana;
  font-size: 11px;
  border:1px solid #3F3F3F;
  border-top-color:#888888;
  border-left-color:#888888;
  cursor:hand;
}

.SelectedTopLevelTab
{
  color: #3F3F3F;
  background-color: #CCCCCC;
  font-family: verdana;
  font-size: 11px;
  border:1px solid gray;
  border-style:solid;
  border-color:#595959;
  border-right-color:#FFFFFF;
  border-bottom-color:#CCCCCC;
  position:relative;
  top:1px;
  cursor:default;
}

.Level2Tab 
{
  color:#3F3F3F;
  font-family:verdana;
  font-size:10px;
  border:1px solid #CCCCCC;
  cursor: pointer;
}

.Level2TabHover 
{
  color: #3F3F3F;
  font-family: verdana;
  font-size: 10px;
  border:1px solid white;
  border-right-color: #999999;
  border-bottom-color: #999999;
  cursor: pointer;
}

.SelectedLevel2Tab 
{
  color:#3F3F3F;
  background-color:#F6F6F6;
  font-family:verdana;
  font-size:10px;
  border:1px solid white;
  border-left-color:#999999;
  border-top-color:#999999;
  border-bottom-color:#F6F6F6;
  position:relative;
  top:2px;
  cursor:default;
}
.SelectedTreeNode 
{ 
 
  cursor: pointer; 
} 

.HoverTreeNode 
{ 
  
  cursor: pointer; 
} 
