﻿/*Buttons*/
.button
{
	border: 1px solid #000084;
	background-image: url(button.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	color: black;
	height: 35px;
	width: 115px;
}

.button:hover
{
	border: 1px solid #000084;
	background-image: url(buttonhover.gif);
	background-repeat: no-repeat;
}
.formButton
{
	border: 1px solid #000084;
	background-image: url(button.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 10px;
	color: black;
	height: 25px;
	width: 80px;
}

.formButton:hover
{
	border: 1px solid #000084;
	background-image: url(buttonhover.gif);
	background-repeat: no-repeat;
}
.saveButton
{
	/*position:absolute;
	top: 28px;
	right: 105px;*/
	border: 1px solid #000084;
	background-image: url(button.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 10px;
	color: black;
	height: 25px;
	width: 80px;
}
.saveButton:hover
{
	border: 1px solid #000084;
	background-image: url(buttonhover.gif);
	background-repeat: no-repeat;
}
.cancelButton
{
	/*position:absolute;*/
	/*top: 28px;*/
	/*right: 15px;*/
	border: 1px solid #000084;
	background-image: url(button.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 10px;
	color: black;
	height: 25px;
	width: 80px;
}
.cancelButton:hover
{
	border: 1px solid #000084;
	background-image: url(buttonhover.gif);
	background-repeat: no-repeat;
}



a		{ color: #8CAEE7;}
a:hover { color: #FFCF63;}

