﻿body 
{
	font-family:Verdana;
	font-size:10px;
}
a
{
	color:#293857;
	text-decoration:none;
}
a:hover
{
	background-color:#86A7DD;
	color:White;
}
textarea
{
	font-family:Verdana;
	font-size:10px;
}
select
{
	font-family:Verdana;
	font-size:10px;
}
.textbox
{
	width:145px;
	font-family:Verdana;
	font-size:10px;
}
.numberTextbox
{
	width:145px;
	font-family:Verdana;
	font-size:10px;
	text-align:right;
}
.textboxMini
{
	width:50px;
	font-family:Verdana;
	font-size:10px;
	text-align:left;
}
.numberTextboxMini
{
	width:50px;
	font-family:Verdana;
	font-size:10px;
	text-align:right;
}
.bordered
{
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:Gray;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:Gray;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:Gray;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:Gray;
}
.title
{
	font-weight:bold;
	background-color:#86A7DD;
	color:white;
}
.button
{
	font-family:Verdana;
	font-size:10px;
	background-color:#86A7DD;
	color:black;
	border:solid 1px black;
	width:90px;
	cursor:pointer;
}
.buttonMini
{
	font-family:Verdana;
	font-size:10px;
	background-color:#86A7DD;
	color:black;
	border:solid 1px black;
	width:70px;
	cursor:pointer;
}
.inputFile
{
	font-family:Verdana;
	font-size:10px;
	border:solid 1px black;
	cursor:pointer;
}
.toolbar
{
	background-color:#94D805;
	color:#2E4608;
}
.pageContainer
{
	border:solid 1px Gray;	
}
.pageHeader
{
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:Gray;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:Gray;
	height:20px;
}
.pageContents
{
	border:solid 0px Gray;
}
.pageMenu
{
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:Gray;
}
.pageFooter
{
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:Gray;
}
.imageSelected
{
	border-color:#86A7DD;
	border-style:solid;
	border-width:2px;
}
.imageDeselected
{
	border-width:0px;
}
.primoPianoItemSelected
{
	border-color:#86A7DD;
	border-style:solid;
	border-width:2px;
}
.primoPianoItemDeselected
{
	border-width:0px;
}
