* {
    font-family: Georgia;
}
body {
    margin: 0;
    background: white url('../img/stripe.png') 0 75px repeat-x;
    font-size: 12px;
    font-family: Georgia;
    color: black;
}
td {
    font-family: Georgia;
    font-size: 12px;
}
p.infop {
    color: white;
    padding:3px;
    border:1px solid #912600;
    background: #912600;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
p.infop a {
    color: white;
}
div#footer {
    clear: both;
    position: relative;
    color: gray;
    left: 20px;
    top: 40px;
    border-top: 3px solid #435E7B;
    padding: 2px 0 80px 10px;
    width: 955px;
}
button.go {
    background: #C3C3C3 url('../img/sprite.png') no-repeat;
    border: none;
    color: white;
    cursor: pointer;
    font-size: 12px;
    height: 21px;
    padding: 2px 0px 5px 0px;
    width: 70px;
}
button.go:hover {
    background: #C3C3C3 url('../img/sprite.png') 0 -32px no-repeat;
}
div#page {
    padding: 0;
    position: absolute;
    width: 985px;
}
#head {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #B1B1B1 url('../img/head-bg.png') no-repeat;
    color: white;
    padding: 15px 0 10px 0;
}
#head .headshift {
    padding: 0 10px 0 30px;
}
#head a {
    color: #4e4e4e;
}
#pathway {
    background: #435E7B;
    padding: 2px 10px 2px 4px;
    margin: 0;
    color: white;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-box-shadow: 0px 0px 12px #A5A5A5;
    -webkit-box-shadow: 0px 0px 12px #A5A5A5;
    box-shadow: 0px 0px 12px #A5A5A5;
}
#pathway a {
    color: white;
    text-decoration: none;
}
#sidebar {
    float: left;
    position: relative;
    padding: 0;
    top: 20px;
    left: 20px;
    width: 235px;
}
div.box {
    margin: -1px 0px 0px 0px;
    padding: 0 10px 8px 10px;
    background: transparent url('../img/nav-bg.png') repeat-x;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-box-shadow: 0px 2px 12px #D0D0D0;
    -webkit-box-shadow: 0px 2px 12px #D0D0D0;
    box-shadow: 0px 2px 12px #D0D0D0;
}
h3.boxh {
    margin: 0;
    color: white;
    padding: 8px 10px 8px 10px;
    background: #435E7B;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-box-shadow: 0px 0px 12px #A5A5A5;
    -webkit-box-shadow: 0px 0px 12px #A5A5A5;
    box-shadow: 0px 0px 12px #A5A5A5;
}
h3.sem {
    margin-top: 20px;
}
#content {
    float: right;
    position: relative;
    top: 20px;
    width: 710px;
}
#content h3 {
    border-bottom: 1px dotted #D9D9D9;
    margin-bottom: 3px;
    clear: both;
}
#content h3 a {
    text-decoration: none;
    color: black;
}
#content h4 {
    border-bottom: 1px dotted #D9D9D9;
    margin-bottom: 3px;
    width: 60%;
    clear: both;
}
#content div h4 {
    border-bottom: none;
    margin-bottom: 3px;
}
#content form {
    margin-top: 10px;
}

span.externalboxhead {
    color:gray;
    margin:0 0 3px 0;
    width:60%;
    font-weight:bold;
}
span.externalnav {
    margin:0px 0px 3px 0px;
    padding: 4px 0px 4px 0px;
    height: 20px;
    font-size:90%;
}
span.externalboxlist a {
    color:gray;
    text-decoration:none;
    font-size:90%;
}
span.externalboxlist a:hover {
    color:#4E4E4E;
}
.authordate {
    font-size: 90%;
    color: #787878;
}
.authordate a {
    color: #787878;
}
.authorcite {
    margin: 8px 2px 4px 0px;
    color: #787878;
}
span.error {
    color: #912600;
    font-size: 90%;
}
input, textarea {
    font-size: 12px;
    background: url('../img/input-bg.png') no-repeat;
    border: 1px solid lightgray;
    padding: 3px;
}
textarea {
    font-family: "Courier New";
}
textarea.nice {
    font-family: Georgia;
}
input {
    margin-bottom: 3px;
    font-family: Georgia;
}
input.ro {
    color: gray;
}
button.defbutton {
    font-size: 12px;
    font-family: Georgia;
}
pre {
    font-family: "Courier New";
    font-size: 100%;
    color: #626262;
    border: none;
    border-left: 1px solid #435E7B;
    background: #FBFBFB;
    padding: 5px;
}
pre a {
    font-family: "Courier New";
    font-size: 9pt;
    color: #435E7B;
}
#content img.left, #print img.left {
    float: left;
    margin: 0 10px 5px 0;
    -moz-box-shadow: 0px 0px 7px #D4D4D4;
    -webkit-box-shadow: 0px 0px 7px #D4D4D4;
    box-shadow: 0px 0px 7px #D4D4D4;
}
#content img.right, #print img.right {
    float: right;
    margin: 0 0 5px 10px;
    -moz-box-shadow: 0px 0px 7px #D4D4D4;
    -webkit-box-shadow: 0px 0px 7px #D4D4D4;
    box-shadow: 0px 0px 7px #D4D4D4;
}
#content img, #print img {
    background: lightgray;
    border: 1px solid lightgray;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
