/* universal -----*/

* {
  margin: 0;
  padding: 0;
}

/* body and wrapper -----*/

body {
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: center;
  background: #c2c7cc url(img/bg.gif) center top repeat-x;
}
#wrapper {
  width: 790px;
  margin: 0 auto;
  text-align: left;
  background: url(img/int-body-bg.gif) center center repeat-y;
}

/* masthead -----*/

#masthead {
  height: 100px;
   background: #fff url(img/masthead.jpg) center center no-repeat;
  position: relative;
}
#masthead h1, #masthead h2 {
  display: none;
}
#toplinks {
  color: #336999;
  position: absolute;
  right: 25px;
  top: 1.5em;
}
#toplinks a {
  color: #336999;
  text-decoration: none;
}
#toplinks a:hover {
  text-decoration: underline;
}
#sitesearch {
  position: absolute;
  right: 25px;
  bottom: 2em;
}

/* left column -----*/

#leftcol {
  width: 180px;
  margin-left: 15px;
  padding: 0 10px;
  color: #fff;
  font-size: 12px;
  background: #1A364F url(img/leftcol-top-bg.gif) left top no-repeat;
  float: left;
  display: inline;
}
#leftcol ul {
  padding: 0 10px;
  text-align: right;
  list-style: none;
  border-bottom: solid 1px #b8cbdb;
}
#leftcol ul.last {
  border: none;
}
#leftcol li {
  margin: 1em 0;
}
#leftcol li a {
  /*margin: 0 10px;*/
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
#leftcol li a:hover {
  color: #dbe6f0;
}
#leftcol li ul {
  margin: 1em 0;
  padding: 0;
  border: none;
  display: none;
  text-align: right;
}
#leftcol li ul li {
  margin: 0.5em 0;
  padding-right: 7px;
  line-height: normal;
  background: transparent url(img/nav_arrow.gif) right top no-repeat;
}
#leftcol li ul li a {
  margin: 0;
  font-weight: normal;
}
#leftcol li ul li a:hover {
  text-decoration: underline;
}
#leftcol li ul li a:visited {
  color: #c4d5e4;
}
#regulation #navRegulation, #members #navMembers, #public #navPublic, #probono #navProBono {
  display: block;
}
#publication p {
  margin: 1em 0;
  text-align: center;
}
#publication img {
  border: solid 1px #b8cbdb;
}
#publication a {
  color: #fff;
  text-decoration: underline;
}
#publication a:hover {
  color: #dbe6f0;
}
        /* Styles for article listing on publications template ---------- */

#issuelist {
  /*background-color: #4878a3;*/
  /*border: 1px solid #668fb3;*/
  /*border-top: 1px solid #B8CBDB;*/
  /*border-bottom: 1px solid #B8CBDB;*/
  /*margin-top: 20px;*/
  margin: 1em 0;
  padding: 0 10px;
}

#issuelist h3 {
  /*font-size: 120%;*/
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  margin: 1em 0;
}

#issuelist ul {
  margin: 1em 0;
  font-size: 11px;
  border: none;
}
#issuelist ul.topline {
  padding-top: 1em;
  border-top: 1px dashed #B8CBDB;
}

#issuelist ul li {
  margin: 0;
  line-height: 1.5em;
}

#issuelist ul li a {
  margin: 0;
  font-weight: normal;
}

#issuelist ul li a:hover {
  text-decoration: underline;
}

#issuelist p {
  font-size: 85%; 
  line-height:100%; 
  margin: 1em 0;
  padding-top: 1em;
  border-top: 1px dashed #B8CBDB;
}

#issuelist p img {
  float:left;
  margin:0 10px 5px 0;
}
#issuelist a {
  color: #fff;
}
#issuelist p a:visited {
  color: white;
}
/* body -----*/

#body {
  width: 520px;
  margin-right: 35px;
  line-height: 1.5em;
