/* Front layout
========================= */


.qtip-content ul {
	padding-left: 15px;
}
.qtip-content ul li {
	list-style-type: square;
}
.qtip-content p {
	margin-bottom: 10px;
}
.qtip-content .last {
	margin-bottom: 0;
}



html {
	background-color: #f1f1f1;
}
	body {
		font: 0.75em "Lucida Grande", "Lucida Sans", Arial, Verdana, sans-serif;
		color: #000;
		background-color: #f1f1f1;
	}
		.header {
			margin: 0 auto;
			max-width: 950px;
			padding-top: 0px;
			min-height: 37px;
		}
			.header .left {
				float: left;
			}
			.header .right {
				float: right;
			}
				.header .right .site_search {
					margin: 10px 0 0 0;
					}
					.header .right .site_search input {
						width: 250px;
						font-style: italic;
						color: #d1d1d1;
						border: 1px solid #CCCCCC;
						padding: 3px 1px;
					}
					.header .right .site_search input.full {
						font-style: normal;
						color: #000;
					}
			.header .page_select {
				position: relative;
				float: left;
			}
				.header .page_select a {
					text-decoration: none;
				}
				.header .page_select a:hover {
					text-decoration: underline;
				}
				.header .page_select h1 {
					font-size: 1.3em;
					padding: 2px 5px 2px 0;
					margin: 10px 5px 0 0;
					font-weight: bold;
				}
				.header .page_select .groups {
					display: none;
					position: absolute;
					top: 100%;
					left: -1px;
					z-index: 10;
					width: 950px;
				}
				.header .page_select:hover .groups {
					display: block;
				}
					.header .page_select .groups div {
						background-color: #fff;
						float: left;
						border-right: 1px solid #e9e9e9;
						border-bottom: 1px solid #e9e9e9;
						border-left: 1px solid #e9e9e9;
					}
					.header .page_select .groups > div {
						-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
						-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
						-moz-border-radius-bottomleft: 5px;
						-moz-border-radius-bottomright: 5px;
						-webkit-border-bottom-left-radius: 5px;
						-webkit-border-bottom-right-radius: 5px;
					}
						.header .page_select .groups div .group {
							float: left;
							padding: 10px;
							border: 0;
						}
							.header .page_select .groups div .group h3 {
								font-weight: bold;
								font-size: 1.1em;
								margin: 0;
							}
							.header .page_select .groups div .group a {
								display: block;
								width: 100%;
							}
							.header .page_select .groups div .group h3,
							.header .page_select .groups div .group a {
								padding: 0px 5px;
							}
			.header .model_actions {
				float: left;
			}
				.header .model_actions li {
					float: left;
				}
					.header .model_actions li a.tab,
					.header .model_actions li span.tab {
						float: left;
						display: block;
						padding: 1px 6px 0;
						margin: 10px 5px 0 0px;
						-moz-border-radius-topleft: 5px;
						-moz-border-radius-topright: 5px;
						-webkit-border-top-left-radius: 5px;
						-webkit-border-top-right-radius: 5px;
						background-color: #d1d1d1;
						text-decoration: none;
						line-height: 26px;
					}
					.header .model_actions li a.tab.current,
					.header .model_actions li span.tab.current {
						background-color: #fff;
						font-weight: bold;
					}
					.header .model_actions li a.tab:hover,
					.header .model_actions li span.tab a:hover {
						text-decoration: underline;
					}
						.header .model_actions li a.tab .record_selector,
						.header .model_actions li span.tab .record_selector {
							background-color: #d1d1d1;
							border: 0;
							max-width: 150px;
						}
						.header .model_actions li a.tab.current .record_selector,
						.header .model_actions li span.tab.current .record_selector {
							background-color: #fff;
						}
						.header .model_actions li span.tab a {
							text-decoration: none;
						}
						.header .model_actions li .tab img {
							vertical-align: middle;
						}
		.content {
			border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			margin: 0 auto;
			max-width: 950px;
			padding-top: 0px;
			position: relative;
			background-color: #fff;
			-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
			-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
			overflow: visible;
		}
			.content .main table {
				clear: left;
			}
		.footer {
			max-width: 950px;
			margin: 0 auto 200px;
			padding: 10px 0;
		}
			.footer .crumbs {
				float: left;
				white-space: nowrap;
			}
			.footer .nav {
				float: right;
				white-space: nowrap;
			}
.ui-datepicker-trigger {
	margin-right: 5px;
	cursor: pointer;
}
th.action {
	width: 30px;
}
tr.search {
	background-color: #F9FFEF;
}
.bulk_action span {
	line-height: 23px;
	margin-right: 2px;
}
h2 {
	font-size: 1.6em;
	font-weight: bold;
	margin: 0 0 0 5px;
	padding: 10px 0;
	letter-spacing: -0.05em;
}
h3 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 0 0 5px;
	padding: 10px 0;
	letter-spacing: -0.05em;
}
.ui-resizable-handle.ui-resizable-s {
	background: #f7f7f7 url(/adm/img/grip.gif) no-repeat center;
}
td.write.html .input.textarea.ui-resizable {
	margin-bottom: 5px;
}
td.write.html {
	height: 208px;
}