#content ul, #content ul ul, #content ul ul ul {
    padding-left: 20px;
}
#sidebar ul.menu {
    margin-top: 0;
    padding-left: 0px;
    list-style-type:none;
}
#sidebar ul.first {
    padding-top: 10px;
}
#sidebar ul.menu ul, #sidebar ul.menu ul ul {
    color: #707070;
    list-style-type:circle;
    padding-left: 20px;
}
a {
    color: #435E7B;
}
#sidebar a {
    line-height: 16px;
    color: #435E7B;
}
#sidebar a.current, #sidebar a.active, a.current, a.active {
    color: black;
}
ul.actions {
    margin-top: 18px;
    padding-bottom: 13px;
    clear: both;
    font-size: 90%;
}
ul.actions li {
    cursor: pointer;
    display: inline;
}
li.print a, li.more a {
    background-repeat: no-repeat;
    background-position: left;
    padding: 0em 1.0em 0em 20px;
}
li.print a {
    background-image: url('../img/icon-printer.gif');
}
li.more a {
    background-image: url('../img/icon-more.gif');
}
p.err {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #912600;
    color: white;
    margin: 8px 0 8px 3px;
    padding: 9px;
    font-size: 110%;
    width:390px;
    border: 2px solid #F7F7F7;
}
p.msg {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #73A148;
    color: white;
    margin: 8px 0 8px 3px;
    padding: 9px;
    font-size: 110%;
    width:390px;
    border: 2px solid #F7F7F7;
}
div#externallinks {
    display:inline;
}
hr {
    background-color: white;
    color: white;
    border: none;
    border-bottom: 1px dotted lightgray;
    height: 1px;
    margin-top: 18px;
}
blockquote {
    font-style: italic;
    margin: 2px 25px 2px 25px;
}
.tooltips-ok {
    width: 490px;
    background:#008000;
    color:#FFFFFF;
    text-align:center;
    padding-top:4px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
}
.tooltips-ok span.arrow {
    display: block;
    background:url('../img/tooltip_ok.png') left bottom no-repeat;
    padding-top:4px;
    height:18px;
}
.tooltips-error {
    width: 490px;
    background:#912600;
    color:#FFFFFF;
    text-align:center;
    padding-top:4px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
}
.tooltips-error span.arrow {
    display: block;
    background:url('../img/tooltip_error.png') left bottom no-repeat;
    margin-top:4px;
    height:18px;
}
#content div.code, #content div.code span {
    font-family: Monospace, "Courier New";
}
tr.listing td {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}
tr.listing:hover td {
    background: url('../img/listing-bg-hover.png') repeat-x;
    border-top: 1px solid transparent;
    border-bottom: 1px solid #e4e6e7;
}
tr.listing td.listl {
    border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    -webkit-border-radius: 6px 0 0 6px;
}
tr.listing td.listr {
    border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    -webkit-border-radius: 0 6px 6px 0;
}
th {
    text-align: left;
}
td.tdbox {
    border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    background:#F7F7F7;
    border:1px solid #EFEFEF;
    border-top:none;
}
span.captchainfo {
    color: gray;
    font-size: 80%;
    display: block;
    margin-top: 2px;
    width: auto;
    white-space: pre;
}
div#output, div#print {
    display: none;
}
p.xing {
    margin-top: 20px;
    width: 118px;
    height: 23px;
    background: url('../../../content/images/xing-sprite.png') no-repeat;
    -moz-box-shadow: 0px 0px 6px #A5A5A5;
    -webkit-box-shadow: 0px 0px 6px #A5A5A5;
    box-shadow: 0px 0px 6px #A5A5A5;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
p.xing:hover {
    cursor: pointer;
    background: url('../../../content/images/xing-sprite.png') 0 -23px no-repeat;
}