/**
 * Current application skin module. Skin named: 'default'
 */

html {
  /*min-height: 100%;
  overflow: hidden;*/
  height:100%;
}

body {
  background: url(images/bg.png);
  color: #666;
  font-family: "Aller", "Lucida Grande", sans-serif;
  font-size: 12px;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  min-height:100%;
}

body.special-page{
	
}

a {color:#000;}

p, th, td {
    line-height: 1em;
    vertical-align: middle;
}

#allCt, #allCt_print{
	margin-top:1em;
	visibility: hidden;
	/*overflow: hidden;*/
	height:100%;
}

.login {
	position:absolute;
	margin-left:-17em;
	margin-top:-15em;
	left:50%;
	top:50%;
	width:34em;
	height:30em;
}

.logo-splash {background: url(images/logo.png) 50% 50% no-repeat; width:200px;height:180px;}

.centered {
	left: 50%;
    position: absolute;
    top: 50%;
    z-index: 89;
    margin-left: -200px;
	margin-top: -200px;
}

#mask,#mask_print{
	position:absolute;
	top:200px;
	margin: 0 auto;	
	overflow: hidden;
	width:100%;
	text-align:center;
	/*padding-top:200px;
	background: url(images/loader-big1.gif) no-repeat 50% 50%;*/
	color: #999;
	font-size:24px;
	//height:100%;
}

.lb_data label {width:70px;display: inline-block;padding-left:16px;margin:0; color:#fff;}
.patient-info input[type="text"]{
	position:absolute;
	background: #333 url(images/icons/fugue/magnifier.png) no-repeat scroll 98% 50%;
	border: 1px solid #777;
    border-radius: 0.417em 0.417em 0.417em 0.417em;
    color: #333333;
    padding: 0.3em;
    font-size:11px;
    width:135px;
    margin-left:-6px;
    color:#fff;
    margin-top:-2px;
    z-index: 10000;
    }
.head_data {display:inline-block;}

.pre_small{background: url(images/loader.gif) no-repeat 50% 50%;width:25px;height:30px;float:left;visibility:hidden;margin-right:5px;}

#cont {margin-top:10px;}

/* iconuri */
.icon16 {width:16px;height:16px;float:left;margin:12px 5px 3px 0px;display:none;}
.icon16.with-text{padding:2px 0 0 18px;cursor:pointer;}
.icon16.exclamation{ background: url(images/icons/fugue/exclamation-diamond.png) no-repeat !important; display:block;}
.icon16.observations{ background: url(images/icons/fugue/balloon.png) no-repeat !important; display:block;}
.icon16.stop{ background: url(images/icons/fugue/cross-circle.png) no-repeat !important; display:block;}
.icon16.edit{ background: url(images/icons/fugue/pencil.png) no-repeat !important; display:block;}
.icon16.arrow-270{ background: url(images/icons/fugue/arrow-270.png) no-repeat !important; display:block;}
.icon16.navigation-180 {background: url(images/icons/fugue/navigation-180.png) no-repeat !important; display:block;}
.icon16.navigation {background: url(images/icons/fugue/navigation.png) no-repeat !important; display:block;}
.icon16.plus{ background: url(images/icons/fugue/plus-circle.png) no-repeat !important; display:block;}
.icon16.gdpr{ background: url(images/icons/fugue/star.png) no-repeat !important; display:block;}
.icon16.consent{ background: url(images/icons/fugue/document.png) no-repeat !important; display:block;}

/*pozitii*/
.right {float:right;}
.left {float:left;}
.no-margin {margin:0;}

.align-right {text-align:right;}


/* new design */

/* ######### Boxes ########## */

.box {
  background: #fafafa;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  margin-bottom: 16px;  
}

.block-border {padding: 0.75em;position: relative;}

.box-header {
  background-color: #e5e5e5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(235, 235, 235)), to(rgb(229, 229, 229)));
  background-image: -webkit-linear-gradient(top, rgb(235, 235, 235), rgb(229, 229, 229));
  background-image: -moz-linear-gradient(top, rgb(235, 235, 235), rgb(229, 229, 229));
  background-image: -o-linear-gradient(top, rgb(235, 235, 235), rgb(229, 229, 229));
  background-image: -ms-linear-gradient(top, rgb(235, 235, 235), rgb(229, 229, 229));
  background-image: linear-gradient(top, rgb(235, 235, 235), rgb(229, 229, 229));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ebebeb', EndColorStr='#e5e5e5');
  border-top: 1px solid #fafafa;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 40px;
  font-weight:bold;
  padding-right:5px;
}

.no-shadow {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border: 1px solid #ccc;
}

.box-band {  
	border-top-left-radius: 0px;
  	border-top-right-radius: 0px;
  	margin-bottom:0.75em;
  }
.box-band.full {  
	margin-left:-0.75em;
  	margin-right:-0.75em;
  }  

.box-header .icon16 {
  /*float: left;
  height: 16px;
  width: 16px;
  margin-left: 14px;
  margin-right: -3px;
  margin-top: 11px;*/
}

.box-header h1 {
  color: #777;
  float: left;
  font-family: "Tahoma", "Lucida Grande", sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 40px;
  padding-left: 14px;
  text-shadow: 0 1px 0 #fff;
  text-transform: uppercase;
}

.box-header ul {
  border-right: 1px solid #ccc;
  float: left;
}

.box-header ul li {
  display: inline;
  margin-left: -3px;
}

.box-header ul li a {
  border-right: 1px solid #f9f9f9;
  border-left: 1px solid #ccc;
  color: #999;
  display: inline-block;
  *display: inline;
  font-family: "Tahoma", "Lucida Grande", sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 40px;
  padding: 0 10px;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 1px 0 #fff;
  zoom: 1;  
}

.box-header ul li a:hover {
  background: #eee;
}

.box-header ul li:first-child a{
  margin-left: 3px;
  border-top-left-radius:5px;
}

.box-header ul li:first-child.current a{
  border-left: none;
}

.box-header ul li.current a {
  background: #fafafa;
  border-left: 1px solid #ccc;
  cursor: default;
}

/* ######### END BOXES ######### */


/* ######### GENERIC ######### */
.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;}
/* ######### END GENERIC ######### */

/* ######### START TABS ######### */

/* ######### END TABS ######### */



/* ######## START COLUMS ######## */
.columns {
	margin-bottom: 0.3em;
	position: relative;
}
.columns:last-child {
	margin-bottom: 0;
}
/** IE class **/
.columns.last-child {
	margin-bottom: 0;
}

/* 2 columns */
.colx2-left {
	width: 48%;
	float: left;
	margin-bottom: 0;
}
.colx2-right {
	width: 48%;
	float: right;
	margin-bottom: 0;
}

