body {
	background-color: #fff;
	margin: 0;
	padding: 24px 0;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 0.75em;
	color: #000;
	line-height: 1.5em;
}

h1 {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.5em;
	margin: 0 0 1em 0;
	color: #999;	
}

a,
a:visited {
	color: #ee3700;	
}

a:hover {
	color: #05e;	
}

a img {
	border: 0;
}

#mama {
	width: 960px;
	margin: 0 auto;
}

#header {
	padding: 0 0 24px 0;
}

#header-logo {
	width: 400px;
	height: 60px;
	display: block;
	float: left;
	margin: 0 92px 0 0;
}

#header-banner {
	float: left;
	width: 468px;
	height: 60px;
}

#header-end {
	clear: left;	
}

#main {
	overflow: auto;	
}

#main p:first-child {
	margin-top: 0;
}

#footer {
	padding: 24px 0 0 0;
	color: #999;
	font-size: 0.75em;
}

#footer-links {
	width: 468px;
	height: 60px;
	float: left;
	margin: 0 24px 0 0;
}

#footer-banner {
	width: 468px;
	height: 60px;
	float: left;
}

#footer-end {
	clear: left;	
}

#home-permission {
	font-style: italic;
	color: #999;	
}

#grid-form {}

table#grid {
	border-collapse: collapse;
	margin: 12px 0 24px 0;
	border-top: 1px #ccc dotted;
}

table#grid tr {
	border-bottom: 1px #ccc dotted;	
}

table#grid th {
	text-align: left;
	padding: 16px;
	vertical-align: top;
	background-color: #e0e0e0;
	border: 1px #ccc dotted;
}

table#grid td {
	padding: 16px;
	border: 1px #ccc dotted;
	vertical-align: top;	
}

table#grid select {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 0.75em;	
}

table#grid div.error {
	font-weight: bold;
	color: #c00;	
}

span.var-name {
	font-weight: bold;
	color: #05e;
}

span.var-desc {
	font-weight: normal;
	font-size: 0.825em;
	color: #484848;
}

button#done {
	display: block;
	width: 250px;
	height: 40px;
	border: 0;
	padding: 0;
	margin: 0 auto 16px auto;
	cursor: pointer;
	background: url("../images/done_button.gif") 0 0;
	text-indent: -9999px;
}

button#done:hover {
	background-position: -250px 0;
}

img.badge {
	width: 580px;
	height: 350px;
	display: block;
	margin: 0 auto 24px auto;
}

textarea.badge-html {
	width: 346px;
	height: 100px;
	border: 1px #9cf solid;
	padding: 4px;
	margin: 0;
}