/* Start General Layout*/
body {
	font-family: arial, verdana, sans-serif;
	background-color: #eceeef;
	margin: 0px;
	padding: 0px;
	min-width: 900px;
}

.jm_backPanel {
	margin: 20px 30px 0px 30px;
}

.jm_toolbar {
	border-bottom: 1px solid #0099CC;
	padding-bottom: 5px;
	position: relative;
}

.jm_saveChangesText {
	float: left;
	vertical-align: middle;
}

.ui-widget {
	font-size: 0.8em;
}

.jm_contentPanel {
	margin: 0px 20px 10px 20px;
	padding: 20px;
	border-left: 1px solid #888888;
	border-right: 1px solid #888888;
	border-bottom: 1px solid #888888;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: #ffffff;
}

.jm_note {
	font-size: 9px;
	color: #999999;
}

.jm_fullContentNote {
	font-size: 2em;
	color: #bbbbbb;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
}
/* End General Layout /*

/* Start Header */
.jm_linkBar {
	background-color: #6dcff6;
}
.jm_linkBar a {
	border-left: 1px solid #ffffff;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 20px;
	display: inline-block;
}
.jm_linkBar a:first-child {
	border: none;
}
.jm_linkBar a:hover {
	background-color: #d4effc;
	color: #00aeef;
}
.jm_linkBar a.jm_selected {
	background-color: #00aeef;
	color: #ffffff;
}
.jm_header  .jm_headerImage {
	position: relative;
	height: 58px;
	background-color: #dae9ef;
	background-image: url('../img/header.png');
	background-repeat: no-repeat;
	text-align: right;
}
.jm_header  img {
	margin-right: 15px;
}
.jm_header .jm_headerWarning {
	position: absolute;
	top: 3px;
	right: 10px;
	font-size: 9px;
	color: #999999;
}
.jm_headerCountryPopup {
	position: absolute;
	border-top: 1px solid #ffffff;
}
/*End Header */