@import url("/css/base.css");
@import url(http://fonts.googleapis.com/css?family=Modern+Antiqua);
@import url(http://fonts.googleapis.com/css?family=Metrophobic);

#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: 11pt;
font-family: Metrophobic, Arial, Helvetica, sans-serif;
color: #000033;
margin: 10px 0px 30px 0px;
}
a, a:link {
color: #003366;
background-color: transparent;
text-decoration: underline;
}
a:visited {
color: #003366;
background-color: transparent;
text-decoration: underline;
}
a:hover {
color: #003366;
background-color: transparent;
text-decoration: underline;
}
h2 {
font-family: 'Modern Antiqua', Arial, Helvetica, sans-serif;
font-size: 14pt;
color: #ffffff;
background-color: #2cb1b6;
padding: 8px 8px 8px 8px;
margin: 0px 0px 24px 0px;
}
h3 {
font-family: 'Modern Antiqua', Arial, Helvetica, sans-serif;
font-size: 11pt;
color: #ffffff;
background-color: #2cb1b6;
padding: 8px 8px 8px 8px;
margin: 0px 0px 16px 0px;
}
h2 a, h3 a {
color: #ffffff;
}
h2 a:visited, h3 a:visited {
color: #ffffff;
}
h2 a:hover, h3 a:hover {
color: #ffffff;
}
h4 {
padding: 4px 8px 4px 0px;
}
p {
line-height: 1.5em;
}
hr {
height: 1px;
color: #cccccc;
border: 1px solid #cccccc;
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;
}
.faint {
color: #8899aa;
background-color: transparent;
}
.alert {
color: #993300;
background-color: transparent;
}
.notify {
color: #ffffff;
background-color: #993300;
}
.new {
color: #ffffff;
background-color: #ff6600;
padding-left: 4px;
padding-right: 4px;
font-size: 9px;
font-weight: normal;
text-transform: uppercase;
}
.updated {
color: #ffffff;
background-color: #66cc00;
padding-left: 4px;
padding-right: 4px;
font-size: 9px;
font-weight: normal;
text-transform: uppercase;
}
.popular {
color: #ffffff;
background-color: #cc9900;
padding-left: 4px;
padding-right: 4px;
font-size: 9px;
font-weight: normal;
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: #1ca1a6;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
padding: 2px 4px 2px 4px;
border: 1px solid #1ca1a6;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
text-decoration: none;
cursor: pointer;
}
.button:hover {
color: #ffffff;
background: #2cb1b6;
border: 1px solid #2cb1b6;
text-decoration: none;
}

