div {
	overflow: auto;
}

img {
	border: 0;
	vertical-align: text-top
}

img.middle{
	vertical-align: middle;
}

img.shadowWihte{
	box-shadow: 0px 0px 10px #fff;
	border: 1px solid #fff;
}

label {
	background-image: url(images/link_arrow.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding: 0 0 0 20px;
	font-weight: bold;
}

label.labelDown:hover {
	background-image: url(images/link_arrow_over.png);
}

label.labelDown {
	background-image: url(images/link_arrow_down.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding: 0 0 0 20px;
	font-weight: bold;
}

label.labelUp:hover {
	background-image: url(images/link_arrow_over_up.png);
}

label.labelUp {
	background-image: url(images/link_arrow_up.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding: 0 0 0 20px;
	font-weight: bold;
}

hr {
	margin: 2px 0 2px 0;
	border: 1px solid #aaa;
}

p {
	padding: 10px 0 10px 0;
	overflow: auto;
}

table {
	margin: 0px;
	padding: 0px;
}

thead {
	margin: 0 0 0 4px;
	padding: 0px;
}

tbody {
	margin: 0px;
	padding: 0px;
}

th {
	padding: 1px 2px 1px 2px;
	text-align: center;
	font-weight: bold;
	background-color: #666666;
	border-radius: 3px;
	font-size: 12px;
	border: 1px solid #666666;
}

td.line_even {
	height: 18px;
	padding: 1px 2px 1px 2px;
	border-radius: 3px;
	background-color: #bbb;
	color: #000;
	font-size: 13px;
}

td.line_odd {
	height: 18px;
	padding: 1px 2px 1px 2px;
	border-radius: 3px;
	background-color: #ccc;
	color: #000;
	font-size: 13px;
}

td.line_select {
	height: 18px;
	padding: 1px 2px 1px 2px;
	border-radius: 3px;
	background-color: #eee;
	color: #000;
	font-size: 13px;
}

td.line_even:hover {
	background-color: #aaaaaa;
}

td.line_odd:hover {
	background-color: #aaaaaa;
}

.hidden {
	display: none;
}

.listLine {
	margin: 0 0 4px 0;
	padding: 4px 2px 4px 2px;
	border: 1px solid #444;
	background-color: #222;
	border-radius: 4px;
	overflow: auto;
	font-size: 16px;
}

.formBox {
	margin: 0px 0px 5px 0px;
	padding: 4px;
	border: 1px solid #bbb;
	background-color: #eee;
	border-radius: 4px;
	overflow: auto;
}

.formRow {
	margin: 0 0 10px 0;
	padding: 5px;
	border: 1px solid #bbb;
	background-color: #ddd;
	border-radius: 4px;
	overflow: auto;
}

.form_line {
	margin: 0 0 4px 0;
	padding: 4px 2px 4px 2px;
	border: 1px solid #555;
	background-color: #eee;
	border-radius: 4px;
	overflow: auto;
}

.form_line_box {
	margin: 0 0 4px 0;
	padding: 10px;
	border: 1px solid #555;
	background-color: #eee;
	border-radius: 4px;
	height: 390px;
	overflow: auto;
}

.form_line_error {
	background-image: url(images/warning_animated.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 98.8%;
	margin: 0 0 4px 0;
	padding: 4px 2px 4px 2px;
	border: 1px solid #f55;
	background-color: #fcc;
	border-radius: 5px;
	overflow: auto;
}

.form_line_login {
	width: 450px;
	margin: 0 0 4px 0;
	padding: 4px;
	border-bottom: 1px solid #fff;
	background-color: #ddd;
	border-radius: 4px;
	overflow: auto;
}

.right_50 {
	float: right;
	width: 48%;
	padding: 5px 0 5px 10px;
}

.right_50b {
	float: right;
	width: 48%;
	border-left: 2px solid #000;
	padding: 5px 0 5px 10px;
}

.w25 {
	width: 24%;
}

.w33 {
	margin: 0 4px 4px 0;
	width: 32%;
}

.w33x2 {
	width: 31.5%;
	padding: 5px;
}

.w50 {
	width: 49%;
}

.w50x2 {
	width: 48.5%;
	padding: 5px;
}

.w66 {
	width: 66%;
}

.w75 {
	width: 74%;
}

.left_50b {
	float: left;
	width: 48%;
	border-right: 2px solid #000;
	padding: 5px 10px 5px 0;
}

.left {
	float: left;
}

.left_10 {
	float: left;
	margin: 0 10px 0 0;
}

.gauche {
	float: left;
	margin: 0 10px 0 0;
}

.left_5 {
	float: left;
	margin: 0 5px 0 0;
}

.left_2 {
	float: left;
	margin: 0 2px 0 0;
}

.left_nav {
	float: right;
	padding: 5px;
	margin: 0 0 0 40px;
}

.padding5 {
	padding: 0 5px 0 5px;
}

.right {
	float: right;
}

.right_10 {
	float: right;
	margin: 0 0 0 10px;
}

.droite {
	float: right;
	margin: 0 0 0 10px;
}

.right_5 {
	float: right;
	margin: 0 0 0 5px;
}

.right_2 {
	float: right;
	margin: 0 0 0 2px;
}

.droite {
	float: right;
	margin: 0 0 0 10px;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.small {
	font-size: 11px;
}

.round {
	border-radius: 6px;
}

.shadow {
	box-shadow: 0px 0px 10px #000;
}

.black {
	color: #000;
}

.white {
	color: #fff;
}

.red {
	color: #b00;
}

.green {
	color: #070;
}

.orange {
	color: #e58824;
}

.wh75 {
	width: 75%;
}

.autowidth {
	width: 98%;
	overflow: auto;
}

.w100 {
	width: 100%;
	overflow: auto;
}

.w320 {
	width: 320px;
	overflow: auto;
}

.w160 {
	width: 160px;
	overflow: auto;
}

.center {
	text-align: center;
}

.textRight {
	text-align: right;
}

.mediumFont {
	font-size: 18px;
	font-weight: bold;
}

.big {
	font-size: 18px;
}

.bigX {
	font-size: 20px;
}

.bigXX {
	font-size: 22px;
}

.bigXXX {
	font-size: 24px;
}

.bigXXXX {
	font-size: 26px;
}

.bigXXXXX {
	font-size: 28px;
}

.bigText {
	font-size: 14px;
	font-weight: bold;
}

.bigTitle {
	margin: 10px;
	font-size: 40px;
	font-weight: bold;
	font-style: italic;
}

.warning {
	margin: 5px 0 5px 0;
	padding: 5px 10px 5px 65px;
	min-height: 50px;
	color: black;
	background-image: url(images/icon_warning_small.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	background-size: 45px;
	background-color: #dea66f;
	border-radius: 5px;
	border: 1px solid #000;
}

.warningForm {
	margin: 0 0 4px 0;
	padding: 4px 2px 4px 40px;
	border: 1px solid #ccc;
	border-radius: 4px;
	min-height: 25px;
	color: black;
	background-image: url(images/icon_warning_small.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	background-size: 25px;
	background-color: #d1bfad;
}

.pointer {
	cursor: pointer;
}

.move {
	cursor: move;
}

.yes {
	border-radius: 5px;
	box-shadow: 0px 0px 5px #aaa;
	background-color: #fceabb;
	background: linear-gradient(to bottom, rgba(33,125,33,1) 0%,rgba(33,44,33,1) 100%);
	border: 1px solid #111;
	text-align: center;
	color: #fff;
	padding: 5px;
	margin: 0 5px 0 5px;
	cursor: pointer;
	font-weight: bold;
}

.no {
	border-radius: 5px;
	box-shadow: 0px 0px 5px #aaa;
	background-color: #0f0;
	background: linear-gradient(to bottom, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%);
	border: 1px solid #111;
	text-align: center;
	color: #fff;
	padding: 5px;
	margin: 0 5px 0 5px;
	cursor: pointer;
	font-weight: bold;
}

.cancel {
	border-radius: 5px;
	box-shadow: 0px 0px 5px #aaa;
	background-color: #ed9b64;
	border: 1px solid #111;
	text-align: center;
	color: #000;
	padding: 4px 25px 4px 4px;
	cursor: pointer;
	font-weight: bold;
	background-image: url("images/cancel.png");
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 24px;
}

.timedOut {
	background-image: url("images/timed_out.png");
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 32px 16px;
}

.red {
	border-radius: 5px;
	box-shadow: 0px 0px 5px #aaa;
	background-color: #0f0;
	background: linear-gradient(to bottom, rgba(255,126,125,1) 0%,rgba(25,14,14,1) 100%);
	border: 1px solid #111;
	text-align: center;
	color: #fff;
	padding: 5px;
	margin: 0 5px 0 5px;
	cursor: pointer;
	font-weight: bold;
}

.locked {
	background-color : #c9aeae;
	background-image: url("images/icon-locked.gif");
	background-position: center right;
	background-repeat: no-repeat;
	border-radius: 4px;
	border: 1px solid #cdaa74;
}

.required {
	border: 1px solid #aaa;
	border-radius: 4px;
	padding: 2px;
	margin: 0px;
	background-color : #fdd;
	background-image: url("images/icon_input_required.png");
	background-position: center right;
	background-repeat: no-repeat;
}

.requiredList {
	border: 1px solid #aaa;
	border-radius: 4px;
	padding: 2px;
	margin: 0px;
	background-color : #fdd;
	background-image: url("images/icon_input_required_list.png");
	background-position: center right;
	background-repeat: no-repeat;
}

#livePanel {
	position: fixed;
	padding: 0 0 0 50px;
	font-size: 10px;
	color: #fff;
	right: 0px;
	bottom: 0px;
	width: 235px;
	height: 16px;
	background-color: #333;
	background-image: url("images/bckgrnd-live.png");
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 75px 10px;
	border: 1px solid #000;
	border-radius: 10px  0 0;
	box-shadow: 0px 0px 5px #000;
	overflow: hidden;
	z-index: 100000;
}
.ui-slider {
	position: relative;
	text-align: left;
	background-color: #777;
	border: 1px solid #999;
	cursor: pointer;
	width: 99%;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 25px;
	height: 10px;
	-ms-touch-action: none;
	touch-action: none;
	background-color: #aaa;
	cursor: pointer;
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
	background-color: #222;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: 10px;
	overflow: hidden;
	cursor: pointer;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
	overflow: hidden;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: 10px;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

.topBox {
	background-color: #333;
	color: #fff;
	padding: 4px;
	font-weight: bold;
	font-size: 16px;
}

.gradientOrange {
	background: linear-gradient(to bottom, rgba(210,160,25,1) 0%,rgba(52,40,6,1) 100%);
}

.gradientBlue {
	background: linear-gradient(to bottom, #21217d 0%,rgba(33,33,44,1) 100%);
}

.gradientRed {
	background: linear-gradient(to bottom, rgba(125,33,33,1) 0%,rgba(44,33,33,1) 100%);
}

.gradientGreen {
	background: linear-gradient(to bottom, rgba(33,125,33,1) 0%,rgba(33,44,33,1) 100%);
}

.globalFooter {
	margin: 25px 0px 0px 0px;
	padding: 5px;
	font-size: 9px;
	font-style: italic;
	text-align: right;
	background-color: #111;
}

.globalTop {
	height: 35px;
	color: #fff;
	font-size: 22px;
	overflow: hidden;
	padding: 5px;
	text-align: left;
	background-color: #444;
	overflow: hidden;
	cursor: move;
}

.globalMsg {
	position: fixed;
	padding: 10px;
	top: 100px;
	left: 50%;
	margin-left: -550px;
	min-height: 100px;
	max-height: 1000px;
	width: 1000px;
	color: #fff;
	font-size: 12px;
	background-color: #222;
	text-align: left;
	z-index: 5000;
	overflow: auto;
	box-shadow: 5px 5px 20px #aaa;
	border: 1px solid #444;
} 

.globalTitle {
	height: 28px;
	padding: 6px 5px 0px 5px;
	font-size: 22px;
	overflow: hidden;
}

.globalText {
	padding: 10px;
	overflow: auto;
	max-height: 600px;
}

.globalFooter {
	margin: 25px 0px 0px 0px;
	padding: 5px;
	font-size: 9px;
	font-style: italic;
	text-align: right;
	background-color: #111;
}

.box {
	padding: 3px 5px 3px 5px;
	background-color: #ffbb56;
	border-radius: 50%;
	font-size: 12px;
}