/* ---------- NEW STYLES FOR SYSTEM MESSAGES ---------- */

div.status,
div.error,
div.warning {
  border: 0;
  margin: 1em 0;
	padding: 0.4em 1em;
}

.system-messages {
	margin: 1em 0;
	padding: 0.4em 1em;
	/* default - status message: */
	background: #D8FFA3;
  	color: #2E5B02;
}

.system-messages ul,
.password-description ul {
	margin: 0;
	padding: 0;
}

.system-messages li,
.password-description li {
	background: transparent no-repeat 0 6px;
	margin:0;
	padding: 5px 0 5px 22px;
	list-style: none;
}

.type-status li,
.status {
	background-image: url(images/icon-ok.png)
}

.type-warning,
div.warning {
	color: #B14300;
	background-color: #FFED7B;
}

.type-warning li {
	background-image: url(images/icon-warning.png);
}

.type-error {
	background: #FFC4C1;
	color: #A40000;
}

.type-error li {
	background-image: url(images/icon-error.png);
}

/* ---------- BETTER LOOKING FORMS & BUTTONS ---------- */
input {
	outline: 0;
}

.form-text,
.form-textarea,
.form-select {
	background: #F5F5F5;
	border: 1px solid #AAA;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 0.3em 0.5em;
	color: #222;
	font: 13px/100% Verdana, Arial, Helvetica, sans-serif;
}

.form-textarea {
	/* don't allow horizontal resizing */
	-moz-resize: vertical;
	resize: vertical;
	min-height: 40px;
	line-height: 120%;
}

/* fix incorect padding handling for Firefox in textareas */
@-moz-document url-prefix() {
	.form-textarea {
		padding: 0;
		padding-left: 0.2em;
	}
}

/* textarea grippie */
.resizable-textarea .grippie {
	border-color: #AAA;
	background-image: url(images/icon-grippie.png);
	height: 16px;
	background-color: #E5E5E5;
}

.form-select {
	padding: 0.2em;
}

label {
	font-weight: bold;
	color: #444;
}

.form-submit,
.teaser-button {
	background: #999;
	border: 1px solid #999;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 2px 5px;
	color: #FFF;
	font: 13px/100% Verdana, Arial, Helvetica, sans-serif;
}

.teaser-button {
	font-size: 0.9em;
}

.form-submit {
	margin: 1em 0;
}

.form-submit:hover,
.teaser-button:hover {
	background: #EEE;
	border: 1px solid #CCC;
	color: #999;
}

body span.form-required {
	color: #DD0000;
}

.description {
	color: #999;
}

body #autocomplete {
	border: 1px solid #777;
}

body #autocomplete li {
	cursor: default;
	padding: 2px;
	margin: 0;
}

body #autocomplete li:hover {
	background: #999;
	color: #FFF;
}

html.js input.form-autocomplete {
	/*background-image: url(loading.gif);*/
}

html.js input.form-autocomplete {
	/*background-position: 99.3% -50px;*/
	background-position: 99.5% 6px;
}

html.js input.throbbing {
	/*background-position: 99.3% 4px;*/
	background-position: 99.5% -14px
}

body .form-item input.error,
body .form-item textarea.error,
body .form-item select.error {
	border: 1px solid #C52020;
	color: #C52020;
}

/* ---------- SYSTEM TABLES ---------- */

table.class {
	
}

/* ---------- DESCRIPTIONS AS TOOLTIPS ---------- */
form .form-item .description.popup {
	background: #FFE8B1;
	border: 1px solid #FFD571;
	border-width: 1px 1px 1px 1px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #A16400;
	font-size: 11px;
	padding: 5px 7px;
	position: absolute;
	margin-top: 10px;
	min-width: 150px;
	max-width: 400px;
	z-index: 10000000;
}

form .form-item .description.popup .descriptionInner {
	background: url(images/tooltip-pointer.png) no-repeat 10px 0;
	z-index: 10000001;
	margin-top: -13px;
	padding-top: 13px;
}

form .form-item .description.popup p {
	margin: 0 0 10px 0;
}

html.js .form-item .description.popup {
	display: none;
}

/* ---------- DRUPAL HELP ---------- */
#help {
	display: none;
	background: #F5F5F5;
	border: 1px solid #E5E5E5;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 0.5em 0.7em;
	color: #777;
	margin: 0 0 1em 0;
}

#help p {
	margin: 0 0  1em 0;
}

a.exp,
a.col {
	display: inline-block;
	height: 19px;
	padding-left: 23px;
	background: url(images/help.png) no-repeat 1px 2px;
	margin: 1em 0;
}

a.exp:hover,
a.col:hover {
	/*color: #???; */
}

body a.col {
	/*background-position: ???;*/
	color: #999;
}

/* ---------- VERTICAL TABS AND FIELDSETS ---------- */


/* ---------- CUSTOM ADMIN MENU ---------- */

/* ---------- LOCALTASKS ---------- */

/* ---------- BLOCK EDIT LINK ---------- */
div.block-edit-links {
	position: relative;
	height: 0px;
}

div.block-edit-links a {
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	top: -24px;
	right: 0;
	text-indent: -9999px;
	overflow: hidden;
	background: #FFF url(images/edit.png) no-repeat 4px 4px;
	border: 1px solid #BBB;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

div.block-edit-links a.edit-menu {
	background: #FFF url(images/menu.png) no-repeat 4px 4px;
}

div.block-edit-links a:hover {
	background-color: #EEE;
	border: 1px solid #999;
}