span.red {
	color: #ee334e;
}
span.green {
	color: #00ab66;
}
fieldset p a {
	font-weight:bold;
}
#main_content {
	position:relative;
}
/* index.php wrapper for category fieldset elements */
#categories {
	float:right;
	width:600px;
}
/* creates the tabbed boxes

   _______ fieldset
 _|legend |___________
| |_______|           |
| .ADM_mcat_detail    |
|   .ADM_mcat_img     |
|                     |
|_p___________________|

*/
fieldset {
	position: relative;
	margin: 30px 5px 15px 10px;
	border: 1px solid #ccc;
	padding:5px 5px 0 5px;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #eee;
	/*width:150px;*/
}
/* for totals at bottom of fieldset */
fieldset p {
	margin:0;
	padding:5px 5px 5px 0;
	color:#333;
}
fieldset legend {
	/* Fix for IE: absolutely position the legend
	* Doesn't effect firefox but does adversely effect Opera
	* So, use the fix below to reset (again) */
	position:absolute;
	top:-1em;
	margin : 0px 0px 0 5px;
	position: relative;
	border: #ddd 1px solid;
	padding: .5em;
	font-size : 18px;
	font-weight: bold;
	line-height: 1.2em;
	color:#000;
	background-color: #fff;
}
/* Fix for Opera for the fix for IE (!!) */
@media screen and (-webkit-min-device-pixel-ratio:0) {
/* Safari 3.0 and Chrome rules here */
	legend { top:0; }
}
/* Content that's "folded up" by default */
.adm-mcat-detail {
	position:relative;
	/*margin-bottom:12em;*/
	margin-left:3em;
	font-size:12px !important;
	width:18em;
}
.main-cats-accordion {
	margin: 2em auto !important;
	width: 600px;
}
.main-cats-accordion h3 {
	font-size: 18px;
}
.main-cats-accordion .object-count {
	bottom:0.5em;
	color:#000000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	position:absolute;
	right:3em;
}
/* Left-aligned picture */
.adm-mcat-img {
	padding:0 2em;
	float:right;
}
.adm-mcat-detail a, .adm-mcat-img a {
	font-weight: bold;
	color:#090 !important;
}
.adm-mcat-detail h2, .adm-mcat-img a h2 {
	font-size: 16px;
	padding-top:0;
	padding-bottom:1em;
}
/* Add/Edit Main Categories */
#main-cats-edit div {
	padding:.5em;
	/*border:1px solid #eee;*/
}
#main-cats-edit h2 {
	display:inline;
}
#main-cats-edit form {
	display:inline;
}

/* Sort Categories */
/* Presents a Green bar across the top of the browser window */
body.oc-admin #message {
	position:fixed;
	top:0;
	left:0;
	z-index:25;
	width:100%;
	border:solid 1px #90ac13; 
	background:#eef4d3 url('images/accept.png') 8px 6px no-repeat;
	color:#6b800d;
	font-weight:bold;
	padding:10px;
	line-height:1.2em;
	text-align:center;
}
#sort-space {
	position: relative;
}
/* Element that the "droppable" subcats are surrounded in */
#sort-space fieldset {
	display: block;
	border: 1px solid #999;
	padding:.5em;
}
#sort-space #unsorted {
	float:left;
}
/* wrapper */
#sort-space #cat-boxes {
	float:right;
}
#sort-space .cat-box {
	margin-top: 50px;
	width: 350px;
}
#sort-space legend {
	font-weight:bold;
	margin:.5em .5em 0 .5em;
}
#sort-space legend span {
	font-size: 15px;
	color: #00ab66;
}
#sort-space .cat-box-drop {
	min-height:3em;
	background-color:#eee;
	border:1px dashed #ccc;
	padding-bottom:1em;
}
/* the "droppable" categories */
#sort-space .category {
	color:#000;
	background-color:#fff;
	padding:8px;
	margin:3px;
	border:1px outset #06c;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	cursor:url('images/openhand.cur'), -moz-grab;
}
/* big button in the middle */
#sort-space .big-button {
	position: absolute;
	top: 0;
	left: 340px;
}
#sort-space .big-button button {
}
#sort-space .big-button h3 {
	margin: .5em 1em;
}

/* ICHEG select categories */
#icheg-select-cats {
	width: 600px;
	font-size: 16px;
}
#icheg-select-cats .cat {
	background: #eee;
	padding: 5px;
}
#icheg-select-cats .cat.even {
	background: #cdcdcd;
}

/* Page content editor */
#content-textarea {
	width: 99%;
	height: 30em;
	margin: 0 auto;
}

/* Table */
table.admin-table {
	border-collapse: collapse;
}
table.admin-table tr th, table.admin-table tr td {
	border: 1px solid #ccc;
	padding: 0.4em 0.8em;
}