﻿.LTR
{
  direction: ltr;
}

.RTL
{
  direction: rtl;
}

.AlignLeft
{
  text-align: left;
}

.AlignRight
{
  text-align: right;
}

.AlignCenter
{
  text-align: center;
}

.Login_Label
{
  padding-top: 4px;
}

.Login_Button
{ 
  margin-right: 104px;
}

.WebPart 
{
}

.WebPart_Chrome
{
  margin-bottom: 12px;
}

.WebPart2 
{
}

.WebPart_Chrome2
{
  padding-bottom: 14px;
}

.WebPart_Title {
  background: url(images/module_top.gif) repeat-x;
  height: 29px;
  padding: 0px;
}

.WebPart_Title table
{
  position: relative;
}

.WebPart_Body {
  width: 100%;
  border: solid 1px #94B1DD;
  border-top: none;
}

.WebPart2_Body {
  width: 192px;
  height: 60px;
  vertical-align: top;
  background: url(images/module2_body.gif) repeat-y 0 0;
}

.WebPart2_Body * 
{
  position: relative;
}

.WebPartCenter
{
  padding-bottom: 14px;
}

.WebPartCenter_Header
{
  padding-bottom: 2px;
}

.WebPartCenter_Chrome
{
  margin-bottom: 12px;
}

.WebPartCenter_Title {
  background: url(images/module_top.gif) repeat-x;
  height: 29px;
  padding: 0;
  vertical-align: top;
}

.WebPartCenter_Title table 
{
  position: relative;
}

.WebPartCenter2_Title {
  background: url(images/moduleC_top2.gif) no-repeat 0 0;
  height: 28px;
  vertical-align: top;
}

.WebPartCenter2_Title table 
{
  position: relative;
}

.WebPartCenter3_Title {
  background: url(images/moduleC_top3.gif) no-repeat 0 0;
  height: 28px;
  vertical-align: top;
}

.WebPartCenter3_Title table 
{
  position: relative;
}

.WebPartCenter4_Title {
  background: url(images/moduleC_top4.gif) no-repeat 0 0;
  height: 28px;
  vertical-align: top;
}

.WebPartCenter4_Title table 
{
  position: relative;
}

.WebPartCenter_Body 
{
}

.Module_Link
{
  text-decoration: none;
}

.Module_Link:hover
{
  text-decoration: underline;
}

/************ SideBar ***************/
.NavBar
{
  background-color: #FFFFFF;
  background-image: url(images/navbar/group_bg.gif);
  border: none;
  border-left: 1px solid #777;
  border-bottom: 1px solid #777;
  padding: 0px 0px 0px 0px;
  cursor: default;
}

.TopItem
{
  color: #FFFFFF;
  background-image: url(images/navbar/item_bg.gif);
  background-color: #6fb8c0;
  font-family: tahoma, verdana;
  font-size: 11px;
  font-weight: bold;
  border:1px solid #6fb8c0;
  padding-top: 4px;
  padding-bottom: 2px;
  cursor:hand;
  cursor: pointer;
  height: 30px;
}

.TopItemHover
{
  color: #FFFFFF;
  background-image: url(images/navbar/item_hoverBg.gif);
  background-color: #90c8ce;
  font-family: tahoma, verdana;
  font-size: 11px;
  font-weight: bold;
  border: 1px solid #6fb8c0;
  padding-top: 4px;
  padding-bottom: 2px;
  cursor:hand;
  cursor: pointer;
  height: 30px;
}

.Level2Item
{
  font-family: tahoma, verdana;
  font-size: 11px;
  padding-left: 10px;
  cursor:hand;
}

.Level2ItemHover
{
  font-family: tahoma, verdana;
  font-size: 11px;
  text-decoration:underline;
  padding-left: 10px;
  cursor:hand;
}

.Level2Group
{
  background-color: Transparent;
  border-top-color: #F0F1F5;
  padding:10px;
  padding-left:10px;
  padding-right:0px;
}

.Empty
{
}

/********************** Tree ***********************/
.TreeView 
{ 
  background-color:White;
  padding-top:4px; 
  padding-left:1px; 
  border: #7C7C94 1px solid; 
  cursor:default; 
}

.TreeNode 
{ 
  font-family: tahoma; 
  font-size: 11px; 
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px; 
  padding-right: 3px; 
}

.GrayedTreeNode 
{ 
  font-family: tahoma; 
  font-size: 11px; 
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px; 
  padding-right: 3px; 
  color:gray; 
  cursor:default;
}

.HoverTreeNode 
{ 
  font-family: tahoma; 
  font-size: 11px; 
  text-decoration:underline; 
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px; 
  padding-right: 3px; 
  cursor: default; 
}

.SelectedTreeNode 
{ 
  font-family: tahoma; 
  font-size: 11px; 
  background-color: gray; 
  color:white; 
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px; 
  padding-right: 3px; 
  cursor: default; 
}

.NodeEdit 
{
  border:1px gray solid;
  font-family: tahoma; 
  font-size: 11px;
}
