/* SVN FILE: $Id: cake.generic.css 7945 2008-12-19 02:16:01Z gwoo $ */
/**
 *
 * PHP versions 4 and 5
 *
 * CakePHP(tm) :  Rapid Development Framework (http://www.cakephp.org)
 * Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @filesource
 * @copyright     Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
 * @link          http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project
 * @package       cake
 * @subpackage    cake.app.webroot.css
 * @since         CakePHP(tm)
 * @version       $Revision: 7945 $
 * @modifiedby    $LastChangedBy: gwoo $
 * @lastmodified  $Date: 2008-12-18 20:16:01 -0600 (Thu, 18 Dec 2008) $
 * @license       http://www.opensource.org/licenses/mit-license.php The MIT License
 */

* {
	margin:0;
	padding:0;
}

/* General Style Info */
body {
	overflow-x: auto;
	overflow-y: scroll;
	/*overflow: auto;*/
	margin: 0;
	padding: 0;
	background:#1f1e1e url(../img/interface/background.jpg) repeat-y;
	background-position:center top;
	/*background-color:#1f1e1e;*/
	font-family:'Verdana','calibri','arial';
	margin: 0;
	color: #a2a2a2;
	font-size: 11px;
}

th{
	font-weight: bold;
	font-size: 16px;
	color: #95a8b8;
}

table{
	font-size: 13px;
	border-collapse: collapse;
}

a img{
	border: 0px;
}

h1{
	font-size: 22px;
	letter-spacing: 1px;
	font-weight: bold;
}

b{
	letter-spacing: 0.03em;
	color: #95a8b8;
}

h2{
	font-size: 18px;
	font-weight: bold;
}

.text_petit{
	font-size: 9px;
}

font.button{
	color: #eec655;
}

/*	FORMS	*/

input.check{
	background-color: #1f1e1e;
	border: 0px;
	padding: 0px;
}
input.check_hidden{
	display: none;
}
input.check_altrow{
	background-color: #464646;
	border: 0px;
	padding: 0px;
}

input{
	font-family:'calibri','verdana';
	padding: 2px;
	color: #fff;
	background: #334655;
	border:1px solid #000;
}
textarea{
	overflow: auto;
	font-family:'calibri','verdana';
	font-size: 13px;
	padding: 2px;
	color: #fff;
	background: #334655;
	border:1px solid #000;
}
option{
	padding-left: 15px;
}
.group{
	margin-left: -8px;
	color: #fff;
	font-weight: bold;
	background-color: #1e2e3e;
	text-decoration: none;
}
select{
	font-family:'calibri','verdana';
}
input:focus{
	border: 1px solid orange;
}
textarea:focus{
	border: 1px solid orange;
	font-family:'calibri','verdana';
}
select:focus{
	border: 1px solid orange;
	font-family:'calibri','verdana';
}

/*	shopping cart	*/

#boto_view_shopping{
	/*display: none;*/
}

table.shopping{
	width: 100%;
}

table.shopping tr{
	background-color: #333;
}
table.shopping td{
	padding: 10px;
}

.highlight{
	cursor: pointer;
}
.highlight:hover{
	/*cursor: url("app/webroot/img/icons/cursor.cur");*/
}
.trans_high{
	background-color: #42658c;
	position: absolute;
	opacity: .6;
	filter:alpha(opacity=60);
	display: none;
}
.trans_high:hover{
}

table.cent{
	width: 100%;
}

/*	labels view	*/

table.labels_view{
	width: 100%;
	height: 80%;
}

table.labels_view td{
	padding: 5px;
}
table.labels_edit{
	width: 100%;
	height: 80%;
}

table.labels_edit td{
	padding: 5px;
}

div.actual_label{
	padding: 5px;
	border: 1px solid #ccc;
}

div.quad{
	width: 90%;
	border: 1px solid #fff;
	padding: 10px;
}

/*	summary page	*/

table.add_summary{
	width: 100%;
	height: 80%;
}

table.add_summary td{
	padding: 5px;
}

#summary_view{
	padding: 10px;
	background-color: #fff;
	color: #000;
}

/*	collections add	*/

table.add_collection{
	width: 100%;
	height: 80%;
}

