/* {{{ Swat Messages */

.swat-message-display .swat-message-primary-content {
	font-family: arial,helvetica,clean,sans-serif;
}

/* }}} */
/* {{{ Swat Frame */

.swat-frame {
	background: #efe7d7;
	border-color: #d6d0b9;
}

.swat-frame .swat-frame-title {
	background-image: url(../images/elements/swat-frame-header.png);
	background-color: #f2efe6;
	color: #502f1d;
}

.swat-frame .swat-actions,
.swat-frame .swat-header-form-field,
.swat-frame .swat-footer-form-field {
	background-image: none;
	background: #dfd5c3;
	border-top: 1px solid #bfb6a7;
}

.swat-frame .swat-header-form-field {
	background-image: none;
	background: #dfd5c3;
	border-bottom: 1px solid #bfb6a7;
	border-top: none;
}

/* }}} */
/* {{{ Swat Tool Link */

.swat-tool-link {
	background-color: #f8f7f0;
	border-color: #cfc9b5;
	font-size: 85%;
}

ul.swat-toolbar {
	background: url("../images/elements/swat-toolbar-background.png") repeat-x scroll left bottom;
	border-bottom: 1px solid #d6d0b9;
}

a.swat-tool-link:hover {
	background-color: #dfd6c3;
	text-decoration: underline;
}

/* }}} */
/* {{{ Swat Table View */

.swat-table-view tbody tr,
.swat-table-view .swat-table-view-group {
	background: none;
}

.swat-table-view thead th {
	border-bottom: 1px solid #dfcda7;
}

.swat-table-view .swat-table-view-group {
	border-bottom:1px solid #efe7d7;
}

/* }}} */
/* {{{ Swat Forms */

.swat-form label {
	font-weight: normal;
	color: #4d493c;
}

.swat-form label span.swat-required {
	color: #8f856b;
}

.swat-form .swat-insensitive span.swat-required {
	color: #ccc;
}

/* }}} */
/* {{{ Swat Radio List/Table */

table.swat-radio-table td {
	padding: 0.2em;
}

table.swat-radio-table td input {
	vertical-align: middle;
}

.swat-radio-list input[type=radio] {
	margin: 0.25em;
}

/* }}} */

