/*******************************************
	Rosetta Solutions, Inc.
	BUTTON
    CASCADING STYLE SHEETS
	Copyright 2007 - All Rights Reserved 
*******************************************/

/* button styles */

a.button, a.disabled, a.buttonOrange, a.buttonBlue, a.buttonBlueSm, a.buttonGreen {
display: block;
background-color: transparent;
background-image: url(buttonBackground2.gif);
background-repeat: no-repeat;
width: 116px;
height: 24px;
margin: 5px auto;
padding: 5px 0 0 0;
text-align: center;
font-family: Arial, verdana, Sans-Serif;
font-size: 11px;
font-weight: bold;
text-decoration: none;
font-style:normal;
}
a.button:link, a.button:visited, a.button:hover, a.button:active {
color:#333333;
cursor: hand;
font-style:normal;
}

.disabled {
background-position: 0 -148px;
color: #999999;
cursor: hand;
font-style:normal;
}

a.buttonBlue:link, a.buttonBlue:visited, a.buttonBlue:hover, a.buttonBlue:active {
background-position: 0 -36px;
color: #333333;
cursor: hand;
font-style:normal;
}

a.buttonBlueSm:link, a.buttonBlueSm:visited, a.buttonBlueSm:hover, a.buttonBlueSm:active {
background-position: 0 -183px;
width: 83px;
color: #333333;
cursor: hand;
font-style:normal;
}

a.buttonOrange:link, a.buttonOrange:active, a.buttonOrange:hover, a.buttonOrange:visited {
background-position: 0 -72px;
color: #ffffff;
cursor: hand;
font-style:normal;
}

a.buttonGreen:link, a.buttonGreen:active, a.buttonGreen:hover, a.buttonGreen:visited {
background-position: 0 -108px;
color: #354111;
cursor: hand;
font-style:normal;
}

/* list of button icon actions - not in use at this time */

.icon {
background-repeat: no-repeat;
padding: 0 0 5px 18px;
}
a.button:hover .icon, a.button:active .icon {
background-position: 0 -28px;
}
a.buttonDis:link .icon, a.buttonDis:visited .icon, a.buttonDis:hover .icon, a.buttonDis:active .icon {
background-position: 0 -56px;
}
/* list of button icons - not in use at this time */
#buttonOK .icon {
background-image: url(ok.gif);
}
#buttonCancel .icon {
background-image: url(cancel.gif);
}
#buttonImport .icon {
background-image: url(import.gif);
}


