.components {
	clear: left;
}
.component {
	border: thin black solid;
	width: 390px;
	float: left;
	height: 500px;
	overflow: auto;
	margin: 3px;
	padding: 2px;
}

.component .name {
	font-size: 1.5em;
	color: black;
}

.component .name img {
	height: 0.8em;
	width: 0.8em;
	margin-left: 0.5em;
}

.info {
	margin: 0 0 0 10px;
}

.method {
	margin-top: 1px;
	margin-bottom: 1px;
	border: thin black dashed;
	padding: 3px;
}

.method .name {
	font-size: 1.2em;
}

.method .name img {
	height: 0.8em;
	width: 0.8em;
	margin-left: 0.5em;
}

.satellite {
	
}

.satellite .name {
	
}

.satellite ul {
	font-size: 0.8em;
}

.templates {
	clear: left;
}

.template {
	border: thin black solid;
	width: 390px;
	float: left;
	height: 300px;
	overflow: auto;
	margin: 3px;
	padding: 2px;
}



.template .name {
	font-size: 1.5em;
	color: black;
}


.template .name img {
	height: 0.8em;
	width: 0.8em;
	margin-left: 0.5em;
}

.satelcomptypes {
	clear: left;
}

.satelcomptype {
	border: thin black solid;
	width: 390px;
	float: left;
	height: 100px;
	overflow: auto;
	margin: 3px;
	padding: 2px;
}

.satelcomptype .name {
	font-size: 1.5em;
	color: black;
}

.satelcomptype .name img {
	height: 0.8em;
	width: 0.8em;
	margin-left: 0.5em;
}

.createitem {
	background-color: #66FF99;
}

.updateitem {
	color: #0066CC;
	/*background-color: #CCFFFF;*/
}

.removeitem {
	color: red;
}

.importbutton {
	clear: both;
}

.input-center {
	text-align: center;
}

/*
 * Used in nucleu.actors.list 
 */

ul.actor_list {
	position: relative;
} 

ul.actor_list li {
	border: 1px solid black;
	width: 25em;
	height: 6em;
	padding: 1px;
	float: left;
	margin: 3px;
}

ul.actor_list li h1 {
	font-size: 1.2em;
	font-weight: bold;
	background-color: #FEE4CA;
}

ul.actor_list img {
	width: 16px;
	height: 16px;
	float: right;
	z-index: 100;
	margin: 2px;
	/*position: absolute;
	right: 0px;*/
}

/*
 * Used in nucleu.actors.view
 */
 
select.inst_groups {
	width: 200px;
}

input.inst_search_groups {
	width: 195px;
}

div.bi-direct-sel {
	float: left;
	margin: auto;
}

div.bi-direct-sel input {
	padding: 0;
}

div.bi-direct-sel label {
	display: block;
	float: none;
	color: #000;
	border-bottom: 1px solid #f1f1f1;
	font-weight: bold;
}

div.bi-direct-sel .group-element {
	float: none;
}

div.bi-direct-sel input[type=submit] {
	/*background-image: url("../../nucleu/image_/magnifier.gif");*/
	display: block;
	width: 50px;
	height: 50px;
	margin-top: 2em;
}

div.bi-direct-sel input.group-element {
	display: block;
}
/*
input[type="TEXT"], input[type="PASSWORD"], textarea, html select {
	border-color: inherit;
}

input[type="TEXT"]:focus, input[type="PASSWORD"]:focus, textarea:focus, select:focus {
	border-color: red; /*#BFD0DA;*/
}
*/
.invisivel {
	display: none;
	visibility: hidden;
}

.alerta {
	background-color: red;
}

.window {
	border: solid black 1px;
	z-index: 10000;
	top: 50%;
	left: 50%;
	position: fixed;
	width: 600px;
	height: 400px;
	padding: 3px;
	background-color: white;
}
/*
ul.teste {
	background-color: yellow;
	padding-top: 10px;
	border: 1px solid black;
}
*/

.back_overlay {
	margin: auto;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: #000!important;
	position: fixed;
	opacity: 0.5;
}

.buttons-block {
	
}

.register-name {
	width: 30em;
}

.register-username {
	width: 10em;
}

.register-password {
	width: 10em;
}

.register-email {
	width: 25em;
}

ul.access_grp_user_lst {
	max-height: 150px;
	min-height: 40px;
	overflow: auto;
	padding-bottom: 10px;
}

ul.access_grp_user_lst li {
	border: 1px solid black;
	width: 20em;
	height: 30px;
	float: left;
	padding: 5px;
	font-weight: bold;
	position: relative;
}

