/* Yellow: ffb515
 * Light gray: e5e5e5
 * Medium gray: e0e0e0
 * Medium gray II: c0c0c0
 * Dark gray: 707070
 * Blue: 0a0545
 * Red: a01010
 */

body {
  background:#10101f;
  margin:0;
  padding:20px 10px;
  text-align:center;
  font-size: 12px;
  font-family: sans-serif;
  color:#333;
}

#content {
  width:700px;
  background:#ffffff;
  margin:0 auto;
  padding: 2px;
  text-align:left;
  color: #606060;

  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 5px 5px;
}

#bg {
  background:#ffffff;
  text-align:left;
}


#hdr {
  background:#ffffff;
}

#hdr-txt {
  background:#ffffff;
  vertical-align:bottom;
}

.hdr-big {
  font-size: 18px;
  margin: 0px;
  padding: 0px;
}
.hdr-big-black {
  font-size: 24px;
  color:#222;
  margin: 0px;
  padding: 0px;
}

#hdr-logos {
  background:#ffffff;
  text-align:right;
  vertical-align:bottom;
}

.block { display:block; }
.hdr-line { background:#ffb515; }

.hdr-crumbs {
  padding: 2px 4px;
  background:#e5e5e5;
  font-size:10px;
  border-top: 0px;
  border-bottom: 1px solid #e5e5e5;
}

.hdr-crumbs-right {
  padding:1px 4px;
  background:#e5e5e5;
  font-size:10px;
  text-align:right;
  border-top: 0px;
  border-bottom: 1px solid #e5e5e5;
}

.lastcrumb {
  color:#000;
}

.sb {
  width:200px;
  background:#ffffff;
  float:left;
  line-height:15px;
  vertical-align:top;
  text-align: center;
  padding:10px 5px 2px 4px;
}

.sb-content {
  text-align: left;
  font-size: 12px;
  margin: 8px 0 0 0;
  line-height:18px;
}

.sb-title {
  color:#222;
  margin:0;
  font-size:13px;
  border-bottom: 1px solid #c0c0c0;
}

.sb-contact {
  font-size:12px;
}

.sb-contact-data {
  border-left : 8px solid #ffffff;
  font-size:12px;
}

.sb-li {
  font-size:12px;
  text-align: left;
  padding: 0px 0px 5px 3px;
}

.sb-logo {
  background:#ffffff;
  color:#345;
  margin-left:10px;
  padding:0;
}

.plain-border {
  margin:0px 35px;
}

.proj-table {
  margin:10px 0 0 5px;
  background:#ffffff; 
  color: #606060;
  vertical-align:top;
  text-align:left;
}

.proj-logo {
  background:#ffffff;
  color:#345;
  margin:0;
  padding:0;
}

.proj-title {
  font-size: 20px;
  color:#000;
  margin: 3px 3px 3px 10px;
  padding: 0px;
}

.proj-tag {
  font-size: 14px;
  color:#666;
  margin: 3px 3px 3px 10px;
  padding: 0px;
}

.proj-addl {
  font-size: 12px;
  color:#888;
  margin: 3px 3px 3px 10px;
  padding: 0px;
  line-height:135%;
}

.meat {
  padding: 5px 10px;
  background:#ffffff; 
  color: #606060;
  vertical-align:top;
  text-align:left;
}

.meat-title {
  margin: 16px 0 5px 0;
  font-size:14px;
  color:#222;
  border-bottom: 1px solid #c0c0c0;
}

.meat-title-black {
  font-size: 16px;
  color:#222;
}

.pubs-table { 
  margin: 0px 0px 0px 25px;
  vertical-align:top;
  text-align:left;
  line-height:18px;
}

.sb-tiny {
  padding: 0px 3px;
  font-size:10px;
}

.tiny-bar {
  margin: 0px 5px;
  padding: 0px 3px;
  font-size:10px;
  border-left: 1px solid #ffb515;
}

ul {
  margin-top: 2px;
  margin-bottom: 3px;
  list-style-image:url(http://www.icir.org/christian/test/images/ar.gif);
}

li {
  font-size:12px;
  line-height:15px;
  padding: 0px 0px 5px 0px;
}

.plain {
  border-style: none;  
}

.smallcode {
  font-size:10px;
  font-family: monospace;
}

.code {
  font-family: monospace;
}

.codecmt {
  font-size:10px;
  font-family: monospace;
  background:#e0e0e0;
  color:#a01010;
}

pre {
  width: 560px;
  margin: 10px 0px 10px 20px;
  padding: 5px 5px;  
  font-size:10px;
  font-family: monospace;
  background:#e5e5e5;
  color:#333;
  overflow:auto;
}

a, a:link, a:visited
{
  color: #606060;
  border-bottom: 1px solid #e5e5e5;
  text-decoration:none;
}

a:hover
{
  color: #606060;
  border-bottom: 1px solid #a01010;
  text-decoration:none;
}

.thisyear, .thisyear:link, .thisyear:visited
{
  color: #606060;
  border-bottom: 1px solid #ffb515;
  text-decoration:none;
}

a.thisyear:hover
{
  color: #606060;
  border-bottom: 1px solid #a01010;
  text-decoration:none;
}

a.plain {
  border-style: none;
  text-decoration:none;
  border-bottom: 1px solid #e5e5e5;
}

a.plain:hover {
  border-style: none;
  text-decoration:none;
  color: #606060;
  border-bottom: 1px solid #a01010;
}

a.pub, a.pub:hover, a.pub:link, a.pub:visited {
  color: #000;
  font-size:12px;
  border-bottom: 1px solid #fff;
}

a.homemenu, a.homemenu:link, a.homemenu:visited {
  border-style: none;
  text-decoration:none;
  color: #606060;
  border-bottom: 1px solid #e5e5e5;
  margin-right: 3px;
}

a.homemenu:hover {
  border-style: none;
  text-decoration:none;
  color: #606060;
  border-bottom: 1px solid #a01010;
  margin-right: 3px;
}

a.sb-tiny {
  border-style: none;
  text-decoration:none;
  border-bottom: 1px solid #606060;
}

a.sb-tiny:hover {
  border-style: none;
  text-decoration:underline;
  color: #606060;
  border-bottom: 1px solid #a01010;
}

a.blank {
  border-style: none;
  text-decoration:none;
  color: #606060;
  border: none;
}

p {
  margin: 4px 0px 6px 0px;  
  font-size:12px;
  line-height:17px;
  text-align:justify;
}

p.left {
  margin: 4px 0px 6px 0px;  
  font-size:12px;
  line-height:17px;
  text-align:left;
}

p.center {
  margin: 4px 0px 6px 0px;  
  font-size:12px;
  line-height:17px;
  text-align:center;
}

p.pub {
  color: #000;
  margin: 2px 0px 2px 0px;  
  font-size:12px;
  line-height:17px;
  text-align:left;
}

.middle { vertical-align:middle; }
