/*--------------------------------------------------------------
# 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 OF LAYOUT ELEMENTS ***********************/ 

/********** logo **********/

h1#jm-logo a:link,
h1#jm-logo a:visited {
  text-decoration: none;
  display: block;
}

/********** search **********/

.jm-module div.search label,
.jm-moduletable div.search label {
  vertical-align: middle;
  margin: 0 10px;
}

#jm-search div.search input.button {
  padding: 0;
  margin: 0;
  border: none;
  background: none;
}

/********** pathway **********/

#jm-pathway span.showHere {
  font-weight: bold;
  margin: 0 3px 0 0;
}

#jm-pathway h3 {
  font-size: 0.9em;
  font-weight: bold;
  float: left;
  margin: 0 5px 0 0;
}

/********** banner **********/

#jm-banner p {
  margin: 0;
}

/********** copyrights **********/

#jm-copyrights p {
  margin: 0;
}

/********** newsflash **********/

div.newsflash a.readmore:link,
div.newsflash a.readmore:visited {
  margin-bottom: 10px;
}

/********** language module **********/

div.mod-languages ul li {
    background: none;
    padding: 0;
}

/********** doctextsizer list **********/

.smallview body { /*CSS for "small font" setting*/
  font-size: 11px;
}

.normalview body { /*CSS to return page to default setting (with no additional CSS rules added)*/
}

.largeview body { /*CSS for "large font" setting*/
  font-size: 14px;
}

.smallview ul li {
  background-position: left 6px;
}

.largeview ul li {
  background-position: left 8px;
}

.smallview ul.linked li a {
  background-position: left 6px;
}

.largeview ul.linked li a {
  background-position: left 8px;
}

.smallview ul.square li {
  background-position: left 6px;
}

.largeview ul.square li {
  background-position: left 8px;
}