div.menu ul li.groups span.selected
{
    background: url("../../img/default/groups_left_menu.png") no-repeat left center;
}

div.tab_menu div.menu ul li span.menu_parent_groups span.selected a
{
    background: url("../../img/default/groups_left_tab.png") no-repeat left top;
}

div.tab_menu div.menu ul li span.menu_parent_groups span.selected
{
    background: url("../../img/default/groups_right_tab.png") no-repeat right top;
}

div.menu ul.left_top li.groups.selected, div.menu ul.tab li.menu_parent_groups.selected
{
    background-color: #85af01;
    border-color: #7ca300;
}

div.info_chat_topics div.info_data
{
  padding: 15px;
}

div.chat
{
  width: 445px;
}

div.chat div.title
{
  width: 360px;
  height: 20px;
  font-weight: bold;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
}

div.chat div.title span
{
  vertical-align: top;
}

div.chat div.title.editable:hover
{
  background-color: white;
  cursor: pointer;
}

div.chat div.title input
{
  height: 20px;
  width: 360px;
}

div.chat div#chat_status
{
  float: right;
  font-size: 80%;
}

div.chat div.white_style div#chat_status
{
  float: right;
  font-size: 13px;
  color: #7d7d7d;
  padding-top: 5px;
}

div.chat pre
{
  width: 100%;
  height: 250px;
  white-space: normal;
  word-wrap: break-word;
  overflow-y: scroll;
  overflow-x: hidden;
}

div.chat div.black_style pre
{
  width: 436px;
  color: white;
  background-color: black;
  border: 3px inset #777;
  padding: 2px;
  line-height: 13px;
}

div.chat div.black_style pre span.line
{
  font-family: "DejaVu Sans Mono", "Lucida Console", Monaco, monospace;
  font-size: 11px;
}

div.chat div.white_style input.topic
{
  height: 30px;
  width: 360px;
  padding-top: 3px;
  padding-left: 30px;
  font-weight: bold;
  color: #1f1f1f;
  font-size: 16px;
  background-image: url("?file_viewer+img+edit.png+20+20");
  background-repeat: no-repeat;
  background-position: 3px 3px;
  border-color: #f8f8f8;
}

div.chat div.white_style pre
{
  width: 436px;
  #width: 456px;
  height: 424px;
  font-family: Arial,helvetica,san-serif !important;
  font-size: 12px;
  line-height: 13px;
  color: #6b6a6a;
  background-color: white;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}

div.chat div.white_style pre div.line div.nick
{
  color: #323232;
  height: 16px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-top: 6px;
  margin-bottom: 6px;  
}

div.chat div.white_style pre div.line div.nick b
{
  font-weight: normal; 
}

div.chat div.white_style pre div.line div.text
{
}

div.chat div.white_style pre span.time
{
  float: right;
}

div.chat div.black_style input.chat_input
{
  width: 445px;
  color: white;
  background-color: black;
  font-family: "DejaVu Sans Mono", "Lucida Console", Monaco, monospace;
}


div.chat div.white_style div.chat_input_area
{
  background-color: white;
  width: 456px;
  height: 105px;
  border-top: 1px solid #b1b1b1;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  overflow: hidden;
}

div.chat div.white_style div.chat_input_area img.avatar
{
  border: 1px solid #b4b4b4;
  float: right;
  margin-top: 11px;
  margin-right: 14px;
}

div.chat div.white_style div.chat_input_area img.icon
{
  position: relative;
  left: 10px;
  top: 3px;
}

div.chat div.white_style div.chat_input_area input.button_online, div.chat div.white_style div.chat_input_area input.button_nick
{
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border-width: 1px;
  font-size: 10px;
  color: #1c1c1e;
  height: 19px;
  background-image: url("../../img/default/gray_gradient.png");
  background-repeat: repeat-x;
}

div.chat div.white_style div.chat_input_area input.button_online
{
  position: relative;
  left: 14px;
  top: -8px;
  width: 50px;
}

div.chat div.white_style div.chat_input_area input.button_nick
{
  position: relative;
  left: 220px;
  top: -8px;
  width: 69px;
}

div.chat div.white_style div.chat_input_area span.nick
{
  position: relative;
  left: 236px;
  top: -7px;
  color: #208fbc;
  font-weight: bold;
}

div.chat div.white_style div.chat_input
{
  background-image: url("../../img/default/chat_bubble.png");
  background-repeat: no-repeat;
  width: 363px;
  height: 54px;
  margin-left: 15px;
  margin-top: 12px;
}

div.chat div.white_style div.chat_input textarea
{
  background-color: transparent;
  border: none;
  width: 348px;
  height: 48px;
  font-family: Arial,helvetica,san-serif !important;
  font-size: 12px;
  margin-left: 3px;
  margin-top: 3px;
  white-space: normal;
  overflow: auto;
  resize: none;
  outline-color: transparent;
  outline-style: none;
}

div.chat_history div.nav
{
  width: 400px;
  margin-top: 10px;
  margin-bottom: 10px;
}

