.normalBold {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #002A4D; font-weight: bold; }
.subHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #002A4D;
	font-weight: bold;
}
.normal {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #002A4D; }
.label {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.databox {border: solid 1px #c1dde1}
.databoxheading {background-color: #c1dde1; font-size: 11px; color:#666666;}
/** POPUP CONTAINER STYLES */
#popupMask {position: absolute;	z-index: 200; top: 0px;	left: 0px;	width: 100%; height: 100%; opacity: .4;	filter: alpha(opacity=40);	 background-color:transparent !important; background-color: #333333;	background-image: url("/images/maskBG.png") !important; background-image:none; background-repeat: repeat; display:none;}
#popupContainer {position: absolute;z-index: 201;top: 0px;left: 0px;display:none; padding: 0px;}
#popupInner {border: 2px solid #000000; background-color: #ffffff;}
#popupFrame {margin: 0px;	width: 100%;	height: 100%;	position: relative;	z-index: 202;}
#popupTitleBar {background-color: #486CAE;	color: #ffffff;	font-weight: bold;	height: 1.3em; padding: 5px; border-bottom: 2px solid #000000; border-top: 1px solid #78A3F2; border-left: 1px solid #78A3F2;	border-right: 1px solid #204095; position: relative; z-index: 203;}
#popupTitle {float:left; font-size: 1.1em;}
#popupControls {float: right;cursor: pointer;cursor: hand;}
.siteon {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

#contentContainer
{
  
}

.clear
{
  clear: both;
}

/* --- user management --- */
.messages
{
  background-color: #73b65a;
  color: #ffffff;
  padding: 5px 20px 5px 25px;
}

.rowA
{
  background-color: #dedede;
}

.rowB
{
  background-color: #ffffff;
}

#userList a, #userList a:visited
{
  color: #0000ff;
}

#userEdit p
{
  clear: both;
  margin-bottom: 1em;
}
#userEdit label
{
  float: left;
  display: inline;
  width: 200px;
  margin-right: 10px;
  text-align: right;
}
#userEdit .content
{
  float: left;
  display: inline;
  text-align: left;
}

/* --- folder management --- */

#fileTree
{
}

  #fileTree dfn
  {
    display: none;
  }

  #fileTree ul
  {
    list-style: none;
    margin: 0;
    padding: 0 0 0 24px;
  }
  
  #fileTree li
  {
    min-height: 24px;
  }
  
    #fileTree li span
    {
      cursor: move;
      line-height: 30px;
      border: solid 1px #ffffff;
      background-color: #ffffff;
    }
  
    #fileTree li span.static
    {
      cursor: help;
    }
    
    #fileTree li span.dir,
    #fileTree li span.file
    {
      padding: 7px 5px 8px 28px;
      min-height: 19px;
    }
  
    #fileTree li span.dir
    {
      background: url('/centsa_netdrive/images/filebrowser/folder_closed.gif') 0px 2px no-repeat;
    }
    
    #fileTree li span.file
    {
      background: url('/centsa_netdrive/images/filebrowser/document.gif') 0px 2px no-repeat;
    }
    
      #fileTree li span#management_area
      {
        background: url('/centsa_netdrive/images/filebrowser/user1_earth.gif') 0px 2px no-repeat;
      }
  
      #fileTree li span#shared_folders
      {
        background: url('/centsa_netdrive/images/filebrowser/server_network.gif') 0px 2px no-repeat;
      }
  
    #fileTree li span.hover
    {
      border: solid 1px #ccc;
      background-color: #fffacd;
    }
      #fileTree li span.hover.static
      {
        background-color: #ffb6c1 !important;
      }
      
      #staticFolderInfo
      {
        margin-top: 20px;
        margin-left: 10px;
        width: 255px;
        border: solid 1px #cccccc;
        background-colour: green;
        padding: 5px;
      }
    
    #fileTree li span.hoverInto
    {
      border: solid 1px #ccc;
      background-color: #90ee90;
    }

#leftNav td
{
  text-align: center;
}
#leftNav input
{
  width: 150px;
}
