* {
    font-family: Georgia;
}
body {
    margin: 0;
    background: white;
    font-size: 12px;
    font-family: Georgia;
    color: black;
}
td {
    font-size: 12px;
    font-family: Georgia;
}
button.go {
    color: white;
    cursor: pointer;
    width: 70px;
    height: 21px;
    padding: 2px 0px 5px 0px;
    font-size: 12px;
    font-family: Georgia;
    background: #C3C3C3 url(../img/sprite.png) no-repeat;
    border: none;
}
button.go:hover {
    cursor: pointer;
    background: #C3C3C3 url(../img/sprite.png) 0 -32px no-repeat;
}
div#output {
    display: none;
}
#head {
    margin: 0;
    padding: 25px 0 20px 30px;
    background: #a5a5a5 url('../img/logo-bg.png') no-repeat;
    border-bottom: 1px solid #7D7D7D;
    color: white;
}
#head h1 {
    margin-bottom:0;
}
#head h1 a {
    text-decoration:none;
    font-size: 20px;
    color: white;
}
#page {
    margin: 10px 0 0 20px;
}
noscript {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
	background: #FBFAA1;
	border: 1px dotted lightgray;
	padding: 4px;
}
#pathway {
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border: 1px dotted #D9D9D9;
    background: #F0F0F0;
    padding: 2px 10px 2px 4px;
    margin: 0;
}
#sidebar {
    width: 215px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px dotted #D9D9D9;
    position: absolute;
    background: #F0F0F0 url('../img/nav-bg.png') no-repeat;
    padding: 0px 10px 5px 10px;
}
#sidebar h3 {
    border-bottom: 1px dotted #D9D9D9;
    margin-bottom: 3px;
}
#content {
    left: 280px;
    width: 710px;
    position: absolute;
}
#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: red;
    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;
}
#footer {
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border: 1px dotted #D9D9D9;
    background: #F0F0F0;
    padding: 0 4px 0 4px;
    margin: 15px 0 15px 0;
    clear: both;
}
pre {
    font-family: "Courier New";
    font-size: 9pt;
    color: #626262;
    border: none;
    border-left: 3px solid #4666AF;
    background: #FBFBFB;
    padding: 5px;
}
pre a {
    font-family: "Courier New";
    font-size: 9pt;
    color: #626262;
}
#content img.left, #print img.left {
    float: left;
    margin: 0 10px 5px 0;
}
#content img.right, #print img.right {
    float: right;
    margin: 0 0 5px 10px;
}
#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 {
    padding-left: 0px;
    list-style-type:none;
}
#sidebar ul.menu ul, #sidebar ul.menu ul ul {
    color: #707070;
    list-style-type:circle;
    padding-left: 20px;
}
a {
    color: #4666AF;
}
#sidebar a {
    line-height: 16px;
    color: #4666AF;
}
#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('../../default/img/icon-printer.gif');
}
li.more a {
    background-image: url('../../default/img/icon-more.gif');
}
p.err {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #FF5D5D;
    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.boxleft, div.boxright {
    border: 1px solid lightgray;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    width: 338px;
    padding: 5px;
    margin: 8px 0 13px 0;
    height: 100px;
}
div.boxleft {
    background: #F9F5EF url(../img/boxleft.png) no-repeat;
    float: left;
}
div.boxright {
    background: #E4E9F8 url(../img/boxright.png) no-repeat;
    float: right;
}
div.boxleft h4, div.boxright h4 {
    margin-top: 1px;
}
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;
}
.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:#CC0000;
    color:#FFFFFF;
    text-align:center;
    padding-top:4px;
}
.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 white;
    border-bottom: 1px solid white;
}
tr.listing:hover td {
    background: #F7F7F7;
    border-top: 1px solid white;
    border-bottom: 1px dotted #3358A6;
}
span.captchainfo {
    color: gray;
    font-size: 80%;
    display: block;
    margin-top: 2px;
    width: auto;
    white-space: pre;
}