td.actions {
	white-space: nowrap;
}

td.actions a {
	padding: 0 6px;
}

#header h1 a:hover {
	background: transparent;
}

#header {
	height: 60px;
}

#header h1 {
	padding: 5px 50px;
	background: none;
}

#footer, #credits, #admin-low {
	clear: both;
	padding: 6px 10px;
	text-align: center;
}

#admin-low .left, #admin-low .right {
	margin-right: 15px;
	padding: 3px 5px;
	color: #000;
	background: #fff;
}

#admin-low span {
	font-weight: bold;
}

#menuPreview {
	float: left;
}

.menuEditLink, .pageEditLink, #menuPreview span {
	font-size: 9px;
}

div.menuDisplay0 a, div.menuDisplay0 span {
	color: #999;
}

h3 span {
	color: #000;
	font-size: 10px;
	font-weight: normal;
}
tr.stripe1, tr.stripe1 a {
	background: #f6f6f6;
}

tr.stripe2 {
	background: #fff;
}

td.content div {
	margin: 1em auto;
	width: 375px;
	height: 150px;
	text-align: center;
	overflow: auto;
}

#menuPreview, #menuEdit {
	float: left;
	margin: 10px auto;
	padding: 5px;
	width: 390px;
	/*border: solid 1px #000;*/
}

#menuPreview ul, #menuPreview li {
	list-style-type: none;
	/*list-style-position: inside;*/
	white-space: nowrap;
}

#menuPreview ul {
	margin: 5px 0 0 0;
	padding: 0 0 5px 4px;
	border-left: dotted 1px #666;
	border-top: dotted 1px #666;
	/*padding-left: 5px;*/
}

#menuPreview li {
	margin: 3px 0 3px 5px;
	/*margin-left: 10px;*/
}

#menuPreview li>ul {
	margin-bottom: 10px
}

#menuEdit {
	width: 350px;
}

#menuEdit form {
	margin: 0 auto;
	width: 90%;
}

#menuEdit form div.submit {
	margin: 0 auto;
	text-align: center;
}

#PageLinkLabel span {
	font-size: 10px;
}

div.menuCenter {
	margin: 0 auto;
	width: 760px;
}

.admin_tip {
	text-align: center;
}

.admin_tip p {
	font-size: x-small;
}

/* Misc Stuff */

.right {
	float: right;
}

.left {
	float: left;
}

.center {
	margin: 0 auto;
}

.clear {
	clear: both;
}

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

.clearFix {
	display: block;
}

.notice {
	background-color: #c6c65b;
	color: #fff;
	display: block;
	font-size: 16px;
	padding: 0.5em;
	margin: 1em 0;
}

.success {
	background: green;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
