@charset "utf-8";
/* ############################################################################################## Box globals */
	.box {}
		.box .header {}
			.box .header h3 {
				background: #aa8374;
				color: #fff;
				-moz-border-radius-topleft: 3px;
				-moz-border-radius-topright: 3px;
				-webkit-border-top-left-radius: 3px;
				-webkit-border-top-right-radius: 3px;
				}
		.box .content {}
			.box .content h4 {}
				.box .content h4 a {}
			.box .error {
				font-weight: bold;
				color: #d00;
				}
/* ############################################################################################## Table */
	.box.table {}
		.box.table .content {}
			.box.table table {}
				.box.table table tr {}
					.box.table table thead {}
						.box.table table thead th {}
							.box.table table thead th a {}
					.box.table table tfoot {}
						.box.table table tfoot th {}
					.box.table table tbody {}
						.box.table.highlight table tbody tr:hover td, 
						.box.table.highlight.h table tbody tr:hover th {}
							.box.table.highlight table.no-highlight tbody tr:hover td, 
							.box.table.highlight.h table.no-highlight tbody tr:hover th {}
						.box.table table tbody th {}
						.box.table.h table tbody th {}
						.box.table.v table tbody th {}
						.box.table table td {}
							.box.table table td.error, 
							.box.table table td div.error { color: #d00; }
						.box.table.h .content table tbody tr td ul {
							margin: 0;
							padding: 0;
							}
							.box.table.h .content table tbody tr td ul li {
								margin: 0;
								padding: 0;
								}
		.box.table .footer {}
		.box .footer.menu {}
			.box .footer.menu ul {}
				.box .footer.menu li {}
					.box .footer.menu li a {}
						.box .footer.menu li a:hover {}
		.box .footer.menu.h {}
			.box .footer.menu.h ul {}
				.box .footer.menu.h li {}
					.box .footer.menu.h li a {}
	.box.table.v {}
		.box.table.v .content {}
			.box.table.v table {}
				.box.table.v table tbody {}
					.box.table.v table tbody td {}
/* ############################################################################################## Menu */
	.box.menu {}
		.box.menu .header {}
			.box.menu .header h3 {}
		.box.menu .content {}
			.box.menu .content ul {}
				.box.menu .content ul li {}
					.box.menu .content ul li a {}
						.box.menu .content ul li a:hover {}
					.box.menu .content ul li span {}
			.box.menu .content h4 {}
			.box.menu .content p {}
		.box.menu .footer {}
/* ############################################################################################## Text */
	.box.text {}
		.box.text .content {}
			.box.text .content ul {}
				.box.text .content ul li {}
					.box.text .content ul li a {}
						.box.menu .content ul li a:hover {}
					.box.text .content ul li span {}
			.box.text .content table {
				margin: 0 0 12px;
				width: 100%;
				}
				.box.text .content table tbody td, 
				.box.text .content table tbody th { padding: 2px; }
			.box.text .content table.zebra {}
				.box.text .content table.zebra tr.o td, 
				.box.text .content table.zebra tr.o th { background: #fafaf3; }
			.box.text .content h4 {}
			.box.text .content p {}
		.box.text .footer {}
/* ############################################################################################## Progress */
.app.progress {
	line-height: 15px;
	width: 860px;
	background-image: url(/layout/global/img/app/progress/bg_ground_860.png);
	}
	.app.progress .content { width: 730px; }
/* ############################################################################################## Plugins */

