@charset "utf-8";
/* CSS Document */

/* Green: #325615; */

table {
	color: #333;
}
#req {
	color: #F00;
}
/* FORM TABLES
-----------------------------------------------------------------------------*/
form {
	overflow:hidden;
	padding: 0;
	margin: 0 0 25px 0;
	color: #333;
}
#FormTable {
	margin: 10px 0 10px 0;
	border: 1px solid #999;
	color: #333;
	width: 100%;
	font-size: 0.8rem;
}
#FormTable img {
	border: 0px;
}
#FormTable th {
	font-weight: normal;
	text-align: left;
	font-size: 0.55rem;
	line-height: 1rem;
	text-transform: uppercase;
	min-width: 80px;
	color: #333;
	border-bottom: 1px solid #999;
	padding: 8px;
	background: #EEE;
	vertical-align: top;
}
#FormTable td {
	width: 100%;
	border-bottom: 1px solid #999;
}
#FormTable h4 {
	margin: 10px;
}
#FormTable .info {
	vertical-align: top;
	width: 1rem;
	background: #EEE;
	padding: 10px 5px 0px 5px;
	background: url('../../admin/images/icon_info.gif') no-repeat center top;
	background-position: 5px 10px;
	color: #333;
}
#FormTable .info a {
	display: block;
	width: 16px;
	height: 16px;
	font-size: 1px;
	color: #333;
}
#FormTable input:not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox]) {
	width: 95%;
	border: none;
	padding: 8px;
	margin: 0px;
	background-color: transparent;
	font-family: "myriad-pro", sans-serif;
}
#FormTable textarea {
	width: 95%;
	border: none;
	padding: 8px;
	margin: 0px;
	background-color: transparent;
	font-family: "myriad-pro", sans-serif;
}
#FormTable select {
	padding: 8px;
	background-color: transparent;
	font-family: "myriad-pro", sans-serif;
	border: 1px solid #CCC;
	margin: 0;
}
/* SORTABLE TABLES
-----------------------------------------------------------------------------*/
.sortable {
	margin: 0;
	border: 1px solid #999;
	color: #333;
}
.sortable th {
	font-weight: normal;
	background: #CCC;
	color: #333;
	text-align: left;
	font-size: 10px;
	text-transform: uppercase;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
.sortable th a {
	padding: 5px;
	font-weight: normal;
	display: block;
	text-decoration: none;
	color: #333;
}
.sortable th a:hover {
	background: #444;
	color: #FFF;
}
.sortable td {
	background: #FFF;
	color: #333;
	padding: 0px 0px 0px 3px;
	vertical-align: middle;
	padding: 3px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
#sortabletable td a {
	color: #325615;
	text-decoration: none;
}
.sortable .icon {
	background: #FFF;
	text-align: center;
	color: #FFF;
}
.sortable .icon a {
	display: block;
	font-size: 1px;
	color: #FFF;
	height: 16px;
	width: 40px;
	text-decoration: none;
}
#action {
	background: #EEE;
	width: 10px;
	padding: 0;
}
#action a {
	display: block;
	text-decoration: none;
	padding: 6px;
	margin: 0px;
}
#action a:hover {
	background: #AAA;
	color: #FFF;
}
#green {
	background: url('../../admin/images/check_green.png') center no-repeat;
}
#gray {
	background: url('../../admin/images/check_gray.png') center no-repeat;
}
#red {
	background: url('../../admin/images/cross.png') center no-repeat;
}
.sortable .number {
	text-align: right;
}
/* ADMIN BUTTONS: Foundation
-----------------------------------------------------------------------------*/
.buttons {
	height: 20px;
	padding: 0px 0 10px 0;
}
.buttons a, .buttons button {
	display: block;
	float: left;
	margin: 0 7px 0 0;
	background-color: #DDD;
	border: 2px solid #999;
	text-decoration: none;
	color: #999;
	cursor: pointer;
	padding: 8px 12px 8px 12px; /* Links */
}
.buttons button {
	width: auto;
	overflow: visible;
	padding: 8px 12px 8px 12px; /* IE6 */
}
.buttons button[type] {
	padding: 8px 12px 8px 12px; /* Firefox */
	line-height: 17px; /* Safari */
}
*:first-child+html button[type] {
	padding: 8px 12px 8px 12px; /* IE7 */
}
.buttons button img, .buttons a img {
	margin: 0 6px -3px 0 !important;
	padding: 0;
	border: none;
	width: 16px;
	height: 16px;
}
/* ADMIN BUTTONS: Standard */
button:hover, .buttons a:hover {
	background-color: #dff4ff;
	border: 2px solid #c2e1ef;
	color: #336699;
}
.buttons a:active {
	background-color: #6299c5;
	border: 2px solid #6299c5;
	color: #fff;
}
/* ADMIN BUTTONS: Positive */
button.positive, .buttons a.positive {
	color: #666;
	text-align: left;
}
.buttons a.positive:hover, button.positive:hover {
	background-color: #E6EFC2;
	border: 2px solid #C6D880;
	color: #529214;
}
.buttons a.positive:active {
	background-color: #529214;
	border: 2px solid #529214;
	color: #fff;
}
/* ADMIN BUTTONS: Negative */
.buttons a.negative, button.negative {
	color: #d12f19;
}
.buttons a.negative:hover, button.negative:hover {
	background: #fbe3e4;
	border: 2px solid #fbc2c4;
	color: #d12f19;
}
.buttons a.negative:active {
	background-color: #d12f19;
	border: 2px solid #d12f19;
	color: #fff;
}
#NewAdminItem {
	background: #EEE;
	padding: 5px 0px 10px 5px;
	border-bottom: 1px solid #CCC;
}
