/* Specific styles for the MoM Theme by D.Chick (development@psitest.co.uk) */

.mom-logo-small-div {
  border-left-style: none;
  border-bottom-style: solid;
  border-right-style: none;
  border-top-style: none;
  border-bottom-color: #da2b00;
  border-bottom-width: 2px;
  padding-bottom: 3px;
  background-image: url('MoMLogoSmall.jpg');
  background-position: bottom left;
  background-repeat:no-repeat;
  text-align:right;
}
.mom-logo-div {
  border-bottom-color: #da2b00;
  background-image:url('logo.jpg');
  background-position: top left;
  background-repeat:no-repeat;
  text-align:right;
  border-bottom:2px solid;
  padding:5px;
}
.mom-navbar {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-top-style: none;
  border-bottom-color: #797979;
  padding:3px 0.5em;
  background-color:#FFFFFF;
}

/* Wordlist Styles */

.wordlistfield {
	text-align:right;
    font-size:.85em;
    font-weight:600;
	padding:3px;
	white-space:nowrap;
}

.wordlistentry {
    font-size:.85em;
    font-weight:normal;
	padding:3px;
	width:100%;
}

.wordlistauthor {
    font-size:.85em;
    font-weight:normal;
	padding:3px;
}

/* The following replaces the css from fw_layout.css */
.mom-navbar .breadcrumb {
  float:left;
  margin:0.2em 0em;
}
.mom-navbar .navbutton form {
  float: left;
}
.mom-navbar .navbutton {
  margin-top: 3px;
}
.mom-navbar .navbutton,
.shc-navbar .menu {
  float:right;
}

img.icon {
  vertical-align:middle;
  margin-right:4px;
  //width:16px;
  //height:16px;
  border:0px;
}

img.iconsmall {
  vertical-align:top;
  margin-right:1px;
  height:16px;
  width:16px;
  border:0px;
}

img.iconhelp {
  vertical-align:top;
  margin-right:4px;
  width:35px;
  height:30px;
  border:0px;
}

/* End of replacements */

/* Over-ride some of the css from the standard theme */
/*
.sideblock .header, .sideblock h2.header {
  text-align: left;
  margin:0;
  padding:4px;
  padding-top:0;
  border-top:2px solid #DA2B00;
  border-left:none;
  border-right:none;
  border-bottom:none;
}
.sideblock .content {
  padding: 4px;
  border-top:2px solid #797979;
  border-bottom:2px solid #797979;
  border-left:none;
  border-right:none;
}*/
/* End of over-rides */
