* {
padding:0px;
margin:0px;
}
html {
color:#333;
background:url(bg.gif) #fff;
font-size:0.8em;
line-height:1.5em;
font-family:Verdana,Sans-Serif;
}
body {
text-align:center;
}
#container {
color:inherit;
background:#fffafa;
width:760px;
margin:10px auto;
text-align:left;
border:1px dashed #899ab1;
}
h1 {
padding:1em;
color:#fff;
background:#889ab1;
text-align:center;
font-size:2em;
}
h2 {
margin:10px 0;
font-size:1.5em;
color:#889ab1;
background:inherit;
}
#menu {
float:left;
color:#000;
background:inherit;
width:18em;
}
#content {
min-height:30em;
margin-left:22em;
padding:10px;
text-align:left;
font-size:0.9em;
color:#000;
background:#fff;
border-left:1px dashed #899ab1;
}
* html #content {
height:30em;
}
#content p {
margin:0.5em 5px;
}
#content pre {
margin:0.5em 5px;
padding:5px;
color:inherit;
background:#fafafa;
border:1px solid #ccc;
}
#content table {
margin:4px 0;
width:100%;
table-layout:fixed;
border-collapse:collapse;
}
#content tr {
padding:2px 0;
border-top:1px dashed #cae1ff;
border-bottom:1px dashed #cae1ff;
}
#footer {
clear:both;
font-size:0.7em;
line-height:1.5em;
}
#help fieldset {
text-align:left;
margin:5px;
padding:5px;
color:inherit;
background:#fffafa;
}
table.login {
margin:2% auto 0 auto;
width:22em;
color:inherit;
background:#fffafa;
border-collapse:collapse;
border:1px dashed #8999b1;
}
table.login th {
color:#fff;
background:#8999b1;
}
table.login tr {
border:1px dashed #8999b1;
}
table.installer {
margin:2% auto 0 auto;
width:30em;
color:inherit;
background:#fffafa;
border-collapse:collapse;
border:1px dashed #8999b1;
}
table.installer th {
color:#fff;
background:#8999b1;
}
table.installer td {
padding:2px;
border:1px dashed #8999b1;
}
hr {
color:#8999b1;
background:#8999b1;
}
textarea {
width:100%;
height:20em;
}
input, textarea, select {
margin:2px 5px;
border:1px solid #8999b1;
color:#333;
background:#fff;
}
input:hover, input:focus, textarea:hover, textarea:focus, select:hover, select:focus {
border:1px dashed #8999b1;
color:#333;
background:#fff5ee;
}
input:active {
border:1px dashed #8999b1;
color:#fff;
background:#ffa500;
}
ul, ol {
margin-left:20px;
}
strong {
color:#ff0000;
background:inherit;
}
a, a:visited {
color:#8999b1;
background:inherit;
text-decoration:underline;
}
a:hover, a:focus {
color:#ffa500;
background:#8999b1;
text-decoration:none;
}
a:active {
color:#fff;
background:#800000;
text-decoration:none;
}
a img {
border:none;
}
a.bbcodebutton {
padding:0.3em;
color:#fff;
background:#8999b1;
border:1px solid #000;
}
.top {
font-size:0.8em;
text-align:right;
}
.small {
font-size:0.8em;
}