/* Navigation */
ul.navLinks {
	padding-left: 2em;
	border-style: solid;
	border-color: #a2a6c3;
	border-width: 1px;
	background: #d2d6fe url('/img/admin/navi_background.gif') repeat-x top left;
}
	ul.navLinks li a {
		padding: 0.3em 1em;
		font-size: 1.4em;
		font-weight: bold;
		color: #000;
		text-decoration: none;
		/*border-left: 1px solid transparent;*/
	}
		ul.navLinks li:hover > a {
			background: #e6ffcb url('/img/admin/navi_hilight.gif') repeat-x top left;
		}

ul.navLinks li ul {
	background: #d2d6fe url('/img/admin/navi_background.gif') repeat-x top left;
	border: 1px solid #a2a6c3;
	border-top-width: 0px;
}
	ul.navLinks li ul li a {
		font-size: 1.2em;
		color: #000;
		text-decoration: none;
		border-width: 0px;
	}
		ul.navLinks li ul li:hover > a {
			border-width: 0px;
		}

/* Common elements */

h2 {
	padding-left: 2em;
	border-bottom: 1px solid #555;
}

table.styled {
	width: 90%;
	margin: 10px auto 0;
	border: 1px solid #bbb;
	border-collapse: collapse;
}
	table.styled td,
	table.styled th {
		min-height: 16px;
		padding: 0.2em 0.5em;
		white-space: nowrap;
	}
	
	table.styled tr td:first-child {
		width: 100%;
	}
	
	table.styled tr.odd {
		background-color: #E7F0FD;
	}
	table.styled th {
		text-align: center;
		font-size: 1.2em;
		border: 1px solid #ddd;
	}

dl dt {
	font-weight: bold;
}
	dl dd {
		margin-bottom: 1em;
	}

/* Specifics */

	
#content {
	padding: 0 1em;
}

#footer {
	text-align: center;
	padding: 1em;
}

blockquote {
	border: 1px solid #aaa;
	background-color: #f8f8f8;
	overflow: auto;
	padding: 1em;
}

/* Form */
div.input {
	margin: 1em 0;
}

label {
	font-size: 1.2em;
	margin-bottom: 0.3em;
}

div.error-message {
	color: #f00;
}
	
/* Display Order */
ul.display_orders {
	list-style-type: none;
	margin: 0 auto;
	padding: 1px 0;
	width: 50%;
	overflow: visible;
}

		ul.display_orders .handle {
			vertical-align: middle;
			float: left;
			margin-right: 0.5em;
			display: none;
		}

		ul.display_orders ul.flat {
			float: right;
		}
	.sortableSubmit {
		display: none;
		margin: 0 auto;
	}
#DisplayOrderIndexForm input{
	margin-top: 1em;
}

/* Login */
.text_box {
	width: 50%;
	margin: 0 auto;
	padding: 0;
}
	.text_box label {
		float: left;
		width: 29%;
		margin: 0;
		padding: 0;
	}
	.text_box .input input {
		width: 68%;
		float: left;
	}
		.text_box .submit input,
		.text_box .multiSubmit input {
			width: auto;
			float: none;
		}
	.text_box .select div {
		float: left;
		width: 68%
	}
	.text_box .error-message {
		margin-left: 33%;
	}
	
/* Uploads */

a.file, a.dir, a.image {
	padding-left: 20px;
}
	a.file {
		background: url('/img/admin/buttons/file-trans.png') no-repeat;
	}
	a.dir {
		background: url('/img/admin/buttons/dir-trans.png') no-repeat;
	}
	a.back {
		background: url('/img/admin/buttons/back-trans.png') no-repeat;
	}
	a.image {
		background: url('/img/admin/buttons/image-trans.png') no-repeat;
	}



