table.simple {
  background-color: #DDDDDD;
  clear: both;
}


table.simple tr td {
  vertical-align: top;
  background-color: white;
  padding: 5px 5px 5px 5px;
}

table.simple tr.header td {
  background-color: #EEEEEE;
  font-weight: bold;
  color: #555555;
  vertical-align: middle;
}

div.button {
  background: url(/images/button_bg_left.gif) no-repeat left top;
  display: table;
  _display: block; /* IE6 */
  _width: 1%;      /* IE6 */
  cursor: pointer;
}

div.button span {
  display: block;
  margin-left: 3px;
  background: url(/images/button_bg_right.gif) no-repeat right top;
  color: white;
  padding: 6px 15px 8px 12px;
  font-size: 8pt;
}

img.photo {
  border: 4px solid #F4F7F9;
}

div.alphabetList div {
  float: left;
  display: table;
  _display: block; /* IE6 */
  background-color: yellow;
}

div.alphabetList label {
  float: left;
  display: block;
  margin: 0px 15px 0px 0px;
  font-family: Arial;
  font-size: 16pt;
  font-weight: bold;
  color: #666666;
}

div.alphabetList ul {
  float: left;
  list-style-type: none;
  margin: 0px 20px 20px 0px;
  padding: 0;
}

div.alphabetList ul li {
  margin: 0;
  padding: 0;
}

ul.links {
  float: left;
  list-style-type: none;
  margin: 0px 20px 20px 0px;
  padding: 0;
}

ul.links li {
  margin: 0;
  padding: 0;
}

.blockIndent {
  margin: 0px 0px 0px 20px;
}

.blockSubIndent {
  margin: 20px 0px 0px 32px;
}

div.seeAlso {
  margin: 25px 0px 10px 0px;
  font-size: 9pt;
}

div.seeAlso ul {
  list-style-type: none;
  margin: 7px 0px 0px 17px;
  padding: 0;
}

div.seeAlso ul li {
  padding: 0px 0px 5px 0px;
}

div.publicationBlocks {
  padding: 0;
  margin: 0;
}

div.seeAlso h4,
div.publicationBlocks h4.pBlock {
  padding: 0px 0px 0px 17px;
  margin: 0;
  color: #777777;
  font-family: Arial;
  font-size: 12pt;
  font-weight: 2normal;
  background: url(/images/block_title_marker.gif) no-repeat 0px 5px;
  clear: both;
}

div.publicationBlocks h4.pBlock {
  margin: 30px 0px 20px 0px;
}

div.publicationBlocks p.pBlock {
  padding: 0;
  margin: 7px 0px 15px 0px;
  clear: both;
}

div.floatBlocks {
  float: left;
  clear: both;
  width: 100%;
}

div.floatBlocks div {
  float: left;
}

h3.center,
h3.table {
  text-align: center;
  padding: 0;
  margin: 0px 0px 10px 0px;
  font-family: Arial;
  font-size: 12pt;
  font-weight: bold;
  color: #456A8C;
}

ul.attrs {
  padding: 0;
  margin: 0px 0px 10px 0px;
  list-style-type: none;
}

ul.attrs li label {
  font-weight: bold;
  color: #444444;
  padding: 0px 10px 0px 0px;
}

div.floatBlocks div.photo {
  margin: 0px 15px 15px 0px;
}

div.simpleList img,
div.cardTitle img {
  float: left;
  margin: 0px 10px 0px 0px;
}

div.simpleList p {
  display: block;
  clear: both;
  padding: 10px 0px 0px 0px;
  margin: 0;
}

/* Mozilla fix: */
div.simpleList p, x:-moz-any-link {
  padding: 20px 0px 0px 0px;
}

div.simpleList label,
div.cardTitle label,
div.card label {
  display: block;
  font-weight: bold;
  color: #555555;
  margin: 0;
}

div.simpleList div.inline {
  margin: 0px 0px 5px 0px;
}

div.simpleList div.inline label {
  display: inline;
}

div.card {
  padding: 10px 0px 0px 5px;
}

div.cardTitle div {
  margin-bottom: 7px;
}

div.card div.publicationBlocks p.pBlock,
div.card div.publicationBlocks div.floatBlocks,
div.card div.publicationBlocks table.pBlock {
  margin-left: 17px;
}

div.card div.publicationBlocks h4.pBlock {
  margin: 0;
}

/* IE6 fix */
div.card div.publicationBlocks table.pBlock {
  _margin: 15px 0px 0px 0px;
}

/* IE7+ fix */
*:first-child+html div.card div.publicationBlocks table.pBlock {
  margin: 15px 0px 0px 0px;
}

div.card div.publicationBlocks span.pBlock {
  display: block;
  padding: 10px 0px 10px 0px;
}

div.contextBlock {
  background-color: #F4F7F9;
  border: 1px dashed #CCD7E1;
  border-left-width: 0px;
  border-right-width: 0px;
  padding: 20px 20px 20px 20px;
}

div.downloadsBlock {
  margin: 0px 0px 15px 17px;
}

ul.downloads {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul.downloads li {
  padding: 0px 0px 5px 0px;
}

ul.downloads li span,
ul.downloads li a {
  padding: 0;
}

ul.downloads li span {
  color: #666666;
}

div.publications p {
  text-align: justify;
}

table.titledRows tr td {
  vertical-align: top;
}

table.titledRows tr td.title {
  width: 10%;
  font-weight: bold;
  color: #333333;
}

table.titledRows tr td.desc {
  text-align: justify;
  padding: 0px 0px 0px 10px;
  border-left: 1px solid #AAAAAA;
}

table.titledRows tr td.separator div {
  height: 20px;
}

form.simple div.headErrorMsg {
  color: red;
  padding: 10px 0px 10px 0px;
}

form.simple iframe {
  display: none;
}

form.simple table tr.inputRow td {
  padding: 0px 10px 5px 0px;
  vertical-align: top;
}

form.simple table tr td.inputTitle {
  text-align: right;
}

form.simple table tr td.comment {
  padding: 0px 0px 15px 0px;
  color: #777777;
  font-size: 9pt;
}

form.simple table tr td.submit {
  padding: 10px 0px 0px 0px;
}

div.list {
  padding: 5px 0px 0px 0px;
}

div.list p {
  padding: 0;
  margin: 0;
  clear: both;
}


div.list p span.datetime {
  white-space: nowrap;
  color: #868686;
}

div.list img {
  float: left;
  margin: 0px 10px 10px 0px;
}

div.rightBlock {
  margin: 20px 0px 0px 0px;
}

div.rightBlock div.title {
  background: #F4F7F9 url(/images/right_block_bg.jpg) right bottom no-repeat;
  color: #777777;
  font-size: 12pt;
  font-family: Arial;
  font-weight: bold;
  padding: 15px 20px 25px 20px;
}

div.rightBlock div.content {
  padding: 10px 10px 10px 20px;
  font-size: 9pt;
}

div.rightBlock div.content {

table.contacts span {
  display: block;
  padding: 10px 0px 10px 0px;
}

table.contacts label {
  display: block;
  font-weight: bold;
  color: #555555;
  margin: 0;
}

table.contacts tr td.map {
  padding-left: 30px;
}