/*-----------------------------------------------------
Expandable button CSS file for screen media
Author: 	Skandia
FileName: 	expandableButton.css
-----------------------------------------------------*/
a.button
{
	background:transparent url(btnLeft.gif) no-repeat top left;
	height:24px;
	padding-left:30px;
	text-decoration:none;
	display:block;
	float:left;
}
a.buttonReverse 
{
	background:transparent url(reverse_btnLeft.gif) no-repeat top left;
	height:24px;
	padding-left:30px;
	text-decoration:none;
	display:block;
	float:left;
}
a.buttonClose 
{
	background:transparent url(../media/btn_Close1.gif) no-repeat top left;
	height:24px;
	padding-left:30px;
	text-decoration:none;
	margin-left:5px;  	/* margin left will give a little space on the left hand side of the button */
	text-align:center;
	display:block;
	float:right;
}
a.buttonPrint 
{
	background:transparent url(../media/btn_Print1.gif) no-repeat top left;
	height:24px;
	padding-left:30px;
	margin-left:5px;
	text-decoration:none;
	display:block;
	float:right;
}

a.buttonSearch 
{
	background:transparent url(btn_Search1.gif) no-repeat top left;
	height:24px;
	padding-left:30px;
	margin-left:5px;
	text-decoration:none;
	display:block;
	float:right;
}

a.buttonEmail 
{
	background:transparent url(btn_Sendmail.gif) no-repeat top left;
	height:24px;
	padding-left:30px;
	margin-left:5px;
	text-decoration:none;
	display:block;
	float:right;
}

a.buttonReset 
{
	background:transparent url(btn_reset.gif) no-repeat top left;
	height:24px;
	padding-left:30px;
	margin-left:5px;
	text-decoration:none;
	display:block;
	float:right;
}
/**************************************************************/

a.button span, a.buttonReverse span, a.buttonClose span, a.buttonPrint span, a.buttonSearch span, a.buttonEmail span, a.buttonReset span
{
	background:transparent url(../media/btnRight[copy].gif) no-repeat top right;
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	font-size:0.8em;
	font-weight:bold;
	color:#006F53;
	padding:3px 5px 5px 0;
	line-height:16px;
	display:block;
}