/* 3 columns */
.colx3-left {
	width: 31%;
	float: left;
	margin-bottom: 0;
}
.colx3-left-double {
	width: 65.5%;
	float: left;
	margin-bottom: 0;
}
.colx3-center {
	width: 31%;
	float: left;
	margin-left: 3.5%;
	margin-bottom: 0;
}
.colx3-right {
	width: 31%;
	float: right;
	margin-bottom: 0;
}
.colx3-right-double {
	width: 65.5%;
	float: right;
	margin-bottom: 0;
}
.colx4-left{
	width: 23.5%;
	float:left;
	margin-bottom: 0;
}
.colx4-center{
	width: 23.5%;
	float:left;
	margin-left: 2%;
	margin-bottom: 0;
}
.colx4-right{
	width: 23.5%;
	float:right;
	margin-left: 2%;
	margin-bottom: 0;
}

/* 200px fixed-width left column */
.col200pxL-left {
	width: 200px;
	float: left;
}
.col200pxL-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 180px;
}
.col200pxL-right {
	margin-left: 200px;
}
/* 200px fixed-width right column */
.col200pxR-left {
	margin-right: 200px;
}
.col200pxR-bottom {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 180px;
}
.col200pxR-right {
	width: 200px;
	float: right;
}
/* ######## END COLUMS ######## */


/* ######## START FORMS ####### */
.input-height {
	display: block;
	line-height: 1em;
	padding: 0.2em 0;
	border: 1px solid transparent;
	color: #808080;
	}
	.input-height.grey-bg {
		background: #cccccc;
		border: 1px solid #cccccc;
		-moz-border-radius: 0.417em;
		-webkit-border-radius: 0.417em;
		-webkit-background-clip: padding-box;
		border-radius: 0.417em;
		padding-left: 0.75em;
		padding-right: 0.75em;
	}
	.input-height,
	.input-height.grey-bg {
		line-height: 1.25em;
		padding-top: 0.2em;
		padding-bottom: 0.2em;
	}