ul.access_grp_user_lst li div.accepted, ul.access_grp_user_lst li div.rejected {
	height: 6px;
	position: absolute;
	bottom: 5px;
	left: 5px;
	right: 5px;
	cursor: hand;
	cursor: pointer;
}

ul.access_grp_user_lst li div.accepted {
	background-color: green;
}

ul.access_grp_user_lst li div.rejected {
	background-color: red;
}

.sortable-column {
	cursor: hand;
	cursor: pointer;
}

.filterable-column {
	margin-left: 10px;
	cursor: hand;
	cursor: pointer;
}

.filter-window {
	width: 300px;
	height: 180px;
	padding: 2px;
	border: 1px solid black;
}

.filter-window ul {
	/*width: 290px;*/
	height: 140px;
	border: 1px solid black;
	overflow: auto;
}

.filter-window .selector {
	margin-right: 3px;
}

.request-error {
}

.request-error .errors {
	width: 100%;
}

.request-error .errors .level, .request-error .errors .line-no{
	text-align: center;
}

.request-error .errors .last-package-name {
	font-weight: bold;
}
.request-error .error .name {
	font-size: 1.1em;
	font-weight: bold;
	color: red;
}
.request-error .error .message {
	font-size: 1.2em;
	color: blue;
}

.request-error .env_globals {
	width: 100%;
}

.manager {
	width: 100%;
	border: 1px solid black;
	height: 500px;
}

.manager .module-list {
	background-color: #7AB375;
	overflow: auto;
	float: left;
	height: 500px;
	max-width: 10%;
	width: 15%;
	min-width: 30px;
	text-align: center;
	margin: 0;
	padding: 0;
	/*max-width: 100px;*/
}


.manager .module-list li {
	padding-top: 10px;
	height: 30px;	
	border-bottom: 1px dashed black;
	list-style-type: none;
}
.manager .methods {
	overflow: auto;
	height: 450px;
}

.manager .methods li {
	list-style-type: none;
}

.manager .module-confs {
	background-color: gray;
	overflow: auto;
	float: left;
	width: 87%;
	height: 500px;
}

.manager .gadgets {
	
}

.manager .gadgets .add-gadget {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}

.manager .gadgets .add-gadget label, .manager .gadgets .add-gadget input[type="TEXT"] {
	margin-right: 10px;
	font-size: 1.4em;
}

.manager .gadgets .add-gadget select {
	width: 7em;
	font-size: 1.4em;
	margin-right: 10px;
}

.manager .gadgets .add-gadget input[type="SUBMIT"] {
	font-size: 1.3em;
}

.manager .gadgets .gadget-list {
	overflow: auto;
	height: 400px;
}

.manager .gadgets .gadget-list li {
	list-style-type: none;
}

.manager .gadgets .gadget-list .gadget {
	/*height: 70px;*/
	border: 1px solid black;
	margin: 5px;
	padding-left: 55px;
	position: relative;
	font-size: 1.2em;
	padding-top: 10px;
	padding-bottom: 10px;
	
}


.manager .gadgets .gadget-list .gadget .mover {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 40px;
	/*background-color: grey;*/
	height: 60px;
	text-align:center;
	background: url("../image_/s7x23/handle.png") no-repeat;
	background-position: center center;
	cursor: move;
}
.manager .gadgets .gadget-list .gadget .mover img {
	margin-top: 14px;
	cursor: move;
}


.manager .gadgets .gadget-list .gadget .applicability {
	position: absolute;
	top: 10px;
	right: 50px;
	font-size: 0.7em;
	color: grey;
	border: 1px solid grey;
	padding: 0 3px 0 3px;
	cursor: pointer;
	cursor: hand;
	width: 60px;
	text-align: center;
}
.manager .gadgets .gadget-list .gadget .applicability.global {
	color: green;
	border: 1px solid green;
	font-weight: bold;
}

.manager .gadgets .gadget-list .gadget .gadget_config {
	background-color: #D8E0A6;
	color: #47349A;
	font-size: 0.9em;
	border: 2px solid #47349A;
	margin-right: 60px;
	margin-left: 10px;
	margin-top: 10px;
	text-align: center;
	cursor: pointer;
	cursor: hand;
}

.manager .gadgets .gadget-list .gadget .gadget_config_window {
	/*display:none;*/
	margin-top: 0;
	margin-right: 65px;
	margin-left: 15px;
	height: 300px;
	border: 1px solid #47349A;
	border-top: 0; 
	background-color: #EAEDD8;
	overflow: auto;
}

.general_rich_editor {
	width: 100%;
}

.alert_window {
	height: auto;
	width: 300px;
}

.test_editor {
	height: 500px;
}
