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

body {
	margin: 20px;
}
.container {
	width: auto;
}
.left {
	display: inline-block;
	position: absolute;
	width: 48%;
	left: 20px;
}
.right {
	display: inline-block;
	position: absolute;
	width: 48%;
	right: 20px;
}
.menu {
	display:inline-block;
	padding-right:10px;
	margin-right:10px;
	border-right: solid 1px #d6dfe6;
}
.last {
	border-right: 0px;
}
ul.tabs {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-family: "Helvetica Neue", helvetica, arial, sans-serif; 
	font-size: 12px;
	align: left;
}
ul.tabs li {
	background: none;
	color: #0572CE;
	display: inline-block;
	padding: 10px 15px;
	cursor: pointer;
}
ul.tabs li:hover {
	text-decoration:underline;
}
ul.tabs li:focus {
	line-height: -2px;
}
ul.tabs li.current{
	background-color: #FFFFFF;
	color: #0572CE;
	font-weight: bold;
	border-top: 2px solid #0572CE;
	border-right: 1px solid #C4CED7;
	border-left: 1px solid #C4CED7;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.tab-content{
	display: none;
	background: #ffffff;
	padding: 15px;
	border: 1px solid #C4CED7;
	border-radius: 3px;
	margin-top: -1px;
	min-height: 120px;
}
.tab-content.current{
	display: inherit;
}

.button {
	padding-left: 10px;
	padding-right: 10px;
	font-family: "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 11px;
	font-weight: 500;
	background-color: #e4e8ea;
	border: 1px solid #c4ced7;
	border-radius: 2px;
}
.button:hover {
	color: #0572ce;
	background-color: #f7f8f9;
}
.button:active {
	color: #666;
	background-color: #999;
}
.buttonclass {
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 20px;
	height: 40px;
	width: 150px;
	min-width: 100px !important;
	font-family: "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 12px;
	font-weight: 500;
	background-color: #e4e8ea;
	border: 1px solid #c4ced7;
	border-radius: 2px;
}
button.btn_secondary {
	color: #666;
	background-color: #e4e8ea;
}
button.btn_secondary:hover {
	color: #0572ce;
	background-color: #f7f8f9;
}
button.btn_secondary:active {
	color: #666;
	background-color: #999;
}
button.btn_primary {
	color: #fff;
	background-color: #0572ce;
}
button.btn_primary:hover {
	color: #fff;
	background-color: #075fa9;
}
button.btn_primary:active {
	color: #fff;
	background-color: #054275;
}
a:link {
	color: #0572ce;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0572ce;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.breadcrumb {
	font-size: 11px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
	font-weight: 500;
	color: #000;
}
a.breadcrumb {
	color: #0572ce;
	text-decoration: none;
	font-weight: normal;
}
a.breadcrumb:visited {
	text-decoration: none;
	color: #0572ce;
}
a.breadcrumb:hover {
	text-decoration: underline;
}
a.breadcrumb:active {
	text-decoration: none;
}
.breadcrumb-arrow {
	display: inline-table;
	background-image: url(images/arrow_right.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 65%;
	width: 15px;
	height: 15px;
	vertical-align: middle;
	margin-right: -5px;
	margin-left: 3px;
}
.breadcrumb-arrow.blk {
	background-image: url(images/arrow_right_blk.png);
}
.button_mouseover {
    cursor: pointer;
}