.form fieldset,
.fieldset {
	border: 1px solid #d9d9d9;
	padding: 0.8em;
	-moz-border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
	-webkit-background-clip: padding-box;
	border-radius: 0.25em;
	margin-bottom: 1.667em;
	}
	/* IE class */
	.ie7 .block-content .form fieldset.no-margin,
	.ie7 .form.block-content fieldset.no-margin,
	.ie7 .form .block-content fieldset.no-margin {
		display: block;
		width: 100%;
	}
	.fieldset {
		position: relative;
		z-index: 89;
		padding-top: 1.667em;
	}
	.with-legend {
		margin-top: 1em;
	}
	/* IE class */
	.ie .form fieldset {
		padding-top: 0;
		}
		.ie .form fieldset.no-legend {
			padding-top: 1.667em;
		}
	.form legend
		 {
		margin-left: 0.833em;
		}
		
		/* IE class */
		.ie .form legend {
			margin-bottom: 1em;
			margin-top: -1em;
			}
			.ie .form .fieldset-with-legend {
				margin-top: 2em;
			}
			.ie .form .fieldset-with-legend-first-child {
				margin-top: 1em;
			}
		.form legend a
		 {
			display: block;
			margin: -0.25em -0.333em -0.333em -0.5em;
			padding: 0.25em 20px 0.333em 0.5em;
			color: #666;
			background: url(images/icons/fugue/chevron-off.png) no-repeat right 60%;
			}
			.form legend a:hover
			 {
				color: #3399cc;
				background-image: url(images/icons/fugue/chevron.png);
			}
	
	.form fieldset.collapsed,
	.fieldset.collapsed {
		border: none;
		padding: 0;
		background: none;
		}
		.form fieldset.no-margin.collapsed,
		.fieldset.no-margin.collapsed {
			padding-left: 1.667em;
		}
		.form fieldset.no-margin.collapsed:last-child,
		.fieldset.no-margin.collapsed:last-child {
			padding-bottom: 1.667em;
		}
		/* IE class */
		.form fieldset.no-margin.collapsed.last-child,
		.fieldset.no-margin.collapsed.last-child {
			padding-bottom: 0.667em;
		}
		.form fieldset.collapsed > *,
		.fieldset.collapsed > * {
			display: none;
			}
			.form fieldset.collapsed legend,
			.fieldset.collapsed .legend {
				display: block;
				margin-left: 0;
				}
				.ie7 .form fieldset.collapsed legend,
				.ie7 .fieldset.collapsed .legend {
					display: inline-block;
				}
				.form fieldset.collapsed legend a,
				.fieldset.collapsed .legend a {
					background-image: url(images/icons/fugue/chevron-expand-off.png);
					}
					.form fieldset.collapsed legend a:hover,
					.fieldset.collapsed .legend a:hover {
						background-image: url(images/icons/fugue/chevron-expand.png);
					}
		
		fieldset legend .show-expanded, .fieldset .legend .show-expanded { display: inline; }
		fieldset legend .show-collapsed, .fieldset .legend .show-collapsed { display: none; }
		fieldset.collapsed legend .show-expanded, .fieldset.collapsed .legend .show-expanded { display: none; }
		fieldset.collapsed legend .show-collapsed, .fieldset.collapsed .legend .show-collapsed { display: inline; }
	
	.block-content .form fieldset.no-margin,
	.block-content.form fieldset.no-margin,
	.form .block-content fieldset.no-margin,
	.block-content .fieldset.no-margin {
		border-color: #999999;
		border-width: 1px 0 1px 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		-webkit-background-clip: padding-box;
		border-radius: 0;
		}
		.form fieldset.no-margin legend,
		.fieldset.no-margin .legend {
			margin-left: 0;
		}
		/* IE class */
		.ie7 .form fieldset.no-margin legend {
			margin-left: -0.667em;
		}
	
	.form fieldset:last-child,
	.fieldset:last-child {
		/*margin-bottom: 0;*/
	}
	.form fieldset{margin-bottom:0.6em;}
	
	/* IE class */
	.form fieldset.last-child,
	.fieldset.last-child {
		margin-bottom: 0;
	}
	.block-content .form fieldset.no-margin:last-child,
	.block-content.form fieldset.no-margin:last-child,
	.form .block-content fieldset.no-margin:last-child,
	section .fieldset.no-margin:last-child {
		border-bottom: 0;
		-moz-border-radius: 0 0 0.167em 0.167em;
		-webkit-border-bottom-left-radius: 0.167em;
		-webkit-border-bottom-right-radius: 0.167em;
		border-radius: 0 0 0.167em 0.167em;
	}
	/* IE class */
	.block-content .form fieldset.no-margin.last-child,
	.block-content.form fieldset.no-margin.last-child,
	.form .block-content fieldset.no-margin.last-child,
	.fieldset.no-margin.last-child {
		border-bottom: 0;
	}
	
	.form label,
	.form .label, label {
		color: #808080;
		font-weight: bold;
		display: block;
		margin: 0.2em 0;
		}
		.form label.light,
		.form .label.light {
			font-weight: normal;
			color: #777;
		}
		label.inline,
		.form .label.inline {
			display: inline;
			float: none;
			margin: 0;
			font-weight: normal;
		}
		.form .required label,
		.form .required .label,
		.form label.required,
		.form .label.required,
		.form label.inline.required,
		.form .label.inline.required {
			color: black;
		}
		.form .required label:before,
		.form .required .label:before,
		.form label.required:before,
		.form .label.required:before {
			color: red;
			content: "* ";
		}
		/** IE class **/
		.form .required-label-before {
			color: red;
		}
	
	
	
	/** IE class **/
	.form input[type=text],
	.form input[type=password],
	.form .input-type-text {
		/*font-size: 1em;
		line-height: 1em;*/
		color: #333333;
		padding: 0.2em;
		border: 1px solid #ccc;
		-moz-border-radius: 0.417em;
		-webkit-border-radius: 0.417em;
		-webkit-background-clip: padding-box;
		border-radius: 0.417em;
		margin-bottom:0.2em;
		}
		
		/* CUSTOMIZARE CAMP DATEPICKER */
		.form input[type="text"].datepicker{
		background: white url(images/icons/fugue/calendar-month.png) no-repeat 95% 50%;
		}
		
		.form input[type=text]:focus,
		.form input[type=password]:focus,
		.form .input-type-text:focus,
		.form select:focus,
		.form textarea:focus {
			border-color: #3399cc;
		}
		/** IE selector **/
		.form .input-focus {
			border-color: #3399cc;
		}
		.form span.input-type-text {
			display: inline-block;
		}
		/** IE class **/
		.ie7 .form p.input-type-text {
			display: inline-block;
		}
		.form .input-type-text input[type=text],
		.form .input-type-text input[type=password] {
			padding: 0;
			border: none;
			background: none;
			-moz-border-radius: 0;
			-webkit-border-radius: 0;
			-webkit-background-clip: padding-box;
			border-radius: 0;
			margin: 0 0 1px 0;
		}
		/** IE class **/
		.ie7 .form .input-type-text input[type=text] {
			float: left;
		}
		.form .input-type-text img {
			margin: 0 0 -3px 0.2em;
		}
	
	.form select,
	.form textarea, textarea {
		color: #333333;
		/*font-size: 1em;*/
		padding: 0.417em;
		border: 1px solid #cccccc;
		-moz-border-radius: 0.417em;
		-webkit-border-radius: 0.417em;
		-webkit-background-clip: padding-box;
		border-radius: 0.417em;
		}
		.form textarea, textarea {
		font-family: "Arial", sans-serif;
		font-size:12px;
			/*background: white url(images/old-browsers-bg/input-bg.png) repeat-x top;
			background: -moz-linear-gradient(
				top,
				#d4d4d4,
				#ebebeb 3px,
				white 27px
			), white;
			background: -webkit-gradient(
				linear,
				left 0px, left 27px,
				from(#d4d4d4),
				to(white),
				color-stop(0.12, #ebebeb)
			), white;*/
		}
		.form select {
			padding: 0.15em;
		}
		.form textarea:disabled, form texarea:disabled {
			color:#777;
		}
	
	.form input[type=radio],
	.form input[type=checkbox] {
		vertical-align: -9%;
		margin: 0;
		padding: 0;
		margin-top:5px;
		}
		/** IE class **/
		.form .input-type-check {
			vertical-align: -7%;
		}
		.form input[type=radio] + label,
		.form input[type=checkbox] + label {
			color: #333333;
			font-weight: normal;
			display: inline;
			margin-bottom: 0;
			padding-right: 0.5em;
		}
		/** IE class **/
		.form .input-type-check-label {
			color: #333333;
			font-weight: normal;
			display: inline;
			margin-bottom: 0;
			padding-right: 0.5em;
		}
		.form input[type=radio] + label:last-child,
		.form input[type=checkbox] + label:last-child {
			padding-right: 0;
		}
		/** IE class **/
		.form .input-type-check-label-last-child {
			padding-right: 0;
		}
	
	.checkable-list {
		padding-top: 0.333em;
		padding-left: 0.5em;
		line-height: 1.25em;
		}
		.checkable-list li {
			padding: 0 0 0.75em 1.25em;
			}
			.checkable-list li:last-child {
				padding-bottom: 0;
			}
			/** IE class **/
			.checkable-list li.last-child {
				padding-bottom: 0;
			}
			.checkable-list li input[type=radio],
			.checkable-list li input[type=checkbox] {
				float: left;
				vertical-align: baseline;
				margin: 1px 0 0 -1.167em;
			}
			/** IE class **/
			.ie .checkable-list li input[type=radio],
			.ie .checkable-list li input[type=checkbox] {
				margin: -3px 0 0 -1.25em;
			}
			.checkable-list li .input-type-radio,
			.checkable-list li .input-type-checkbox {
				float: left;
				margin: -3px 0 0 -1.25em;
			}
	
	.full-width {
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		}
		.ie7 .full-width {
			width: 93%;
		}
		.ie7 select.full-width {
			width: 100%;
		}
	
	
	.one-line-input {
		text-align: right;
		}
		.one-line-input label {
			float: left;
			margin: 0.2em 0.4em 0 0;
		}
	
	.form input[type=text].error,
	.form select.error,
	.form input[type=password].error,
	.form .input-type-text.error {
		border-color: #CC0000;
	}
	
	.check-ok,
	.check-error,
	.check-warning {
		display: block;
		position: absolute;
		float:right; 
		z-index: 30;
		width: 16px;
		height: 16px;
		right: -8px;
		top: -8px;
		}
		.check-ok { background: url(images/icons/fugue/tick-circle-blue.png) no-repeat; }
		.check-error { background: url(images/icons/fugue/cross-circle.png) no-repeat; }
		.check-warning { background: url(images/icons/fugue/exclamation-diamond.png) no-repeat; }
		
		span.relative > input + .check-ok,
		span.relative > select + .check-ok,
		span.relative > input + .check-error,
		span.relative > select + .check-error,
		span.relative > input + .check-warning,
		span.relative > select + .check-warning {
			margin-top: -0.667em;
			right: -6px;
			}
			p span.relative > input + .check-ok,
			p span.relative > select + .check-ok,
			p span.relative > input + .check-error,
			p span.relative > select + .check-error,
			p span.relative > input + .check-warning,
			p span.relative > select + .check-warning {
				margin-top: -0.2em;
			}
		
