/* Copyright Bridgeline Software, Inc. An unpublished work created in 2009. All rights reserved. 
This software contains the confidential and trade secret information of Bridgeline Software, Inc. ("Bridgeline").  
Copying, distribution or disclosure without Bridgeline's express written permission is prohibited. */

/***** For the Generic Action Buttons *****/

div.orangeBtn, div.greyBtn
{
    float:left;
    margin-left:10px; 
}
div.orangeBtn a, div.greyBtn a
{
    float:left;
    position:relative;
    margin-right:9px;    padding:1px 8px 0 8px;
    height:19px;
    display:block;
    color:#fff !important;
    text-decoration:none !important;
    font-size:0.9em;
    font-weight:bold;
}
div.orangeBtn a, div.orangeBtn span.btn input 
{
    background: url(../../images/orangeBtnLt.gif) no-repeat 0 0;    
}
div.greyBtn a, div.greyBtn span.btn input 
{
    background: url(../../images/greyBtnLt.gif) no-repeat 0 0;    
}
div.orangeBtn a span, div.orangeBtn span.btn
{
    background: url(../../images/orangeBtnRt.gif) no-repeat right 0;     
}
div.greyBtn a span, div.greyBtn span.btn
{
    background: url(../../images/greyBtnRt.gif) no-repeat right 0 ;     
}
div.orangeBtn a span, div.orangeBtn a:hover span, div.greyBtn a span, div.greyBtn a:hover span
{
    position:absolute;
    top:0; right:-9px;
    width:10px;
    height:19px;
    display:block;    
}
div.orangeBtn span.btn input, div.greyBtn span.btn input
{
	float:left;
    margin:0; padding:0 2px 3px 4px;
    width:auto !important;
    height:19px;  overflow: visible!important;
    display:block;
    font-weight:bold;
    white-space: nowrap;
	cursor: pointer;	
	border: 0;
	text-align:center;
	color:#fff;
}
div.orangeBtn span.btn, div.greyBtn span.btn
{
    float:left;
    padding-right:10px;  
    height:19px;   
    display:block;
}
div.orangeBtn:hover span.btn input, div.greyBtn:hover span.btn input, div.orangeBtn a:hover, 
div.orangeBtn a:hover span, div.greyBtn a:hover, div.greyBtn a:hover span
{
    background-position: 0 -41px !important; 
	cursor: pointer;	
}
div.orangeBtn:hover span.btn, div.greyBtn:hover span.btn
{
	cursor: pointer;	
    background-position: right -41px !important;    
}