html, body {
	padding: 0;
	margin: 0;
}
body {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #666666;
}
#wrapper {
	width: 960px;
	text-align: left;
	margin: 0 auto;
	background: url(../images/bg-main.png) no-repeat;
}

#header {
	font-size: 3em;
	color: #ffffff;
	height: 170px;
	background: url(../images/logo.gif) no-repeat 40px 40px;
}

#content {
	padding: 1em;
}

#content table {
	width: 80%;
	margin: 0 auto;
}
#content div {
	border-bottom: none;
}
#content .content {
	padding: 5px;
	margin-left: 1em;
	border: 1px solid #cccccc;
}
#content .content table {
	width: 100%;
}
#content .content .grouping {
	border-top: 1px dotted #cccccc;
}
#content .grouping .heading {
	padding-left: 1.3em;
	background: url("../images/collapse.gif") 3px 3px no-repeat;
	margin: 4px;
	cursor: pointer;
}
#content .grouping .heading.collapsed {
	background: url("../images/expand.gif") 3px 3px no-repeat;
}
#content .content .content {
	border-right: none;
}

#footer {
	color: #ffffff;
	background: #00abb8;
	font-size: 0.8em;
	text-align: center;
	padding: 0.5em 0;
}

#footer a {
	color: #00edff;
	text-decoration: none;
}
#footer a:hover {
	color: #0e314f;
	text-decoration: underline;
}

#floatbox-box {
	padding: 1em;
	-moz-border-radius: 1em;
	border: 5px solid #000000;
}
#floatbox-box table {
	width: 80%;
	margin: 0 auto;
	text-align: left;
}
#floatbox-box table input, #floatbox-box table textarea {
	width: 100%;
}

.headerSortDown {
	background: url("../images/up.gif") center right no-repeat;
}
.headerSortUp {
	background: url("../images/down.gif") center right no-repeat;
}
.description_collapse {
	padding-left: 1.3em;
	overflow: hidden;
	background: url("../images/collapse.gif") 3px 3px no-repeat;
	cursor: pointer;
}
.description_collapse.collapsed {
	height: 1em;
	background: url("../images/expand.gif") 3px 3px no-repeat;
}

.edit, .edit_upload, .edit_select {
	background-color: #e6f1f2;
}
#menu {
	background: #00cbda;
	padding: 10px;
	color: #00abb8;
	text-align: right;
}
#menu a {
	color: #ffffff;
	text-decoration: none;
}
#menu a:hover {
	color: #0e314f;
	text-decoration: underline;
}

a {
	color: #00abb8;
	text-decoration: none;
}

a:hover {
	color: #0e314f;
	text-decoration: underline;
}

img, div, a, input { behavior: url(/dms/css/iepngfix.htc) }
