/* CSS Document */
body
{
background: #ddd;
background-image: url("../images/bayes.gif");
}
p
{
color: #11f;
text-indent: 10px;
}
h2
{
color: #22f;
text-align: center;
}
a:#dataarea
{
color: #004;
}
a:hover#dataarea
{
text-decoration: blink;
text-transform: uppercase;
}
a:visited#dataarea, a:active#dataarea
{
text-decoration: none;
}
a:link#dataarea
{
text-decoration: none;
font-style: italic;
}
div#dataarea
{
border-style: inset;
border-width: 2px;
background-color: #eee;
position: absolute;
top: 10px;
left: 150px;
right: 350px;
bottom: 10px;
z-index: 2;
overflow: scroll;
}
div#ajax
{
position: fixed;
bottom: 0px;
right: 165px;
border-style: outset;
border-width: 4px;
border-color: red;
width: 150px;
z-index: 3;
}
div#ajaxtitle
{
background-image: url(../images/metalup.jpg);
color: white;
text-align: center;
font-weight: bold;
font-size: 10px;
display: none;
z-index: 3;
}
div#tools
{
position: fixed;
top: 0px;
right: 165px;
border-style: outset;
border-width: 4px;
border-color: red;
width: 150px;
z-index: 3;
}
div#menu
{
position: absolute;
top: 10px;
left: 20px;
display: block;
border-left-style: dashed;
border-right-style: solid;
border-width: 2px;
width: 0px;
height:80%;
z-index: 3;
}
div#menu a
{
text-decoration: none;
display: block;
font-size: 14px;
color: #eee;
border-style: outset;
border-width: 3px;
padding: 10px;
height: 10px;
background-image: url(../images/metalup.jpg);
background-repeat: repeat-x;
}
div#menu a:hover
{
font-size: 16px;
font-weight: bold;
color: #fff;
}
div#header
{
position: absolute;
top: 10px;
left: 0px;
display: block;
background-image: url(../images/metal.jpg);
background-repeat: repeat-y;
font-size: 20px;
width: 20px;
height: 80%;
text-align: justify;
word-spacing: 20px;
letter-spacing: -1px;
padding: 0px;
z-index: 1;
cursor: url("../images/menu.gif"), pointer;
border-style: groove;
border-width: 1px;
}
div#fixed
{
position: fixed;
top: 0px;
left: 0px;
z-index: 1;
width: 100%;
height: 100%;

}
div#header img
{
position: absolute;
top: 50px;
vertical-align: bottom;
}
div#test
{
background: #222;
height: 800px;
}
div.adcolumn
{
position: absolute;
top: 0px;
right: 0px;
width: 160px;
height: 100%;
}
