/* Core elements */
html, body {
	height: 100%;
}
body {
	background-color: #fefefe;
	color: #333333;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	min-width: 960px;
}
div#global_wrapper {
	margin-bottom: -29px;
	min-height: 100%;
	min-width: 980px;
}
em {
	font-style: italic;
}
small {
	font-size: 12px;
}
	small.error {
		color: #cf302d;
	}
	small.secondary {
		color: #777777;
		padding-left: 12px;
	}
strong {
	font-weight: bold;
}
ul, ol {
	margin: 0px;
	padding: 0px;
}


/* Basic overlay and loading */
div#overlay {
	background: rgba(00,00,00,.6);
	height: 100%;
	left: 0px;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 1000;
}
	div#overlay span#loading_overlay {
		background: rgba(00,00,00,.75) url(../img/admin/loading.gif) center center no-repeat;
		border-radius: 4px;
		color: #eeeeee;
		display: block;
		font-size: 10px;
		height: 30px;
		left: 50%;
		margin: -50px 0px 0px -100px;
		padding: 70px 10px 0px 10px;
		position: fixed;
		text-align: center;
		top: 50%;
		width: 180px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	}


/* Buttons */
.button, 
.button:hover, 
.button:visited, 
div.type_button, div.type_button:hover, 
input.type_button, input.type_button:hover, 
button, button:hover, 
div.qq-upload-button, div.qq-upload-button:hover {
	background-color: #dcdcdc;
	background-image: -moz-linear-gradient(top, #fefefe, #b8b8b8); 
  	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #fefefe),color-stop(1, #b8b8b8));	
	border: 1px solid #4c4c4c;
	border-radius: 4px;
	color: #2a2a2a;	
	display: inline;
	display: inline-block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	margin: 2px 2px;
	padding: 6px 10px;
	text-decoration: none;
	text-shadow: 0px 0px 2px #fefefe;
	vertical-align: baseline;
	white-space: nowrap;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

	.button.big, div.type_button.big, input.type_button.big, button.big {
		font-size: 20px;
		line-height: 20px;
		padding: 6px 10px;
	}
	.button.delete, div.type_button.delete, input.type_button.delete, button.delete {
		border-color: #a81816;
		background-color: #cf302d;
		background-image: -moz-linear-gradient(top, #e18185, #cf302d); 
		background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #e18185),color-stop(1, #cf302d));
		color: #ffffff;
		letter-spacing: 0px;
		text-shadow: 0px 0px 2px #000000;
	}	
		.button.delete.pressed, div.type_button.delete.pressed, input.type_button.delete.pressed, input.type_button.delete:active, button.delete.pressed {
			background-color: #7b0000;
			background-image: -moz-linear-gradient(top, #7b0000, #cf302d); 
			background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #7b0000),color-stop(1, #cf302d));
		}
	.button.edit, div.type_button.edit, input.type_button.edit, button.edit {
		border-color: #0a3a8a;
		background-color: #3e81e8;
		background-image: -moz-linear-gradient(top, #77b3f0, #0073e3); 
  		background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #77b3f0),color-stop(1, #0073e3));		
		color: #fff;
		text-shadow: 0px 0px 2px #000000;
	}
		.button.edit.pressed, div.type_button.edit.pressed, input.type_button.edit.pressed, input.type_button.edit:active, button.edit.pressed {
			background-color: #003295;
			background-image: -moz-linear-gradient(top, #003295, #0073e3); 
			background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #003295),color-stop(1, #0073e3));
		}
	.button.huge, div.type_button.huge, input.type_button.huge, button.huge {
		font-size: 30px;
		font-weight: normal;
		line-height: 30px;
		padding: 8px 16px 6px 16px;
	}
	.button.info, div.type_button.info, input.type_button.info, button.info {
		color: #ffffff;
		font-weight: bold;
		text-shadow: 0px 0px 2px #000000;
	}
	.button.input-sized, div.type_button.input-sized, input.type_button.input-sized, button.input-sized {
		font-size: 12px;
		font-weight: bold;
		line-height: 16px;
		padding: 5px 6px 3px 6px;
		vertical-align: top;
	}
	.button.light, div.type_button.light, input.type_button.light, button.light {
		font-weight: normal;
	}
	.button.new, div.type_button.new, input.type_button.new, button.new, div.qq-upload-button, div.qq-upload-button:hover {
		border-color: #12701d;
		background-color: #049f13;
		background-image: -moz-linear-gradient(top, #9ccfa1, #049f13); 
		background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #9ccfa1),color-stop(1, #049f13));
		color: #ffffff;
		text-shadow: 0px 0px 2px #000000;
	}
		.button.new.pressed, div.type_button.new.pressed, input.type_button.new.pressed, input.type_button.new:active, button.new.pressed {
			background-color: #005800;
			background-image: -moz-linear-gradient(top, #005800, #049f13); 
			background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #005800),color-stop(1, #049f13));
		}
	.button.warning, div.type_button.warning, input.type_button.warning, button.warning {
		border-color: #c04f11;
		background-color: #ff5e04;
		background-image: -moz-linear-gradient(top, #ff843f, #ff5e04); 
	  	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ff843f),color-stop(1, #ff5e04));
		color: #fff;
		text-shadow: 0px 0px 2px #000000;
	}
		.button.warning.pressed, div.type_button.warning.pressed, input.type_button.warning.pressed, button.warning.pressed {
			background-color: #c04f11;
			background-image: -moz-linear-gradient(top, #c04f11, #ff5e04); 
			background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #c04f11),color-stop(1, #ff5e04));
		}
	.button.pressed, .button.selected, div.type_button.pressed, div.type_button.selected, input.type_button:active, input.type_button.pressed, input.type_button.selected, button.pressed {
		background-color: #a7a7a7;
		background-image: -moz-linear-gradient(top, #b8b8b8, #8a8a8a); 
		background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #8a8a8a),color-stop(1, #b8b8b8));
		box-shadow: inset 0px 2px 4px rgba(0,0,0,.4);
		color: #ffffff;
		text-shadow: 0px 0px 2px #000000;
		-moz-box-shadow: inset 0px 2px 4px rgba(0,0,0,.4);
		-webkit-box-shadow: inset 0px 2px 4px rgba(0,0,0,.4);
	}
	.button.small, div.type_button.small, input.type_button.small, button.small, button, .ui-datepicker-trigger, .ui-datepicker-trigger:hover {
		border-radius: 3px;
		font-size: 12px;
		font-weight: normal;
		line-height: 12px;
		padding: 3px 4px 3px 4px;
		text-shadow: none;
	}
		.ui-datepicker-trigger, .ui-datepicker-trigger:hover {
			margin: 5px 0px 0px -68px;
			vertical-align: top;
			width: 65px;
		}
	.button strong, div.type_button strong, input.type_button strong, button strong {
		text-decoration: underline;
	}
	@-moz-document url-prefix() {
		input.type_button, input.type_button:hover { padding: 5px 10px; }
		input.type_button.big { padding: 2px 10px; }
		input.type_button.huge { padding: 4px 16px 1px 16px; }
		input.type_button.small { padding: 1px 2px 0px 2px; }
		.ui-datepicker-trigger, .ui-datepicker-trigger:hover { line-height: 13px; }
	}
	.button.disabled, div.type_button.disabled, input.type_button.disabled, button.disabled {
		background-color: #a7a7a7;
		background-image: -moz-linear-gradient(top, #b8b8b8, #8a8a8a); 
		background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #8a8a8a),color-stop(1, #b8b8b8));
		border-color: #4c4c4c;
		cursor: default;
		color: #ccc;
		opacity: .5;
		filter: alpha(opacity=50); 
	}

	
/* Feedbacks and messageboxes */
ul#feedbacks {
	list-style: none;
	margin: 10px 0px;
	padding: 0;
}
	ul#feedbacks li, div.messagebox {
		border: none;
		background-color: #f9f9f9;
		border-radius: 4px;
		box-shadow: inset 0px 0px 4px rgba(0,0,0,.2);
		color: #333333;		
		cursor: pointer;
		font-size: 12px;
		margin: 20px 0px;
		padding: 5px 10px;
		-moz-border-radius: 4px;
		-moz-box-shadow: inset 0px 0px 4px rgba(0,0,0,.2);
		-webkit-border-radius: 4px;
		-webkit-box-shadow: inset 0px 0px 4px rgba(0,0,0,.2);
	}	
		ul#feedbacks li.type_error, div.messagebox.type_error {
			background: rgba(255, 0, 0, .3) url(../img/admin/feedbacks/error.png) 10px 8px no-repeat;
			box-shadow: inset 0px 0px 4px rgba(255, 0, 0, .5);
			font-weight: bold;
			padding-left: 28px;
			-moz-box-shadow: inset 0px 0px 4px rgba(255, 0, 0, .5);
			-webkit-box-shadow: inset 0px 0px 4px rgba(255, 0, 0, .5);
		}
		ul#feedbacks li.type_success, div.messagebox.type_success {
			background: rgba(4, 159, 19, .3) url(../img/admin/feedbacks/success.png) 10px 8px no-repeat;
			box-shadow: inset 0px 0px 4px rgba(4, 159, 19, .6);
			font-weight: bold;
			padding-left: 28px;
			-moz-box-shadow: inset 0px 0px 4px rgba(4, 159, 19, .6);
			-webkit-box-shadow: inset 0px 0px 4px rgba(4, 159, 19, .6);
		}
		ul#feedbacks li.type_strong, div.messagebox.type_strong {
			font-weight: bold;
		}
		ul#feedbacks li.type_warning, div.messagebox.type_warning {
			background: rgba(255, 200, 0, .3) url(../img/admin/feedbacks/warning.png) 10px 8px no-repeat;
			box-shadow: inset 0px 0px 4px rgba(255, 200, 0, .5);
			font-weight: bold;
			padding-left: 28px;
			-moz-box-shadow: inset 0px 0px 4px rgba(255, 200, 0, .5);
			-webkit-box-shadow: inset 0px 0px 4px rgba(255, 200, 0, .5);
		}
		ul#feedbacks li:hover a.feedback_hide {
			background: transparent url(../img/admin/feedback_close.png) 0px 0px no-repeat;
			display: block;
			float: right;
			height: 16px;
			margin-top: 1px;
			width: 16px;
		}
			ul#feedbacks li:hover a.feedback_hide:hover {
				background-position: 0px -16px;
			}
div.box {
	background-color: #f6f6f6;
	background-position: center 16px;
	background-repeat: no-repeat;
	border-color: #d0d0d0 #b0b0b0 #b0b0b0 #d0d0d0;
	border-style: solid;
	border-width: 1px;
	border-radius: 4px;
	display: block;
	padding: 10px 10px 15px 10px;
	margin: 10px auto;
	text-align: center;
	width: 50%;
	-webkit-box-shadow: 1px 1px 1px #c9c9c9;
}
	div.box.info {
		background-image: url(../img/admin/boxes/info.png);
		padding-top: 60px;
	}
	div.box.error {
		background-image: url(../img/admin/boxes/error.png);
		padding-top: 60px;
	}
	div.box.success {
		background-image: url(../img/admin/boxes/success.png);
		padding-top: 60px;
	}
	div.box.warning {
		background-image: url(../img/admin/boxes/warning.png);
		padding-top: 60px;
	}
	div.box h1 {
		font-size: 16px;
		font-weight: bold;
		margin: 0px;
		padding: 0px 0px 10px 0px;
	}
	div.box p {
		font-size: 12px;
	}


/* Inputs (input, select, textarea, ...) */
input.type_address, input.type_captcha, input.type_date, input.type_datetime, input.type_email, input.type_float, input.type_integer, input.type_money, input.type_password, input.type_search, input.type_text, input.type_url, div.display_field_map, div.type_files, div.type_images, div.type_map {
	background-color: #fefefe;
	border: 1px solid #b8b8b8;
	border-radius: 4px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin: 2px 0px;
	padding: 4px 6px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
	input.placeholder {
        color: #c0c0c0;
    }
	input.type_text.big {
		font-size: 15px;
		margin-top: -3px;
		padding: 5px 6px;
	}
	@-moz-document url-prefix() {
		input.type_text.big { margin-top: -1px; padding: 4px 6px; }
	}
	input:focus, select:focus, textarea:focus, div.type_wysiswg:focus {
		border: 1px solid #77b3f0;
		box-shadow: 0px 0px 2px #3e81e8;
		-moz-box-shadow: 0px 0px 2px #3e81e8;
		-webkit-box-shadow: 0px 0px 2px #3e81e8;
	}
input.type_choice {
	margin: 0px 6px 0px 0px;
	padding: 0px;
	vertical-align: baseline;
}
input.type_boolean {
	margin-top: 2px;
	margin-right: 4px;
}
	label {
		padding: 0px 16px 0px 0px;
	}
		a.form_field_help {	
			background-color: #d0d0d0;
			border-radius: 4px;
			color: #333;
			margin: 0px 4px;
			padding: 2px 4px;
			text-decoration: none;
			text-transform: uppercase;
		}
			a.form_field_help:hover {
				background-color: #000;
				color: #eee;
			}	
			a.form_field_help label {
				padding: 0px 0px 0px 0px;
			}
input.type_search {
	background: transparent url(../img/admin/search.png) 2px 2px no-repeat;
	padding: 2px 20px;
}
	input.type_search:hover,
	input.type_search:focus, 
	input.type_search.active {
		background-position: 2px -18px;
	}
	div.type_search_container {
		display: inline-block;
		position: relative;
	}
		div.type_search_container a.type_search_reset {
			background: transparent url(../img/admin/search.png) 0px -40px no-repeat;
			height: 18px;
			overflow: hidden;
			position: absolute;
			right: 2px;
			top: 4px;
			width: 18px;
		}
			div.type_search_container a.type_search_reset:hover {
				background-position: 0px -60px;
			}
input.type_text_i18n,
textarea.type_text_i18n {
	background-color: #fefefe;
	border-style: none;
	border-left: 1px solid #b8b8b8;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 4px;
}
	input.type_text_i18n:focus,
	textarea.type_text_i18n:focus {
		border-color: #77b3f0;
		box-shadow: 0px 0px 2px #3e81e8;
		-moz-box-shadow: 0px 0px 2px #3e81e8;
		-webkit-box-shadow: 0px 0px 2px #3e81e8;
	}
select.type_choice { 
	border: 1px solid #b8b8b8;
	background-color: #fefefe;
	border-radius: 4px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin: 2px 0px;
	padding: 3px 6px 3px 6px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
	select.type_choice option {
		padding: 0px 6px;
	} 
		select.type_choice option.root {
			font-variant: small-caps;
		}
		select.type_choice option.level0 {
			font-weight: bold;
		}
textarea.type_text, textarea.type_wysiwyg, textarea.type_code { 
	border: 1px solid #b8b8b8;
	background-color: #fefefe;
	border-radius: 4px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin: 2px 0px;
	padding: 4px 6px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
	textarea.type_text {
		min-height: 100px;
	}
	textarea.type_wysiwyg { 
		height: 400px;
	}	
		div.form_field_input table { 
			width: auto;
		}
	textarea.type_wysiwyg_small {
		height: 180px;	
	} 	
		.form_field_input_fullwidth textarea.type_wysiwyg_small {
			height: 250px;	
		} 		
	textarea.type_code {
		font-family: "Menlo", "Courier New", Courier, monospace;
		font-size: 12px;
		height: 250px;
	}	
		.form_field_input_fullwidth textarea.type_code {
			height: 500px;
		}

input.disabled, select.disabled, textarea.disabled {
	background-color: #f4f4f4;
	color: #666666;
	-webkit-text-fill-color: #666666;
}


/* Type files and images */
div.type_files, div.type_images {
	padding-bottom: 5px;
	padding-top: 0px;
}
	div.type_files a.uploader, 
	div.type_images a.uploader {
		background: #eeeeee url(../img/admin/filebrowser_add.png) 0px 0px no-repeat;
		border: 1px solid #dcdcdc;
		border-radius: 4px;
		background-color: #eeeeee;
		background-repeat: no-repeat;
		color: #333333;
		display: block;
		height: 50px;
		margin: 5px 0px 0px 0px;
		text-decoration: none;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	}
		div.type_files a.uploader:hover,
		div.type_images a.uploader:hover {
			border: 1px solid #3e81e8;
			box-shadow: 0px 0px 2px #3e81e8;
			-moz-box-shadow: 0px 0px 2px #3e81e8;
			-webkit-box-shadow: 0px 0px 2px #3e81e8;
		}
		div.type_files a.uploader span,
		div.type_images a.uploader span {
			display: block;
			font-size: 14px;
			padding: 8px 10px 1px 110px;
		}
	div.type_files ul.type_file_browser,
	div.type_images ul.type_file_browser {
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
	}
		div.type_files ul.type_file_browser li,
		div.type_images ul.type_file_browser li {
			border: 1px solid #dcdcdc;
			border-radius: 4px;
			background-color: #F7F7F7;
			background-repeat: no-repeat;
			background-position: top left;
			display: block;
			height: 50px;
			overflow: hidden;
			margin: 5px 0 0 0;
			position: relative;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
		}
			div.type_files ul.type_file_browser li.file_browser_icon {
				background-position: 34px 9px;
				background-size: auto;
				-moz-background-size: auto;
				-webkit-background-size: auto;
			}
			div.type_files ul.type_file_browser li span.filebrowser_element_star {
				background: transparent url(../img/admin/star.png) -16px 0px no-repeat;
				display: inline-block;
				height: 16px;
				margin-bottom: -3px;
				width: 16px;
			}
			div.type_files ul.type_file_browser li div.filebrowser_element_actions,
			div.type_images ul.type_file_browser li div.filebrowser_element_actions {
				background-color: #eeeeee;
				float: right;
				text-align: right;
				padding: 12px;
				width: 126px;
			}
			div.type_files ul.type_file_browser li span.filebrowser_element_title, 
			div.type_images ul.type_file_browser li span.filebrowser_element_title {
				background-color: #eeeeee;
				border-left: 1px solid #dcdcdc;
				display: block;
				overflow: hidden;
				font-size: 14px;
				margin-left: 100px;
				padding: 8px 10px 1px 10px;
			}
				div.type_files ul.type_file_browser li span.filebrowser_element_title small, 
				div.type_images ul.type_file_browser li span.filebrowser_element_title small {
					display: inline-block;
					font-size: 10px;
					padding-left: 6px;
				}
			div.type_files ul.type_file_browser li span.filebrowser_element_size, 
			div.type_images ul.type_file_browser li span.filebrowser_element_size {
				background-color: #eeeeee;
				border-left: 1px solid #dcdcdc;
				display: block;
				font-size: 10px;
				margin-left: 100px;
				padding: 1px 10px 6px 10px;
			}
				div.type_files ul.type_file_browser li span.filebrowser_element_size a,
				div.type_images ul.type_file_browser li span.filebrowser_element_size a {
					color: #333333;
					text-decoration: none;
				}
				div.type_files ul.type_file_browser li span.filebrowser_element_size a:hover ,
				div.type_images ul.type_file_browser li span.filebrowser_element_size a:hover {
					text-decoration: underline;
				}
				div.type_files ul.type_file_browser li span.filebrowser_element_size a.link_delete, 
				div.type_images ul.type_file_browser li span.filebrowser_element_size a.link_delete {
					background: transparent url(../img/admin/filebrowser/delete.png) center left no-repeat;
					padding-left: 16px;
				}
				div.type_files ul.type_file_browser li span.filebrowser_element_size a.link_download,
				div.type_images ul.type_file_browser li span.filebrowser_element_size a.link_download {
					background: transparent url(../img/admin/filebrowser/download.png) center left no-repeat;
					padding-left: 16px;
				}
				div.type_files ul.type_file_browser li span.filebrowser_element_size a.link_edit, 
				div.type_images ul.type_file_browser li span.filebrowser_element_size a.link_edit {
					background: transparent url(../img/admin/filebrowser/edit.png) center left no-repeat;
					padding-left: 16px;
				}
				div.type_files ul.type_file_browser li span.filebrowser_element_size a.link_zoom, 
				div.type_images ul.type_file_browser li span.filebrowser_element_size a.link_zoom {
					background: transparent url(../img/admin/filebrowser/zoom.png) center left no-repeat;
					padding-left: 16px;
				}

/* Type interval */
.field_input_interval {

}	
	.field_input_interval label {
		padding-right: 8px;
	}
	.field_input_interval_start {
		float: left;
		width: 46%;
	}	
	.field_input_interval_stop {
		float: left;
		width: 46%;
	}		
		.field_input_interval_stop label {
			padding-left: 8px;
			padding-right: 8px;
		}
				
/* Type text_i18n */				
div.type_text_i18n {
	background-color: #ffffff;
	border: 1px solid #b8b8b8;
	border-radius: 4px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin: 2px 0px;
	overflow: hidden;
	padding: 0px;
	width: 500px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
	div.type_text_i18n div.type_text_i18n_row {
		border-top: 1px solid #b8b8b8;
		margin: 0px;
		height: 24px;
		overflow: hidden;
		padding: 0px;
	}	
		div.type_text_i18n div.type_text_i18n_row.type_text_i18n_row_big {
			height: 80px;
		}
		div.type_text_i18n div.type_text_i18n_row.type_text_i18n_row_huge {
			height: 214px;
		}
			.form_field_input_fullwidth div.type_text_i18n div.type_text_i18n_row.type_text_i18n_row_huge {
				height: 264px;
			}
		div.type_text_i18n div.type_text_i18n_row:first-child {
			border-top: none;
		}
			div.type_text_i18n div.type_text_i18n_row:first-child label {
				border-radius: 4px 0px 0px 0px;	
				-moz-border-radius: 4px 0px 0px 0px;
			}
			div.type_text_i18n div.type_text_i18n_row:last-child label {
				border-radius: 0px 0px 0px 4px;
				-moz-border-radius: 0px 0px 0px 4px;
			}
		div.type_text_i18n div.type_text_i18n_row label {
			background-color: #eeeeee;
			color: #333333;
			display: block;
			float: left;
			font-size: 12px;
			height: 100%;
			line-height: 24px;
			padding: 0px 6px;
			margin: 0px;
			width: 15%;
		}
		div.type_text_i18n div.type_text_i18n_row input.type_text_i18n,
		div.type_text_i18n div.type_text_i18n_row textarea.type_text_i18n  {
			margin: 0px;
		}
		div.type_text_i18n div.type_text_i18n_row textarea.type_text_i18n  {
			height: 72px;
			border-top-style: none;
			resize: none;
		}
			div.type_text_i18n div.type_text_i18n_row_huge textarea.type_text_i18n  {
				height: 200px;
			}
			div.type_text_i18n div.type_text_i18n_row .defaultSkin table.mceLayout {
				border-bottom-style: none;
				border-top-style: none;
				border-radius: 0px;
				-moz-border-radius: 0px;
				-webkit-border-radius: 0px;
			}


/* Date picker */
div.ui-datepicker {
	background-color: #dae2e9;
	border: 1px solid #b4b4b4;	
	border-radius: 4px 4px 0px 0px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 10px;
	position: relative;
	width: 200px;
	-moz-border-radius: 4px 4px 0px 0px;
}
	div#ui-datepicker-div {
		display: none;
		margin-left: 126px;
		margin-top: -23px;
		position: absolute;
		z-index: 199;
	}
	div.ui-datepicker .ui-datepicker-title {
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 12px;
		font-weight: bold;
		margin-bottom: 4px;
		padding: 4px 0px 0px 0px;
		text-align: center;
		text-transform: capitalize;
	}
	div.ui-datepicker a {
		color: #000;
		text-decoration: none;
		padding: 3px 2px 0;
	}
		div.ui-datepicker a.ui-datepicker-prev {
			float: left;
			position: absolute;
			top: 0px;
			left: 4px;
			width: 16px;
		}
		div.ui-datepicker a.ui-datepicker-prev, 
		div.ui-datepicker a.ui-datepicker-next {
			cursor: pointer;
		}
			div.ui-datepicker a.ui-datepicker-prev:hover, 
			div.ui-datepicker a.ui-datepicker-next:hover {
				font-weight: bold;
			}
		div.ui-datepicker a.ui-datepicker-next {
			float: right;
			position: absolute;
			top: 0px;
			right: 4px;
			text-align: right;
			width: 16px;
		}
		div.ui-datepicker a.disabled {
			cursor: default;
			color: #aaa;
		}
		div.ui-datepicker select {
			border: 1px solid #c6ced6;
			background-color: #dae2e9;
			border-radius: 4px;
			font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
			font-size: 12px;
		}
		div.ui-datepicker td {
			cursor: pointer;
		}
		div.ui-datepicker td.disabled {
			cursor: default;
		}
	table.ui-datepicker-calendar {
		border-style: none;
		background-color: #e1e8f1;
	    border-collapse: collapse;
	    margin: 0px;
	    width: 200px;
	}
		table.ui-datepicker-calendar thead {
			border-style: none;
		}
		table.ui-datepicker-calendar th {
			background: #dae2e9;
			border-style: none;
			font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
			font-size: 10px;
			font-weight: bold;
			padding: 3px 5px;
			text-align: center;
			text-transform: capitalize;
		}
		table.ui-datepicker-calendar td {
			background: #c6ced6;
			border: 1px solid #9eabba;
			color: #000;
			font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
			font-size: 13px;
			padding: 4px 2px;
			text-align: center;
			width: 20px;
		}
			table.ui-datepicker-calendar tr:hover td {
				background: #c6ced6;
			}
			table.ui-datepicker-calendar tr td:first-of-type {
				border-left-style: none;
			}
			table.ui-datepicker-calendar tr td:last-of-type {
				border-right-style: none;
			}
			table.ui-datepicker-calendar tr:last-of-type td {
				border-bottom-style: none;
			}
			table.ui-datepicker-calendar td.other-month {
				background: #dae2e9;
				color: #b4b4b4;
			}
			table.ui-datepicker-calendar td.ui-datepicker-today,
			table.ui-datepicker-calendar tr:hover td.ui-datepicker-today {
				background-color: #6d8ab6;
				background-image: -moz-linear-gradient(top, #6d8ab6, #576e92); 
			  	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #6d8ab6),color-stop(1, #576e92));
				border-color: #4c5f7f;
				color: #ffffff;
			}
				table.ui-datepicker-calendar td.ui-datepicker-today a,
				table.ui-datepicker-calendar tr:hover td.ui-datepicker-today a {
					color: #ffffff;
				}
			table.ui-datepicker-calendar td.ui-datepicker-current-day,
			table.ui-datepicker-calendar tr:hover td.ui-datepicker-current-day {
				background-color: #77b3f0;
				background-image: -moz-linear-gradient(top, #77b3f0, #0073e3); 
			  	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #77b3f0),color-stop(1, #0073e3));
				border-color: #677497;
				color: #ffffff;
			}	
				table.ui-datepicker-calendar td.ui-datepicker-current-day a,
				table.ui-datepicker-calendar tr:hover td.ui-datepicker-current-day a {
					color: #ffffff;
				}
			table.ui-datepicker-calendar td:hover,
			table.ui-datepicker-calendar td:hover a,
			table.ui-datepicker-calendar tr:hover td:hover,
			table.ui-datepicker-calendar tr:hover td:hover a {
				background: #ffffff;
				color: #000000;
			}
			table.ui-datepicker-calendar td.ui-datepicker-disabled, 
			table.ui-datepicker-calendar td.ui-datepicker-disabled:hover,
			table.ui-datepicker-calendar tr:hover td.ui-datepicker-disabled, 
			table.ui-datepicker-calendar tr:hover td.ui-datepicker-disabled:hover {
				background: #DAE2E9;
				color: #888;
			}
			table.ui-datepicker-calendar td.ui-datepicker-unselectable,
			table.ui-datepicker-calendar td.ui-datepicker-unselectable:hover,
			table.ui-datepicker-calendar tr:hover td.ui-datepicker-unselectable,
			table.ui-datepicker-calendar tr:hover td.ui-datepicker-unselectable:hover {
				background: #DAE2E9;
				color: #888;
			}
	
	
/* TipTip */
#tiptip_holder {
	display: none;
	left: 0;
	position: absolute;
	top: 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 {
	background-color: #000000;
	border: 1px solid #000000;
	border-radius: 4px;
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	padding: 3px 6px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
	#tiptip_content em {
		color: #cccccc;
		font-style: normal;
	}
#tiptip_arrow, #tiptip_arrow_inner {
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	position: absolute;
	width: 0;
}
	#tiptip_holder.tip_top #tiptip_arrow {
		border-top-color: #000000;
	}
	#tiptip_holder.tip_bottom #tiptip_arrow {
		border-bottom-color: #000000;
	}
	#tiptip_holder.tip_right #tiptip_arrow {
		border-right-color: #000000;
	}
	#tiptip_holder.tip_left #tiptip_arrow {	
		border-left-color: #000000;
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner {
		margin-top: -7px;
		margin-left: -6px;
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner {
		margin-top: -5px;
		margin-left: -6px;
	}
	#tiptip_holder.tip_right #tiptip_arrow_inner {
		margin-top: -6px;
		margin-left: -5px;
	}
	#tiptip_holder.tip_left #tiptip_arrow_inner {
		margin-top: -6px;
		margin-left: -7px;
	}
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	#tiptip_content {
		background-color: #000000;
		padding: 3px 6px 4px 6px;
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
		margin-top:-6px;
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner { 
		
	}
}
