/* default styles */

body {
margin: 20px;
background-color: #369;
background-image: url(/images/bg.gif);
background-repeat: no-repeat;
font-family: "Lucida Sans Unicode", "Lucida Grande", LucidaGrande, "Lucida Sans", sans-serif;
font-size: 12px;
color: #FFFFFF;
}
li {
margin-top: 8px;
}
li ul {
margin-top: 4px;
}
li li {
margin-top: 4px;
}

a {
color: #BDF;
text-decoration: none;
}
a:hover {
color: #F90;
}

h1, .lgheading {
font-size: 24px;
font-weight: bold;
}
h2, .heading {
font-size: 18px;
font-weight: bold;
}
h3, .subheading {
font-size: 15px;
font-weight: bold;
}
h4, .smheading {
font-size: 12px;
font-weight: bold;
}
.smaller {
font-size: 10px;
}
.smallest {
font-size: 9px;
}

#header {
}

#sidebar {
float: left;
width: 220px;
}

#nav {
border-width: 1px 1px 0px 0px;
border-style: solid;
border-color: #FFF;
width: 200px;
}
#nav a {
display: block;
font-size: 11px;
font-weight: bold;
padding: 1px 10px 2px 10px;
background-color: #CCC;
color: #333;
text-decoration: none;
border-width: 0px 0px 1px 1px;
border-style: solid;
border-color: #FFF;
}
#nav a:hover {
background-color: #999;
color: #FFF;
}

#content {
margin-left: 220px;
}

#footer {
text-align: center;
clear: both;
font-size: 10px;
}

.note {
color: #99F;
}
.err {
color: #F99;
}

.input1 {
font-family: Verdana, sans-serif;
font-size: 11px;
color: #036;
}

.button1 {
font-size: 11px;
}

.headerstyle {
background-color: #369;
}
.rowstyle {
background-color: #336;
}
.alternatingrowstyle {
background-color: #339;
}
.selectedrowstyle {
background-color: #000;
}