@import url("/css/base.css");
@import url(http://fonts.googleapis.com/css?family=Calligraffitti);
@import url(http://fonts.googleapis.com/css?family=Neucha);

#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: 15px;
font-family: 'Neucha', Arial, Helvetica, sans-serif;
color: #110606;
background: url("/images/back.jpg") left top repeat;
margin: 0px 0px 0px 0px;
}
a, a:link {
color: #996633;
text-decoration: none;
}
a:visited {
color: #996633;
text-decoration: none;
}
a:hover {
color: #996633;
text-decoration: underline;
}
h1 {
font-size: 32px;
margin: 0 0 0.5em 0;
}
h2 {
font-size: 32px;
font-family: 'Calligraffitti', Arial, Helvetica, sans-serif;
text-align: center;
margin: 20px 0px 20px 0px;
}
h3 {
font-size: 15px;
margin: 0 0 1em 0;
}
h4, h5, h6 {
margin: 0 0 0.5em 0;
}
hr {
height: 1px;
color: #667766;
border: 1px solid #667766;
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: #999999;
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: #556655;
margin: 2em 0 0 0;
}
a.button {
color: #ffffff;
text-decoration: none;
padding: 2px 7px 2px 7px;
}
.button {
color: #ffffff;
background: #666666;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
padding: 2px 4px 2px 4px;
border: 1px solid #666666;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
text-decoration: none;
cursor: pointer;
}
.button:hover {
color: #333333;
background: #cccccc;
text-decoration: none;
}

