/* ========= pre-defined GWT styles ========= */

.gwt-Anchor {
	padding: 22px 11px;
	font-size: 15px;
	font-family: "Franklin Gothic Medium", sans-serif;
	white-space: nowrap;
	color: #0071CE;
	text-decoration: none;
}

a.gwt-Anchor-disabled, a.gwt-Anchor-disabled:hover, a.gwt-Anchor-disabled:visited {
	color: #E76F00;
	cursor: default;
}

a.gwt-Anchor:hover{
	color: #E76F00;
	cursor: default;
}

.gwt-HTML {
	font-size: 11pt;
	font-family: Franklin Gothic, sans-serif;
	background-color: #FFFFFF;
}

.gwt-InlineHTML {
	font-size: 11pt;
	font-family: Franklin Gothic, sans-serif;
}

.gwt-RadioButton {
	font-size: 11pt;
	font-family: Franklin Gothic, sans-serif;
}

input.gwt-FileUpload {
	width: 100%;
	padding: 2px;
	font-size: 11pt;
	font-family: Franklin Gothic, sans-serif;
}

.gwt-ListBox {
	width: 100%;
	font-size: 11pt;
	font-family: Franklin Gothic, sans-serif;
	border-radius: 5px;
}

.gwt-TextBox {
	width: 97%;
	font-size: 11pt;
	font-family: Franklin Gothic, sans-serif;
	border-radius: 5px;
	border-width: 1px;
}

.gwt-TextArea {
	width: 97%;
	height: 56px;
	resize: none;
	font-size: 11pt;
	font-family: Franklin Gothic, sans-serif;
	border-radius: 5px;
}

div.gwt-PopupPanel {
	background: #FFFFFF;
	border-color: #0071ce;
}

button.gwt-Button, button.gwt-Button:hover {
	width: 100%;
	font-size: 11pt;
	font-family: Franklin Gothic, sans-serif;
	font-weight: bold;
	text-align: left;
	color: white;
	background: #0071ce;
	border-style: solid;
	border-color: #0071ce #0071ce #0071ce #0071ce;
	border-width: 2px;
	border-radius: 10px;
	padding: 10px 10px 10px 10px;
}

button.gwt-Button:active {
	border-style: solid;
	border-color: #005396 #0053B6 #0053B6 #005396;
	border-width: 2px;
}

.gwt-DialogBox {
	width: 500px;
}

/* ========= own styles ========= */

.myBody {
	min-width: 1016px;
	font-size: 11pt;
	font-family: Franklin Gothic, sans-serif;
	background-color: #FFFFFF;
	color: #58595b;
}

#mainContent {
	margin: 20px 2% 30px;
	width: 96%;
}

#languageListBox {
	width: 7.1em; /* avoid 7em in FF */
}

.CE-marking {
	float: right;
}

.contact-left-column {
	width: 200px;
}

.contact-right-column {
	width: 200px;
}

.borderSection {
	line-height: 0px;
	margin-top: 15px;
}

.borderTitle {
	line-height: normal;
	font-size: 11pt;
	font-family: Franklin Gothic, sans-serif;
}

.sectionTitle {
	font-size: 14pt;
	font-family: Franklin Gothic, sans-serif;
	font-weight: bold;
	color: #0071ce;
}

.borderContent {
	width: 100%;
	line-height: normal;
	margin-bottom: 12px;
	font-size: 11pt;
	font-family: Franklin Gothic, sans-serif;
	-webkit-border-vertical-spacing: 0px;
}

.mandatory {
	color: #CC1F2F;
	font-weight: bold;
}

#infoSymbol {
	cursor: pointer;
}

.markInputError {
	background: #FFFFA0;
}

.Caption {
	font-size: 11pt;
	font-family: Franklin Gothic, sans-serif;
	font-weight: bold;
}

.gwt-DialogBox td.dialogMiddleCenter {
	background: #FFFFFF;
}

.dialogMessage {
	margin-left: 5px;
	margin-right: 5px;
	font-size: 11pt;
	font-family: Franklin Gothic, sans-serif;
	width: 460px;
	word-wrap: break-word;
	max-height: 450px;
	overflow-y: auto;
}

#dialogAnchor {
	padding-left: 0px;
	padding-right: 0px;
}

.dialogCancelButton {
	margin-top: 15px;
	font-size: 11pt;
	font-family: Franklin Gothic, sans-serif;
}

.dialogVerticalPanel {
	width: 100%;
	align: center;
}

.helpPagesBody {
	background-color: #FFFFFF;
}

.helpPagesContent {
	font-size: 11pt;
	font-family: Franklin Gothic, sans-serif;
}

.contactTable td {
	font-size: 11pt;
	vertical-align: top;
	padding: 10px;
}

p.title {
	font-size: 20pt;
	vertical-align: -10pt;
	margin-bottom: 4pt;
}

.infoFooter {
	font-size: 6pt;
	font-family: Franklin Gothic, sans-serif;
	color: #909090;
}

.logoEP {
	height: 60pt;
}

.logoMyriad {
	height: 55pt;
}