body
{
font-family: Arial, Verdana, Helvetica, sans-serif;
margin:0;
padding:0;
line-height: 1.5em;
border: 0;
overflow: hidden;
height: 100%;
max-height: 100%;
}
b
{
font-size: 110%;
}
em
{
color: red;
}
p
{
font-size: 12px;
}
h1
{
font-size: 20px;
}
h2
{
font-size: 18px;
}
h3
{
font-size: 16px;
}
h4
{
font-size: 14px;
}
h5
{
font-size: 12px;
}
h6
{
font-size: 10px;
}
dl.code
{
font-size: 12px;
}
img
{
border: 0px;
}
em.red
{
color: #0000ff;
font-weight: bold;
}
em.head
{
color: #000;
font-size: 18px;
font-weight: bold;
font-style: italic;
text-decoration: underline;
text-indent: 5px;
}
strong.red
{
color: red;
font-weight: bold;
}
strong.blue
{
color: navy;
font-weight: bold;
}
strong.purple
{
color: #8B008B;
font-weight: bold;
}
strong.green
{
color: green;
font-weight: bold;
}
strong.brown
{
color: #8B4513;
font-weight: bold;
}
#leftcol
{
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 200px;
height: 100%;
overflow: hidden;
background-color: #008B8B;
padding-top: 50px;
color: #FFF;
}
#main
{
position: fixed;
top: 0;
left: 200px;
right: 0;
bottom: 0;
overflow: auto;
background: #fff;
}
#top
{
background: #EAEAEA;
height: 30px; /*Height of top section*/
}
#top h1
{
margin: 0;
padding-top: 10px;
text-align: center;
}
#contcol
{
float: left;
width: 100%;
padding-top:5px;
}
#tmenu
{
font-size: 14px;
}
#footer
{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: center;
padding: 4px 0;
}
#footer a
{
color: #FFFF80;
}
.idiv
{
margin: 10px;
margin-top: 0;
}
.vart
{
font-size: 80%;
}
|