/* ######## START BUTTONS ########## */
/************** Button-style links **************/

.button,
.form legend,
.mini-menu {
	line-height: 1.333em;
	padding: 0.167em 0.5em 0.25em;
	border: 1px solid white;
	-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-webkit-background-clip: padding-box;
	border-radius: 0.3em;
	-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);
	text-decoration: none;
	font-weight: normal;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	text-shadow: none;
	outline: 0;
	}
	.button {
		display: inline-block;
	}
	/* IE class */
	.ie .button,
	.ie .form legend,
	.ie .mini-menu {
		border-color: #cccccc;
	}
	.button, button {
		color: #666666;
		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.red, 
	.red .button {
		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 a,
		.red .button a {
			color: white;
		}
	a.button:hover, button: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,
			#dff3fc,
			#98d2f3
		);
		background: -webkit-gradient(
			linear,
			left top, left bottom,
			from(#dff3fc),
			to(#98d2f3)
		);
	}
	a.button.red:hover,
	.red a.button: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)
		);
	}
	.form 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,
	.mini-menu img {
		margin-bottom: -2px;
	}
/* ######## END BUTTONS ######### */


/* CONTROLS*/
/**************** Block controls ****************/
ul.controls-buttons,
	div.controls-buttons {
		float: right;
		margin-top:0.5em;
		border:none;
		}
		ul.controls-buttons li, div.controls-buttons > div, div.controls-buttons > span, div.controls-buttons > a {
			display: block;
			float: left;
			margin: -1px 0 -1px 0.5em;
			line-height: 1.333em;
			/*padding: 0.15em 0.25em;*/
			padding:0;
			}
			ul.controls-buttons li button {
				display: block;
				color: #333333;
				min-width: 1.083em;
				padding: 0.333em 0.5em;
				text-align: center;
				border: 1px solid white;
				-moz-border-radius: 0.5em;
				-webkit-border-radius: 0.5em;
				-webkit-background-clip: padding-box;
				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%;				
				-moz-box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.5);
				-webkit-box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.5);
				box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.5);
				text-transform: uppercase;
				}
				
				
/******************** Button ********************/
button, .big-button, button.blue, .blue button, .big-button.blue, .blue .big-button, .form_button  {
	background: url(images/buttonblue_bg.png) repeat-x #ebebeb;
	border: 1px solid #477DAE;
	border-radius: 3px;
	box-shadow: 0 1px 3px #ddd;
	color: #fff;
	display: inline-block;
	*display: inline;
	font-family: "Tahoma", sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 25px;
	margin-right: 4px;
	padding: 0 14px;
	text-decoration: none;
	text-shadow: 0 1px 0 #104266;
	-moz-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
	-webkit-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
	zoom: 1;	
	margin-top:0.2em;
	margin-bottom:0.2em;
	font-size: 1em;
	padding: 0.286em 0.6em 0.357em;
	line-height: 1.429em;
	display: inline-block;
	}
	/* IE class */
	.ie button {overflow: visible;}
	/* IE class */
	.ie7 button {padding-top: 0.357em;padding-bottom: 0.214em;line-height: 1.143em;}
	
	/*button img,.big-button img {margin-bottom: -3px;}*/
	button:hover, .big-button:hover, button.blue:hover, .ui-button.blue:hover {	background: #558bbc; color: #fff;	}
	
	button.active, button:active, .big-button:active {
		border-color: #5b848b #b2def1 #b2def1 #68a6ba;
		background: #3dbfed url(images/old-browsers-bg/button-element-active-bg.png) repeat-x top;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	
	button.red, .red button, .big-button.red, .red .big-button, .ui-buttons .red {
		color: #fff;
		border-color: #bf3636 #5d0000 #0a0000;
		background: #790000 url(images/old-browsers-bg/button-element-red-bg.png) repeat-x top;
	}	
	button.red:hover, .red button:hover, .big-button.red:hover, .red .big-button:hover {
		border-color: #c24949 #9d3d3d #590909;
		background: #9d0404;			
	}
	button.red.active, button.red:active, .red button:active, .big-button.red:active, .red .big-button:active {
		border-color: #7c5656 #f7cbcb #f7cbcb #a15151;
		background: #ff5252;			
	}
	
	button.disabled, button:disabled, button:disabled:hover, .big-button.disabled, .big-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;		
		-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, .big-button.grey {
		border-color: #a1a7ae #909498 #6b7076;
		background: #9fa7b0 url(images/old-browsers-bg/button-element-grey-bg.png) repeat-x top;
		-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, .big-button.grey:hover {
			border-color: #a1a7b0 #939798 #6e7275;
			background: #b1b5ba url(images/old-browsers-bg/button-element-grey-hover-bg.png) repeat-x top;
		}
		button.grey:active, .big-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;			
		}
		
	/*buton verde*/
	button.green, .big-button.green {
		color: white;
		border-color: #55D400 #308306 #005500;
		background: #308306 url(images/old-browsers-bg/button-element-green-bg.png) repeat-x top;		
		-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);
		}

		button.green:hover, .green button:hover, .big-button.green:hover, .green .big-button:hover {
			border-color: #55D400 #53B920 #005500;
			background: #308306;			
		}
		button.green.active, button.green:active, .green button:active, .big-button.green:active, .green .big-button:active {
			border-color: #007700 #CCFFAA #CCFFAA #009900;
			background: #b3ff8d;			
		}
		
		/*end buton verde */
	
	button.small,
	.big-button.small {
		font-size: 0.9em;
		padding: 0.15em 0.2em 0.2em 0.15em;
		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;
	}
	
	button.small-grey {	
		-moz-text-shadow: none;
		-webkit-text-shadow: none;
		text-shadow: none;
		font-weight:normal;
	    font-size:1em;		
		line-height: 1.333em;	
		display: block;
		color: #333333;
		min-width: 1.083em;
		padding: 0.333em 0.5em;
		/*padding: 0.15em 0.2em 0.2em 0.15em;*/
		text-align: center;
		border: 1px solid white;
		-moz-border-radius: 0.3em;
		-webkit-border-radius: 0.3em;
		-webkit-background-clip: padding-box;
		border-radius: 0.3em;
		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%;		
		-moz-box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.5);
		-webkit-box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.5);
		box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.5);
		text-transform: uppercase;
		margin: 0.2em 0;
	}
	
	button.small-grey:hover, button.small-grey.current{
		border-color: #477dae;
		background: #057fdb url(images/buttonblue_bg.png) repeat-x;		
		color: #fff;
	}