table.add_collection td{
	padding: 5px;
}

#collection_info{
	width: 100%;
}
#collection_cases{
	margin-top: 15px;
	width: 100%;
}

#case_collection{
	float: left;
	width: 125px;
	height: 150px;
	padding: 5px;
	margin: 5px;
	background-color: #333;
}

/*	buttons	*/
a.white_a:hover{
	color: #fff;
}

a.white_a:link{
	color: #fff;
	text-decoration: none;
}

a.white_a:visited{
	color: #fff;
	text-decoration: none;
}

a.white_a:active{
	color: #fff;
	text-decoration: none;
}



a:link {
	color: #eec655;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #eec655;
}
a:hover {
	text-decoration: underline;
	color: #eec655;
}
a:active {
	text-decoration: underline;
	color: #eec655;
}
a.folders{
	margin:3px;
}
a.folders:link {
	color: #a2a2a2;
	text-decoration: none;
}
a.folders:visited {
	text-decoration: none;
	color: #a2a2a2;
}
a.folders:hover {
	text-decoration: none;
	color: #76ceef;
}
a.folders:active {
	text-decoration: none;
	color: #76ceef;
}

a.menu_blau:link {
	color: #76ceef;
	text-decoration: none;
}
a.menu_blau:visited {
	text-decoration: none;
	color: #76ceef;
}
a.menu_blau:hover {
	text-decoration: none;
	color: #76ceef;
}
a.menu_blau:active {
	text-decoration: none;
	color: #76ceef;
}

a.menu:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.menu:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.menu:hover {
	text-decoration: none;
	color: #76ceef;
}
a.menu:active {
	text-decoration: none;
	color: #76ceef;
}

span.button{
	color: #ad8721;
	text-decoration: underline;
}

span.button:hover{
	cursor: pointer;
}

span.form_error{
	color: #ff0000;
}

td{
	valign:top;
}

fieldset{
	padding:15px 0px 15px 15px;
}

/* header	*/

#titol{
	float: left;
	font-size:24px;
	font-weight: bold;
}

#general_content{
	position: absolute;
	clear: both;
	width: 950px;
	padding-left: 1px;
	left: 50%;
	margin-left: -476px;
	display: block;
}

#header{
	width: 100%;
	height: 35px;
}

#banner{
	width: 100%;
	height: 75px;
	background: #1e2e3d url(../img/interface/banner.gif) no-repeat;
}

#banner_content{
	float:right;
	margin-top:10px;
	margin-right: 15px;
	font-size: 11px;
	text-align: right;
}

#bread{
	height: 25px;
	border-bottom: #1f1e1e;
	background-color: #333333;
	font-size: 12px;
}
#text_bread{
	padding-top: 6px;
	padding-left: 20px;
}

#menu{
	float:left;
	margin-top:10px;
	margin-left:15px;
	margin-right:15px;
	font-size:13px;
	font-family:'Arial','calibri','arial';
	letter-spacing:0px;
	width:920px;
}
#menu ul li{
	display: inline;
	/*margin-left:5px;
	margin-right:5px;*/
	padding: 5px;
}
#menu ul{
	margin:0px;
}


/*	content	*/

#tag_results{
	display: block;
	width: 280px;
}

#content{
	clear: both;
	margin-top: 1px;
	border-top: 1px solid #333333;
	padding-top: 30px;
	min-height: 500px;
}

.apartats{
	margin-left: 20px;
	width: 910px;
}

/*	footer	*/

#peu{
	position: absolute;
	clear: both;
	width: 950px;
	height: 18px;
	background-color: #1e2e3e;
	font-size: 10px;
	text-align: right;
	display: block;
}
#text_peu{
	padding-top: 2px;
	padding-right: 15px;
}

/*	folders	*/

span.separator{
	padding:8px;
	background-color: #2b2b2b;
	float:left;
}

ul{
	margin: 0px;
}

ul.users_filters li{
	display: inline;
	margin-right:10px;
}
ul.folders{
	margin:0px;
	height: 24px;
}
ul.folders li{
	display: inline;
	margin:0px 5px 0px 0px;
	background-color: #2b2b2b;
	font-size:11px;
	height: 24px;
	padding: 5px;
	line-height: 13px;
}
#collection_information_view ul.folders li{
	padding-top: 5px;
}

