/*------------------------------------------------------------------*/
A.arrowButton {
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	display:block;
			
	width:auto;
	height:39px;
	line-height:39px !important; /*common for A to already have other formatting */
	text-align:right !important;
			
	background:url(/_ckcommon/images/buttons/arrowButton/white.png) no-repeat center right; 
	border:1px solid #CCCCCC;
}
A.arrowButton SPAN {
	padding-right:35px !important;
	color:#555555;
	font-size:17px !important;
	font-weight:bold !important; 
			
}
A.arrowButton:hover,
A.arrowButton:hover SPAN {
	color:#000000;
	text-decoration:none;
}


A.arrowButton.shrink {
	float:left;
	padding-left:15px;
}


A.arrowButton.medium {	height:29px;line-height:29px !important; }
A.arrowButton.medium SPAN {	font-size:14px !important; }
A.arrowButton.small {	height:21px;line-height:21px !important; }
A.arrowButton.small SPAN {	font-size:12px !important; font-weight:normal !important}



A.arrowButton.blue { 
	background-image:url(/_ckcommon/images/buttons/arrowButton/blue.png);
	border:1px solid #234277;
}
A.arrowButton.blue SPAN { color:#FFFFFF; }
A.arrowButton.blue:hover, A.arrowButton.blue:hover SPAN { color:#9BD1F4; }



A.arrowButton.green { 
	background-image:url(/_ckcommon/images/buttons/arrowButton/green.png);
	border:1px solid #66a50d;
}
A.arrowButton.green SPAN { color:#FFFFFF; }
A.arrowButton.green:hover, A.arrowButton.green:hover SPAN { color:#E0F5C2; }