/* ######## END BUTOANE ######### */

/* ######## DIVERSE ########## */
.number, .span_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;
	-webkit-background-clip: padding-box;
	border-radius: 0.25em;
	margin-right: 0.5em;
	background: #3399cc;
}

button span.number, button input[type='text'].span_number {
    /*line-height: 1em;
    margin: -0.2em 0.5em -0.333em -0.333em;*/
    width: 2.5em;
}

button span.number, button input[type='text'].span_number {
    background: #477DAE;/*-moz-linear-gradient(center top , #72C6E4, #0C5FA5) repeat scroll 0 0 transparent;*/
    border: 0.083em solid #ddd;
    /*box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);*/
    display: block;
    float: left;
    font-weight: normal;
    margin: -0.333em 0.5em -0.333em -0.333em;
    line-height: 1em;
    margin: -0.2em 0.5em -0.333em -0.333em;
}
button input[type='text'].span_number{float:right;color:#fff;}

.number.red,
.red .number {
	background-color: #cc3333;
}
/* ######## END DIVERSE ########## */


/* ######## MESAJE ############ */
.message.small{
	width:16px;
	height:16px;
}
.message {
	line-height: 1.25em;
	margin-bottom: 2.5em;
	border: 1px solid #999999;
	background: #F0F0F0;
	-moz-border-radius: 0.333em;
	-webkit-border-radius: 0.333em;
	-webkit-background-clip: padding-box;
	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;
	}
	
	div.message,
	p.message {
		padding: 0.583em 0.5em 0.75em 2.5em;
		background-repeat: no-repeat;
		background-position: 0.667em 0.583em;
	}
	section .message {
		margin-bottom: 0.8em;
	}
	.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: 0 -0.8em 0.8em -0.8em;
	}
	.block-content.no-padding .message.no-margin,
	.block-content .no-margin > .message.no-margin {
		margin-left: 0;
		margin-right: 0;
	}
	.block-content .message.no-margin,
	.block-content.no-padding .message {
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		-webkit-background-clip: padding-box;
		border-radius: 0;
		border-width: 1px 0;
	}
	.block-content.no-title > .message.no-margin:first-child {
		margin-top: -0.8em;
	}
	/* IE class */
	.block-content.no-title > .message.no-margin.first-child {
		margin-top: -0.8em;
	}
	.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: -0.8em;
	}
	/* IE class */
	.block-content > .message.no-margin.last-child {
		margin-bottom: -0.8em;
	}
	.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: -0.8em;
		border-top: none;
	}
	
	.message {
		background-color: #e4e4dc;
		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: #3399cc;
	}
	
	.message li,
	div.message,
	p.message {
		background-image: url(images/icons/fugue/information-ocre.png);
		color: #576a73;
		}
		.message li strong,
		div.message strong,
		p.message strong {
			color: #576a73;
		}
	.message.warning li,
	div.message.warning,
	p.message.warning {
		background-image: url(images/icons/fugue/balloon.png);
		color: #56563e;
		}
		.message.warning li strong,
		div.message.warning strong,
		p.message.warning strong {
			color: #56563e;
		}
	.message.error li,
	div.message.error,
	p.message.error {
		background: #fff3f2 url(images/icons/fugue/cross-circle.png) no-repeat 1% 50%;
		color: #563f3e;
		}
		.message.error li strong,
		div.message.error strong,
		p.message.error strong {
			color: #563f3e;
		}
	.message.success li,
	div.message.success,
	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,
	div.message.loading,
	p.message.loading {
		background-image: url(images/info-loader.gif);
		color: #1e5774;
		}
		.message.loading li {
			background-position: 0.8em 0.4em;
		}
		div.message.loading,
		p.message.loading {
			background-position: 0.667em 0.917em;
		}
		.message.loading li strong,
		div.message.loading strong,
		p.message.loading strong {
			color: #1e5774;
		}
/* ######## MESAJE ############ */

/******************** Header ********************/
header {
	color: #666666;
	text-transform: uppercase;
	position: absolute;
	z-index: 88;
	top: 0;
	left: 0;
	width: 100%;
	white-space: nowrap;
	text-align: right;
	}
	header .server-info, .patient-info {
		display: inline-block;
		border-top: 0;
		padding: 0 1em;
		color: white;
		background: url(images/old-browsers-bg/server-status-bg.png) repeat-x top;
		-webkit-background-size: 100% 100%;
		-moz-background-size: 100% 100%;
		-o-background-size: 100% 100%;
		background-size: 100% 100%;		
		height: 2.6em;
		line-height: 1.6em;
		vertical-align: top;
		font-size: 0.833em;
		-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.65);
		-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.65);
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.65);
		-moz-border-radius: 0 0 0.4em 0.4em;
		-webkit-border-radius: 0.4em;
		-webkit-background-clip: padding-box;
		-webkit-border-top-left-radius: 0;
		-webkit-border-top-right-radius: 0;
		border-radius: 0 0 0.4em 0.4em;
		}
	header .patient-info {
		height:80px;
		/*margin-left:-10px;*/
		text-align:left;
		background: #525252 url(images/old-browsers-bg/content-dark-bg.png) repeat-x top;		
		}
		.ie7 header .server-info {
			display: inline;
			zoom: 1;
		}
	#skin-name {
		display: inline-block;
		margin: 0 0.7em 0 0;
		color: #B0B0B0;
		color: rgba(255, 255, 255, 0.75);
		}
		.ie7 #skin-name {
			display: inline;
			zoom: 1;
		}
		#skin-name small {
			float: left;
			font-size: 0.75em;
			line-height: 1.111em;
			text-transform: uppercase;
			color: #B0B0B0;
			color: rgba(255, 255, 255, 0.75);
			padding-top: 0.555em;
			text-align: right;
		}
		#skin-name strong {
			font-size: 2em;
			line-height: 1.333em;
			margin-left: 0.167em;
			font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Sans", Arial, Helvetica, sans-serif;
			letter-spacing: -0.09em;
		}
		.ie #skin-name strong {
			padding-right: 0.083em;
		}

