/**
 * Common styles for all variants (standard or mobile)
 * z-index hierachy :
 * 88, 89 or 90 : Positioned elements at normal level
 * 98 or 99 : Positioned for menu
 * 100 : footer
 * 999900 : tooltip
 * 999910 : menu
 * 999950 : fixed control bar
 * 999990 : notifications
 */
html {
	background: #EEE;
}

body {
	color: #333333;
	font-size: 65%;
}

	body.dark {
		background-color: #FAFCFF;
	}

.white-text {
	color: white;
}

p, th, td {
}

p, ul, ol, dl, .with-margin {
	margin-bottom: 0.667em;
}

.small-margin {
	margin-bottom: 0.5em;
}

.medium-margin {
	margin-bottom: 0.2em;
}

.large-margin {
	margin-bottom: 0.417em;
}

a {
	color: #bf5400;
	text-decoration: none;
}

strong {
	color: #303f9f;
}

small {
	color: #808080;
	font-size: 0.833em;
	text-transform: uppercase;
	font-weight: normal;
}

	small strong {
		color: #808080;
	}

h2 {
	color: #bf5400;
	font-size: 1.25em;
	line-height: 1.267em;
	margin-bottom: 1.267em;
}

h3 {
	color: #808080;
	font-size: 1.25em;
	margin-bottom: -9px;
}

h5 {
	font-weigth: bold;
	color: #333;
}

hr {
	height: 0;
	line-height: 0;
	border: 0;
	border-top: 1px dotted #cccccc;
	margin-bottom: 1.667em;
}

h2.system-header {
	color: #313EA0;
}

a.red, .red a
h2.red, .red h2,
h3.red, .red h3 {
	color: #cc3333;
}

h2:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
hr:last-child {
	margin-bottom: 0;
}
/* IE class */
h2.last-child,
p.last-child,
ul.last-child,
ol.last-child,
dl.last-child,
hr.last-child {
	margin-bottom: 0;
}

/**************** Generic classes ***************/
.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

.margin-left {
	margin-left: 1em;
}

.margin-right {
	margin-right: 1em;
}

.gutter-left {
	margin-left: 2em;
}

