.topbar
{
background-color: #f1f1f1;
border-left: 1px solid rgb(130,163,223);
border-right: 1px solid rgb(37,75,148);
border-top: 1px solid rgb(130,163,223);
border-bottom: 1px solid rgb(37,75,148);
}

.buttonoff
{
background-color: #4d73b3;
border-left: 1px solid rgb(130,163,223);
border-right: 1px solid rgb(37,75,148);
border-top: 1px solid rgb(130,163,223);
border-bottom: 1px solid rgb(37,75,148);
}

.buttonon
{
cursor: hand;
background-color: #4d73b3;
border-right: 1px solid rgb(130,163,223);
border-left: 1px solid rgb(37,75,148);
border-bottom: 1px solid rgb(130,163,223);
border-top: 1px solid rgb(37,75,148);
}

.buttonclick
{
cursor: hand;
cursor: hand;
background-color: rgb(78,122,204);
border-right: 1px solid rgb(120,153,213);
border-left: 1px solid rgb(27,65,138);
border-bottom: 1px solid rgb(120,153,213);
border-top: 1px solid rgb(27,65,138);
}
.bordered
{
border-right: 1px solid #4d73b3;
border-left: 1px solid #4d73b3;
border-bottom: 1px solid #4d73b3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	COLOR: #000000;
}

.shaded
{
background-color: rgb(235,235,235);
}