/* The style for a toolbar */
.toolbar
{
	padding:0;
	margin:0;
	margin-top:5;
}

/* The style for the button, i.e. the "a" element. Defines padding, border and behaviour when hovered*/
.button
{
	padding:3;
	margin:0;
	cursor:default;
}

.tabButton
{
	padding:0;
	margin:0;
	cursor:default;
}


.buttonShell
{
	padding:0;
	margin:0;
	cursor:default;
}

.buttonInflated
{
	padding:2;
	margin:0;
	border:1;
	border-color:#000080;
	border-style: solid;
	background-color: #C0C9E4;
	cursor:default;
}

.buttonSelectedInflated
{
	padding:2;
	margin:0;
	border-top: 1 solid #000080;
	border-right: 1 solid white;
	border-bottom: 1 solid white;
	border-left: 1 solid #000080;
	background-color: #F0F0F0;
	cursor:default;
}

.buttonEngaged
{
	padding-top:3;
	padding-left:3;
	padding-bottom:1;
	padding-right:1;
	margin:0;
	border-top: 1 solid #000080;
	border-right: 1 solid white;
	border-bottom: 1 solid white;
	border-left: 1 solid #000080;
	background-color: #F9F9F9;
	cursor:default;
}

.buttonOnHold
{
	padding:2;
	margin:0;
	border-top: 1 solid #000080;
	border-right: 1 solid white;
	border-bottom: 1 solid white;
	border-left: 1 solid #000080;
	background-color: #C0C9E4;
	cursor:default;
}

.buttonSelected
{
	padding-top:3;
	padding-left:3;
	padding-bottom:1;
	padding-right:1;
	margin:0;
	border-top: 1 solid #000080;
	border-right: 1 solid white;
	border-bottom: 1 solid white;
	border-left: 1 solid #000080;
	background-color: #F9F9F9;
	cursor:default;
}


.buttonDisabled
{
	padding:3;
	margin:0;
	cursor:default;
}

.buttonSelectedDisabled
{
	padding-top:3;
	padding-left:3;
	padding-bottom:1;
	padding-right:1;
	margin:0;
	border-top: 1 solid #BBBBBB;
	border-right: 1 solid white;
	border-bottom: 1 solid white;
	border-left: 1 solid #BBBBBB;
	background-color: #F9F9F9;
	cursor:default;
}

/* The style for the image of the button*/
.buttonImage
{
	vertical-align:bottom;
	text-decoration:none;
	border:0;
	margin:0;
}

/* The style for the text of the button*/
.buttonText
{
	font-face:Verdana;
	color: #000080;
	font-size:+8pt;
}

#selectionToolbar, #tabbedToolbar
{
	margin-bottom:10;
}