.gutter-right {
	margin-right: 2em;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.relative {
	position: relative;
	z-index: 89;
}

.absolute {
	position: absolute;
	z-index: 89;
}

.upper-index {
	z-index: 90 !important;
}

.with-padding {
	padding: 1em;
}

.no-bottom-margin {
	margin-bottom: 0 !important;
}

.box {
	-moz-border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
	border-radius: 0.25em;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	padding: 0.75em;
	margin-bottom: 1.667em;
	background: white;
}
/* IE class */
.ie .box {
	border: 1px solid #cccccc;
}

.infos {
	background-image: url(../images/icons/web-app/48/Info.png);
	background-repeat: no-repeat;
	padding-left: 5em;
	margin-bottom: 1em;
	min-height: 4em;
}

.mini-infos {
	background-image: url(../images/icons/web-app/24/Info.png);
	background-repeat: no-repeat;
	padding: 0.167em 0 0.167em 2.5em;
	margin-bottom: 1em;
	min-height: 1.7em;
}

	.info:last-child,
	.mini-infos:last-child {
		margin-bottom: 0;
	}
	/* IE class */
	.info.last-child,
	.mini-infos.last-child {
		margin-bottom: 0;
	}

	.infos p,
	.mini-infos p {
		color: #808080;
	}

.mini-infos2 {
	background-repeat: no-repeat;
	padding: 0.167em 0 0.167em 0.5em;
	margin-bottom: 1em;
}

	.info:last-child,
	.mini-infos2:last-child {
		margin-bottom: 0;
	}
	/* IE class */
	.info.last-child,
	.mini-infos2.last-child {
		margin-bottom: 0;
	}

	.infos p,
	.mini-infos2 p {
		color: #808080;
	}

.picto {
	margin-bottom: -4px;
}

.empty {
	color: #999999 !important;
	font-style: italic;
}

.number {
	display: block;
	float: left;
	min-width: 1em;
	padding: 0.25em;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Sans", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	text-align: center;
	-moz-border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
	border-radius: 0.25em;
	margin-right: 0.5em;
	background: #bf5400;
}

	.number.red,
	.red .number {
		background-color: #cc3333;
	}

.bigger {
	font-size: 2.5em;
}

h2.bigger {
	margin-bottom: 0.8em;
}

.big {
	font-size: 1.5em;
}

.medium {
	font-size: 1.2em;
}

.small {
	font-size: 0.833em;
}

.smaller {
	font-size: 0.75em;
}

.bold {
	font-weight: bold;
}

/**************** Generic styles ***************/
.grey {
	color: #666666;
}

.white-bg {
	background-color: white;
}

.grey-bg {
	background-color: #dedede;
}

.block-content .grey-bg {
	background-color: #dedede;
}

p.grey-bg {
	padding: 0.417em 0.5em;
	-moz-border-radius: 0.333em;
	-webkit-border-radius: 0.333em;
	border-radius: 0.333em;
}

.dark-grey-gradient {
	background: #666666 url(../images/old-browsers-bg/dark-grey-gradient-bg.png) repeat-x top;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	background: -moz-linear-gradient( top, #3d3d3d, #484848 2%, #585858 8%, #666666 );
	background: -webkit-gradient( linear, left top, left bottom, from(#3d3d3d), to(#666666), color-stop(0.02, #484848), color-stop(0.08, #585858) );
	color: white;
}

.lite-grey-gradient {
	background: white url(../images/old-browsers-bg/lite-grey-gradient-bg.png) repeat-x top;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	background: -moz-linear-gradient( top, #d5d5d5, white );
	background: -webkit-gradient( linear, left top, left bottom, from(#d5d5d5), to(white) );
}

/****************** Main title ******************/
article h1 {
	color: #3f525f;
	font-size: 1.1em;
	-moz-text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	-webkit-text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	margin-bottom: 1em;
}

.block-content h1,
.block-content .h1 {
	color: white;
}

	.block-content .h1 h1 {
		font-size: 1em;
		border: 0;
		background: none;
		-moz-text-shadow: none;
		-webkit-text-shadow: none;
		text-shadow: none;
		padding: 0;
	}

	.block-content h1.red,
	.block-content .h1.red,
	.block-content .red h1,
	.block-content .red .h1,
	.block-content.red h1,
	.block-content.red .h1,
	.red .block-content h1,
	.red .block-content .h1 {
		border-color: #bf3636 #5d0000 #0a0000;
		background: #790000 url(../images/old-browsers-bg/title-red-bg.png) repeat-x top;
		background: -moz-linear-gradient( top, white, #ca3535 4%, #790000 );
		background: -webkit-gradient( linear, left top, left bottom, from(white), to(#790000), color-stop(0.03, #ca3535) );
	}

/******************** Button ********************/
button_x {
	-moz-box-shadow: inset 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow: inset 0px 1px 0px 0px #fff6af;
	box-shadow: inset 0px 1px 0px 0px #fff6af;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23) );
	background: -moz-linear-gradient( center top, #ffec64 5%, #ffab23 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23');
	background-color: #ffec64;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #999;
	display: inline-block;
	color: #333333;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 24px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #ffee66;
}

	button_x:hover {
		background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64) );
		background: -moz-linear-gradient( center top, #ffab23 5%, #ffec64 100% );
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64');
		background-color: #ffab23;
	}

	button_x:active {
		position: relative;
		top: 1px;
	}
/* IE class */
.ie button_x {
	overflow: visible;
}
/* IE class */
.ie7 button_x {
	padding-top: 0.357em;
	padding-bottom: 0.214em;
	line-height: 1.143em;
}

button_x img {
	margin-bottom: -3px;
}

button_x.red,
.red button_x {
	color: white;
	border-color: #bf3636 #5d0000 #0a0000;
	background: #790000 url(../images/old-browsers-bg/button-element-red-bg.png) repeat-x top;
	background: -moz-linear-gradient( top, white, #ca3535 4%, #790000 );
	background: -webkit-gradient( linear, left top, left bottom, from(white), to(#790000), color-stop(0.03, #ca3535) );
}

	button_x.red:hover,
	.red button_x:hover {
		border-color: #c24949 #9d3d3d #590909;
		background: #9d0404 url(../images/old-browsers-bg/button-element-red-hover-bg.png) repeat-x top;
		background: -moz-linear-gradient( top, white, #fe6565 4%, #9d0404 );
		background: -webkit-gradient( linear, left top, left bottom, from(white), to(#9d0404), color-stop(0.03, #fe6565) );
	}

	button_x.red:active,
	.red button_x:active {
		border-color: #7c5656 #f7cbcb #f7cbcb #a15151;
		background: #ff5252 url(../images/old-browsers-bg/button-element-red-active-bg.png) repeat-x top;
		background: -moz-linear-gradient( top, #ff9d9d, #ff5252 );
		background: -webkit-gradient( linear, left top, left bottom, from(#ff9d9d), to(#ff5252) );
	}

button_x:disabled,
button_x:disabled:hover {
	color: #bfbfbf;
	border-color: #e9f2f6 #c4c3c3 #a2a2a2 #e3e2e2;
	background: #c8c8c8 url(../images/old-browsers-bg/button-element-disabled-bg.png) repeat-x top;
	background: -moz-linear-gradient( top, #f0f2f2, #c8c8c8 );
	background: -webkit-gradient( linear, left top, left bottom, from(#f0f2f2), to(#c8c8c8) );
	-moz-text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.75);
	-webkit-text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.75);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.75);
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: auto;
}
/* IE class */
button_x.disabled,
button_x.disabled:hover {
	color: #bfbfbf;
	border-color: #e9f2f6 #c4c3c3 #a2a2a2 #e3e2e2;
	background: #c8c8c8 url(../images/old-browsers-bg/button-element-disabled-bg.png) repeat-x top;
	cursor: auto;
}

button_x.grey {
	color: white;
	border-color: #a1a7ae #909498 #6b7076;
	background: #9fa7b0 url(../images/old-browsers-bg/button-element-grey-bg.png) repeat-x top;
	background: -moz-linear-gradient( top, white, #c5cbce 5%, #9fa7b0 );
	background: -webkit-gradient( linear, left top, left bottom, from(white), to(#9fa7b0), color-stop(0.05, #c5cbce) );
	-moz-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	-webkit-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

	button_x.grey:hover {
		border-color: #a1a7b0 #939798 #6e7275;
		background: #b1b5ba url(../images/old-browsers-bg/button-element-grey-hover-bg.png) repeat-x top;
		background: -moz-linear-gradient( top, white, #d6dadc 4%, #b1b5ba );
		background: -webkit-gradient( linear, left top, left bottom, from(white), to(#b1b5ba), color-stop(0.03, #d6dadc) );
	}

	button_x.grey:active {
		border-color: #666666 #ffffff #ffffff #979898;
		background: #dddddd url(../images/old-browsers-bg/button-element-grey-active-bg.png) repeat-x top;
		background: -moz-linear-gradient( top, #f1f1f1, #dddddd );
		background: -webkit-gradient( linear, left top, left bottom, from(#f1f1f1), to(#dddddd) );
	}

button_x.small {
	font-size: 1.2em;
	padding: 0.2em 0.3em 0.3em 0.2em;
	width: 5em;
}

button_x.small3 {
	font-size: 0.533em;
	padding: 0.2em 0.3em 0.3em 0.2em;
	vertical-align: 0.2em;
}

button_x.small2 {
	font-size: 1.033em;
	padding: 0.2em 0.3em 0.3em 0.2em;
	vertical-align: 0.2em;
}
/* IE class */
.ie button_x.small {
	padding: 0.5em 0.3em;
	vertical-align: 0.1em;
}

.ie7 button_x + button_x {
	margin-left: 0.25em;
}
/************** Button-style links **************/
.button_x {
	line-height: 1.333em;
	padding: 0.167em 0.5em 0.25em;
	-moz-border-radius: 0.417em;
	-moz-border-top-left-radius: 0.417em;
	-moz-border-top-right-radius: 0.417em;
	-moz-border-bottom-left-radius: 0em;
	-moz-border-bottom-right-radius: 0em;
	-webkit-border-top-left-radius: 0.417em;
	-webkit-border-top-right-radius: 0.417em;
	-webkit-border-bottom-left-radius: 0em;
	-webkit-border-bottom-right-radius: 0em;
	border-top-left-radius: 0.417em;
	border-top-right-radius: 0.417em;
	border-bottom-left-radius: 0em;
	border-bottom-right-radius: 0em;
	text-decoration: none;
	font-weight: normal;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	text-shadow: none;
	outline: 0;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
}

.button_x {
	display: inline-block;
}
/* IE class */
.ie .button_x {
	border-color: #cccccc;
}

.button_x {
	color: #888;
	background: #dfdfdf url(../images/old-browsers-bg/button-bg.png) repeat-x top;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	background: -moz-linear-gradient( top, #f6f6f6, #dfdfdf );
	background: -webkit-gradient( linear, left top, left bottom, from(#f6f6f6), to(#dfdfdf) );
}

	.button_x.active {
		color: #666;
		background: #fafafa url(../images/old-browsers-bg/button-red-bg.png) repeat-x top;
		background: -moz-linear-gradient( top, #EEE, #fafafa );
		background: -webkit-gradient( linear, left top, left bottom, from(#EEE), to(#fafafa) );
		border-top: 1px solid #666;
		border-right: 1px solid #666;
		border-bottom: 1px solid #fafafa;
		border-left: 1px solid #666;
	}

	.button_x.red,
	.red .button_x {
		color: white;
		background: #790000 url(../images/old-browsers-bg/button-red-bg.png) repeat-x top;
		background: -moz-linear-gradient( top, #ca3535, #790000 );
		background: -webkit-gradient( linear, left top, left bottom, from(#ca3535), to(#790000) );
	}

		.button_x.red a,
		.red .button_x a {
			color: white;
		}

a.button_x:hover,
.mini-menu > li > a:hover {
	color: #115577;
	background: #98d2f3 url(../images/old-browsers-bg/button-hover-bg.png) repeat-x top;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	background: -moz-linear-gradient( top, #FFF, #fafafa );
	background: -webkit-gradient( linear, left top, left bottom, from(#FFF), to(#fafafa) );
}

a.button_x.red:hover,
.red a.button_x:hover {
	color: white;
	background: #9d0404 url(../images/old-browsers-bg/button-red-hover-bg.png) repeat-x top;
	background: -moz-linear-gradient( top, #fe6565, #9d0404 );
	background: -webkit-gradient( linear, left top, left bottom, from(fe6565), to(#9d0404) );
}

/************** Button-style links **************/
.link-button {
	background-color: #313EA0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	display: inline-block;
	color: #ffffff;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 24px;
	text-decoration: none;
	border: none;
}

	.link-button:hover {
		background-color: #1d2560;
	}


/************** Button-style links **************/

.button,
.form legend,
.legend,
.mini-menu {
	line-height: 1.333em;
	padding: 0.167em 0.5em 0.25em;
	-moz-border-radius: 0.417em;
	-webkit-border-radius: 0.417em;
	border-radius: 0.417em;
	text-decoration: none;
	font-weight: normal;
	outline: 0;
}

.button {
	display: inline-block;
}
/* IE class */
.ie .button,
.ie .form legend,
.ie .legend,
.ie .mini-menu {
	border-color: #cccccc;
}

.button {
	color: rgba(0, 0, 0, 0.85);
	background-color: #fafcff;
	border: 1px solid #979797;
	border-radius: 4px;
}

	.button:hover {
		cursor: pointer;
	}

	.button.active {
		color: white;
		background: #790000 url(../images/old-browsers-bg/button-red-bg.png) repeat-x top;
		background: -moz-linear-gradient( top, #ca3535, #790000 );
		background: -webkit-gradient( linear, left top, left bottom, from(#ca3535), to(#790000) );
	}

	.button.red,
	.red .button {
		color: #ffffff;
		background-color: #B23939;
	}

		.button.red a,
		.red .button a {
			color: #ffffff;
		}

a.button:hover,
.mini-menu > li > a:hover {
	color: rgba(0,0,0,0.85);
	background-color: #e0e2e5;
}

a.button.red:hover,
.red a.button:hover {
	color: white;
	background-color: #7f2828;
	border: 1px solid #7f2828;
}

.form legend,
.legend,
.mini-menu {
	color: #666666;
	background: #e7e7e7 url(../images/old-browsers-bg/legend-bg.png) repeat-x top;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	background: -moz-linear-gradient( top, #f8f8f8, #e7e7e7 );
	background: -webkit-gradient( linear, left top, left bottom, from(#f8f8f8), to(#e7e7e7) );
}

	.button img,
	.form legend img,
	.legend img,
	.mini-menu img {
		margin-bottom: -2px;
	}

/******************** Button ********************/
button {
	background-color: #313EA0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #313EA0;
	display: inline-block;
	color: #ffffff;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 24px;
	text-decoration: none;
}

	button:hover {
		background-color: #1d2560;
	}

	button:active {
		position: relative;
		top: 1px;
	}
/* IE class */
.ie button {
	overflow: visible;
}
/* IE class */
.ie7 button {
	padding-top: 0.357em;
	padding-bottom: 0.214em;
	line-height: 1.143em;
}

button img {
	margin-bottom: -3px;
}

button.red,
.red button {
	color: white;
	border-color: #bf3636 #5d0000 #0a0000;
	background: #790000 url(../images/old-browsers-bg/button-element-red-bg.png) repeat-x top;
	background: -moz-linear-gradient( top, white, #ca3535 4%, #790000 );
	background: -webkit-gradient( linear, left top, left bottom, from(white), to(#790000), color-stop(0.03, #ca3535) );
}

	button.red:hover,
	.red button:hover {
		border-color: #c24949 #9d3d3d #590909;
		background: #9d0404 url(../images/old-browsers-bg/button-element-red-hover-bg.png) repeat-x top;
		background: -moz-linear-gradient( top, white, #fe6565 4%, #9d0404 );
		background: -webkit-gradient( linear, left top, left bottom, from(white), to(#9d0404), color-stop(0.03, #fe6565) );
	}

	button.red:active,
	.red button:active {
		border-color: #7c5656 #f7cbcb #f7cbcb #a15151;
		background: #ff5252 url(../images/old-browsers-bg/button-element-red-active-bg.png) repeat-x top;
		background: -moz-linear-gradient( top, #ff9d9d, #ff5252 );
		background: -webkit-gradient( linear, left top, left bottom, from(#ff9d9d), to(#ff5252) );
	}

button:disabled,
button:disabled:hover {
	color: #bfbfbf;
	border-color: #e9f2f6 #c4c3c3 #a2a2a2 #e3e2e2;
	background: #c8c8c8 url(../images/old-browsers-bg/button-element-disabled-bg.png) repeat-x top;
	background: -moz-linear-gradient( top, #f0f2f2, #c8c8c8 );
	background: -webkit-gradient( linear, left top, left bottom, from(#f0f2f2), to(#c8c8c8) );
	-moz-text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.75);
	-webkit-text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.75);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.75);
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: auto;
}
/* IE class */
button.disabled,
button.disabled:hover {
	color: #bfbfbf;
	border-color: #e9f2f6 #c4c3c3 #a2a2a2 #e3e2e2;
	background: #c8c8c8 url(../images/old-browsers-bg/button-element-disabled-bg.png) repeat-x top;
	cursor: auto;
}

button.grey {
	color: white;
	border-color: #a1a7ae #909498 #6b7076;
	background: #9fa7b0 url(../images/old-browsers-bg/button-element-grey-bg.png) repeat-x top;
	background: -moz-linear-gradient( top, white, #c5cbce 5%, #9fa7b0 );
	background: -webkit-gradient( linear, left top, left bottom, from(white), to(#9fa7b0), color-stop(0.05, #c5cbce) );
	-moz-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	-webkit-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

	button.grey:hover {
		border-color: #a1a7b0 #939798 #6e7275;
		background: #b1b5ba url(../images/old-browsers-bg/button-element-grey-hover-bg.png) repeat-x top;
		background: -moz-linear-gradient( top, white, #d6dadc 4%, #b1b5ba );
		background: -webkit-gradient( linear, left top, left bottom, from(white), to(#b1b5ba), color-stop(0.03, #d6dadc) );
	}

	button.grey:active {
		border-color: #666666 #ffffff #ffffff #979898;
		background: #dddddd url(../images/old-browsers-bg/button-element-grey-active-bg.png) repeat-x top;
		background: -moz-linear-gradient( top, #f1f1f1, #dddddd );
		background: -webkit-gradient( linear, left top, left bottom, from(#f1f1f1), to(#dddddd) );
	}

button.small {
	font-size: 1.2em;
	padding: 0.2em 0.3em 0.3em 0.2em;
	width: 5em;
}

button.small3 {
	font-size: 0.533em;
	padding: 0.2em 0.3em 0.3em 0.2em;
	vertical-align: 0.2em;
}

button.small2 {
	font-size: 1.033em;
	padding: 0.2em 0.3em 0.3em 0.2em;
	vertical-align: 0.2em;
}
/* IE class */
.ie button.small {
	padding: 0.5em 0.3em;
	vertical-align: 0.1em;
}

.ie7 button + button {
	margin-left: 0.25em;
}

/**************** Standard block ****************/
section {
	margin-bottom: 3em;
}

.block-content {
	border: 1px solid #999999;
	padding: 0.875em;
	background: white;
	position: relative;
}

.block-content2 {
	border: 1px solid #999999;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 2em;
	background: white;
	position: relative;
}

.block-content.dark-bg {
	border-color: #5A64B3;
	background-color: #5A64B3;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	padding: 0.5em;
	background-size: 100% 100%;
	-webkit-border-top-left-radius: 8px;
	-khtml-border-radius-topleft: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	font-size: 16px;
	-khtml-border-radius-topright: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
	color: #fff;
}

.block-border {
	border: 1px solid #999;
	padding: 12px;
	background: #fafafa;
}

	.block-border .block-content {
		-moz-box-shadow: 0 0 0.8em rgba(255, 255, 255, 0.5);
		-webkit-box-shadow: 0 0 0.8em rgba(255, 255, 255, 0.5);
		box-shadow: 0 0 0.8em rgba(255, 255, 255, 0.5);
	}

		.block-border .block-content + .block-content {
			margin-top: 0.833em;
		}

.block-content .no-margin {
	margin-left: -8px;
	margin-right: -8px;
}

.block-content p.no-margin + .no-margin,
.block-content ul.no-margin + .no-margin,
.block-content ol.no-margin + .no-margin,
.block-content dl.no-margin + .no-margin {
	margin-top: -1.667em;
}

.block-content .no-margin:last-child {
	-moz-border-radius-bottomleft: 0.167em;
	-moz-border-radius-bottomright: 0.167em;
	-webkit-border-bottom-left-radius: 0.167em;
	-webkit-border-bottom-right-radius: 0.167em;
	border-bottom-left-radius: 0.167em;
	border-bottom-right-radius: 0.167em;
}
/* IE class */
.block-content .no-margin.last-child {
	margin-bottom: -1.667em;
}

.block-content hr.no-margin {
	margin-bottom: 1.667em;
}

.block-content.no-padding {
	padding: 0;
}

	.block-content.no-padding .no-margin {
		margin-left: 0;
		margin-right: 0;
	}

.block-content p.no-margin + .no-margin,
.block-content ul.no-margin + .no-margin,
.block-content ol.no-margin + .no-margin,
.block-content dl.no-margin + .no-margin {
	margin-top: -1.667em;
}

.block-content.no-padding .no-margin:last-child {
	margin-bottom: 0;
}
/* IE class */
.block-content .no-margin.last-child {
	margin-bottom: -1.667em;
}

/***************** Block header *****************/
.block-header {
	font-size: 2em;
	font-weight: bold;
	height: 3em;
	line-height: 3em;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	background: #333 url(../images/old-browsers-bg/block-header-bg.png) repeat-x top;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	background: -moz-linear-gradient( top, #1e82f7, #7b9ec6 );
	background: -webkit-gradient( linear, left top, left bottom, from(#1e82f7), to(#7b9ec6) );
	text-align: center;
	color: white;
	-moz-text-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
	-webkit-text-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
	margin: 0 -0.833em 0.833em -0.833em;
}

	.block-header:first-child {
		margin-top: -0.833em;
	}
	/* IE class */
	.block-header.first-child {
		margin-top: -0.833em;
	}

	.block-header + .no-margin {
		margin-top: -1.667em;
	}

	.block-header.red,
	.red .block-header {
		border-top-color: #e46f6f;
		background: #790000 url(../images/old-browsers-bg/block-header-red-bg.png) repeat-x top;
		background: -moz-linear-gradient( top, #ca3535, #790000 );
		background: -webkit-gradient( linear, left top, left bottom, from(#790000), to(#ca3535) );
	}

/**************** Block controls ****************/
.block-controls {
	text-align: right;
}

	.block-controls:first-child {
	}
	/* IE class */
	.block-controls.first-child {
	}

	.block-controls + .no-margin {
		margin-top: 0em;
	}

.block-content.no-padding .block-controls {
	margin: 0 !important;
	border-bottom: 0;
}

ul.controls-buttons {
	float: right;
}

	ul.controls-buttons li {
		display: block;
		float: left;
		margin: -1px 0 -1px 0.5em;
		line-height: 1.333em;
		padding: 0.333em 0.25em;
	}

		ul.controls-buttons li.sep {
			padding: 0;
			width: 2px;
			height: 2em;
			margin: 0 0.25em 0 1.75em;
			border: none;
			background: url(../images/controls-bt-sep.png) no-repeat bottom;
			-webkit-background-size: 100% 100%;
			-moz-background-size: 100% 100%;
			-o-background-size: 100% 100%;
			background-size: 100% 100%;
			-moz-border-radius: 0;
			-webkit-border-radius: 0;
			border-radius: 0;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;
		}

		ul.controls-buttons li.controls-block,
		ul.controls-buttons li a {
			display: block;
			color: #333333;
			min-width: 1.083em;
			padding: 0.233em 0.2em;
			text-align: center;
			border: 1px solid white;
			-moz-border-radius: 0.5em;
			-webkit-border-radius: 0.5em;
			border-radius: 0.5em;
			background: #e7e7e7 url(../images/old-browsers-bg/controls-bt-bg.png) repeat-x top;
			-webkit-background-size: 100% 100%;
			-moz-background-size: 100% 100%;
			-o-background-size: 100% 100%;
			background-size: 100% 100%;
			background: -moz-linear-gradient( top, #f8f8f8, #e7e7e7 );
			background: -webkit-gradient( linear, left top, left bottom, from(#f8f8f8), to(#e7e7e7) );
			text-transform: uppercase;
		}

		ul.controls-buttons li a {
			margin: -0.333em -0.25em;
			line-height: 1.333em;
		}
/* IE class */
.ie ul.controls-buttons li.controls-block,
.ie ul.controls-buttons li a {
	border-color: #cccccc;
}

ul.controls-buttons li a:hover,
ul.controls-buttons li a.current {
	color: #000;
	text-decoration: underline;
}

	ul.controls-buttons li a:hover strong,
	ul.controls-buttons li a.current strong {
		color: white;
	}

ul.controls-buttons li img {
	margin: -0.25em 0;
}
/* IE class */
.ie7 ul.controls-buttons li img {
	margin: 0;
	vertical-align: middle;
}

ul.controls-buttons li img:first-child {
	margin-left: -0.085em;
}
/* IE class */
ul.controls-buttons li img.first-child {
	margin-left: -0.085em;
}

ul.controls-buttons li img:last-child {
	margin-right: -0.085em;
}
/* IE class */
ul.controls-buttons li img.last-child {
	margin-right: -0.085em;
}

ul.controls-buttons li .progress-bar {
	margin: -0.25em 0;
}

ul.controls-tabs {
	height: 47px;
	float: right;
	margin: -1em;
	padding-left: 1px;
	background: url(../images/controls-tabs-bg.png) no-repeat -48px 0;
}

	ul.controls-tabs li {
		height: 48px;
		width: 49px;
		float: left;
	}

		ul.controls-tabs li:last-child {
			width: 48px;
		}
		/* IE class */
		ul.controls-tabs li.last-child {
			width: 48px;
		}

		ul.controls-tabs li a {
			display: block;
			height: 100%;
			background: url(../images/controls-tabs-bg.png) no-repeat;
			line-height: 48px;
			text-align: center;
			text-decoration: none;
			color: #666666;
			position: relative;
		}

			ul.controls-tabs li a:hover {
				background-position: 0 -48px;
			}

		ul.controls-tabs li.current a,
		ul.controls-tabs li.current a:hover {
			background-position: 0 -96px;
		}

		ul.controls-tabs li a img {
			position: absolute;
			left: 50%;
			top: 50%;
			margin: -11px 0 0 -12px;
		}

/***************** Block footer *****************/
.block-footer {
	color: #4d4d4d;
}

section .no-margin + .block-footer {
	margin-top: 0.667em;
}

.block-footer .sep {
	display: inline-block;
	width: 2px;
	height: 3em;
	vertical-align: -0.667em;
	margin: -0.5em 0.25em;
	background: url(../images/controls-bt-sep.png) no-repeat bottom;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
}

/****************** Switches ********************/
.switch-replace {
	display: inline-block;
	width: 70px;
	height: 30px;
	background: url(../images/switch-bg.png) no-repeat 0 -34px;
	vertical-align: middle;
	cursor: pointer;
}

.switch:checked + .switch-replace {
	background-position: 0 0;
}

.switch:disabled + .switch-replace {
	background-position: 0 -68px;
}
/** IE class **/
.switch-replace-checked {
	background-position: 0 0;
}

.switch-replace-disabled {
	background-position: 0 -68px;
}

.mini-switch {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 42px;
	height: 21px;
	display: inline-block;
	position: relative;
	border-radius: 50px;
	overflow: hidden;
	outline: none;
	border: none;
	cursor: pointer;
	background-color: #707070;
	transition: background-color ease 0.3s;
}

	.mini-switch:before {
		content: ' ';
		display: block;
		position: absolute;
		z-index: 2;
		width: 16px;
		height: 16px;
		background: #fff;
		left: 2px;
		top: 2.5px;
		border-radius: 50%;
		font: 10px/28px Helvetica;
		text-transform: uppercase;
		font-weight: bold;
		text-indent: -22px;
		word-spacing: 37px;
		color: #fff;
		text-shadow: -1px -1px rgba(0,0,0,0.15);
		white-space: nowrap;
		box-shadow: 0 1px 2px rgba(0,0,0,0.2);
		transition: all cubic-bezier(0.3, 1.5, 0.7, 1) 0.3s;
	}

	.mini-switch:checked {
		background-color: #303f9f;
	}

	.mini-switch:disabled {
		background-color: grey;
	}

	.mini-switch:checked:before {
		left: 24px;
	}

/****************** Messages ********************/
.message {
	line-height: 1.25em;
	margin-bottom: 2.5em;
	border: 1px solid #999999;
	-moz-border-radius: 0.333em;
	-webkit-border-radius: 0.333em;
	border-radius: 0.333em;
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	position: relative;
	z-index: 89;
}

ul.message {
	padding: 0.583em 0 0.083em 0;
}

	ul.message li {
		text-transform: uppercase;
		font-size: 0.833em;
		line-height: 1.3em;
		padding: 0.2em 1em 0.8em 3em;
		background-repeat: no-repeat;
		background-position: 0.8em 0.1em;
	}

p.message {
	padding: 0.583em 0.833em 0.75em 2.5em;
	background-repeat: no-repeat;
	background-position: 0.667em 0.583em;
}

section .message {
	margin-bottom: 1.667em;
}

.message:last-child {
	margin-bottom: 0;
}
/* IE class */
.message.last-child {
	margin-bottom: 0;
}

.block-content .message {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

	.block-content .message.no-margin {
		margin-top: 0px;
	}

.block-content.no-padding .message.no-margin {
	margin-left: 0px;
	margin-right: 0px0;
}

.block-content .message.no-margin,
.block-content.no-padding .message {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border-width: 1px 0px;
}

.block-content.no-title .message.no-margin:first-child {
	margin-top: 0px;
}
/* IE class */
.block-content.no-title .message.no-margin.first-child {
	margin-top: -1.667em;
}

.block-content.no-title .message.no-margin:first-child,
.block-content.no-padding .message:first-child {
	border-top: none;
	-moz-border-radius-topleft: 0.167em;
	-moz-border-radius-topright: 0.167em;
	-webkit-border-top-left-radius: 0.167em;
	-webkit-border-top-right-radius: 0.167em;
	border-top-left-radius: 0.167em;
	border-top-right-radius: 0.167em;
}
/* IE class */
.block-content.no-title .message.no-margin.first-child,
.block-content.no-padding .message.first-child {
	border-top: none;
}

.block-content .message.no-margin:last-child {
	margin-bottom: -1.667em;
}
/* IE class */
.block-content .message.no-margin.last-child {
	margin-bottom: -1.667em;
}

.block-content .message.no-margin:last-child,
.block-content.no-padding .message:last-child {
	border-bottom: none;
	-moz-border-radius-bottomleft: 0.167em;
	-moz-border-radius-bottomright: 0.167em;
	-webkit-border-bottom-left-radius: 0.167em;
	-webkit-border-bottom-right-radius: 0.167em;
	border-bottom-left-radius: 0.167em;
	border-bottom-right-radius: 0.167em;
}
/* IE class */
.block-content .message.no-margin.last-child,
.block-content.no-padding .message.last-child {
	border-bottom: none;
}

section .block-controls + .message.no-margin,
section .block-header + .message.no-margin,
section .message.no-margin + .message.no-margin {
	margin-top: -1.667em;
	border-top: none;
}

.message {
	border-color: #999999;
}

	.message.warning {
		background-color: #ffffcc;
		border-color: #c3c39e;
	}

	.message.error {
		background-color: #fff3f2;
		border-color: #c00000;
	}

	.message.success {
		background-color: #ddebdf;
		border-color: #339933;
	}

	.message.loading {
		background-color: #dcebf2;
		border-color: #bf5400;
	}

	.message li,
	p.message {
		background-image: url(../images/icons/fugue/information-ocre.png);
		color: #576a73;
	}

		.message li strong,
		p.message strong {
			color: #576a73;
		}

		.message.warning li,
		p.message.warning {
			background-image: url(../images/icons/fugue/balloon.png);
			color: #56563e;
		}

			.message.warning li strong,
			p.message.warning strong {
				color: #56563e;
			}

		.message.error li,
		p.message.error {
			background-image: url(../images/icons/fugue/cross-circle.png);
			color: #563f3e;
		}

			.message.error li strong,
			p.message.error strong {
				color: #563f3e;
			}

		.message.success li,
		p.message.success {
			background-image: url(../images/icons/fugue/tick-circle.png);
			color: #194a19;
		}

			.message.success li strong,
			p.message.success strong {
				color: #194a19;
			}

		.message.loading li,
		p.message.loading {
			background-image: url(../images/info-loader.gif);
			color: #1e5774;
		}

	.message.loading li {
		background-position: 0.8em 0.4em;
	}

p.message.loading {
	background-position: 0.667em 0.917em;
}

	.message.loading li strong,
	p.message.loading strong {
		color: #1e5774;
	}

/**************** Close button ******************/
.close-bt,
ul li.close-bt,
ul.message li.close-bt {
	display: block;
	position: absolute;
	top: 0.083em;
	right: 0.083em;
	font-size: 1em;
	line-height: 1em;
	width: 1em;
	height: 1em;
	padding: 0;
	margin: 0;
	background: url(../images/icons/fugue/cross-small.png) no-repeat center center;
	cursor: pointer;
	-moz-border-radius: 0.333em;
	-webkit-border-radius: 0.333em;
	border-radius: 0.333em;
	opacity: 0.5;
	filter: alpha(opacity=0.5);
}

	.close-bt:hover,
	ul li.close-bt:hover {
		opacity: 1;
		filter: none;
	}

/****************** Mini-menu *******************/
.mini-menu {
	position: absolute;
	z-index: 89;
	right: 2em;
	top: 0;
	padding: 0;
	height: 1.833em;
	display: none;
	margin: -1.083em 0 -1.083em;
}

td > .mini-menu {
	position: relative;
	right: 0;
	top: 0;
	float: right;
	margin-right: 1em;
}

:hover > .mini-menu {
	display: block;
}

.mini-menu > li {
	float: left;
	color: #999999;
	font-style: normal;
	height: 1.833em;
}

	.mini-menu > li > a {
		display: block;
		line-height: 1.333em;
		height: 1.333em;
		padding: 0.25em 0.417em;
		border-left: 1px solid white;
		border-right: 1px solid #CCCCCC;
		color: #999;
	}
/* IE class */
.ie7 .mini-menu > li > a {
	display: table-cell;
	vertical-align: middle;
}

.mini-menu > li:first-child > a {
	border-left: none;
	-moz-border-radius-topleft: 0.25em;
	-moz-border-radius-bottomleft: 0.25em;
	-webkit-border-top-left-radius: 0.25em;
	-webkit-border-bottom-left-radius: 0.25em;
	border-top-left-radius: 0.25em;
	border-bottom-left-radius: 0.25em;
}
/* IE class */
.mini-menu > li.first-child > a {
	border-left: none;
}

.mini-menu > li:last-child > a {
	border-right: none;
	-moz-border-radius-topright: 0.25em;
	-moz-border-radius-bottomright: 0.25em;
	-webkit-border-top-right-radius: 0.25em;
	-webkit-border-bottom-right-radius: 0.25em;
	border-top-right-radius: 0.25em;
	border-bottom-right-radius: 0.25em;
}
/* IE class */
.mini-menu > li.last-child > a {
	border-right: none;
}

.mini-menu > li > a img {
	margin: 0 0 -3px;
}
/* IE class */
.ie7 .mini-menu > li > a img {
	margin: 0;
	vertical-align: middle;
}

/********************* Tabs *********************/
ul.tabs li > a,
ul.side-tabs li > a,
ul.tabs li > span,
ul.side-tabs li > span {
	display: block;
	background: #eeeeee url(../images/old-browsers-bg/tabs-bg.png) repeat-x top;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	background: -moz-linear-gradient( top, #ffffff, #eeeeee );
	background: -webkit-gradient( linear, left top, left bottom, from(#ffffff), to(#eeeeee) );
	padding: 0.583em;
	color: #808080;
	font-weight: bold;
	border: 1px solid #b3b3b3;
	text-decoration: none;
}

ul.tabs li > span,
ul.side-tabs li > span {
	color: #bfbfbf;
}

ul.tabs li.current > a,
ul.side-tabs li.current > a,
ul.tabs li.current > span,
ul.side-tabs li.current > span {
	background: white;
}

ul.tabs li > a:hover,
ul.side-tabs li > a:hover {
	color: #000;
	border-color: #b3b3b3;
}

ul.tabs li > a img,
ul.side-tabs li > a img,
ul.tabs li > span img,
ul.side-tabs li > span img {
	margin: -2px 0 -3px 0;
}
/* IE class */
.ie7 ul.tabs li > a img,
.ie7 ul.side-tabs > li a img,
.ie7 ul.tabs li > span img,
.ie7 ul.side-tabs > li span img {
	margin-bottom: -2px;
}

ul.tabs {
	margin-bottom: 1px;
	height: 2.167em;
	clear: none;
}

	ul.tabs li {
		float: left;
		margin-right: 0.417em;
	}

		ul.tabs li > a,
		ul.tabs li > span {
			border-bottom: none;
			-moz-border-radius: 0.25em 0.25em 0 0;
			-webkit-border-top-left-radius: 0.25em;
			-webkit-border-top-right-radius: 0.25em;
			border-radius: 0.25em 0.25em 0 0;
			margin-right: 0.083em;
		}

		ul.tabs li.current > a,
		ul.tabs li.current > span {
			padding-bottom: 0.767em;
		}

		ul.tabs li.with-margin {
			margin-bottom: 0;
			margin-left: 1em;
		}

ul.side-tabs {
	padding-top: 0.417em;
}

	ul.side-tabs li > a,
	ul.side-tabs li > span {
		border-right: none;
		-moz-border-radius: 0.25em 0 0 0.25em;
		-webkit-border-top-left-radius: 0.25em;
		-webkit-border-bottom-left-radius: 0.25em;
		border-radius: 0.25em 0 0 0.25em;
		margin-bottom: 0.417em;
	}

	ul.side-tabs li.current > a,
	ul.side-tabs li.current > span {
		margin-right: -1px;
	}

	ul.side-tabs li.icon-tab {
		float: right;
	}

		ul.side-tabs li.icon-tab > a,
		ul.side-tabs li.icon-tab > span {
			padding-right: 0.5em;
		}

	ul.side-tabs li.with-margin {
		margin-bottom: 0;
		margin-top: 1em;
	}

.tabs-content {
	background-color: white;
	border: 1px solid #b3b3b3;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	-moz-border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
	border-radius: 0.25em;
	padding: 1.667em;
}

ul.tabs + .tabs-content {
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
}

.mini-tabs {
	border: 1px solid #b3b3b3;
	border-width: 1px 0;
	margin-bottom: 1.667em;
	padding: 0.583em 0 0 0.5em;
	height: 1.833em;
	background: #dbdbdb url(../images/old-browsers-bg/mini-tabs-bg.png) repeat-x top;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	background: -moz-linear-gradient( top, #fafafa, #dbdbdb );
	background: -webkit-gradient( linear, left top, left bottom, from(#fafafa), to(#dbdbdb) );
}

	.mini-tabs.no-margin {
		margin: 0 -1.667em 1.667em -1.667em;
	}

		.mini-tabs.no-margin:first-child {
			margin-top: -1.667em;
			border-top: 0;
			-moz-border-radius: 0.167em 0.167em 0 0;
			-webkit-border-top-left-radius: 0.167em;
			-webkit-border-top-right-radius: 0.167em;
			border-radius: 0.167em 0.167em 0 0;
		}

	.mini-tabs li {
		float: left;
		height: 1.833em;
		line-height: 1.833em;
		margin-right: 0.5em;
	}

		.mini-tabs li > a {
			display: block;
			height: 1.333em;
			line-height: 1.333em;
			margin-top: -1px;
			padding: 0.25em 0.583em;
			border: 1px solid #b3b3b3;
			border-bottom: 0;
			-moz-border-radius: 0.25em 0.25em 0 0;
			-webkit-border-top-left-radius: 0.25em;
			-webkit-border-top-right-radius: 0.25em;
			border-radius: 0.25em 0.25em 0 0;
			background: #dddddd url(../images/old-browsers-bg/mini-tabs-tab-bg.png) repeat-x top;
			-webkit-background-size: 100% 100%;
			-moz-background-size: 100% 100%;
			-o-background-size: 100% 100%;
			background-size: 100% 100%;
			background: -moz-linear-gradient( top, #ffffff, #dddddd );
			background: -webkit-gradient( linear, left top, left bottom, from(#ffffff), to(#dddddd) );
			color: #666666;
			text-decoration: none;
		}

			.mini-tabs li > a img {
				margin-bottom: -1px;
			}
/* IE class */
.ie7 .mini-tabs li > a img {
	vertical-align: middle;
}

.mini-tabs li.current > a {
	background: white;
	padding-bottom: 0.333em;
}

.mini-tabs li > a:hover {
	color: #bf5400;
	border-color: #bf5400;
}

/********************* Tips *********************/
#tips {
	z-index: 999900;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
}

	#tips div {
		position: absolute;
		background: #ffffcc;
		border: 1px solid #a6a6a6;
		-moz-border-radius: 0.333em;
		-webkit-border-radius: 0.333em;
		border-radius: 0.333em;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 0.75em;
		line-height: 1.222em;
		text-transform: uppercase;
		color: #333333;
		padding: 0.222em 0.444em;
		min-width: 5em;
		text-align: center;
		white-space: nowrap;
	}

		#tips div .arrow {
			font-size: 0;
			line-height: 0;
			width: 0;
			position: absolute;
			z-index: 89;
			left: 50%;
			margin-left: -6px;
			bottom: -7px;
			border-top: 7px solid #a6a6a6;
			border-left: 6px solid transparent;
			border-right: 6px solid transparent;
		}

		#tips div.tip-right .arrow {
			bottom: auto;
			left: -7px;
			top: 50%;
			margin-left: 0;
			margin-top: -6px;
			border-right: 7px solid #a6a6a6;
			border-top: 6px solid transparent;
			border-bottom: 6px solid transparent;
			border-left: 0;
		}

		#tips div.tip-bottom .arrow {
			bottom: auto;
			top: -7px;
			border-top: 0;
			border-bottom: 7px solid #a6a6a6;
		}

		#tips div.tip-left .arrow {
			bottom: auto;
			left: auto;
			top: 50%;
			right: -7px;
			margin-left: 0;
			margin-top: -6px;
			border-left: 7px solid #a6a6a6;
			border-top: 6px solid transparent;
			border-bottom: 6px solid transparent;
			border-right: 0;
		}

		#tips div .arrow span {
			width: 0;
			position: absolute;
			z-index: 89;
			margin-left: -5px;
			top: -7px;
			border-top: 6px solid #ffffcc;
			border-left: 5px solid transparent;
			border-right: 5px solid transparent;
		}

		#tips div.tip-right .arrow span {
			border-right: 6px solid #ffffcc;
			border-top: 5px solid transparent;
			border-bottom: 5px solid transparent;
			border-left: 0;
			margin-left: 0;
			left: 1px;
			top: auto;
			margin-top: -5px;
		}

		#tips div.tip-bottom .arrow span {
			top: 1px;
			border-top: 0;
			border-bottom: 6px solid #ffffcc;
		}

		#tips div.tip-left .arrow span {
			border-left: 6px solid #ffffcc;
			border-top: 5px solid transparent;
			border-bottom: 5px solid transparent;
			border-right: 0;
			margin-left: 0;
			right: 1px;
			top: auto;
			margin-top: -5px;
		}

/***************** Loading tab ******************/
.loading-tab {
	background: #8e8e8e url(../images/old-browsers-bg/loading-tab-bg.png) repeat-x top;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	background: -moz-linear-gradient( top, #636363, #898989 25%, #8e8e8e );
	background: -webkit-gradient( linear, left top, left bottom, from(#636363), to(#8e8e8e), color-stop(0.25, #898989) );
	border: 1px solid #b6b6b6;
	-moz-border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
	border-radius: 0.25em;
	color: white;
	padding: 0.5em 0.75em;
	line-height: 2em;
	margin-bottom: 1.667em;
	-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
}

	.loading-tab.no-margin {
		border-width: 1px 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

.block-controls + .loading-tab.no-margin {
	border-top: 0;
}

.with-padding .loading-tab.stick-to-top {
	border-top: 0;
	-moz-border-radius: 0 0 0.25em 0.25em;
	-webkit-border-bottom-left-radius: 0.25em;
	-webkit-border-bottom-right-radius: 0.25em;
	border-radius: 0 0 0.25em 0.25em;
	margin-top: -1em;
	margin-bottom: 0;
}

/**************** Loading mask ******************/
.loading-mask {
	position: absolute;
	z-index: 89;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: url(../images/old-browsers-bg/black50.png);
	background: rgba(0, 0, 0, 0.5);
	overflow: hidden;
}

	.loading-mask span {
		position: absolute;
		z-index: 89;
		left: 50%;
		top: 50%;
		margin-top: -3.5em;
		margin-left: -4.5em;
		padding: 60px 1em 1em;
		min-width: 7em;
		line-height: 1.25em;
		text-align: center;
		color: white;
		background: black url(../images/mask-loader.gif) no-repeat center 17px;
		-moz-border-radius: 0.5em;
		-webkit-border-radius: 0.5em;
		border-radius: 0.5em;
		-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
		-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
		box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
	}

		.loading-mask span.error {
			background-image: url(../images/icons/web-app/32/Delete.png);
			color: red;
			cursor: pointer;
		}

		.loading-mask span a {
			color: white;
			font-weight: bold;
		}

/**************** Progress bar ******************/
.progress-bar {
	display: inline-block;
	position: relative;
	z-index: 89;
	height: 1.167em;
	margin: 0 0.25em;
	width: 6em;
	padding: 0;
	-moz-border-radius: 0.167em;
	-webkit-border-radius: 0.167em;
	border-radius: 0.167em;
	color: #333333;
	border: 1px solid #808080;
	min-width: auto;
	text-transform: none;
	background: #a5a5a5 url(../images/old-browsers-bg/progress-bar-bg.png) repeat-x top;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	background: -moz-linear-gradient( left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0) 3%, rgba(0, 0, 0, 0) 97%, rgba(0, 0, 0, 0.2) ), -moz-linear-gradient( top, #808080, #9b9b9b 15%, #c3c3c3 85%, #a5a5a5 );
	background: -webkit-gradient( linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)), color-stop(0.03, rgba(0, 0, 0, 0)), color-stop(0.97, rgba(0, 0, 0, 0)) ), -webkit-gradient( linear, left top, left bottom, from(#808080), to(#a5a5a5), color-stop(0.15, #9b9b9b), color-stop(0.85, #c3c3c3) );
	text-align: center;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	vertical-align: -0.083em;
}
/* IE class */
.ie7 .progress-bar {
	vertical-align: middle;
	margin-bottom: -0.083em;
}

.button .progress-bar {
	vertical-align: -0.333em;
}

.progress-bar:first-child {
	margin-left: 0;
}
/* IE class */
.progress-bar.first-child {
	margin-left: 0;
}

.progress-bar:last-child {
	margin-right: 0;
}
/* IE class */
.progress-bar.last-child {
	margin-right: 0;
}

.progress-bar > span,
.progress-bar > span.blue {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	font-size: 0.75em;
	line-height: 1.333em;
	color: white;
	padding: 0;
	margin: 0;
	-moz-border-radius: 0.11em;
	-webkit-border-radius: 0.11em;
	-moz-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	-webkit-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 1px black;
	-webkit-box-shadow: 0 0 1px black;
	box-shadow: 0 0 1px black;
	background: #4398c9 url(../images/old-browsers-bg/planning-bar-blue-bg.png) repeat-x top;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	background: -moz-linear-gradient( top, #b0cde5, #6ec3e3 15%, #0e62a8 73%, #4398c9 );
	background: -webkit-gradient( linear, left top, left bottom, from(#b0cde5), to(#4398c9), color-stop(0.15, #6ec3e3), color-stop(0.73, #0e62a8) );
}

	.progress-bar > span.with-stripes,
	.progress-bar > span.blue.with-stripes {
		background: #bf5400 url(../images/loading-stripes.gif);
		background-size: auto;
		-moz-background-size: auto;
		-webkit-background-size: auto;
		background: url(../images/loading-stripes.png), -moz-linear-gradient( top, #b0cde5, #6ec3e3 15%, #0e62a8 73%, #4398c9 );
		background: url(../images/loading-stripes.gif), -webkit-gradient( linear, left top, left bottom, from(#b0cde5), to(#4398c9), color-stop(0.15, #6ec3e3), color-stop(0.73, #0e62a8) );
	}

	.progress-bar > span.green {
		border-color: #15a80e;
		background: #56c943 url(../images/old-browsers-bg/planning-bar-green-bg.png) repeat-x top;
		background: -moz-linear-gradient( top, #b3e6b1, #8ae46f 15%, #15a80e 73%, #56c943 );
		background: -webkit-gradient( linear, left top, left bottom, from(#b3e6b1), to(#56c943), color-stop(0.15, #8ae46f), color-stop(0.73, #15a80e) );
	}

		.progress-bar > span.green.with-stripes {
			background: #33cc33 url(../images/loading-stripes.gif);
			background-size: auto;
			-moz-background-size: auto;
			-webkit-background-size: auto;
			background: url(../images/loading-stripes.png), -moz-linear-gradient( top, #b3e6b1, #8ae46f 15%, #15a80e 73%, #56c943 );
			background: url(../images/loading-stripes.gif), -webkit-gradient( linear, left top, left bottom, from(#b3e6b1), to(#56c943), color-stop(0.15, #8ae46f), color-stop(0.73, #15a80e) );
		}

	.progress-bar > span.orange {
		border-color: #a8750e;
		background: #c99c43 url(../images/old-browsers-bg/planning-bar-orange-bg.png) repeat-x top;
		background: -moz-linear-gradient( top, #e6d4b1, #e4bd6f 15%, #a8750e 73%, #c99c43 );
		background: -webkit-gradient( linear, left top, left bottom, from(#e6d4b1), to(#c99c43), color-stop(0.15, #e4bd6f), color-stop(0.73, #a8750e) );
	}

		.progress-bar > span.orange.with-stripes {
			background: #ff9900 url(../images/loading-stripes.gif);
			background-size: auto;
			-moz-background-size: auto;
			-webkit-background-size: auto;
			background: url(../images/loading-stripes.png), -moz-linear-gradient( top, #e6d4b1, #e4bd6f 15%, #a8750e 73%, #c99c43 );
			background: url(../images/loading-stripes.gif), -webkit-gradient( linear, left top, left bottom, from(#e6d4b1), to(#c99c43), color-stop(0.15, #e4bd6f), color-stop(0.73, #a8750e) );
		}

	.progress-bar > span.purple {
		border-color: #a10ea8;
		background: #b543c9 url(../images/old-browsers-bg/planning-bar-purple-bg.png) repeat-x top;
		background: -moz-linear-gradient( top, #e3b1e6, #c86fe4 15%, #a10ea8 73%, #b543c9 );
		background: -webkit-gradient( linear, left top, left bottom, from(#e3b1e6), to(#b543c9), color-stop(0.15, #c86fe4), color-stop(0.73, #a10ea8) );
	}

		.progress-bar > span.purple.with-stripes {
			background: #9933cc url(../images/loading-stripes.gif);
			background-size: auto;
			-moz-background-size: auto;
			-webkit-background-size: auto;
			background: url(../images/loading-stripes.png), -moz-linear-gradient( top, #e3b1e6, #c86fe4 15%, #a10ea8 73%, #b543c9 );
			background: url(../images/loading-stripes.gif), -webkit-gradient( linear, left top, left bottom, from(#e3b1e6), to(#b543c9), color-stop(0.15, #c86fe4), color-stop(0.73, #a10ea8) );
		}

/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after,
.block-controls:after,
.side-tabs:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix,
.block-controls,
.side-tabs {
	display: inline-block;
}

* html .clearfix,
* html .block-controls,
* html .side-tabs {
	height: 1%;
}

.clearfix,
.block-controls,
.side-tabs {
	display: block;
}

.splitter {
	left: 0;
	right: 0;
	/*top: 0;
    bottom: 0;   */
	position: fixed;
	z-index: 1;
	height: 100%;
}

	.splitter .resizableArea {
		top: 0;
		width: 100%;
		height: auto;
		bottom: 0;
		display: block;
		position: absolute;
		height: 100%;
	}

		.splitter .resizableArea .leftPane {
			height: 100%;
			overflow: auto;
			float: left;
			position: relative;
			z-index: 1;
			display: block;
			margin: 0;
			padding: 3px 0;
			background: #FFFFFF;
		}

		.splitter .resizableArea .rightPane {
			height: 100%;
			overflow: auto;
			position: relative;
			z-index: 10;
			padding: 3px 0;
		}

		.splitter .resizableArea .divider {
			width: 4px;
			height: 100%;
			display: block;
			position: absolute;
			z-index: 11;
			cursor: e-resize;
			margin: 0;
			padding: 0;
			vertical-align: middle;
			background-color: #ccc;
		}

			.splitter .resizableArea .divider:hover {
				background-color: #666;
			}

			.splitter .resizableArea .divider div {
				background: transparent url('../images/splitterHandle.gif');
				position: absolute;
				top: 50%;
				height: 18px;
				width: 4px;
			}


.treeview .treeview-rootnode {
	font-weight: bold;
	font-size: 1.2em;
}

.treeview td {
	padding-bottom: 0.9em;
}

.treeview .treeview-node a {
	color: #333333;
	font-size: 1.25em;
}

	.treeview .treeview-node a:hover {
		background: #999999;
		color: white;
		padding: 0.083em 0.25em 0.167em;
		margin: -0.083em -0.25em -0.167em;
		-moz-border-radius: 0.25em;
		-webkit-border-radius: 0.25em;
		border-radius: 0.25em;
	}

/* accordion */


.accordion {
	width: 100%;
}

.accordionHeader {
	border: 1px solid #2F4F4F;
	color: white;
	background-color: #7b9ec6;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
}

.accordionHeaderCollapsed {
	border: 1px solid #2F4F4F;
	color: white;
	background-color: #7b9ec6;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
}

.accordionHeaderSelected {
	border: 1px solid #2F4F4F;
	color: white;
	background-color: #5078B3;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
}

.accordionContent {
	border: 1px dashed #2F4F4F;
	border-top: none;
	padding: 5px;
	padding-top: 10px;
}

.strongdate {
	line-height: 24px;
	font-weight: bold;
}

.ModalWindow {
	border: solid1px#c0c0c0;
	background: #f0f0f0;
	padding: 0px10px10px10px;
	position: absolute;
	top: -1000px;
}

.modalBackground {
	height: 100%;
	background-color: #EBEBEB;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

/* IE has layout issues when sorting (see #5413) */
.group {
	zoom: 1;
}

.overlay {
	position: fixed;
	z-index: 99;
	top: 0px;
	left: 0px;
	background-color: #FFFFFF;
	width: 100%;
	height: 100%;
	filter: Alpha(Opacity=70);
	opacity: 0.70;
	-moz-opacity: 0.70;
}

* html .overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
	width: expression(document.body.scrollWidth > document.body.offsetWidth ? document.body.scrollWidth : document.body.offsetWidth + 'px');
}

.loader {
	z-index: 100;
	position: fixed;
	width: 120px;
	margin-left: -60px;
	top: 50%;
	left: 50%;
}

* html .loader {
	position: absolute;
	margin-top: expression((document.body.scrollHeight / 4) + (0 - parseInt(this.offsetParent.clientHeight / 2) + (document.documentElement && document.documentElement.scrollTop || document.body.scrollTop)) + 'px');
}


.gamificationRules {
	background: #fff;
	padding: 10px;
	border: 1px solid #999999;
}

	.gamificationRules tr {
		border-bottom: 1px solid #e7e7e7;
	}

		.gamificationRules tr:last-child {
			border-bottom: 0px;
		}

	.gamificationRules tr {
		background-image: url(../images/icn-check.png);
		background-repeat: no-repeat;
		background-position: 6px;
	}

.mr-12 {
	margin-right: 12px;
	display: inline-block;
}
