/*--------------------------------------------------------------
# Copyright (C) joomla-monster.com
# License: http://www.joomla-monster.com/license.html Joomla-Monster Proprietary Use License
# Website: http://www.joomla-monster.com
# Support: info@joomla-monster.com
---------------------------------------------------------------*/

/*********************** DETAILS STYLES ***********************/

h1#jm-logo {
  margin: 0;
  padding: 0;
}

h1#jm-logo a {
  font-weight: bold;
}

#jm-search div.search input.button {
  background: none;
}

#jm-search div.search label {
  vertical-align: middle;
  margin: 0 10px 0 0;
}

#jm-search div.search .inputbox, 
#jm-search div.search input.validate-password, 
#jm-search div.search input.required {
  border: 1px solid #7a7a7a;
  color: #868686;
}

#jm-search div.search {
  text-align: right;  
}

#jm-pathway h3 {
  margin: 0 10px 0 0;
  padding: 0;
  font-weight: bold;
  float: left;
}

.djmodule .inputbox, .djmodule input.validate-password, .djmodule input.required {
  background: url(../images/bgSearch.png) repeat;
}

.djmodule.grey .inputbox, .djmodule.grey input.validate-password, .djmodule.grey input.required {
    background: #fff;
}

#jm-stylearea img {
  border: 1px solid #fff;
}

.mod-languages ul {
  list-style: none;
}

.mod-languages ul li {
  background: none;
}

.djmodule ul.linked li a:hover {
  background: url("../images/list_linked_hover_white.png") no-repeat 0 6px;
}

.djmodule ul.linked li a {
  background: url("../images/list_linked_white.png") no-repeat 0 6px;
}

.djmodule ul.square li {
  background: url(../images/li_square_white.png) no-repeat 0 7px; 
}

.djmodule ul.square li li, 
.djmodule ul.square li ul.square li {
  background: url("../images/li_square_white.png") no-repeat 0 7px;
}

.djmodule.grey ul.linked li a:hover {
  background: url("../images/list_linked_hover.png") no-repeat 0 6px;
}

.djmodule.grey ul.linked li a {
  background: url("../images/list_linked.png") no-repeat 0 6px;
}

.djmodule.grey ul.square li {
  background: url(../images/li_square.png) no-repeat 0 7px; 
}

.djmodule.grey ul.square li li, 
.djmodule.grey ul.square li ul.square li {
  background: url("../images/li_square.png") no-repeat 0 7px;
}