nav {
	height: 69px;
	padding-top: 1.25em;
	background: #477dae;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;	
	-moz-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.5);
	}

	nav > ul {
		padding-top: 4px;
		position: relative;
		z-index: 100;
		}
		nav > ul > li {
			width: 64px;
			height: 65px;
			float: left;
			background-position: center -54px;
			background-repeat: no-repeat;
			}
			nav > ul > li > a, nav > ul > li > div {
				display: block;
				height: 69px;
				background-repeat: no-repeat;
				background-position: 8px 14px;
				overflow: hidden;
				text-indent: 200px;
				white-space: nowrap;
				opacity: 0;
				filter: alpha(opacity=0);
				-moz-transition: opacity 2s;
				-webkit-transition: opacity 2s;
				-o-transition: opacity 2s;
				transition: opacity 2s;
			}
			nav > ul > li.home, nav > ul > li.home > a { background-image: url(images/icons/home.png); }
			nav > ul > li.patient, nav > ul > li.patient > a { background-image: url(images/icons/users_2states.png); }
			nav > ul > li.protetica, nav > ul > li.protetica > a { background-image: url(images/icons/prot_icon.png); }
			/*nav > ul > li.paro, nav > ul > li.paro > a { background-image: url(images/icons/paro_icon.png); }*/
			nav > ul > li.treatment, nav > ul > li.treatment > a { background-image: url(images/icons/write_2states.png); }
			nav > ul > li.schedule, nav > ul > li.schedule > a { background-image: url(images/icons/schedule.png); }
			nav > ul > li.write, nav > ul > li.write > a { background-image: url(images/icons/write_2states.png); }
			nav > ul > li.comments, nav > ul > li.comments > a { background-image: url(images/icons/comments_2states.png); }
			nav > ul > li.gestiune, nav > ul > li.gestiune > a { background-image: url(images/icons/depozit.png); }
			
			nav > ul > li.medias, nav > ul > li.medias > a { background-image: url(images/icons/medias_2states.png); }
			nav > ul > li.image, nav > ul > li.image > a { background-image: url(images/icons/rx.png); }
			nav > ul > li.statistics, nav > ul > li.statistics > a { background-image: url(images/icons/stats_2states.png); }
			nav > ul > li.finance, nav > ul > li.finance > a { background-image: url(images/icons/finance.png); }
			/*nav > ul > li.settings, nav > ul > li.settings > a { background-image: url(images/icons/settings_2states.png); }*/
			nav > ul > li.settings, nav > ul > li.settings > a { background-image: url(images/icons/settings.png); }
			nav > ul > li.report, nav > ul > li.report > a { background-image: url(images/icons/print.png); }
			nav > ul > li.backup, nav > ul > li.backup > a { background-image: url(images/icons/backup_2states.png); }
			
			nav > ul > li.current {
				padding: 0 8px 13px 8px;
				margin: 0 -8px -13px -8px;
				background: url(images/tab-bg.png) no-repeat;
				}
				nav > ul > li.current > a,
				nav > ul > li > a:hover {
					opacity: 1;
					filter: none;
					-moz-transition: all 100ms;
					-webkit-transition: all 100ms;
					-o-transition: all 100ms;
					transition: all 100ms;
				}
			/* meniu drop-down */
			span.top-arrow {
				background: url(images/top-arrow.png) no-repeat;
				position:absolute;
				height:13px;
				width:50px;
				top:-13px;
				left: 50px;
			}
			
			ul.sub {
				display: none;
				position:relative;
				width:150px;
				background: #2d2d2d;
				border: solid 1px #b4b4b4;
				-webkit-border-radius: 10px;
				-moz-border-radius: 10px;
				border-radius: 10px;
				-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .5);
				-moz-box-shadow: 0 1px 3px rgba(0,0,0, .5);
				box-shadow: 0 1px 3px rgba(0,0,0, .5);
				margin-left:-43px;
				margin-top:0px;
				padding-bottom:3px;
			}
			
			nav > ul > li:hover > ul.sub {
				display: block;
			}
			
			ul.sub li {
				float: none;
				margin: 0;
				padding: 0;
				background:none;
				width:130px;
				border-top: 1px solid #4d4d4d;
				border-bottom: 1px solid #1a1a1a;
				margin-left:10px;
			}
			
			ul.sub li:first-child {
				border-top:0px;
			}
			ul.sub li:last-child {
				border-bottom:0;
			}
			
			ul.sub li a {
				font-weight: normal;
				text-shadow: 0 1px 0 #000;
				background:none !important;
				color:#fff;
				font-size:0.833em;
				text-transform:uppercase;
				line-height:2.2em;
				text-decoration:none;
			}
			
			ul.sub li a:hover{
				color:#97bbdd;
			}
			
			#sub-nav .current_page{
				display: block;
				float: left;
				height: 2.2em;
				font-size: 1em;
				text-transform:uppercase;
				padding: 0.1em;
				width: 150px;
				margin-left: 405px;
				display:block;	
				text-shadow: 0 1px 0 #000;			
			}		
			
			nav > ul > li > ul:not(.sub) {
				position: absolute;
				left: 0;
				top: 70px;
				display: none;
				padding-top: 0.333em;
				background: none;
				}
				nav > ul > li.current > ul:not(.sub) {
					display: block;
				}
				nav > ul > li > ul:not(.sub) > li,
				#sub-nav a.nav-button {
					display: block;
					float: left;
					height: 2.2em;
					font-size: 0.833em;
					line-height: 2.2em;
					padding: 0.1em;
					width: auto;
					background: #465a6e url(images/old-browsers-bg/subnav-bt-border-bg.png) repeat-x;
					-webkit-background-size: 100% 100%;
					-moz-background-size: 100% 100%;
					-o-background-size: 100% 100%;
					background-size: 100% 100%;
					background: -moz-linear-gradient(top, #9faab6, #465a6e);
					background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#9faab6), to(#465a6e));
					margin-right: 0.5em;
					-moz-border-radius: 0.417em;
					-webkit-border-radius: 0.417em;
					-webkit-background-clip: padding-box;
					border-radius: 0.417em;
					color: white;
					text-transform: uppercase;
					-moz-box-shadow: 0 0 7px #000000;
					-webkit-box-shadow: 0 0 7px #000000;
					box-shadow: 0 0 7px #000000;
					text-decoration: none;
					-moz-transition: all 1s;
					-webkit-transition: all 1s;
					-o-transition: all 1s;
					transition: all 1s;
					}
					nav > ul > li > ul:not(.sub) > li.current {
						height: 3.1em;
						line-height: 3.1em;
						color: #333;
						padding: 0;
						-moz-border-radius-bottomleft: 0;
						-moz-border-radius-bottomright: 0;
						-webkit-border-bottom-left-radius: 0;
						-webkit-border-bottom-right-radius: 0;
						border-bottom-left-radius: 0;
						border-bottom-right-radius: 0;
						-moz-box-shadow: none;
						-webkit-box-shadow: none;
						box-shadow: none;
						background: #dadada url(images/old-browsers-bg/subnav-current-bt-border-bg.png) repeat-x;
						background: -moz-linear-gradient(
							top,
							white,
							#dadada 7%,
							#dadada
						);
						background: -webkit-gradient(
							linear,
							left top, left bottom,
							from(white),
							to(#dadada),
							color-stop(0.07, #dadada)
						);
					}
					nav > ul > li > ul:not(.sub) > li > a,
					#sub-nav a.nav-button > b {
						display: block;
						height: 2.2em;
						line-height: 2.2em;
						width: auto;
						padding: 0 1em;
						color: white;
						text-indent: 0;
						text-decoration: none;
						-moz-border-radius: 0.3em;
						-webkit-border-radius: 0.3em;
						-webkit-background-clip: padding-box;
						border-radius: 0.3em;
						font-weight: normal;
						-moz-transition: all 1s;
						-webkit-transition: all 1s;
						-o-transition: all 1s;
						transition: all 1s;
					}
					nav > ul > li > ul:not(.sub) > li > a,
					#sub-nav a.nav-button > b,
					nav > ul > li > ul:not(.sub) > li.with-menu .menu,
					nav > ul > li > ul >:not(.sub) li.menu-opener .menu-arrow {
						background: #1d2a36 url(images/old-browsers-bg/subnav-bt-bg.png) repeat-x !important;
						-webkit-background-size: 100% 100%;
						-moz-background-size: 100% 100%;
						-o-background-size: 100% 100%;
						background-size: 100% 100%;
						background: -moz-linear-gradient(top, #858d95, #46505b 50%, #38424d 50%, #1c2733) !important;
						background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#858d95), to(#1c2733), color-stop(.5, #46505b), color-stop(.5, #38424d)) !important;
					}
					nav > ul > li > ul:not(.sub) > li.current > a {
						background: none !important;
						height: 2.8em;
						line-height: 2.8em;
						color: #333;
					}
					nav > ul > li > ul:not(.sub) > li:hover,
					#sub-nav a.nav-button:hover, #sub-nav a.nav-button.current {
						background: #6dc0e5 url(images/old-browsers-bg/subnav-bt-hover-border-bg.png) repeat-x;
						-webkit-background-size: 100% 100%;
						-moz-background-size: 100% 100%;
						-o-background-size: 100% 100%;
						background-size: 100% 100%;
						background: -moz-linear-gradient(top, #cbe9f7, #6dc0e5);
						background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cbe9f7), to(#6dc0e5));
						-moz-transition: all 100ms;
						-webkit-transition: all 100ms;
						-o-transition: all 100ms;
						transition: all 100ms;
						}
						nav > ul > li > ul:not(.sub) > li.current:hover {
							background: #dadada url(images/old-browsers-bg/subnav-current-bt-border-bg.png) repeat-x;
							background: -moz-linear-gradient(
								top,
								white,
								#dadada 7%,
								#dadada
							);
							background: -webkit-gradient(
								linear,
								left top, left bottom,
								from(white),
								to(#dadada),
								color-stop(0.07, #dadada)
							);
						}
						nav > ul > li > ul:not(.sub) > li > a:hover,
						#sub-nav a.nav-button:hover > b, #sub-nav a.nav-button.current > b,
						nav > ul > li > ul:not(.sub) > li.with-menu .menu:hover,
						nav > ul > li > ul:not(.sub) > li.menu-opener:hover .menu-arrow {
							background: #305d79 url(images/old-browsers-bg/subnav-bt-hover-bg.png) repeat-x !important;
							-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(109, 192, 229, 0), rgba(109, 192, 229, 0.2) 25%, rgba(109, 192, 229, 0.4) 50%, rgba(109, 192, 229, 0.3) 75%, rgba(109, 192, 229, 0)),
										-moz-linear-gradient(top, #afc2cf, #537288 50%, #45667c 50%, #2c526b) !important;
							background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(rgba(109, 192, 229, 0)), to(rgba(109, 192, 229, 0)), color-stop(.25, rgba(109, 192, 229, 0.3)), color-stop(.5, rgba(109, 192, 229, 0.4)), color-stop(.75, rgba(109, 192, 229, 0.3))),
										-webkit-gradient(linear, 0% 0%, 0% 100%, from(#afc2cf), to(#2c526b), color-stop(.5, #537288), color-stop(.5, #45667c)) !important;
							-moz-box-shadow: 0 0 7px #cbe9f7;
							-webkit-box-shadow: 0 0 7px #cbe9f7;
							box-shadow: 0 0 7px #cbe9f7;
							-moz-transition: all 100ms;
							-webkit-transition: all 100ms;
							-o-transition: all 100ms;
							transition: all 100ms;
						}
						nav > ul > li > ul:not(.sub) > li.current > a:hover {
							background: none !important;
							color: #666;
							-moz-box-shadow: none;
							-webkit-box-shadow: none;
							box-shadow: none;
						}

#sub-nav {
	border-top: 1px solid #ff6500;
	height: 2.667em;
	line-height: 2em;
	background: black url(images/old-browsers-bg/subnav-bg.png) repeat-x;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	background: -moz-linear-gradient(top, #303135, #3c3d42 6%, #404447 18%, #34383b 50%, #25292c 50%, #1a1b1f 63%, black);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#303135), to(black), color-stop(.06, #3c3d42), color-stop(.18, #404447), color-stop(.5, #34383b), color-stop(.5, #25292c), color-stop(.63, #1a1b1f));
	text-align: right;
	color: white;
	}
	#sub-nav a.nav-button {
		float: left;
		margin: 0 0 0 1em;
	}
	/* IE class */
	.ie7 #sub-nav a.nav-button {
		margin-top: 0.333em;
	}

#status-bar {
	height: 3.25em;
	line-height: 3.167em;
	background: white url(images/old-browsers-bg/status-bar-bg.png) repeat-x;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	background: -moz-linear-gradient(top, white, #dadada 6%, white 92%, #cfcfcf);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#cfcfcf), color-stop(.05, #dadada), color-stop(.92, white));
	border-bottom: 1px solid #969696;
	text-align: right;
	color: #7b7b7b;
	position: absolute;
	bottom: 0px;
	width: 100%;
	}
	#status-infos {
		float: right;
		margin-bottom: 0;
		margin-right:10px;
		}
		#status-infos > li {
			float: left;
			margin-left: 0.5em;
			position: relative;
			z-index: 90;
			}
			#status-infos > li.spaced {
				padding-right: 0.5em;
			}
	
	#breadcrumb {
		float: left;
		border: 1px solid;
		border-color: #0099cc #006699 #003366;
		-moz-border-radius: 0.417em;
		-webkit-border-radius: 0.417em;
		-webkit-background-clip: padding-box;
		border-radius: 0.417em;
		-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
		-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
		height: 1.75em;
		line-height: 1.5em;
		margin: 0.667em 1em 0 0;
		background: #0c5fa5 url(images/old-browsers-bg/breadcrumb-bg.png) repeat-x;
		-webkit-background-size: 100% 100%;
		-moz-background-size: 100% 100%;
		-o-background-size: 100% 100%;
		background-size: 100% 100%;
		background: -moz-linear-gradient(
			top,
			white,
			#72c6e4 5%,
			#0c5fa5
		);
		background: -webkit-gradient(
			linear,
			left top, left bottom,
			from(white),
			to(#0c5fa5),
			color-stop(0.05, #72c6e4)
		);
		}
		#breadcrumb li {
			float: left;
			color: white;
			height: 1.75em;
			padding: 0.083em 1em 0 0;
			background: url(images/breadcrumb-sep.png) no-repeat right center;
			}
			#breadcrumb li:last-child {
				padding-right: 0;
				background: none;
			}
			/* IE class */
			#breadcrumb li.last-child {
				padding-right: 0;
				background: none;
			}
			#breadcrumb li a,
			#breadcrumb li span {
				display: block;
				height: 0.8em;
				color: white;
				text-decoration: none;
				padding: 0 0.75em 0 0.667em;
				-moz-transition-duration: 1s;
				-webkit-transition-duration: 1s;
				transition-duration: 1s;
			}
			#breadcrumb li a:hover {
				background: -moz-linear-gradient(left, rgba(109, 192, 229, 0), rgba(109, 192, 229, 0.8) 25%, rgba(109, 192, 229, 1) 50%, rgba(109, 192, 229, 0.8) 75%, rgba(109, 192, 229, 0));
				background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(rgba(109, 192, 229, 0)), to(rgba(109, 192, 229, 0)), color-stop(.25, rgba(109, 192, 229, 0.8)), color-stop(.5, rgba(109, 192, 229, 1)), color-stop(.75, rgba(109, 192, 229, 0.8)));
				-moz-transition-duration: 100ms;
				-webkit-transition-duration: 100ms;
				transition-duration: 100ms;
			}
			#breadcrumb li img {
				margin-bottom: -4px;
			}

