@charset "utf-8";

/* DEFAULT CLASSES AND ID'S */

.error { text-align:center; color:#ff0000; font-style:italic }
.success { text-align:center; color:#0000ff; font-style:italic }

div.header {
	background-color:transparent;
	border-bottom:1px solid #FCB827;
	padding-left:3px;
	height:20px;
	line-height:20px;
	font-weight:bold;
	margin:10px 0px;
	clear:both;
	overflow:auto;
	}
div.label {
	clear:left;
	float:left;
	width:150px;
	}
div.field {
	margin-left:20px;
	}
div.field input.text {
	border:1px solid #FCB827;
	width:198px;
	}
#categories table tr.header, #pages table tr.header, #posts table tr.header, #users table tr.header {
	background-color:transparent;
}
#categories table th, #pages table th, #categories table th, #posts table th, #users table th {
	border-top:0px;
	border-bottom:1px solid #FCB827;
}
#categories table th.id, #pages table th.id, #posts table th.id, #users table th.id {
	border-left:0px;
}
#categories table th.manage, #pages table th.manage, #posts table th.manage, #users table th.manage {
	border-right:0px;
}