
@font-face { font-family: "Carlito";
	src: url("/script/fonts/Carlito-Regular.ttf") format("truetype"); }
@font-face { font-family: "Carlito";
	src: url("/script/fonts/Carlito-Italic.ttf") format("truetype");
	font-style: italic; }
@font-face { font-family: "Carlito";
	src: url("/script/fonts/Carlito-Bold.ttf") format("truetype");
	font-weight: bold; }
@font-face { font-family: "Carlito";
	src: url("/script/fonts/Carlito-BoldItalic.ttf") format("truetype");
	font-weight: bold;
	font-style: italic; }

/* Page */
html {
	margin: 0px;
	padding: 0px;
	font-family: calibri, Carlito, arial;
	font-size: 16px;
	height: 100%;
}

body {
	background-color: #C8E7E3;
	background-image: url("/img/background.png");
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 99.9%;
	overflow: auto;
}

.main {
	width: 100%;
	min-height: 600px;
	margin: 0px auto;
	padding: 0px;
	border: none;
	background-color: transparent;
	box-shadow: none;
}

.loadingFrame {
	width: 95%;
	min-width: 1200px;
	height: 800px;
	text-align: left;
	position: fixed;
	display: none;
}
.loadingFrame img{
	width: 320px;
	display: block;
	margin: 25px auto;
}



/* Header */
.header {
	border: none;
	border-bottom: 1px solid #E9ECEF;
	background-color: #FFFFFF;
	width: calc(100% - 1px);
	height: 50px;
	margin: 1px;
	padding: 0px;
	overflow: hidden;
}

.header .header_left {
	width: 70px;
	margin-left: 25px;
	padding-left: 65px;

	height: 36px;
	padding-top: 14px;

	font-size: 18px;
	font-weight: 600;
	color: #8392AB;

	background-image: url("/img/minerva.png");
	background-repeat: no-repeat;
	background-size: 75px 50px;

	cursor: pointer;
	float: left;
}
.header .header_left:after {
	content: "GEA-SaM";
}

.header .header_center {
	width: calc(100% - 324px);
	height: 60px;
	background-image: none;
	background-position: center;
	background-repeat: no-repeat;
	float: left;
}

.header .header_right {
	width: 160px;
	height: 60px;
	float: left;
}


.message {
	width: 600px;
	height: 46px;
	margin: 2px 0px 2px 100px;
	float:left;
	overflow: hidden;
	font-size: 12px;
}
.message ul {
	margin: 0px;
}



/* Footer */
.footer {
	border: none;
	background-color: inherit;
	width: calc(100% - 82px);
	height: 20px;
	margin: 0px 1px 1px 1px;
	padding: 0px 40px 0px 40px;
	color: #67748E;
	text-align: center;
	float: left;
	overflow: visible;
}

.footer a {
	color: #000000;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}


/* Input Frames */
.frame_input_bg {
	opacity: 0.5;
	background: #0f0f11 none repeat scroll 0 0;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	display: none;
	z-index: 99;
}

.floating_input {
	position: fixed;
	background-color: #EEEEEE;
	min-width: 200px;
	height: 29px;
	padding: 0px 4px;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	overflow: hidden;
	white-space: nowrap;
	display: none;
	z-index: 100;
}

.floating_input input {
	width: 135px;
	margin-right: 1px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
.floating_input button {
	width: 30px;
	margin-top: 2px;
	margin-left: 0px;
}


.message_input {
	position: fixed;
	background-color: #EEEEEE;
	width: 600px;
	height: 400px;
	margin: 100px 290px;
	padding: 4px 4px;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
	display: none;
	z-index: 100;
}

.message_input_text {
	width: 589px;
	height: 368px;
	padding: 2px 4px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	overflow: auto;
	text-align: left;
}
.message_input button {
	width: 120px;
	margin-top: 2px;
	margin-left: 0px;
}



/* Other */
.selected {
	background-color: #ABCBC8;
}

.selected:hover {
	background-color: #C0FFC0;
}

.icon {
	width: 20px;
	height: 20px;
	text-align: center;
	margin-right: 2px;
	margin-left: 5px;
	float: right;
	cursor: pointer;
}


.hidden {
	display: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.textl {
	text-align: left;
}
.textr {
	text-align: right;
}
.textc {
	text-align: center;
}

.button_label {
	min-width: 40px;
	height: 20px;
	margin: 1px 3px;
	padding: 0px 10px;
	border: 1px solid #909090;
	border-radius: 5px;
	background-color: #E4E4E4;
	cursor: pointer;
	display: inline-block;
	text-align: center;
}

.button_label_sm {
	min-width: 20px;
	height: 20px;
	margin: 1px 2px;
	padding: 0px 5px;
	border: 1px solid #909090;
	border-radius: 5px;
	background-color: #E4E4E4;
	cursor: pointer;
	display: inline-block;
	text-align: center;
}

.button_label:hover, .button_label_sm:hover {
	background-color: #E0E0E0;
}

.button_label img, .button_label_sm img {
	margin-top:2px;
	margin-bottom: -2px;
}



.add_object_img {
	margin: 3px 20px 0px 5px;
	cursor: pointer;
}
.add_object_img img {
	margin-top: 3px;
	margin-bottom: -3px;
}

.search_entry_img {
	margin: 3px 5px 0px 5px;
	cursor: pointer;
}
.search_entry_img img {
	margin-top: 3px;
	margin-bottom: -3px;
}

.search_entry_img_big {
	margin: 0px 5px 0px 5px;
	cursor: pointer;
}
.search_entry_img_big img {
	margin-top: -2px;
	margin-bottom: 2px;
}

.go_to_img {
	margin: 3px 5px 0px 5px;
	cursor: pointer;
}
.go_to_img:hover {
	background-color: #F8F8F8;
}
.go_to_img img {
	margin: 3px 1px -3px 1px;
}

.add_remove_img {
	margin: 0px 0px 0px 5px;
	cursor: pointer;
}
.add_remove_img:hover {
	background-color: #F8F8F8;
}
.add_remove_img img {
	margin: 0px 3px 0px 3px;
}

.blank_img {
	margin: 3px 5px 0px 5px;
}
.blank_img img {
	margin: 3px 1px -3px 1px;
}

.clear {
	clear: both;
}
