/* Yellow: ffb515
 * Light gray: ececec
 * 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: small;
  font-family: sans-serif;
  color:#333;
}

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

#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: 1px 4px;
  background:#ececec;
  font-size:10px;
  border-top: 0px;
  border-bottom: 1px solid #ececec;
}

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

.sb {
  width:190px;
  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;
}

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

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

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

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

.sb-logo {
  background:#ffffff;
  color:#345;
  margin-left:30px;
  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: 18px;
  color:#000;
  margin: 3px 3px 3px 10px;
  padding: 0px;
}

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

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

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

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

.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;
}

ul.pub {
  list-style-type: none;
  padding-left:10px;
  margin-left: 10px;
  margin-top: 5px;
  margin-bottom: 3px;
}

li.con {
	background: url(images/con.gif) left 4px no-repeat;
	padding-left:20px;
	margin-bottom: 10px;
	}

li.jou {
        background: url(images/jou.gif) left 4px no-repeat;
        padding-left:20px;
        margin-bottom: 10px;
        }

li.rep {
        background: url(images/rep.gif) left 4px no-repeat;
        padding-left:20px;
        margin-bottom: 10px;
        }

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 {
  margin: 10px 0px 10px 20px;
  padding: 5px 5px;  
  font-size:10px;
  font-family: monospace;
  background:#ececec;
  color:#333;
}

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

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

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

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.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;
}

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

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

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

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