@charset "UTF-8";
/* CSS Document */

/************** LARGE BUTTONS *****************/

a.buttonLeftArrow{
	background: transparent url(/universal/images/buttonImages/buttonRoundedLeftShortArrow.png) no-repeat scroll top left;
	color:#02004C;
	display:inline-block;
	text-shadow:#FFFFFF 1px 1px 0;
	font:Arial, Helvetica, sans-serif;
	font-size:13px;
	height:50px;
	text-decoration:none;
	line-height:48px;
	padding:0px 0px 0px 35px;
	cursor:pointer;
	border:0;
	/*border:1px solid green;*/
}

a.buttonLeftArrow span{
	display:block;
	display:inline-block;
	background: url(/universal/images/buttonImages/buttonRoundedRightShort.png) no-repeat top right;
	height:50px;
	white-space: nowrap;
	padding: 0px 25px 0px 0px; 
	border:0;
	/*border:1px solid orange;*/
}

a.buttonLeftArrow span.arrow {
	display:block;
	display:inline-block;
	background: url(/universal/images/buttonImages/buttonRoundedRightShortArrow.png) no-repeat top right;
	height:50px;
	white-space: nowrap;
	padding: 0px 34px 0px 0px; 
	border:0;
}

a.button{
	background: transparent url(/universal/images/buttonImages/buttonRoundedLeftShort.png) no-repeat scroll top left;
	color:#02004C;
	display:inline-block;
	text-shadow:#FFFFFF 1px 1px 0;
	font:Arial, Helvetica, sans-serif;
	font-size:13px;
	height:50px;
	text-decoration:none;
	line-height:48px;
	padding:0px 0px 0px 18px;
	cursor:pointer;
	border:0;
}

a.button span{
	display:block;
	display:inline-block;
	background: url(/universal/images/buttonImages/buttonRoundedRightShort.png) no-repeat top right;
	height:50px;
	white-space: nowrap;
	padding: 0px 25px 0px 5px; 
	border:0;
}

a.button span.arrow {
	display:block;
	display:inline-block;
	background: url(/universal/images/buttonImages/buttonRoundedRightShortArrow.png) no-repeat top right;
	height:50px;
	white-space: nowrap;
	padding: 0px 34px 0px 5px;
	border:0;
}

a.button.gray{
	color:#666666;
	filter:alpha(opacity=70);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	border:0;
}

/************** SMALL BUTTONS *****************/

a.smallButtonLeftArrow{
	background: transparent url(/universal/images/buttonImages/buttonRoundedLeftSmallArrow.png) no-repeat scroll top left;
	color:#02004C;
	display:block;
	display:inline-block;
	text-shadow:#FFFFFF 1px 1px 0;
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	height:39px;
	text-decoration:none;
	line-height:48px;
	padding:0px 0px 0px 35px;
	cursor:pointer;
	border:0;
	/*border:1px solid green;*/
}

a.smallButtonLeftArrow span{
	display:block;
	display:inline-block;
	background: url(/universal/images/buttonImages/buttonRoundedRightSmall.png) no-repeat top right;
	height:39px;
	white-space: nowrap;
	padding: 0px 25px 0px 0px;
	border:0;
	/*border:1px solid orange;*/
}

a.smallButtonLeftArrow span.arrow {
	display:block;
	display:inline-block;
	background: url(/universal/images/buttonImages/buttonRoundedRightSmallArrow.png) no-repeat top right;
	height:39px;
	white-space: nowrap;
	padding: 0px 34px 0px 0px; 
	border:0;
}

a.smallButton{
	background: transparent url(/universal/images/buttonImages/buttonRoundedLeftSmall.png) no-repeat scroll top left;
	color:#02004C;
	display:inline-block;
	text-shadow:#FFFFFF 1px 1px 0;
	font:Arial, Helvetica, sans-serif;
	font-size:0.6em;
	height:39px;
	text-decoration:none;
	line-height:35px;
	padding:0px 0px 0px 18px;
	cursor:pointer;
	position:relative;
	top:-4px;
	border:0;
	/*border:1px solid green;*/
}

a.smallButton span{
	display:block;
	display:inline-block;
	background: url(/universal/images/buttonImages/buttonRoundedRightSmall.png) no-repeat top right;
	height:39px;
	white-space: nowrap;
	padding: 0px 20px 0px 1px;
	border:0;
}

a.smallButton span.arrow {
	display:block;
	display:inline-block;
	background: url(/universal/images/buttonImages/buttonRoundedRightSmallArrow.png) no-repeat top right;
	height:39px;
	white-space: nowrap;
	padding: 0px 34px 0px 5px; 
	border:0;
}