#header-shadow {
	background: url(images/old-browsers-bg/status-bar-shadow.png) repeat-x;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	height: 0.75em;
	position: absolute;
	z-index: 87;
	left: 0;
	width: 100%;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0));
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)), color-stop(.3, rgba(0, 0, 0, 0.1)));
	}

#control-bar:after,
.columns:after,
.content-columns:after,
article:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

#control-bar,
.columns,
.content-columns,
article {
	display: inline-block;
}

* html #control-bar,
* html .columns,
* html .content-columns,
* html article {
	height: 1%;
}

#control-bar,
.columns,
.content-columns,
article {
	display: block;
}

/* ########## END HEADER ############ */

/********************* 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;
	-webkit-background-clip: padding-box;
	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;
			}
/************ END TOOLTIP *******************/

/****************** 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-replace {
	display: inline-block;
	width: 40px;
	height: 20px;
	background: url(images/mini-switch-bg.png) no-repeat 0 -24px;
	vertical-align: middle;
	cursor: pointer;
	}
	.mini-switch:checked + .mini-switch-replace {
		background-position: 0 0;
	}
	.mini-switch:disabled + .mini-switch-replace {
		background-position: 0 -48px;
	}
	/** IE class **/
	.mini-switch-replace-checked {
		background-position: 0 0;
	}
	.mini-switch-replace-disabled {
		background-position: 0 -48px;
	}
	
