div#first {
  
}
div#first h1{
  padding:0 0 0 10px;
  border-left:#0066DD 5px solid;
  font-size: medium;
  font-weight: bold;
  color:#0066DD;
}
div#first h1 span{
  display:block;
  font-size:small;
  color:#4A4A4A;
}
div#first p {
  margin-left: 10px;
  font-size:80%;
}
div#second {
  padding:0 0 0 10px;
}

div#second h2 {
  font-size: medium;
  color:#4A4A4A;
  text-decoration:underline;
}
div#second p {
  padding:0 0 0 10px;
  font-size:small;
}

div#second h3 {
  padding:0 0 0 10px;
  font-size: small;
  font-weight: bold;
  color:#000000;
}

div#code {
  margin-left : 10px;
  padding : 3px;
  padding-left: 10px;
  background-color: #efefef;
}

ul#globalNavi {
    margin: 0;
    padding: 0;
    width: 800px;
}

ul#globalNavi:after {
    height: 0;
    visibility: hidden;
    content: ".";
    display: block;
    clear: both;
}

ul#globalNavi li {
    margin: 0;
    padding: 0;
    float: left;
    width: 130px;
    line-height: 1;
    list-style-type: none;
}

ul#globalNavi li a {
    padding: 0.6em 10px;
    display: block;
    position: relative;
    font-size: 12px;
    color: #333;
    text-align: center;
    text-decoration: none;
    background-color: #eee;
}

ul#globalNavi li a:hover {
    color: #000;
    background-color: #ddd;
}
table {
    width: 700px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: small;
}

table th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    white-space: nowrap; 
}
table td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
  white-space: -moz-pre-wrap; /* Mozilla */
  white-space: -pre-wrap;     /* Opera 4-6 */
  white-space: -o-pre-wrap;   /* Opera 7 */
  white-space: pre-wrap;      /* CSS3 */
  word-wrap: break-word;      /* IE 5.5+ */
}
.graph pre {
  margin-top: 0px;
  line-height: 30%;
  white-space: -moz-pre-wrap; /* Mozilla */
  white-space: -pre-wrap;     /* Opera 4-6 */
  white-space: -o-pre-wrap;   /* Opera 7 */
  white-space: pre-wrap;      /* CSS3 */
  word-wrap: break-word;      /* IE 5.5+ */
}
 
.graph code {
  font-family: monospace;
  font-weight: normal;
  line-height: 50%;
  text-align: left;
  margin-bottom: 10px;
}

.error-message {
  font-size: 12px;
  color: red;
}

.required {
  font-weight: bold;
}

