body
{
    font-family: Arial, Helvetica, sans-serif;
}

img
{
    border: 0px;
}

img.icon, img.icon2
{
    vertical-align: middle;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: none;
}

img.icon2
{
    vertical-align: text-bottom;
}

img.icon16 {
	width: 16px;
	height: 16px;
}

img.icon24 {
	width: 24px;
	height: 24px;
}

.fullwidth
{
    width: 100%;
}

.autowidth
{
    width: auto;
}

.left
{
    text-align: left;
}

.right
{
    text-align: right;
}

.top
{
    vertical-align: top;
}

.bottom
{
    vertical-align: bottom;
}

.center
{
    text-align: center;
}

.content
{
    margin: 5px;
}

.container
{
    padding: 5px;
}

.nowrap
{
    white-space:nowrap;
}

.hidden
{
    display: none;
}

.legend, .comment
{
    color: gray;
}

.legend a, .comment a
{
    color: inherit;
}
.legend a:hover, .comment a:hover
{
    color: inherit;
    text-decoration: underline;
}

.larger
{
    font-size: larger;
}

.smaller
{
    font-size: smaller;
}