.grey {
	color: #666666;
}
.white-bg {
	background-color: white;
}
.light-grey-bg {
	background-color: #eee;
}
.grey-bg {
	background-color: #c1c8cb;
	}
	.block-content .grey-bg {
		background-color: #e6e6e6;
	}
	p.bg {
		padding: 0.417em 0.5em;
		-moz-border-radius: 0.333em;
		-webkit-border-radius: 0.333em;
		-webkit-background-clip: padding-box;
		border-radius: 0.333em;
	}


/****************** Simple list *****************/
div.simple-list, .simple-list li {
	background: #f2f2f2;
	-moz-border-radius: 0.417em;
	-webkit-border-radius: 0.417em;
	-webkit-background-clip: padding-box;
	border-radius: 0.417em;
	padding: 0.75em;
	color: #333333;
	margin-bottom: 0.25em;
	}
	div.simple-list{
		padding:0.7em 0.3em;
		margin-bottom:0.7em;
	}
	.simple-list li:last-child {
		margin-bottom: 0;
	}
	/* IE class */
	.simple-list li.last-child {
		margin-bottom: 0;
	}
	.simple-list li a,
	.simple-list li span {
		display: block;
		margin: -0.75em;
		padding: 0.85em;
		color: #333333;
		background-repeat: no-repeat;
		background-position: 0.667em center;
		-moz-border-radius: 0.417em;
		-webkit-border-radius: 0.417em;
		-webkit-background-clip: padding-box;
		border-radius: 0.417em;
		}
		.simple-list li:hover,
		.simple-list li span:hover {
			background-color: #e0e0e0;
		}
		
		.simple-list.with-icon li a,.simple-list.with-icon li span,.simple-list .with-icon li a,.simple-list .with-icon li span,
		.simple-list li.with-icon a,.simple-list li.with-icon span {
			background-image: url(images/icons/fugue/control-000-small.png);
			padding-left: 2.5em;
		}
		.simple-list.with-icon.stop a{
			background-image: url(images/icons/fugue/cross-circle.png);
			padding-left: 2.5em;
		}
				
.simplemodal-overlay{background: #000 url(images/black50.png); opacity: .30;filter:Alpha(Opacity=30); position:absolute;top:0;left:0;}

/* TipTip CSS - Version 1.2 */

#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_content {
	font-size: 11px;
	color: #fff;
	text-shadow: 0 0 2px #000;
	padding: 4px 8px;
	border: 1px solid rgba(255,255,255,0.25);
	background-color: rgb(25,25,25);
	background-color: rgba(25,25,25,0.92);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 3px #555;
	-webkit-box-shadow: 0 0 3px #555;
	-moz-box-shadow: 0 0 3px #555;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #fff;
	border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
	border-bottom-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
	border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
	border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(25,25,25);
	border-top-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(25,25,25);
	border-bottom-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(25,25,25);
	border-right-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(25,25,25);
	border-left-color: rgba(25,25,25,0.92);
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	#tiptip_content {
		padding: 4px 8px 5px 8px;
		background-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
		border-bottom-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner { 
		border-top-color: rgba(20,20,20,0.92);
	}
}