div.chat_history
{
  width: 460px;
  #width:auto !important;
}

div.chat_history div.nav a
{
  color: #444;
}

div.chat_history, div.topic_history
{
  margin-left: 20px;
}

div.chat_history h3, div.topic_history h3
{
  margin-left: -20px;
}

div.topic_history a
{
  color: inherit;
  #color:#000000;
  text-decoration: none;
}

div.topic_history a:hover
{
  color: blue;
  text-decoration: underline;
}

div.topic_search
{
  background-color: white;
  padding: 1em;
  border-top: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-bottom: 1px solid #9b9b9b;
  border-right: 1px solid #9b9b9b;
}

div.chat_history span.topic
{
  margin-left: -10px;
  color: #222;
  font-weight: bold;
}

div.chat_history span.topic.editable:hover
{
  color: blue;
  text-decoration: underline;
  cursor: pointer;
}

div.chat_history span.time
{
  margin-left: -5px;
  font-weight: bold;
}

div.chat_history span.nick
{
  font-weight: bold;
}

div.chat_history span.time.editable:hover
{
  color: blue;
  text-decoration: underline;
  cursor: pointer;
}

div.group_content_listing table.main_list td.right div.bottom
{
  color: #9b9b9b;
}

div.group_content_listing table.main_list td.right div.bottom a
{
  color: #9b9b9b;
  text-decoration: none;
}

div.group_file_viewer
{
  width: 100%;
  background-color: #eeeeee;
  border-top: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-bottom: 1px solid #9b9b9b;
  border-right: 1px solid #9b9b9b;
}

div.group_file_viewer div.toolbar
{
  height: 53px;
  padding: 3px;
  border-bottom: 1px solid #d9d9d9;
}

div.group_file_viewer div.toolbar table
{
}

div.group_file_viewer div.toolbar div.icon
{
  height: 48px;
  width: 48px;
  border-top: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-bottom: 1px solid #9b9b9b;
  border-right: 1px solid #9b9b9b;
  background-color: white;
  text-align: center;
  cursor: pointer;
}

div.group_file_viewer div.toolbar div.icon:hover
{
  background-color: inherit;
}

div.group_file_viewer div.toolbar div.icon:active
{
  background-color: #d9d9d9;
}

div.group_file_viewer div.current_location
{
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
  font-size: 14px;
  border-bottom: 1px solid #d9d9d9;
  font-family: verdana;
  background-color: #efefef;
}

div.group_file_viewer div.filearea
{
  padding: 6px;
}

div.group_file_viewer div.filearea div.entry
{
  font-family: verdana;
  height: 22px;
  overflow: hidden;
  padding-top: 1px;
  padding-left: 3px;
  background-color: white;
  border-bottom: 2px solid #eeeeee;
}

body.tablet div.group_file_viewer div.filearea div.entry
{
    height: 27px;
    font-size: 12pt;
}

div.group_file_viewer div.filearea div.entry span.open
{
  font: inherit;
  cursor: pointer;
}

div.group_file_viewer div.filearea div.entry span.open:hover
{
  background-color: #eeeeee;
}

div.group_file_viewer div.filearea div.entry span.open:active
{
  background-color: #d9d9d9;
}

div.group_file_viewer div.filearea div.entry span.controls
{
  float: right;
}

div.group_file_viewer div.filearea div.entry img
{
  vertical-align: middle;
  border: 1px solid white;
}

div.group_file_viewer div.filearea div.entry img:hover
{
  border: 1px solid #d9d9d9;
  background-color: #d9d9d9;
}

div.group_file_viewer div.filearea div.entry img:active
{
  border: 1px solid #999999;
  background-color: #999999;
}

div.group_file_viewer div.filearea div.info
{
  background-color: #f3f3f3;
  border-top: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-bottom: 1px solid #ababab;
  border-right: 1px solid #ababab;
  padding: 5px;
}

div.group_file_viewer div.filearea div.info h1
{
  margin-top: 0px;
  margin-left: 20px;
  font-size: 16pt;
  font-family: verdana;
}

div.group_file_viewer div.filearea div.info img
{
  float: left;
}

div.group_file_viewer div.filearea div.info dl dt
{
  font-weight: bold;
}

div.group_file_viewer div.filearea div.info dl dd
{
  padding-left: 270px;
}

div.group_file_viewer div.filearea div.info input
{
  margin-top: 5px;
  margin-bottom: 10px;
}

div.group_file_viewer div.editor
{
  padding: 5px;
}

div.group_file_viewer div.editor table
{
  width: 100%;
  background-color: #f3f3f3;
  border-top: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-bottom: 1px solid #ababab;
  border-right: 1px solid #ababab;
  padding: 10px;
  margin-bottom: 5px;
}

div.group_file_viewer div.editor table td
{
  width: 50%;
}

div.group_file_viewer div.editor input.submit
{
  margin-top: 5px;
  margin-bottom: 5px;
}

a.top
{
  font-size: 10px;
  vertical-align: top;
  color: #ccc;
  float: right;
}
