/* Body layout */
BODY {
	margin: 0px;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	font-family: 'Muli', Helvetica, Arial, sans-serif;
}

HR {
	height: 1px;
	border-width: 0;
	color: #C44C43;
	background-color: #C44C43;
}

HR.divideData {
	color: #C44C43;
}

A:link, A:visited {
	color: #043D6C;
	font-weight: bold;
	text-decoration: underline;
}

A:active, A:hover {
	color: #043D6C;
	font-weight: bold;
	text-decoration: underline;
}

.adesc, A.adesc:link, A.adesc:visited, A.adesc:active, A.adesc:hover {
	font-size: 11px;
	font-weight: normal;
	color: #043D6C;
}

A.adesc:link, A.adesc:visited, A.adesc:active, A.adesc:hover {
	text-decoration: underline;
}

A.adesc:hover {
	color: #043D6C;
}


/* Top menu button */
.axp_top_menu_button {
	height: 23px;
	width: 88px;
	padding-left: 0;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: solid 1px #043D6C;
	background-image: none !important;
	text-shadow: none;
	font-size: 10px;
	background: #043D6C !important;
	text-transform: uppercase;
}

/* Top menu button when pressed. */
.axp_top_menu_button_down {
	height: 23px;
	width: 88px;
	padding-left: 0;
	color: #FFFFFF;
	font-size: 9px;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	border: solid 1px #043D6C;
	border-bottom: none;
	background-image: none !important;
	text-shadow: none;
	font-size: 10px;
	background: #043D6C !important;
	text-transform: uppercase;
}

/* Shade below top button */
.axp_top_menu_button_shade {
	height: 5px;
	background-color: transparent;
	background-image: none !important;
	background: transparent;
	border: none;
}
/* shade below top button shaded */
.axp_top_menu_button_shade_down {
	height: 5px;
	background-image: none !important;
	background: #043D6C !important;
	border: solid 1px #043D6C;
	border-width: 0 1px 0 1px;
}

.axp_top_menu_button:hover, .axp_top_menu_button_down {
	color: #E1E4EB;
	text-shadow: none;
}

.subNavLine {
	background-color: #043D6C;
	border: none;
}

#axp_minibutton_container {
	float: left;
	padding-left: 10px;
	width: 81px;
	height: 20px;
	background-image: url(/images/axp/status_bottombg.gif);
	background-repeat: repeat-x;
	background-color: #043D6C;
}

#axp_top_menu_container #axp_top_menu_left_logo {
	background-image: url('/shared/images/AXP_Logo_small_blue.png');
	background-repeat: no-repeat;
	background-position: 10px 8px;
	width: 130px;
	height: 40px;
}

#axp_top_menu_container > tbody > tr {
	background-image: none;
	background: #E1E4EB;
}

#axp_top_menu_container > tbody > tr > td {
	border-bottom: solid 1px #043D6C;
}

/* status menu button when pressed. */
.axp_status_menu_button {
	height: 20px;
	line-height: 20px;
	padding-top: 3px;
	min-width: 88px;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFFFFF;
	font-size: 9px;
	text-decoration: none;
	background-image: none !important;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #043D6C;
	cursor: pointer;
	font-weight: normal;
	float: left;
	margin-right: 11px;
	margin-bottom: 5px;
	background-color: #043D6C;
	margin-top: 5px;
	text-align: center;
}

.axp_status_menu_button_down {
	height: 21px;
	line-height: 20px;
	padding-top: 8px;
	min-width: 88px;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFFFFF;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	background-color: #043D6C;
	border-top: 1px solid #043D6C;
	border-left: 1px solid #043D6C;
	border-bottom: 1px solid #043D6C;
	border-right: 1px solid #043D6C;
	cursor: pointer;
	font-weight: normal;
	float: left;
	margin-right: 11px;
	margin-bottom: 5px;
	margin-top: -1px;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	text-align: center;
}

#axp_top_menu_container #axp_top_menu_right_logo {
	width: 190px;
	height: auto;
	background-image: none;
	background-size: auto 30px;
	background-repeat: no-repeat;
	background-position: center;
}

.axp_status_menu_button_down, .axp_status_menu_button:hover {
	color: #E1E4EB;
}

nav .buttomNavigationLine {
	margin-top: -1px;
	border: none;
}

nav .buttomNavigationLine td {
	border-top: solid 1px #043D6C;
}

@media (min-height: 300px) {
	nav .buttomNavigationLine {
		background: -moz-linear-gradient(top, rgba(255,255,255,1) 1px, rgba(255,255,255,1) 21px, rgba(255,255,255,0) 100%);
		background: -webkit-linear-gradient(top, rgba(255,255,255,1) 1px,rgba(255,255,255,1) 21px,rgba(255,255,255,0) 100%);
		background: linear-gradient(to bottom, rgba(255,255,255,1) 1px,rgba(255,255,255,1) 21px,rgba(255,255,255,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
	}
}

/* The login box */
.axp_login_box {
	position: relative;
	width: 350px;
	height: auto;
	margin: 0 auto;
	margin-top: 100px;
	z-index: 3;
	font-size: 16px;
	border: none;
}

.axp_login_box_content {
	background: #FFFFFF;
	background: rgba(255,255,255,0.8);
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	border: 1px solid #043D6C;
	border-top: none;
}

.axp_login_box .axp_box_head_title {
	-webkit-border-radius: 6px 6px 0 ;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	border: none;
}

/* Header for AXP boxes */
.axp_box_head {
	width: auto;
	background-image: none;
	font-weight: bold;
}

.axp_box_head > .axp_box_head_title,
.axp_box_head > .axp_box_head_icons
{
	background: #043D6C;
}

.axp_box_head.redbg,
.axp_box_head.greenbg,
.axp_box_head.yellowbg
{
	background: none;
}

.axp_box_head.redbg > .axp_box_head_title,
.axp_box_head.redbg > .axp_box_head_icons
{
	background: #990000; /* Old browsers */
}

.axp_box_head.greenbg > .axp_box_head_title,
.axp_box_head.greenbg > .axp_box_head_icons
{
	background: #009900; /* Old browsers */
}

.axp_box_head.yellowbg > .axp_box_head_title,
.axp_box_head.yellowbg > .axp_box_head_icons
{
	background: #cccc00; /* Old browsers */
}

.axp_box_head_title {
	position: relative;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 25px;
	line-height: 16px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	border: none;
}

.axp_box_head_title:before {
	content: '';
	position: absolute;
	background: none;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 18px 18px;
	width: 18px;
	height: 18px;
	left: 5px;
}

.axp_box_head_icons {
	padding-right: 5px;
	text-align: right;
	-webkit-border-top-right-radius: 6px;
	-moz-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
	border: none;
}

.axp_box_head_icons .icon {
	width: 14px;
	height: 12px;
	display: inline-block;
	margin: 4px 4px;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

.axp_box_buttons {
	vertical-align: middle;
	height: 20px;
	float: right;
}

.axp_box_content {
	width:auto;
	padding: 3px;
	background: #FFFFFF;
	background: rgba(255,255,255,0.8);
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	border: 1px solid #043D6C;
	border-top: none;
}

.axp_box_head.redbg + tr > .axp_box_content
{
	border-color: #bc8080;
}

.axp_box_head.greenbg + tr > .axp_box_content
{
	border-color: #7ebc89;
}

.axp_box_head.yellowbg + tr > .axp_box_content
{
	border-color: #bbbc82;
}
