/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> Admin Page Styles <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
	.title_td {
		width: 100%;
	}
		
	.admin_sub {
		background: #0063DC; /*#170456*/;
		color: #eee;
		display: block;
		padding: 0em 0em 0em 0.5em !important;
		margin-left: -0.5em !important; 
	}
/*
 * ------------- Field Types
*/
	.inlineh2 {
		display: inline;
		width: 15em;
		margin-top: 0.5em;
		font-size: 1em;
	}
	
	.fieldtype_td_title {
		width: 30%;
	}
	
	.fieldtype_td_desc {
		width: 100%;
	}
/*
 * ------------- Listing Styles
*/
/*
 * ------------- Ontology Styles
*/
/* ------------- Ontology list_item ----*/

	.ontology_title_td {
		width: 100%;
	}

/* ------------- Ontology Modal ------ */
     #joint_Form_Modal select {
     	font-size: 0.75em;
     }

	#joint_Form_Modal .selectGroupScroll {
		display: block;
		height: 10em;
		width: 15em;
		padding: 0.5em;
		/*margin: 1em 2em 1em 2em;*/
		border: 1px solid #eee;
		overflow-y: scroll;
		text-align: left;
	}
	
	#joint_Form_Modal .selectGroup {
		margin: 1em;
	}	
	
	#joint_Form_Modal span {
		font-weight: bold;
		text-align: left;
	}
	
	#jointform {
		margin: 0 auto;
		width: 40em;
		text-align: center;
	}
	
	#joint_Form_Modal #buttons {
		text-align: right;
	}
/*------------------  Ontology Main Window */
	#ontologyForms {
		background: #FAFFF3;
		display: block;
		overflow: auto;
		padding: 1em;
		border: #eee solid 1px;
		margin-top: 2em;          
	}

	.ontologyArrows {
		float: left;
		margin-top: 7em;
		padding: 0 1em 0 1em;
	}
	
	.ontologyArrows button {
		display: block;
	}
	
	.selectGroup {
		float: left;
	}
	
	.selectGroup select {
		width: 16em;
	}
	
	.selectGroup span {
		display: block;
	}
	
	#saveOntology {
		margin-top: 2em;
	}
	
	.activeObj {
		margin-left: 8em;
	}
	
	.secondSet {
		padding-top: 2em;
	}

/*
 * ------------- Field Types Styles
*/
    .allowedValue {
        margin: 0.5em 0em;
    }
    
    .allowedValue input {
        
    }
	
	#allowedValues {
		border: 1px solid #eee;
		padding: 0.25em;
		margin-top: 1em;
	}

/* -----  Controls/Interface Elements ----- */
   .newcopy {
        background-color: #E8EEF7;
        margin: 1em 0;
        line-height:1.428em;
    }
     
    .removeField {
       margin:0; 
       padding: 0.1em;
       background:url("/public/images/delete.png") 0px 4px no-repeat;
       text-decoration: none;
    }
    
    .saveField {
       margin:0; padding: 0.1em;
       overflow: visible;
       background:url("/public/images/accept.png") 0px 4px no-repeat;
       text-decoration: none;
    }
    
    .addNew {
       margin:0; 
       padding: 0.1em;
       background:url("/public/images/add.png") 0px 4px no-repeat;
       text-decoration: none;
    }
    
    .copyExisting {
       padding: 0.1em;
       position:relative;
       overflow:hidden;
       text-decoration: none;
       background:url("/public/images/page_copy.png") 0px 4px no-repeat;
    }
    
    .copyNew {
       padding: 0.1em;
       position:relative;
       overflow:hidden;
       text-decoration: none;
       background:url("/public/images/arrow_undo.png") 0px 4px no-repeat;
    }
	
    #treeViewControls {
    	font-size: 0.75em;
		margin-bottom: 0.5em;	
    }
	
	
	#treeViewControls a:hover {
		background-color: #eee;
		color: #333;
	}
	
	#treeViewControls a {
		color: #666;
		text-decoration: underline;
	}

    .filterbar {
        font-size: 0.8em;
        line-height: 0.8em;
    }

    .filterbar a {
        padding-top: 0.1em;
        padding-bottom: 0.1em;
    }

    .filterbar a.selected {
        background-color: #DDDDDD;
        padding-left: 0.4em;
        padding-right: 0.4em;
        color: #000000;
    }
	