.content .generic {
	margin: 0 0 0 5px;
	padding: 0 0 10px 0;
	clear: both;
}
.content .flash_message {
	margin: 0 5px 5px;
	padding: 4px 7px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	color: #fff;
}
.content .flash_message.good {
	background-color: #008000;
}
.content .flash_message.bad {
	background-color: #DF2929;
}
.error-message {
	color: #ff0000;
	white-space: nowrap;
	clear: both;
}
.form_action .error-message {
	clear: none;
	float: left;
	display: inline;
}
	.form_action .error-message span {
		float: none;
	}
tr.search th a {
	font-weight: normal;
}
.hidden_fields {
	display: none;
}
.banner_message {
	margin: 20px 0;
	font-size: 1.2em;
	text-align: center;
	padding: 10px;
	background-color: #FFEE9F;
	border-top: 3px solid #FFFCEF;
	border-bottom: 3px solid #FFFCEF;
}
.direction {
	color: #4ea54b;
	padding-left: 19px;
	font-weight: normal;
	font-style: normal;
}
	.direction img.icon {
		margin-right: 3px;
		vertical-align: text-bottom;
	}
.nasty_browser_message {
	padding: 8px;
	border: 2px solid #EFAE00;
	color: #EFAE00;
	text-align: center;
}
	.nasty_browser_message h1 {
		font-weight: bold;
		font-size: 1.2em;
	}
	.nasty_browser_message a {
		color: #EFAE00;
	}
pre {
	font: 0.95em "Bitstream Vera Sans Mono", Monaco, "Lucida Sans Typewriter", "Courier New", Courier, monospace;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}

.help span {
	display: none;
}

.related_model {}
	.related_model h3 {
		float: left;
		display: inline;
		margin-right: 7px;
	}
	.related_model .links {
		padding: 15px 0 0 0;
	}
		.related_model .links a {
			float: left;
			display: inline;
			margin-right: 7px;
		}


td.write.link .select_container.wider {
	float: left;
	width: 97%;
}
td.write.link div.edit.wider {
	float: right;
	width: 2%;
	margin-left: 1%;
	text-align: right;
}
td.write.link .select_container.widest {
	float: left;
	width: 95%;
}
td.write.link div.edit.widest {
	float: right;
	width: 4.5%;
	margin-left: 0.5%;
	text-align: right;
	white-space: nowrap;
}

