/* Body layout */
BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F8F4EF;
	font-size: 11px;
	color: #424242;
}

/* top menu */
#axp_top_menu_container #axp_top_menu_left_logo {
	width: 200px;
	height: 40px;
	background-image: url('/templates/scanpeople/images/logo.png');
	background-size: auto 30px;
	background-repeat: no-repeat;
	background-position: center;
}

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

.subNavLine {
	background-color: #33607A;
}

.axp_top_menu_button_shade_down {
	background: #33607A !important;
	filter: none;
}

.axp_top_menu_button_shade {
	height: 10px;
	background-color: #003859;
	background-image: none !important;
	background: #003859 !important;
	filter: none !important;
	border-bottom: solid 1px #003859;
}

#axp_minibutton_container {
	float: left;
	background-image: none !important;
	background-repeat: repeat-x;
	background-color: #33607A;
}

.axp_top_menu_button_down {
	-webkit-border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
	border: none;
	background-image: none !important;
	text-shadow: none;
	background: #33607A !important;
	text-transform: uppercase;
	text-align: center;
	padding-left: 0;
	padding-top: 8px;
	color: #c5c5c5;
	font-size: 12px;
	font-weight: normal;
}

#axp_top_menu_container #axp_top_menu_right_logo {
	background-image: none;
	width: 190px;
	height: 48px;
}

.axp_top_menu_button {
	padding-left: 0;
	text-align: center;
	-webkit-border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
	border: none;
	background-image: none !important;
	background: #003859 !important;
	text-transform: uppercase;
	padding-left: 4px;
	padding-top: 8px;
	padding-right: 4px;
	text-shadow: none;
	color: #c5c5c5;
	font-size: 12px;
	font-weight: normal;
}

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

.axp_top_menu_buttons {
	position: relative;
	top: 11px;
}

.axp_top_menu_buttons TD {
	padding-right: 4px;
	vertical-align: middle;
	white-space: nowrap;
}

/* status menu button when pressed. */
.axp_status_menu_button {
	height: 20px;
	color: #c5c5c5;
	text-decoration: none;
	background: #003859;
	background-color: #003859;
	background-image: none;
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 0;
	border: none;
	cursor: pointer;
	text-shadow: none;
	color: #c5c5c5;
	font-size: 12px;
	font-weight: normal;
}

.axp_status_menu_button_down {
	-webkit-border-radius: 0px 0px 3px 3px;
	-moz-border-radius: 0px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px;
	height: 20px;
	text-decoration: none;
	background-color: #33607A !important;
	background-image: none;
	border: none;
	cursor: pointer;
	text-shadow: none;
	color: #c5c5c5;
	font-size: 12px;
	font-weight: normal;
}

.axp_status_menu_button_down, .axp_status_menu_button:hover {
	text-shadow: none;
	color: #c5c5c5;
	font-size: 12px;
	font-weight: normal;
}

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

.axp_box_head.redbg {
	background: #820000;
	filter: none;
}

.axp_box_head.greenbg {
	background: #008200;
	filter: none;
}

.axp_box_head.yellowbg {
	background: #b7b700;
	filter: none;
}


/* content and border for axp boxes */
.axp_box_content {
	width:auto;
	padding: 3px;
	background: #FFFFFF;
	border: none;
	border-color: #33607A;
}

/* inputs */

input[type=button],
input[type=submit],
input[type=reset],
input[type=button].button,
input[type=submit].button,
input[type=reset].button,
button
{
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #33607A;
	filter: none;
	background-repeat: repeat-x;
	background-color: #33607A;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #33607A;
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: none;
	font-weight: normal;
}

input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button].button:hover,
input[type=submit].button:hover,
input[type=reset].button:hover,
button:hover
{
	background: #003859;
	border-color: #003859;
	color: #FFFFFF;
	filter: none;
}

input[type=button]:disabled,
input[type=submit]:disabled,
input[type=reset]:disabled,
input[type=button].button:disabled,
input[type=submit].button:disabled,
input[type=reset].button:disabled,
button:disabled {
	color: #A4B8C3 !important;
	text-shadow: 0px !important;
}

.widget-dashboard > .widget,
.axp_box_this,
.axp_login_box
{
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.13);
	border: none;
}