/* -----  Non Controls ----- */

    .row {
        padding: 0.25em;
    }
    
    .editable {
        padding: 0.25em;
        cursor: pointer;
    }
    
    .invis {
        display: none
    }
    
    .error {
        background-color: red;
        color: #fff;
    }
    
    .existing {
        background-color: #FAFFF3;
        padding: 0em 0 0.5em 0;
    }
    p.editable span {
        margin-left: 1em;    
    }
	
	#headings, #headings h1, #headings h2, #headings h3 {
	   width: auto;
	   display: block;
	}
	
	#headings h1 {
	   text-decoration: underline;
	}
/*
 * ------------- Category Form
*/    
    #catz {
        display: block;
		float: right;
		background: #efefef;
		padding: 0.3em;
		border: 1px #BDBDBD solid;
		border-right: none; 
    }
	#lStatus {
        display: block;
		float: right;
		background: #efefef;
		padding: 0.3em;
		border: 1px #BDBDBD solid; 
    }
	
	.cat_textarea {
		height: 10em; 
		width: 25em;
	}
	
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> jQuery Thickbox 3.x Styles <<<--------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> tree view specific <<<----------------#FFF->#FFF9D8->#F7F7F7--------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1em;
}

.treeview div.hitarea {
	height: 15px;
	width: 15px;
	margin-left: -15px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html div.hitarea {
	background: #FFF;
	filter: alpha(opacity=0);
	display: inline;
	float: none;
}

.treeview li { 
	margin: 0;
	padding: 0.05em 0pt 0.025em 0.025em;
}

#treecontrol { margin: 1em 0; }

.treeview .hover { color: red; cursor: pointer;}

.treeview .collapsable, .treeview .expandable {
	margin: 0em;
	/*border: 1px solid #fff;*/
}
.treeview .collapsable { background: url(/public/images/tv-collapsable.png) 0.1em 0.4em no-repeat; }
.treeview .expandable { background: url(/public/images/tv-expandable.png) 0.1em 0.4em no-repeat; }

.treeview .expandable,
.treeview .collapsable {
	background-color: #fff;
	border-bottom: 0.15em solid #f7f7f7;
}

.treeview .expandable ul,
.treeview .collapsable ul {
	background-color: #fff;
	border: none;
}
	
.treeview .expandable .expandable,
.treeview .collapsable .collapsable,
.treeview .collapsable .expandable,
.treeview .expandable .collapsable,
.treeview .expandable .expandable ul,
.treeview .collapsable .collapsable ul,
.treeview .collapsable .expandable ul,
.treeview .expandable .collapsable ul {
	background-color: #FFF9D8;
	border: none;
}

.treeview .expandable .expandable .expandable,
.treeview .collapsable .collapsable .collapsable,
.treeview .expandable .expandable .collapsable,
.treeview .collapsable .collapsable .expandable,
.treeview .expandable .collapsable .expandable,
.treeview .collapsable .expandable .collapsable,
.treeview .expandable .collapsable .collapsable,
.treeview .collapsable .expandable .expandable,
.treeview .expandable .expandable .expandable ul,
.treeview .collapsable .collapsable .collapsable ul,
.treeview .expandable .expandable .collapsable ul,
.treeview .collapsable .collapsable .expandable ul,
.treeview .expandable .collapsable .expandable ul,
.treeview .collapsable .expandable .collapsable ul,
.treeview .expandable .collapsable .collapsable ul,
.treeview .collapsable .expandable .expandable ul {
	background-color: #F7F7F7;
	border: none;
}

.filetree li { padding: 0.35em 0em 0.25em 1.1em; }
.filetree span.folder, .filetree span.file { padding-left: 0; display: block; height: 1.25em; }

.folder .controls {
	display: none;
	margin-top: -0.15em;
}