.controls {
	width: 950px;
	height: 37px;
}
	.table_action {
		background-color: #fff;
		padding: 5px;
		float: right;
		height: 26px;
		line-height: 27px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
		.table_action .section {
			float: left;
			border-right: 1px dotted #e9e9e9;
			padding: 0 5px;
			vertical-align: middle;
		}
		.table_action .section.last {
			float: left;
			border: 0;
			padding-right: 0;
		}
			.table_action .section select {
				border: 1px solid #e9e9e9;
			}
			.table_action input.page {
				width: 25px;
			}
			.table_action input.limit {
				width: 25px;
			}
			.table_action input.limit_big {
				width: 40px;
			}
			.table_action input.submit {
				display: none;
			}
	.form_action {
		background-color: #fff;
		padding: 5px;
		float: left;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
		.form_action div,
		.form_action select,
		.form_action input,
		.form_action span,
		.form_action img.arrow {
			float: left;
		}
		.form_action img.arrow {
			margin-top: 10px;
			margin-left: 7px;
			margin-right: 5px;
		}
		.form_action select {
			margin-top: 1px;
			padding: 1px;
			border: 1px solid #ccc;
		}



table th img {
	vertical-align: middle;
}



a {
	color: #000;
}
	table th,
	table td {
		padding: 5px;
		border: 1px dotted #e9e9e9;
		vertical-align: top;
	}
	table th {
		font-weight: 700;
	}
a.mixed {
	text-decoration: none;
}
	a.mixed span {
		text-decoration: underline;
	}




.main {
	clear: both;
}
	.main table {
		width: 100%;
	}
		.main td {}
		.main td.write {
			border: 1px solid #ccc;
		}
		.main td.write.html {
			padding: 0;
			min-width: 740px;
		}
			.main td.write.active input,
			.main td.write.active select,
			.main td.write.active textarea {
				background-color: #F9FFEF;
			}
			.main td.write.data_image div.image {
				float: left;
				margin-right: 5px;
			}
				.main td.write.data_image div.image img {
					display: block;
					border: 1px solid #e9e9e9;
				}
			.main td.write.boolean,
			.main th.write.boolean {
				padding-top: 8px;
				padding-left: 8px;
			}
			.main td.write .input.select select,
			.main td.write .input.textarea textarea,
			.main td.write .input.text input {
				width: 100%;
				border: 0;
			}
			.main td.write .input.datetime {}
				.main td.write .input.datetime img {
					vertical-align: middle;
				}
				.main td.write .input.datetime select {
					border: 1px solid #ccc;
				}
			.main td.write .input.date {}
				.main td.write .input.date img {
					vertical-align: middle;
				}
				.main td.write .input.date select {
					border: 1px solid #ccc;
				}
			.main td.write.data_image table.actions {
				float: left;
				width: auto;
				clear: none;
			}
				.main td.write.data_image table.actions td,
				.main td.write.data_image table.actions th {
					padding: 0 0 5px;
					border: 0;
				}
					.main td.write.data_image table.actions .helps {
						white-space: nowrap;
						clear: left;
					}
					.main td.write.data_image table.actions .help a,
					.main td.write.data_image table.actions a.source_link {
						font-size: .88em;
						background-color: #efefef;
						-moz-border-radius: 5px;
						-webkit-border-radius: 5px;
						padding: 3px 5px;
						display: inline;
						float: left;
						margin-right: 5px;
						margin-top: 1px;
						text-decoration: none;
					}
					.main td.write.data_image table.actions a.source_link:hover {
						background-color: #C9EF86;
						text-decoration: underline;
					}
					.main td.write.data_image table.actions .help a:hover {
						background-color: #C9EF86;
					}
					.main td.write.data_image table.actions label,
					.main td.write.data_image table.actions input {
						float: left;
						margin-right: 5px;
						line-height: 22px;
					}
					.main td.write.data_image table.actions .input.file input {
						width: 200px;
					}
					.main td.write.data_image table.actions label,
					.main td.write.data_image table.actions span.label {
						line-height: 22px;
					}
					.main td.write.data_image table.actions .delete {
						margin-top: 5px;
					}
					.main td.write.data_image table.actions .source {
						line-height: 22px;
					}
						.source img {
							vertical-align: middle;
						}
					
					
					.main td.write.data_image table.actions .crop_definitions {
						margin: -2px 3px -4px -2px;
					}
					.main td.write.data_image table.actions .crop_definitions:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
					.main td.write.data_image table.actions .crop_definitions { display: inline-block; }
					.main td.write.data_image table.actions .crop_definitions { display: block; }
						.main td.write.data_image table.actions .crop_definition {
							margin: 0 5px 0 0;
							float: left;
							border: 3px solid #fff;
						}
						.main td.write.data_image table.actions .crop_definition.active {
							background-color: #C9EF86;
							border-color: #C9EF86;
						}
						.main td.write.data_image table.actions .crop_definition:hover {
							background-color: #C9EF86;
							border-color: #C9EF86;
						}
							.main td.write.data_image table.actions .crop_definition label {
								font-size: .88em;
								text-align: center;
								display: block;
								float: none;
								padding: 0 3px;
								line-height: 15px;
								margin: 0 0 0 0;
							}
							.main td.write.data_image table.actions .crop_definition input {
							}
							.main td.write.data_image table.actions .crop_definition .preview {
								border: 1px solid #e9e9e9;
							}
							.main td.write.data_image table.actions .crop_definition.active .preview {
								border: 1px solid #C9EF86;
							}
		.main td.write.active {
			background-color: #F9FFEF;
		}
		
		
		
			.main td.read.data_image div.image {
				float: left;
				margin-right: 5px;
			}
				.main td.read.data_image div.image img {
					display: block;
				}
				.main td.read.data_image a.source_link {
					font-size: .88em;
					background-color: #efefef;
					-moz-border-radius: 5px;
					-webkit-border-radius: 5px;
					padding: 3px 5px;
					display: inline;
					float: left;
					margin-right: 5px;
					margin-top: 1px;
					text-decoration: none;
				}
				.main td.read.data_image a.source_link:hover {
					background-color: #C9EF86;
					text-decoration: underline;
				}


.pseudo_select {
	border: 1px solid #e9e9e9;
	padding: 2px 5px;
	margin-right: 3px;
	display: inline;
	position: relative;
}
	.pseudo_select ul {
		border: 1px solid #e9e9e9;
		display: none;
		position: absolute;
		top: 100%;
		left: -1px;
		background-color: #fff;
		z-index: 10;
	}
	.pseudo_select:hover ul {
		display: block;
	}
	.pseudo_select ul.wide {
		width: 200px;
	}
		.pseudo_select li a,
		.pseudo_select li span {
			display: inline;
			padding: 5px;
			text-decoration: none;
			white-space: nowrap;
		}
		.pseudo_select li a:hover {
			text-decoration: underline;
		}


		.page .pseudo_select li {
			display: inline;
		}

.hidden_link {
	text-decoration: none;
}
	.hidden_link span {
		text-decoration: none;
	}
	.hidden_link img {
		visibility: hidden;
		vertical-align: middle;
	}
	.hidden_link:hover span {
		text-decoration: underline;
	}
	.hidden_link:hover img {
		visibility: visible;
	}


.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.debug {
	clear: both;
	
}