ul.folders li.nolist{
	display: inline;
	margin-right:5px;
	font-size:12px;
	text-align: right;
	background-color: #1f1e1e;
	height: 24px;
	padding: 5px;
}

table.form{
	border: 0px;
}

table.form tr td{
	padding: 5px;
}

table.folders{
	margin-top: -6px;
	border: none;
}

table.folders tr td {
	font-size: 11px;
	background: #333333;
	padding-left: 15px;
	text-align: left;
	vertical-align: middle;
	height: 47px;
	border-bottom: 1px solid #333333;
}
table.folders tr td.folder_td_left{
	text-align: right;
	padding-right: 10px;
	vertical-align: middle;
	width: 50px;
}
table.folders tr td.folder_td_left_date{
	text-align: right;
	padding-right: 10px;
	vertical-align: middle;
	width: 70px;
}
table.folders tr td.folder_td_left_actions{
	text-align: right;
	padding-right: 10px;
	vertical-align: middle;
	width: 50px;
}
table.folders tr td.folder_td_left_center{
	text-align: center;
	padding-right: 10px;
	vertical-align: middle;
}
table.folders tr.folder_tr_hide{
	/*display: none;*/
	background: #1f1e1e;
	width: 910px;
}
table.folders tr.folder_tr_hide td{
	width: 100%;
	vertical-align: top;
	width: 910px;
	background: #1f1e1e;
	border: 0px;
}
table.folders tr.folder_tr_hide_noaltrow td{
	width: 100%;
	vertical-align: top;
	width: 910px;
	background: #333333;
	border: 0px;
}
table.folders tr.folder_tr_hide_altrow td{
	width: 100%;
	vertical-align: top;
	width: 910px;
	background: #464646;
	border: 0px;
}
table.folders tr.altrow td {
	background: #464646;
	border-bottom: 1px solid #464646;
}
table.folders tr.cabezera td{
	background: #1f1e1e;
	height: 15px;
	vertical-align: top;
	border-bottom:0px;
}

td.primer{
	width:45px;
}
td.segon{
	width:700px;
}
td.primer_b{
	width:20px;
}
td.primer_c{
	width:150px;
	padding-top: 15px;
	padding-bottom: 15px;
}
td.segon_c{
	padding-top: 15px;
	padding-bottom: 15px;
}
td.segon_b{
	width:775px;
}

/*	portal	*/

#content_portal{
	width: 910px;
}

#workspaces_portal{
	width: 550px;
	float: left;
}

.work_description{
	margin-top: 5px;
	background: #343434;
	padding: 3px;
	text-align: justify;
	line-height: 15px;
}

.work_resume_menu{
	margin-left: 25px;
}

.work_resume{
	display: none;
	padding: 10px;
}

#cr_description{
	float: left;
	margin-left: 20px;
	width: 340px;
}

/*	home	*/

#content_home{
	margin-top: 35px;
	width: 910px;
}

#bulleting_board{
	float: left;
	width: 340px;
}
#activity_home{
	float: left;
	margin-left: 50px;
	width: 520px;
}

table.table_notifications tr td{
	border-bottom: 1px solid #888;
	color: #000;
	padding-top: 3px;
	padding-bottom: 5px;
}
/*	general	*/

span.left{
	float: left;
}

span.left_table{
	float: left;
	margin: 5px;
}

div.left{
	float: left;
}
span.right{
	float: right;
}
div.right{
	float: right;
}
.clear_floats{
	clear:both;
}

ul{
	margin-left: 20px;
}

/*	home	*/


