@CHARSET "UTF-8";
/* CSS Document */

/* Tab navigation */
ul.primary {
  border-collapse: collapse;
  padding: 0 0 0 1em;
  white-space: nowrap;
  list-style: none;
  margin: 5px;
  height: auto;
  line-height: normal;
  border-bottom: 1px solid #bbb;
}
ul.primary li {
  display: inline;
}
ul.primary li a {
  background-color: #ddd;
  border-color: #bbb;
  border-width: 1px;
  border-style: solid solid none solid;
  height: auto;
  margin-right: 0.5em;
  padding: 0 1em;
  text-decoration: none;
}
ul.primary li.active a {
  background-color: #fff;
  border: 1px solid #bbb;
  border-bottom: #fff 1px solid;
}
ul.primary li a:hover {
  background-color: #eee;
  border-color: #ccc;
  border-bottom-color: #eee;
}
ul.secondary {
  border-bottom: 1px solid #bbb;
  padding: 0.5em 1em 0.5em 1em;
  margin: 5px;
}
ul.secondary li {
  display: inline;
  padding: 0 1em;
  border-right: 1px solid #ccc;
}
ul.secondary a {
  padding: 0;
  text-decoration: none;
}
ul.secondary a.active {
  border-bottom: 4px solid #999;
}
/**/

.form-item {
  margin-top: 1em;
  margin-bottom: 1em;
}
tr.odd .form-item, tr.even .form-item {
  margin-top: 0;
  margin-bottom: 0;
  white-space: nowrap;
}
.form-item input.error, .form-item textarea.error, .form-item select.error {
  border: 2px solid red;
}
.form-item .description {
  font-size: 0.85em;
}
.form-item label {
  display: block;
  font-weight: bold;
}
.form-item label.option {
  display: inline;
  font-weight: normal;
}
.marker, .form-required {
  color: #f00;
}

/* block configuration */
.block ul {
  margin: 0;
  padding: 0 0 0.25em 1em;
}

.block {
  border: thin #999999 solid;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px;	
}
/* END - block configuration */

/*
** Other common styles
*/
.breadcrumb {
  padding-bottom: .5em
}
.block-region {
  background-color: #ffff66;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 3px;
}
.block ul {
  margin: 0;
  padding: 0 0 0.25em 1em;
}
br.clear {
  clear: both;
  height: 0;
}
.container-inline div {
  display: inline;
}
.error {
  color: red;
}

.item-list .icon {
  color: #555;
  float: right;
  padding-left: 0.25em;
  clear: right;
}
.item-list .icon a {
  color: #000;
  text-decoration: none;
}
.item-list .icon a:hover {
  color: #000;
  text-decoration: none;
}
.item-list .title {
  font-weight: bold;
}
.item-list ul {
  margin: 0 0 0.75em 0;
  padding: 0;
}
.item-list ul li {
  margin: 0 0 0.25em 1.5em;
  padding: 0;
}
.form-item {
  margin-top: 1em;
  margin-bottom: 1em;
}
tr.odd .form-item, tr.even .form-item {
  margin-top: 0;
  margin-bottom: 0;
  white-space: nowrap;
}
.form-item input.error, .form-item textarea.error {
  border: 2px solid red;
}
.form-item .description {
  font-size: 0.85em;
}
.form-item label {
  display: block;
  font-weight: bold;
}
.form-item label.option {
  display: inline;
  font-weight: normal;
}
.marker, .form-required {
  color: #f00;
}
.more-link {
  text-align: right;
}
.node-form .form-text {
  display: block;
  width: 95%;
}
.node-form .standard {
  clear: both;
}
.node-form textarea {
  display: block;
  width: 95%;
}
.node-form .attachments fieldset {
  float: none;
  display: block;
}
.nowrap {
  white-space: nowrap;
}
.ok {
  color: #080;
}
#pager {
  clear: both;
  text-align: center;
}
#pager a, #pager strong.pager-current {
  padding: 0.5em;
}
.form-submit, .form-text, .form-select, .tiny-textbox, .little-textbox, .normal-textbox, .big-textbox, textarea {
    color : #000000;
    text-decoration : none;
    padding: 2px;
	background-color: #d3e1ea;
	border: 1px solid #c0d2de;
}

.form-submit, button{
	color : #ffffff;
    text-decoration : none;
	font-weight: bold;
    padding: 2px;
	background-color: #1b803f;
	border: 1px solid #1b803f;
}

.form-submit:hover, button{
	color : #ffffff;
    text-decoration : none;
	font-weight: bold;
    padding: 2px;
	background-color: #89e500;
	border: 1px solid #1b803f;
}

.node-form fieldset,
#block_admin_configure fieldset,
#col_texts fieldset,
#col_texts2 fieldset,
#col_nomenu fieldset
 {
	padding: 10px;
	margin-top: 5px;	
	margin-bottom: 15px;
	margin-left: 5px;
	margin-right: 5px;
}
/**/



/*
** Resizable text areas
*/
.resizable-textarea {
  width: 95%;
}
.resizable-textarea .grippie {
  height: 14px;
  background: #eee url(grippie.png) no-repeat 100% 100%;
  border: 1px solid #ddd;
  border-top-width: 0;
  cursor: s-resize;
  margin-bottom: 30px;
}


html.js fieldset.collapsible legend,
html.js fieldset.collapsible legend *,
#col_texts fieldset legend,
#col_texts fieldset legend *
{
  display: inline;
}
	
html.js fieldset.collapsible legend b, 
html.js fieldset.collapsible legend a,
#col_texts fieldset legend b
{
  padding-left: 15px;
  padding-right: 10px;
  background: url(menu-expanded.png) 5px 50% no-repeat;
}
/* Note: IE-only fix due to '* html' (breaks Konqueror otherwise). */
* html.js fieldset.collapsible legend b,
* html.js fieldset.collapsible legend a,
* #col_texts fieldset legend b 
{
  display: block;
}

/* mensagens drupal */
div.messages {
  border: 1px dashed #ddd;
  padding: 0.4em;
  margin-top: 1em;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #ffffcc;
}

div.error li {
  color: red;
}

/* Footer - Local Tasks */
#footer-local-tasks 
{
	clear: both;
	float: left;
	width: 960px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 15px;
	color: #787878;
	background: #ddd;
	font-size: 11px;
}

#footer-local-tasks a, #footer-local-tasks a:visited  
{
	font-size: 11px;
	color: #003d67;
	text-decoration: none;
}

#footer-local-tasks a:hover 
{
	text-decoration: underline;
}

#footer-local-tasks span
{
	display: block;
	float: left;
	color: #787878;
}

#footer-local-tasks ul.primary 
{
	float: right;
}

#footer-local-tasks ul.primary li 
{
	display: block;
	float: left;
	margin-right: 5px;
	padding-right: 5px;
	border-right: 1px solid #787878;
}

#footer-local-tasks ul.primary li.lastitem
{
	border-right: none;
}

/* especificos */
#grlicense_license_request .form-item select#edit-quantity {
	width: 55px;	
}
#grlicense_license_request .form-item input.form-text {
	width: 90%;	
}
#license-text pre {
	width:500px;
	height: 110px;
	overflow:auto;
	padding: 2px;
	background-color: #d3e1ea;
	border: 1px solid #c0d2de;
}
#license-status-box {
	float: left;
	width: 150px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
	padding:10px 0;
  	border: 1px dashed #ddd;
  	background-color: #ffffcc;
}


