﻿

/*
** Resizable text areas
*/
.resizable-textarea {  
  margin:0px;  
  padding:0px;
  width: 95%;
}
.resizable-textarea .grippie {
  height: 9px;
  overflow: hidden;
  background: #eee url(grippie.png) no-repeat center 2px;
  border: 1px solid #ddd;
  border-top-width: 0;
  cursor: s-resize;
  margin:0px;
  padding:0px;  
  width:98%;
}
html.js .resizable-textarea textarea {
  margin-bottom: 0;  
  display: block; 
  margin:0px;
  padding:0px;
  width:98%;
}

/*
** Table drag and drop.
*/
.draggable a.tabledrag-handle {
  cursor: move;
  float: left; /* LTR */
  height: 1.7em;
  margin: -0.4em 0 -0.4em -0.5em; /* LTR */
  padding: 0.42em 1.5em 0.42em 0.5em; /* LTR */
  text-decoration: none;
}
a.tabledrag-handle:hover {
  text-decoration: none;
}
a.tabledrag-handle .handle {
  margin-top: 4px;
  height: 13px;
  width: 13px;
  background: url(draggable.png) no-repeat 0 0;
}
a.tabledrag-handle-hover .handle {
  background-position: 0 -20px;
}

table {
  border-collapse: collapse;
  border:0;
  width:98%;
}
th {
  text-align: center; /* LTR */
  padding-right: 1em; /* LTR */
  border-bottom: 3px solid #ccc;
}

th.last
{
	width:100px;
}

td.checkbox, th.checkbox {
  text-align: center;
  width:60px;
}

td.title, th.title
{
	text-align:left;
	width:230px;
}

.package
{
	border-collapse: collapse;
	border:1px;  
}


div.indentation {
  width: 20px;
  height: 1.7em;
  margin: -0.4em 0.2em -0.4em -0.4em; /* LTR */
  padding: 0.42em 0 0.42em 0.6em; /* LTR */
  float: left; /* LTR */
}
div.tree-child {
  background: url(tree.png) no-repeat 11px center; /* LTR */
}
div.tree-child-last {
  background: url(tree-bottom.png) no-repeat 11px center; /* LTR */
}
div.tree-child-horizontal {
  background: url(tree.png) no-repeat -11px center;
}

.description {
  line-height: 150%;
  margin-bottom: 0.75em;
  color: #898989;
  font-size: 0.85em;
  text-align:left;
  width:45%;
}

._footer {
  line-height: 150%;  
  margin-bottom: 0.75em;
  color: #898989;
  font-size: 0.85em;
  text-align:center;
  width:100%;  
}
