html, body {
margin: 0px;
padding: 0px;
height: 100%;
}
p {
margin-bottom: 5px;
margin-top: 5px;
}
div.mainBody th {
background-color: #000;
color: #fff;
}
div#leftmenu p {
margin-bottom: 0px;
margin-top: 0px;
}
div#leftmenu a {
margin-bottom: 1px;
margin-top: 1px;
font-family: Verdana;
font-size: 10px;
font-style: normal;
}
div#help {
position:absolute;
left:20px;
bottom: 20px;
}
div#leftmenu {
position: absolute;
left: 0px;
top: 0px;
height: 100%;
width: 150px;
background-color: #C0C0C0;
color: #008080;
font-family: Bookman Old Style;
font-style:italic;
font-size: 12px;
font-weight: bold;
/* overflow:auto; */
margin: 0px;
padding: 0px;
min-height: 100%;
}
div.menu {
position: absolute;
left: 0px;
top: 224px;
width: 100%;
}
#fixedleft {
/* IE 5.0/Win and other lesser browsers will use this */
position: absolute;
left: 0px;
bottom: 0px;
}
body > div#fixedleft {
/* used by Netscape6+/Mozilla, Opera 5+, Konqueror, Safari, OmniWeb 4.5+, ICEbrowser */
position: fixed;
min-height: 100%;
width: 150px;
margin: 0px;
padding: 0px;
background-color: #C0C0C0;
}
div.mainBody {
margin-top: 125px;
margin-left: 155px;
margin-right: 10px;
/* overflow:auto; */
/* font-family: Bradley Hand ITC; */
font-family: Arial;
font-size: 14px;
}
div.top {
position: absolute;
left: 0px;
top: 0px;
height: 120px;
width: 100%;
/* font-family: Bradley Hand ITC; */
font-size: 25px;
font-weight: bold;
color: #000000;
background-color: #000000;
}
div.logo {
position: absolute;
left: 0px;
top: 0px;
}
a.myunselected {
/* links in the side link conatiner */
display: block;
border-top: 2px solid #C0C0C0;
border-left: 2px solid #C0C0C0;
border-bottom: 2px solid #C0C0C0;
border-right: 2px solid #C0C0C0;
background-color: #C0C0C0;
color: #008080;
text-decoration: none;
}
a.myunselected:hover {
/* hover effect for the links in the side link conatiner */
background-color: #008080;
border-bottom: 2px solid #008080;
border-right: 2px solid #008080;
border-top: 2px solid #008080;
border-left: 2px solid #008080;
color: #000000;
}
a.myselected:hover {
/* hover effect for the links in the side link conatiner */
background-color: #008080;
border-top: 2px solid #008080;
border-left: 2px solid #008080;
border-bottom: 2px solid #008080;
border-right: 2px solid #008080;
text-decoration: none;
}
a.myselected {
/* selected effect for the links in the side link conatiner */
display: block;
background-color: #C0C0C0;
border-top: 2px solid #C0C0C0;
border-left: 2px solid #C0C0C0;
border-bottom: 2px solid #C0C0C0;
border-right: 2px solid #C0C0C0;
text-decoration: none;
color: #FF0000;
}
a {
font-family: Arial;
font-style:italic;
font-size: 12px;
font-weight: bold;
text-decoration: none;
color: #03009F;
}
a:hover {
color: #000000;
}
a.white:hover {
color: #FFF;
}
a.whiteselected {
color: #888;
}
a.whiteselected:hover {
color: #FFF;
}
.open {
color: black;
font-style:normal;
font-weight: normal;
}
.complete {
color: #008800;
font-style:normal;
font-weight: normal;
}
.problem {
color: #03009F;
font-style:normal;
font-weight: normal;
}
.overdue {
color: #FF0000;
font-style:normal;
font-weight: normal;
}
.access {
color: #888888;
font-style:normal;
font-weight: normal;
}