@import url("/css/base.css");

#docTipsAjaxLayer {
z-index: 999;
position: fixed;
top: 0;
left: 0;
font-size: 11px;
font-family: Helvetica, Arial, sans-serif;
color: #ffffff;
background: #993300;
padding: 2px 6px 2px 6px;
overflow: hidden;
display: none;
}

body {
font-size: 13px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
color: #ddeeff;
background: #003366 url("/images/back.gif") left top repeat;
}
a, a:link {
color: #99ccff;
text-decoration: underline;
}
a:visited {
color: #99ccff;
text-decoration: underline;
}
a:hover {
color: #ffcc33;
text-decoration: underline;
}
h2 {
font-size: 40px;
text-shadow: 0px 0px 8px #336699;
margin: 0px 0px 10px 0px;
padding: 0px 0px 0px 0px;
}
h3 {
font-size: 16px;
}
p {
line-height: 1.5em;
}
hr {
height: 1px;
color: #336699;
border: 1px solid #dddddd;
margin: 1em 0 1em 0;
}
td {
vertical-align: top;
}
img[align="left"] {
margin: 0 1em 0 0;
}
img[align="right"] {
margin: 0 0 0 1em;
}
input, select, textarea {
font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
font-size: 14px;
}
small, .small {
font-size: 11px;
font-weight: normal;
}
.faint {
color: #336699;
background-color: transparent;
}
.alert {
color: #99ccff;
background-color: transparent;
}
.notify {
color: #ffffff;
background-color: #993300;
}
.new {
color: #ffffff;
background-color: #cc3300;
padding-left: 4px;
padding-right: 4px;
font-size: 10px;
font-weight: normal;
vertical-align: middle;
text-transform: uppercase;
}
.updated {
color: #ffffff;
background-color: #996600;
padding-left: 4px;
padding-right: 4px;
font-size: 10px;
font-weight: normal;
vertical-align: middle;
text-transform: uppercase;
}
.popular {
color: #ffffff;
background-color: #339900;
padding-left: 4px;
padding-right: 4px;
font-size: 10px;
font-weight: normal;
vertical-align: middle;
text-transform: uppercase;
}
.lastupdated {
font-size: 12px;
color: #999999;
margin: 2em 0 0 0;
}
a.button {
color: #ffffff;
text-decoration: none;
padding: 2px 7px 2px 7px;
}
.button {
color: #ffffff;
background: #993300;
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
font-weight: bold;
padding: 2px 4px 2px 4px;
border: 2px solid #660000;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
text-shadow: 0 1px 0 #330000;
text-decoration: none;
cursor: pointer;
}
.button:hover {
color: #ffffff;
background: #cc3300;
border: 2px solid #990000;
text-decoration: none;
}

