/*
Author: Stuart N. Wrigley
AMIDA: Augmented Multi-party Interaction with Distance Access
(c) 2007,2008 University of Sheffield
*/
/*
input.hidden {
  font-family: Arial, Helvetica, sans-serif; 
  border: none;
  font-size:1em;
}
*/
input.embedded[disabled] {
  color: black;
}
input.embedded {
  font-family: Arial, Helvetica, sans-serif; 
  background:#ffffff;
  border: none;
  color: red;
  font-size: 1em;
}

table.filetypes {
  font-size: 9px;/*80%;*/
  background:#ffffcb;
  border-color: #7f9Db9;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-spacing: 0;
  border-collapse: collapse;
}
table.filetypes td {
  margin: 0;
  padding: 1px;
  border-color: #d0d0d0;
  border-width: 1px 1px 0px 0px;
  border-style: solid;  
  white-space: nowrap;
}
tr.deleted, tr.notactivated {
  color : #cccccc !important;
}
td.invalidField {
  color: red !important;
}
.alert {
  color: red !important;
  font-weight: bold;
}
.icons li {
	list-style-type:none;
}

td.details {
  background: #ffffcb;
  font-size: 90%;
}
td.indented {
  padding-left:40px !important;
}

table.compact {
  border-collapse: collapse; 
}

ul.compact,ol.compact {
  margin-top: 0.5em;
}

ul.compact li,ol.compact li {
  margin-bottom: 0em !important;
}

ul.sparse li,ol.sparse li {
  margin-bottom: 2em;
}

ul.conditions li,ol.conditions li {
  margin-bottom: 2em;
}

form.compact {
  margin: 0;
  padding: 0;
  margin-top: 0.5em;
}

th {
  text-align: left;
}
ul.noBulletFAQ {
  list-style: none;
  margin-left: 0;
  padding-left: 1.4em;
  text-indent: -1.4em;
}
ul.noBulletFAQ li.a {
  margin-bottom: 2em;
}

/*
tr.summary {
  font-size: 95%;
}
*/
.sectionExpandArrow { 
  cursor: pointer; 
} 

.onClickable { 
  cursor: pointer; 
} 

table.docTable {
  border-collapse: collapse;
  border:1px solid #bbb;
}

table.docTable th, table.docTable td {
  border:1px solid #bbb;
}

table.docTable td {
  background-color:#fafafa;
}

code,pre{
  font-family:monospace;color:#007000
}

code{
  font-size:10pt
}

pre{
  font-size:9pt;
  background-color:#fafafa;
  border:1px solid #bbb;
  line-height:125%;
  margin:1em 0 0 0;
  padding:.99em;
  overflow:auto;word-wrap:break-word
}

