/* General Style Info */

body {
    background-color: #fff;
	background-image:  url('/img/bg-repeater.jpg?v=2');
	background-repeat:repeat-x;
    margin: 0px;
    padding: 0px;
    font-size: 0.8em;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    color: #505050;
    text-align: center;
}

a {
  color: #006a71;
  text-decoration: underline;
}

a:visited {
  color: #006a71;
  text-decoration: underline;
  outline:none;
}

a:hover {
  color: #24a3af;
  text-decoration:none;
}

a:active {
  outline:none;
}

a:focus {
  outline:none;
}


a img {
  border:none;
}

em {
  font-size: 12px;
}


pre {
  padding: 1em;
}

h1, h2, h3, h4 {
  font-weight:normal;
}

h1 {
  color: #A40000;
  font-size: 180%;
  margin: 0.3em 0;
}

h2 {
  color: #008c99;
  font-size: 180%;
  margin-bottom: 0.3em;
   font-family:"jaf-bernino-sans", arial, sans-serif;
  font-weight:300;
}

h3 {
  color: #7c6a55;
  font-size: 120%;
  font-weight:bold;
  margin-top: 22px;

}

h4 {
  color: #006a71;
  font-weight: bold;
  padding-top: 0.5em;
  font-size: 110%;
}

ul, li {
}



p {
 margin: 1em 0em;
 line-height:18px;
}


/* Tables */

table {
  margin-top: 4px;
  margin-bottom: 10px;
  border: 1px #ccc solid;
  border-collapse: collapse; 
}

th {
  border: 1px solid #bbb;
  padding: 1px 4px;
}

table.listing tr td {
  padding: 2px 10px 2px 4px;
  vertical-align: top;
}

table tr.altrow td, .altrow {
  background-color: #ecf3fd;
}

td.actions {
  white-space: nowrap;
}

td.actions a {
  padding: 0 6px;
}


/* form selection style */

::-moz-selection {
  background:#ffe400;
  color: black;
}

::selection {
  background:#ffe400;
  color: black;
}

code::-moz-selection {
  background: #333333;
}

code::selection {
  background: #333333;
}


/* Scaffold View */

dl {
  font-size: 1em;
  line-height: 1.8em;
  margin: 0em 0em;
}

dl .altrow {
  background-color: #ecf3fd;
}

dt {
  line-height: 1.8em;
  border-bottom-color: #00d244;
  font-weight: bold;
  padding-left: 4px;
  vertical-align: top;
}

dd {
  line-height: 1.8em;
  margin-top: -1.8em;
  border-bottom-width: 1px;
  margin-left: 10em;
  vertical-align: top;
}


.off_screen { 
  position: absolute;
  left: -999em;
}