table.list{
	border:1px solid #ccc;
}
table.list tr td {
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

.titol_apartat{
	font-size:18px;
	/*font-weight:bold;*/
	color: #fff;
	letter-spacing:1px;
}

.titol_petit{
	font-size:14px;
	/*font-weight:bold;*/
	color: #fff;
	letter-spacing:1px;
}

.capcelera{
	font-weight: bold;
	font-size:18px;
}
.bloc_hor{
	/*background-color: #585858;*/
}
.bloc_hor2{
	float: left;
	width: 910px;
}

/*	user view	*/

div.user{
	width: 113px;
	height: 165px;
	float: left;
	overflow: hidden;
	margin-top: 10px;
}

/*	user profile	*/
.related{
	margin-top:10px;
}

.colaboration{
	background-color: #6cb3cd;
	padding:3px;
	color: #fff;
}

/*	case studies index	*/

img.icon{
	height: 100px;
}
img.icon_padding{
	height: 100px;
	padding: 5px;
}
img.icon_portal{
	width: 100px;
}

#content_tag_list{
	margin-top: 25px;
	width: 910px;
}
#content_case_list{
	margin-top: 25px;
	width: 910px;
}
.titol_apartat_users{
	font-size:18px;
	color: #fff;
	letter-spacing:1px;
	height:25px;
}
#content_list_users{
	margin-top: 0px;
	width: 910px;
}
#content_list{
	margin-top: 25px;
	width: 910px;
}
#content_case_view{
	width: 910px;
}
div.case_list{
	float: left;
	width: 100%;
}
#comments{
	margin-top: 15px;
	width: 100%;
}
#map{
	width: 510px;
	height: 345px;
}
#map_caseview{
	width: 870px;
	height: 300px;
}

#map_collections{
	float: left;
	width: 600px;
	height: 350px;
}
#map_side_bar{
	font-size: 11px;
	float: left;
	margin-left: 20px;
	width: 250px;
	overflow: auto;
	height: 350px;
	color: #a2a2a2;
}
a.clean{
	text-decoration: none;
}
img.google_img{
	max-height: 90px;
	max-width: 90px;
	border: 1px solid #000000;
}

table.search{
	margin-top: 20px;
	width: 100%;
}

table.search tr td.s1{
	padding: 10px;
	width: 700px;
}

table.search tr td.s2{
	padding: 10px;
	width: 150px;
}

table.validation{
	margin-top: 20px;
	width: 100%;
}

table.validation tr td.v1{
	padding: 10px;
	width: 450px;
}

table.validation tr td.v2{
	padding: 10px;
	width: 300px;
}

table.validation tr td.v3{
	padding: 10px;
	width: 100px;
}


.info_galery{
	float: left;
	padding: 5px;
	margin-bottom: 15px;
}

.galery_size{
	max-width: 1000px;
	max-height: 800px;
}

/*	case study view	*/

div.list_tags{
	width: 250px;
	float: left;
	margin-top: 15px;
}
div.list_ontologies{
	width: 250px;
	float: left;
	margin-top: 15px;
}

#ontology_definition{
	display: none;
	width: 610px;
	padding: 15px;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #464646;
}

#tag_definition{
	display: none;
	width: 610px;
	padding: 15px;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #464646;
}

table{
	font-size: 11px;
}

.close_popup{
	position: absolute;
	top: -13px;
}
#biblio_results{
	width: 240px;
	display: block;
}
div.form_popup{
	position: fixed;
	border: 2px solid #a2a2a2;
	background-color: #464646;
	display: none;
	z-index: 2;
}
div.form_popup_2{
	position: absolute;
	display: none;
	z-index: 2;
}
div.form_submit{
	width: 100%;
	text-align: right;
}
table.hide_table{
	font-size: 11px;
}
table.hide_table tr td{
	padding-top: 15px;
	padding-left: 20px;
	vertical-align: top;
}
table.hide_table tr td.last{
	padding-right: 15px;
}

font.blanc{
	color: #fff;
	letter-spacing: 1px;
}
font.black{
	color: #000;
}
font.groc{
	color: #eec655;
}
font.groc_search{
	color: #eec655;
}
font.groc_search:hover{
	cursor: pointer;
}
font.blau{
	color: #76ceef;
}
font.blanc_b{
	color: #fff;
	letter-spacing: 1px;
	font-weight: bold;
}

.gris{
	color:#95a8b8 !important;
}

span.assigned{
	color: #76ceef;
	margin-left: 10px;
}
ul.img_types li{
	display: inline;
	padding:1px;
	margin: -2px;
	font-size: 11px;
}
ul.img_types{
	margin-left:4px;
}
/*
ul.img_types li{
	display: inline;
	padding:5px;
}
ul.img_types{
	margin:0px;
}
*/

