/*
'#########################################################################################################################
' arrow.css
' RAEJ,NCS 12/12/2012
' CSS to handle the arrow styles for AAH PCI in the gateway.
'
' Reference: STORY64 
'
' Copyright 2012 John Wiley and Sons Ltd
'-------------------------------------------------------------------------------------------------------------------------
' Change log:	Date		Reference		Author		Description
'-------------------------------------------------------------------------------------------------------------------------
'-------------------------------------------------------------------------------------------------------------------------
'#########################################################################################################################
*/

.arrow_box {
	border:solid 1px #939393;
	margin-top: 44px;
	margin-right: 46px;
	position: relative;
	background: #d5d5d5;
	border: 1px solid #B3B3B3;
	width: 140px;
	float:right;
	height: 52px;
}
.arrow_box:after, .arrow_box:before {
	left: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-left-color: #d5d5d5;
	border-width: 35px;
	top: 50%;
	margin-top: -35px;
}
.arrow_box:before {
	border-left-color: #ededed;
	border-width: 35px;
	top: 50%;
	margin-top: -35px;
}
.logo {
	padding-top: 18px;
	padding-left: 10px;
    color:#000000;
    font-weight: bold;
    text-align: left;
/*    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    text-transform: uppercase;*/
}