/*
  This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License.
  (see http://creativecommons.org/licenses/by-nc-sa/3.0)
*/

div.fnmplugin {
  color: #AAA;
  cursor: pointer;
  display: none;
  font-family: arial;
  font-size: 11px;
  z-index: 1;
  top: 0;
  left: 0;
  position: absolute;
  width: 375px;
}

#fnmMList {
  color: white;
  text-align: left;
}

div.fnmplugHead {
  float: left;
  width: 100%;
}

div.fnmplugBody {
  float: left;
  width: 100%;
}

div.fnmplugFoot {
  float: left;
  width: 100%;
  height: 12px;
}

div.fnmplugTitle {
  float: left;
  width: 76%;
}

div.fnmplugTitleC {
  padding: 7px;
}

div.fnmplugButA {
  float: left;
  width: 12%;
}

div.fnmplugButAC {
  background-image: url(/public/images/process_add.gif);
  background-repeat: no-repeat;
  padding: 3px;
  height: 32px;
  cursor: pointer;
}

div.fnmplugButB {
  float: left;
  width: 12%;
}

div.fnmplugButBC {
  background-image: url(/public/images/windows.gif);
  background-repeat: no-repeat;
  padding: 3px;
  height: 32px;
  cursor: pointer;
}

div.fnmplugBodyL {
  float: left;
  width: 100%;
}
#fnmcredentsBody {
  height: 50px;
  overflow: auto;
}

table.fnmplugBodyLC {
  border-spacing: 0px;
  border-collapse: separate;
}

div.fnmplugBodyLC {
  padding: 0px 8px 0px 8px;
}

td.fnmListItemCo {
  width: 10%;
  border: 0px;
}

td.fnmListItemTitle {
  width: 90%;
  border: 0px;
}

div.fnmplugTitleC:hover,div.fnmplugCLOSE:hover {
  color: #FFD000;
}

div.fnmMHeadL {
  float: left;
  width: 10%;
}

div.fnmMHeadR {
  float: left;
  width: 90%;
}

div.fnmplugFootL {
  float: left;
  width: 95%;
  height: 12px;
}

div.fnmplugFootR {
  float: left;
  height: 12px;
  width: 5%;
}

div.fnmplugResize {
  height: 12px;
  background: #000;
  cursor: se-resize;
}

a:link {
  text-decoration: none;
}

a:visited {
  color: #FFF;
  text-decoration: none;
}

a:hover {
  color: #FFD000;
  text-decoration: none;
}

img {
  border-style: none;
}