#galery{
	width: 920px;
	height: 160px;
	margin-top: 5px;
}
div.galery_button{
	width:18px;
	float:left;
	height: 160px;
}
div.scrollable{
	position: relative;
	overflow: hidden;
	height: 160px;
	width: 877px;
	float: left;
}
div.scrollable div.items{
	position: absolute;
	width: 3400px;
}
div.scrollable div.items div { 
    float:left;
	height:125px;
	margin-left:5px;
	margin-top: 1px;
}

#case_information_view{
	margin-top: -6px;
	width: 910px;
	background: #343434;
}

/*	collections view	*/

table.assign{
	background-color: #464646;
	border-top:1px solid #a2a2a2;
	border-left:1px solid #a2a2a2;
	width: 100%;
}
table.assign tr td{
	padding: 5px;
	border-bottom:1px solid #a2a2a2;
	border-right:1px solid #a2a2a2;
}

#collection_information_view{
	width: 910px;
	clear: both;
}

#assign_cases{
	display: none;
	position: absolute;
	width: 200px;
}

.case_box{
	float: left;
	padding:5px;
	height: 165px;
}

#suggest{
	display: none;
	position: absolute;
	width: 200px;
}

span.collection_assign{
	float: left;
	padding-top: 8px;
	margin-left: 110px;
	width: 175px;
}

img.summary{
	max-height: 250px;
	max-width: 250px;
	border: 0px;
}

span.collection_search{
	float: left;
	padding-top: 2px;
	margin-left: 15px;
}

span.collection_filters{
	float: right;
	margin-right: 15px;
	margin-top: 8px;
	width: 140px;
	text-align: right;
}

div.definitions{
	display: none;
	padding: 10px;
	background-color: #fff;
	color: #000;
	width: 300px;
	border: 4px solid #000;
	position: absolute;
}

/* Paging */
div.paging {
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #fff;
}
div.paging span a {
}

/* Paging dreta */
div.paging_dreta {
	color: #ccc;
	margin-bottom: 2em;
	float: right;
}
div.paging_dreta div.disabled {
	color: #ddd;
	display: inline;
}
div.paging_dreta span {
}
div.paging_dreta span.current {
	color: #fff;
}
div.paging_dreta span a {
}

/*	forms	*/

.text{
	display: inline;
}

/*	submenu items	*/

#list_button_off{
	margin-left: 4px;
	padding-left: 4px;
	padding-right: 4px;
	background-color: #ad8721;
	font-size: 14px;
}

#list_button_off:hover{
	cursor: pointer;
}

#list_button_on{
	margin-left: 4px;
	padding-left: 4px;
	padding-right: 4px;
	background-color: #1A2637;
	font-size: 14px;
	font-weight: bold;
}

#list_button_on:hover{
	cursor: pointer;
}

/*	list items	*/

.list_items{
	display: none;
	margin-top: 20px;
}

/*	labels	*/

#label_button_off{
	margin-left: 2px;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #ad8721;
}

#label_button_on{
	margin-left: 2px;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #1A2637;
}

#sub_label{
	font-size: 8px;
}

/*	admin	*/

#users_result{
	margin-top: 15px;
}
#users_in_workspace{
	margin-top: 15px;
}
#files_case{
	display: none;
}
#texts_case{
	display: none;
}
#pictures_case{
	display: none;
}
#tags_case{
	display: none;
}
#onto_case{
	display: none;
}
#case_bibliographies{
	display: none;
}
#case_collections{
	display: none;
}
#summaries_creation{
	display: none;
}
#bibliographies_creation{
	display: none;
}
#collections_creation{
	display: none;
}
#case_creation{
	display: none;
}

div.items_activity{
	padding: 2px;
	margin: 2px;
}

#msg{
	/*display: none;*/
}

#fondo{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	background-color: #000;
  	filter:alpha(opacity=60);
  	-moz-opacity: 0.6;
  	opacity: 0.6;
	display: none;
}

tr.Form_journal{
	/*visibility:hidden;*/
	display: none;
}

tr.Form_url{
	/*visibility:hidden;*/
	display: none;
}