/*
// --------------------------------------------------------------------------------------------------------------------
// Button
// --------------------------------------------------------------------------------------------------------------------
*/

.bea-portal-button, .bea-portal-button-delete, .bea-portal-button-float
{
}

.bea-portal-button img, .bea-portal-button-delete img, .bea-portal-button-float img
{
    vertical-align: top;
    margin: 1px;
    border: none;
/*
    border-style: solid;
    border-width: 1px;
    border-color: #666699;
*/  
}

.bea-portal-button:hover img, .bea-portal-button-delete:hover img, .bea-portal-button-float:hover img
{
    border-color: #660000;
}

.button{display: block;}

.button a
{
	background-color: #366496; 
	display: block; 
	float: right; 
	color: #FFFFFF; 
	margin-top: 20px; 
	margin-left: 10px; 
	padding: 2px; 
	text-decoration: none; 
	font-weight: bold; 
	border-top-style: solid; 
	border-top-color: #CEE3FF; 
	border-top-width: 2px; 
	border-right-width: 2px; 
	border-bottom-width: 2px; 
	border-left-width: 2px; 
	border-right-style: solid; 
	border-bottom-style: solid; 
	border-left-style: solid; 
	border-right-color: #003063; 
	border-bottom-color: #003063; 
	border-left-color: #BDCFEF;
}

.button a:hover{color: #C7D2DC;}

.button 
{
	width: auto; 	
	overflow: visible;
	cursor: pointer;
	font-weight: bold; 
	color: #ffffff; 
	padding:1px 5px; 
	background-color: #366496; 
	border-top:solid 2px #cce3ff; 
	border-right: solid 2px #003366; 
	border-bottom: solid 2px #003366; 
	border-left: solid 2px #cce3ff; 
	text-align : center;
}
.buttonhover {color: #c7d2dc; }