/*  position: relative; */
  float: right;
  display: inline;
}
#body h2 {
  margin: 1em 0 0;
  color: #1A364F;
  font-size: 150%;
  font-weight: bold;
}
#body h3 {
  margin: 0.5em 0 1em;
  color: #1A364F;
  font-size: 120%;
  font-weight: bold;
}
#body p {
  margin: 1em 0;
}
#body ol {
  margin: 1em 0;
  padding-left: 2em;
}
#body ol.letters {
  list-style-type: upper-alpha;
}
#body ul {
  margin: 1em 0;
  padding-left: 2em;
}
#body li ul {
  margin: 0;
}
#body dl {
  margin-bottom: 1em;
}
#body dt {
  margin-top: 1em;
  font-weight: bold;
}
#body dt h3 {
  margin: 0 0 0.5em 0;
}
#body a {
  color: #336999;
  text-decoration: underline;
}
#body a:visited {
  color: #89adcd;
}
#body a:hover {
  color: #a54c27;
}

#pagetrail {
  width: 330px;
}

#textsize {
  position: relative;
  float: right;
  right: 0;
  top: 1em;
  z-index: 999;
}

#info, #pagenav, .sidebar {
  width: 150px;
  margin: 0 0 10px 10px;
  padding: 0 10px;
  border: solid 1px #000;
  float: right;
  display: inline;
}
#pagenav {
  margin-top: 10px;
  clear: right;
}
#info h4, #pagenav h4, .sidebar h4 {
  margin: 0 -10px;
  padding: 0 10px;
  color: #fff;
  font-size: 100%;
  line-height: 2em;
  background: #1A364F;
  border-bottom: solid 1px #000;
}
#pagenav h4 {
  background: #336999;
}

/* footer -----*/

#footer {
  width: 760px;
  margin-left: 15px;
  padding-top: 10px;
  color: #336999;
  line-height: 1.5em;
  background: #fff url(img/int-body-bottom-bg.gif) center top no-repeat;
  clear: both;
  position: relative;
}
#footer p {
  padding: 1em 20px;
}
#footer a {
  color: #336999;
  text-decoration: underline;
}
#footer a:hover {
  color: #a54c27;
}

/* specialty -----*/

.clear {
  clear: both;
}


/* tables -----*/

table {
  width: 100%;
  margin: 1em 0;
  font-size: 100%;
  line-height: normal;
  border-top: 3px solid #336999;
  border-right: 2px solid #336999;
  border-bottom: 2px solid #336999;
  border-left: 3px solid #336999;
  clear:both;
}
table td, table th {
  padding: 5px;
  border-right: 1px solid #336999;
  border-bottom: 1px solid #336999;
}

#cse table {  border-top:none; border-right:none; border-bottom:none; border-left:none;}
#cse table td, .cse table th {  border-right:none; border-bottom: none;}

/* publications archives -----*/

ul.gallery {
  margin: 1em 0 0;
  padding: 0;
  list-style: none;
}
ul.gallery li {
  margin: 0 1em 3em 0;
  padding: 0;
  text-align: center;
  float: left;
}
ul.gallery li a img {
  border: none;
}

/* special classes -----*/

div.alert {
  margin-top:20px;
  font-weight:bold;
  border: 1px solid #a54c27;
  padding:5px;
  background-color: #ffc;
}
span.highlight {
  background-color: #fffcbe;
}
p.rev_date {
   font-size: 10px;
}

/* blog setting for about pages -----*/
#info.blog.about {background: #eee; width: 100px;}
#body #info.blog.about ul {padding-left:1.5em;}
#info.blog.about ul li { font-size: 10px; line-height: 1.4em; }
#info.blog.about h4 {line-height: 1.5em; padding: 5px; text-align: center; background:#333;}

/* Ethics Questions Form ----*/
#ethics-form fieldset {padding:20px; border: 1px solid #89ADCD;}
#ethics-form legend {padding:5px 10px; color:white; background-color:#3773a8; font-size:16px; font-weight:bold;}
#ethics-form .notice {font-weight:bold;} 

/* Events sidebar */
.sidebar {clear:right;}