﻿body
{
    margin: 2px;
    background-color: #f0f0f0;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}

hr
{
    height:5px;
    color:#5D7B9D;
}

.loading
{
    background-image:url(../images/power_on.gif);
    background-position:center;
    background-repeat:no-repeat;
}

.label
{
    background-color:#5D7B9D;
    color:White;
    font-weight:bold;
}

.button:hover
{
    background-color:#5D7B9D;
    border-color:#CCCCCC;
    border-style:solid;
    border-width:1px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
    color:#284775;
}

.button
{
    background-color:#FFFBFF;
    border-color:#CCCCCC;
    border-style:solid;
    border-width:1px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
    color:#284775;
}

.buttonlong:hover
{
    background-color:#5D7B9D;
    border-color:#CCCCCC;
    border-style:solid;
    border-width:1px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
    color:#284775;
    width:100%;
}

.buttonlong
{
    background-color:#FFFBFF;
    border-color:#CCCCCC;
    border-style:solid;
    border-width:1px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
    color:#284775;
    width:100%;
}

image
{
    width:29px;
    height:29px;
}

A img {
    border: none;
}

A{
  color: #000000;
  text-decoration:    none;
  border-width:0px;
}

A:hover {
  color:              #000000;
  text-decoration:    underline;
  cursor: Handwriting;
}
