
/*
** HTML elements
*/
body {
	background:transparent url(images/bkg_body.gif) left top repeat;	
}

/*
** Page layout blocks / IDs
*/
#page {
	width:1000px;
	margin:0 auto;
	background-color:#fff;
}

#header, #content {
  width: 100%;
}
#header {
  width:160px;
}
#logo {
  vertical-align: middle;
  border: 0;
}
#logo img {
  float: left; /* LTR */
  padding: 0 1em 0 0;
  border: 0;
}
#menu {
  padding: 0.5em 0.5em 0 0.5em; /* LTR */
  text-align: right; /* LTR */
  vertical-align: middle;
}
#navlist {
  font-size: 1.0em;
  padding: 0 0.8em 1.2em 0; /* LTR */
  color: #9cf;
}
#navlist a {
  font-weight: bold;
  color: #fff;
}
#subnavlist {
  padding: 0.5em 1.2em 0.4em 0; /* LTR */
  font-size: 0.8em;
  color: #9cf;
}
#subnavlist a {
  font-weight: bold;
  color: #9cf;
}
ul.links li {
  border-left: 1px solid #9cf; /* LTR */
}
ul.links li.first {
  border: none;
}

#content {
	padding:20px;
	width:960px;
	min-height:400px;
}
#main {
  padding: 0;
	width:960px;
	float:left;
}
.one-sidebar #main {
	width:690px;
}

#help {
  font-size: 0.9em;
  margin-bottom: 1em;
}
.messages {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 0.3em;
  margin-bottom: 1em;
}
.error {
  border-color: red;
}
#sidebar-right {
	float:left;
  width: 240px;
  padding: 0 0 0 30px;

}
#footer {
	clear:both;
  background-color: #FFF;
  padding: 1em;
  font-size: 0.8em;
}

/*
** Common declarations for child classes of node, comment, block, box, etc.
** If you want any of them styled differently for a specific parent, add
** additional rules /with only the differing properties!/ to .parent .class.
** See .comment .title for an example.
*/
.title, .title a {
  font-weight: bold;
  font-size: 1.3em;
  color: #777;
  margin: 0 auto;  /* decrease default margins for h<x>.title */
}
.submitted {
  color: #999;
  font-size: 0.8em;
}
.links {
  color: #999;
}
.links a {
  font-weight: bold;
}
.block, .box {
  padding: 0 0 1.5em 0; /* LTR */
}
.block {
  padding-bottom: 0.75em;
  margin-bottom: 1.5em;
}
.block .title {
  margin-bottom: .25em;
}
.box .title {
  font-size: 1.1em;
}
.node {
  margin: .5em 0 2em; /* LTR */
}
.sticky {
  padding: .5em;
  background-color: #eee;
  border: solid 1px #ddd;
}
.node .content {
  margin: .5em 0 .5em;
}

/**
 * Collapsible fieldsets
 */
fieldset {
  margin: 1em 0;
  padding: 1em;
  border: 1px solid #d9eaf5;
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
}


/* Targets IE 7. Fixes background image in field sets. */
*:first-child+html fieldset {
  padding: 0 1em 1em;
  background-position: 0 .75em;
  background-color: transparent;
}

*:first-child+html fieldset > .description, *:first-child+html fieldset .fieldset-wrapper .description {
  padding-top: 1em;
}

fieldset legend {
  /* Fix disappearing legend in FFox */
  display: block;
	font-size:14px;
	line-height:22px;
	font-weight:bold;
	color:#000;
}

*:first-child+html fieldset legend, *:first-child+html fieldset.collapsed legend {
  display: inline;
}

html.js fieldset.collapsed {
  background: transparent;
  padding-top: 0;
  padding-bottom: .6em;
}

html.js fieldset.collapsible legend a {
  padding-left: 2em; /* LTR */
  background: url(images/menu-expanded.gif) no-repeat 0% 50%; /* LTR */
}

html.js fieldset.collapsed legend a {
  background: url(images/menu-collapsed.gif) no-repeat 0% 50%; /* LTR */
}

/*
 * ctools collapse
 */
#panel-ess-criteres .ctools-collapsible-container {
  margin: 1em 0;
  padding: 1em;
  border: 1px solid #d9eaf5;
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
}	
#panel-ess-criteres .ctools-collapsible-container .ctools-collapsible-handle h2 {
	font-size:14px;
	line-height:22px;
	font-weight:bold;
	color:#930084;
	margin:0;
	padding:0;
}
#panel-ess-criteres .ctools-collapsible-container .ctools-collapsible-content {
	padding: 1em 0 0;
}
#panel-ess-criteres .ctools-collapsible-container .ctools-toggle {
	background: url(images/menu-expanded.gif) no-repeat 0% 50%; /* LTR */
}
#panel-ess-criteres .ctools-collapsible-container .ctools-toggle.ctools-toggle-collapsed {
	background: url(images/menu-collapsed.gif) no-repeat 0% 50%; /* LTR */
}

/*
 * cttols pane-ess-field-grid
 */
.pane-ess-field-grid h2.pane-title {
	font-size:12px;
	line-height:16px;
	font-weight:bold;
	color:#000;
	padding:5px 0;
	margin:0;
}


/*
** Module specific styles
*/
#profile .profile {
  clear: both;
  border: 1px solid #abc;
  padding: .5em;
  margin: 1em 0em;
}
#profile .profile .name {
  padding-bottom: 0.5em;
}

div.admin-panel .description {
  color: #999;
}
div.admin-panel .body {
  background: #f4f4f4;
}
div.admin-panel h3 {
  background-color: #69c;
  color: #fff;
  padding: 5px 8px 5px;
  margin: 0;
}

/* forms */
label, .field-label {
	padding :5px 0;
	display:block;
	clear:both;
}

/*input { 
	border:1px solid #E5E5E5;
	background:#FFF;
}
.form-text:focus { 
	background : #EDF5FA; 
}
.form-radio {
	margin-right:5px;
}

.form-text {
	padding:4px;
	margin:5px;
}

textarea {
	background : #FFF; 
	border : 1px solid #E5E5E5; 
	width : 95%; 
	margin : .5em 0; 
	padding : 4px;
}

textarea:focus { 
	background : #EDF5FA;
}
*/

.jqtransform .form-select {
 	max-width:150px;
}

/*.form-submit {
	background:#98BF00 none;
	border:0;
	text-align:center;
	line-height:31px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	padding:7px;
	border-radius:7px;
	margin:7px;
	cursor:pointer;
}


.form-submit:hover, .form-submit:active {
	background:#930084 none;
}*/

#edit-field-d-2-value {
	height:555px;
}
.form-item input.error, .form-item textarea.error {
  border: 1px solid #c52020;
  color: #363636;
}

.form-item input[type="checkbox"].error, .form-item input[type="radio"].error{
  outline: 1px solid #c52020;
  -moz-appearance: none;
}

.description {
  font-size: 0.92em;
  line-height: 150%;
  margin-bottom: 0.75em;
  color: #898989;
}

.multistep-progress-bar {
 background-color: #930084;
 color:#FFF;
}

a.btn-ess {
	padding:10px;
	margin:10px 5px 10px 30px;
	color:#FFF;
	background-color:#930084;
	display:block;
	width:90px;
	text-align:center;
	float:right;
}

div.item-empty {
	color:#98BF00;
}