#book_action {
	position: absolute;
	top: 12px;
	right: 10px;
}

#profile_action {
	position: absolute;
	top: 12px;
	left: 150px;
}

#profile_action .action {
	position: relative;
	float: left;
	margin: 0 5px;	
}

#folder_dropdown {
	position: relative;
}

#profile_editor_dropdown {
	position: relative;
	width: 100px;
}

#profile_dropdown {
	width: 150px;
}

#profile_dropdown img.edit {
	position: absolute;
	top: 3px;
	right: 20px;	
	width: 16px;
	height: 16px;
}

#profile_reference_form {
	position: relative;
	width: 75px;
	height: 14px;
	padding: 4px;
	background-color: white;
	background-image: none;
	border: 1px solid silver;
	border-right: 1px solid #7f7f7f;
	border-bottom: 1px solid #7f7f7f;	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;	
}

#profile_reference_form span {
	font-size: 11px;
}

#profile_reference_form input {
	position: absolute;
	top: 3px;
	right: 5px;
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;	
	width: 50px;
	height: 14px;
	margin: 0px;
	padding: 0px;
	background-color: transparent;	
	background-image: none;
	border: none;
}

#cpe {
	width: 700px;
	clear: both;
	margin: 0;
	padding: 0;
	border: 1px solid #c7cad4;
	position: relative;	
}

#cpe .header {
	display: table;
	background: #F5f5f5 url('../images/gradient.png') left bottom;
	border-bottom: 1px solid #c7cad4;	
	padding: 0px;	
	height: 30px;
	min-height: 30px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;	
}

#cpe .header .col {
	display: table-cell;
	font-weight: bold;
	padding: 5px;
	height: 20px;
	color: #333;
	border-right: 1px solid #c7cad4;
	text-shadow: 1px 1px #fff;
}

#cpe .header .col:last-child {
	border-right: none;
}

#cpe .row {
	width: 700px;
	height: 35px;
	clear: both;
	border-bottom: 1px solid #c7cad4;
}

#cpe .header .row {
	height: 30px;
}

#cpe .header .row:last-child,
#cpe .footer .row:last-child {
	border-bottom: none;
}

#cpe .row.disabled .col {
	background: url(../images/disabled.png) repeat !important;	
}

#cpe .col {
	width: auto;
	height: 25px;
	padding: 5px;
	float: left;
}

#cpe .col.select {
	width: 15px;
}

#cpe .col.name {
	width: 320px;
}

#cpe .body .col.name {
	width: 290px;
}

#cpe .body .col.certified {
	width: 20px;
}

/* toggle profile editor view */
#cpe .col.name.small {
	width: 200px;
}

#cpe .body .col.name.small {
	width: 170px;
}

#cpe .col.chart {
	width: 240px;
}

#cpe .footer .col.action {
	width: 595px;
}

/* toggle profile editor view */
#cpe .footer .col.action.small {
	width: 475px;
}

#cpe .col.value {
	width: 80px;
	white-space: nowrap;
	text-align: right;
}

#cpe .body .col.value,
#cpe .footer .col.value {
	background-image: url('../images/stripes.png');
}

#cpe .footer {
	font-weight: bold;
}

#cpe .col.value input {
	width: 40px;
	text-align: right;
}

#cpe .col.supply,
#cpe .col.demand {
	width: 40px;
	text-align: center;
}

#cpe .col.supply span,
#cpe .col.demand span {
	padding-right: 0px;
}

/* @group Slider */

.bar {
	width: 240px;
	height: 19px;	
	position: relative;
	overflow: hidden;
	background: url(../images/bar_slider.png) no-repeat right 4px;
}

.bar.disabled img.handle {
	display: none;
}

.bar .span {
	height: 15px;
	padding-right: 7px; /* end position below img handle */
	background: transparent url(../images/bar_span.png) repeat-x 0px 4px;
}

.bar .demand {
	position: absolute;
	top: 0px;
	height: 3px;
	line-height: 3px;
	border: 2px solid #10a407;
	border-bottom: none;
	z-index: 1;
}

.bar .supply {
	position: absolute;	
	bottom: 0px;
	height: 3px;
	line-height: 3px;
	border: 2px solid #da5456;
	border-top: none;	
	z-index: 0;
}

.bar div.slider {
	position: absolute;
	width: 240px;
	height: 15px;
	margin: 0;
	z-index: 1;
}

.bar div.slider img.handle {
	position: relative;
	top: 2px;
	width: 15px;
	height: 15px;
	cursor: pointer;
	z-index: 2;
}

/* @end */


/* @group Chart */

#chart {
	width: 700px;
	margin: 10px 0;
}

#search_results {
	margin: 30px 0;
}

/* @end */


