﻿/* START ENSO MAIN CONTAINER */
.enso-container {
	border: 1px solid #d4d4d4;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	line-height:22px;
	color:#232323;
	margin: 11px 0 0 0;
	width:604px;
	overflow:hidden;
}
.enso-container-shadow {
	width:606px;
	height:13px;
	overflow:hidden;
	background:url(/_enso_cms/images/enso-shadow-606.gif) no-repeat;
}
/* END ENSO MAIN CONTAINER */

/* START ENSO CONTENT CONTAINER */
.enso-container-content {
	padding:15px 15px 21px 15px;
}
.enso-container-header {
	font-weight:bold;
	background-color:#f6f6f6;
	padding:13px 15px 13px 15px;
}
/* END ENSO CONTENT CONTAINER */

/* START ENSO TABLE */
.enso-table {
	border:none;
	border-collapse:collapse;
	width:100%;
	margin:0;
	padding:0;
}
.enso-table tr:hover {
	background-color:#ffffe3;
}
.enso-table td {
	padding:6px 15px 6px 15px;
	border-bottom: 1px solid #e4e4e4;
	vertical-align:top;
	line-height:30px;
}
.enso-table th a {
	font-size:11px;
	font-weight:bold;
}
/* END ENSO TABLE */

/* START ENSO FORM ELEMENTS */
.enso-field-container {
	margin:8px 0 12px 0;
	overflow:hidden;
}
.enso-field {
	border: 1px solid #d4d4d4;
	background-color:#FFFFFF;
	color:#232323;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	float:left;
}
.enso-field-large {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:15px;
	padding:11px;
	width:315px;
	margin:0 0 2px 2px;
}
.enso-field-normal {
	font-size:13px;
	padding:7px;
	width:140px;
}
.enso-field:focus {
	background-color:#fffcd6;
	color:#232323;
}
.enso-field:hover {
	border: 1px solid #b2b2b2;
}
.enso-label {
	font-size:12px;
	font-weight:bold;
	color:#747474;
	margin:0 0 0 5px;
	display:block;
	clear:both;
}
.enso-text {
	font-size:12px;
	font-weight:normal;
	margin:0 0 0 5px;
	display:block;
	clear:both;
}
.enso-text a {
	text-decoration: none;
}
.enso-text a:hover {
	text-decoration: underline;
}
.enso-button {
	border: 1px solid #d0d0d0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#232323;
	padding:6px 12px 6px 12px;
	height:28px;
	background-image:url(/_enso_cms/images/enso-button-bg.gif);
}
.enso-feedback {
	font-size:14px;
	line-height:30px;
	padding:0 0 0 40px;
	margin:7px 0 0 14px;
	height:30px;
	float:left;
}
.enso-description {
	color:#999999;
	font-size:12px;
	clear:both;
	margin:0 0 0 5px;
}
.enso-submit-message {
	font-size:14px;
	line-height:20px;
	padding:15px 0 0 0;
	margin:0;
	display:none;
}
.enso-loading {
	background:url(/_enso_cms/images/ajax-loading.gif) no-repeat;
}
.enso-accepted {
	background:url(/_enso_cms/images/enso-icon-check.png) no-repeat;
}
.enso-declined {
	background:url(/_enso_cms/images/enso-icon-alert.png) no-repeat;
}
.enso-required {
	background:none;
	margin:7px 0 0 -30px;
}
/* END ENSO FORM ELEMENTS */

/* START ENSO GLOBAL ELEMENTS */
.enso-hover-green:hover {
	color:#0f820f;
}
.enso-green {
	color:#0f820f;
}
.enso-hover-yellow:hover {
	color:#df9602;
}
.enso-yellow {
	color:#df9602;
}
.enso-hover-blue:hover {
	color:#0094e3;
}
.enso-blue {
	color:#0094e3;
}
.enso-hover-red:hover {
	color:#9e0b0f;
}
.enso-red {
	color:#9e0b0f;
}
.enso-gray {
	color:#999;	
}
.enso-button-enabled:hover {
	cursor:pointer;
}
.enso-button-enabled:active {
	background-position:0px -28px;
	padding:6px 11px 6px 13px;
	border-style: inset;
}
.enso-button-disabled {
	color:#CCCCCC;
}
.enso-button-disabled:hover {
	cursor:default;
}
.enso-button-disabled:active {
	background-position:0px 0px;
	padding:6px 12px 6px 12px;
	border-style: solid;
}
.enso-align-left {
	text-align:left;
}
.enso-align-right {
	text-align:right;
}
/* END ENSO GLOBAL ELEMENTS */