@charset "UTF-8";
/*#############################################################################
MAIN FRAME
#############################################################################*/
.bodyMainFrame {
	font-family: var(--default-text-font);
	font-size: 65%;
	background-color: var(--default-background-bright);
	color: var(--default-text-color);
	margin: 0px;
	overflow-x: hidden;
}

table {
	font-size: 100%;
}

tr {
	font-size: 100%;
}

td {
	font-size: 100%;
}

.orderListLink {
	color: var(--default-text-color);
	text-decoration: none;
	white-space: nowrap;
}

.orderListLink:hover {
	text-decoration: underline;
}

.hidden {
	visibility: hidden;
}

.visible {
	visibility: visible;
}

.menuAndOrderTable {
	position: relative;
	width: 100%;
	height: 100%;
}

.menuAndOrderTableMenuCell {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 80%;
}

.menuAndOrderTableOrderCell {
	position: absolute;
	top: 5px;
	width: 600px;
	right: 17px;
	white-space: nowrap;
}

.helpLink {
	font-weight: bold;
	color: var(--link-color);
	text-decoration: none;
}

.helpLink:hover {
	text-decoration: underline;
}

.orderStatusLinkHidden {
	visibility: hidden;
}

.orderStatusLinkVisible {
	visibility: visible;
	position: relative;
}

.mainLink {
	font-size: 100%;
	font-weight: bold;
	color: var(--link-color);
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 5px;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}


.mainLinkHighlighted {
	background-color: #ffff00;
	font-size: 100%;
	font-weight: bold;
	color: var(--link-color);
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 5px;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}

tr.fullRowSelect:hover .mainLink,
.mainLink:hover {
	text-decoration: underline;
}

/*#############################################################################
ORDER STATUS WIN
#############################################################################*/
.orderStatusItem {
	font-family: var(--default-text-font);
}

.orderStatusItemAlert {
	color: red;
	font-family: var(--default-text-font);
}

.orderStatusItemKilled {
	color: green;
	font-family: var(--default-text-font);
}

.orderStatusContainerHidden {
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 0px;
}

.orderStatusContainerVisible {
	position: absolute;
	top: 5px;
	left: 5px;
	min-height: 100px;
	height: auto;
	width: 330px;
	padding: 0px;
	visibility: visible;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	background-color: white;
}

div[id="LonUserInfoView.body"] {
	background-position: bottom right;
	background-repeat: no-repeat;
}

.userLoginBackground {
	/*background-image:url(../images/shutterstock.png) !important;
	background-position: bottom left;
	background-repeat: no-repeat;
	overflow:hidden;*/
}

body,html{
	height:100%;
}

.yui-modal {
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, .2);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, .2);
	border-radius: var(--default-border-radius);
}
