/*************************************************************
* button.css 
* 
* Global button css 
*
* 2007-06-21
* 
**************************************************************/
.SquareButton{
	float: left;
	margin-left: 5px;
}

.SquareButton button, .SquareButton input {
	background-color: #7C90CD;
	color: #ffffff;
	letter-spacing: 0px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	width: auto;
}

.SquareButton:HOVER button, .SquareButton:HOVER input {
	background-color: #f90;
	color: #000000;
	letter-spacing: 0px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	width: auto;
}

span.hbutton {
	background-color: #A0B0C0;
	padding: 5px 10px;
	color: white;
	font-weight: bold;
	font-size: 8pt;
	display: inline-block;
	vertical-align: middle;
}

span.hbutton a{
	color: white;
	font-weight: bold;
	font-size: 8pt;
	text-decoration: none;
}

span.hbutton a:HOVER{
	text-decoration: underline;
}

span.arw{
	display: inline-block;
	width: 15px;
	vertical-align: middle;
	font-size: 0px;
}

span.arw .endpoint_up{
	display: inline-block;
	font-size: 0px; line-height: 0%; width: 0px;
	border-top: 12px solid transparent;
	border-left: 12px solid #A0B0C0;
}

span.arw .endpoint_down  {
	display: inline-block;
	font-size: 0px; line-height: 0%; width: 0px;
	border-top: 12px solid #A0B0C0;
	border-right: 12px solid transparent;
}

div.spaced, span.spaced, table.spaced {
	margin-bottom: 5px;
}
