.cross_img {
  background-image: url('/img/up_down_arrow.gif');
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  width: 10px;
  height: 18px;
  margin-left:5px;
  cursor: move;
  vertical-align: middle;
}

.unchecked_img {
  background-image: url('/img/cb_ucb.jpg');
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  width: 10px;
  height: 18px;
  cursor: pointer;
  vertical-align: middle;
}
.checked_img {
  background-image: url('/img/cb_cb.jpg');
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  width: 10px;
  height: 18px;
  cursor: pointer;
  vertical-align: middle;
}

.PopOut {
  background-image: url('/img/pop_out.png');
  background-repeat: no-repeat;
  background-position: center;
  width: 10px;
  height: 18px;
  margin-left: 2px;
  margin-right: 2px;
  cursor: pointer;
  vertical-align: middle;
}

.PopIn {
  background-image: url('/img/pop_in.png');
  background-repeat: no-repeat;
  background-position: center;
  width: 10px;
  height: 18px;
  margin-left: 2px;
  margin-right: 2px;
  cursor: pointer;
  vertical-align: middle;
}

.donelink {
  color: blue;
  cursor: pointer;
  text-decoration: underline;
}

.ui-state-highlight {
  background-color: #fff9dd;
}

form {
  display: inline;
}
.subdirs, .subdirs li {
  clear: both;
  float: left;
  width: 100%;
}

.subdirs, .folderpath {
  list-style: none;
  padding: 0px;
}

.bmenubar {
  position: fixed;
  bottom: 0;
  height: 30px;
  width: 100%;
  z-index: 100;
  background-image: url("/img/menu_bg.gif");
  background-repeat: repeat-x;
  font-size: 11px;
}

.upload_form {
  background-color: #FFFFFF;
  border: 2px solid #B7B7B7;
  display: none;
  font-size: 11px;
  height: auto;
  left: 140px;
  position: fixed;
  top: 100px;
  width: 70%;
  z-index: 1000;
  padding: 10px;
}

.bmenubar .mlink {
  float:left;
  padding: 5px 0px 5px 5px;
}

.bmenubar .alink {
  cursor: pointer;
  text-decoration: underline;
}

.folderpath, .folderpath li {
  clear: both;
  float: left;
  width: 100%;
}

.filepath {
  clear: both;
  float: left;
  width: 100%;
}

.filepath .filepathno {
  float: left;
  padding: 5px;
}
.filepath .filepathtitle {
  float: left;
  padding: 5px;
}

.filepath .filepathicons {
  float: left;
  padding: 5px;
}

.filepath .filepathicons .moreOptsPgs {
  float: left;
  font-size:10px;
  width: 70px;
  text-align: center;
}

.filepath .filepathicons .moreOptsQts {
  float: left;
  font-size:10px;
  width: 90px;
  text-align: center;
}

.filepath .filepathicons .moreOptsRes {
  float: left;
  width: 90px;
  text-align: center;
  font-size:10px;
}

.filepath .filepathicons .moreOptsProp {
  float: left;
  width: 90px;
  font-size:10px;
  text-align: center;
}

.editable input {
  width: 400px;
  height: 20px;
}

.aclick_edit {
  color: blue;
  cursor: pointer;
  font-size: 11px;
}

.fonts10 {
  font-size: 10px;
  cursor: context-menu;
}

.fonts10 img {
  cursor: pointer;
}

.ui-state-default:hover {
  background: #eeeeee;
}

.gdollar {
  background: #00a000;
  border-radius: 3px;
}

.rdollar {
  background: #ff0000;
  border-radius: 3px;
}

.bdollar {
  background: #0000ff;
  border-radius: 3px;
}

.adollar {
  background: #ff7e00;
  border-radius: 3px;
}

.upnote
{
  cursor:pointer;
  color:blue;
  text-decoration: underline;
  font-size:16px;
}

.floatleft
{
  float: left;
  padding-right: 7px;
}
