#company { background-image: url('../images/UrbanosExpress940x70.png'); background-repeat: no-repeat; float: left; margin: 0px; width: 940px; height: 70px; }

form { display: inline; }

h3 { font-weight: normal; font-size: 1.2em; }

ul.validation-summary-errors { color:#FF0000; font-weight:bold; }
.input-validation-error { background-color:#FFEEEE; border:1px solid #FF0000; }
span.field-validation-error { color:#FF0000; }

div.progress  
{ 
    background-image:  url('../images/ajax-loader.gif');
    background-repeat: no-repeat; 
    background-position: 50% 50%;
    width: 32px;
    height: 32px;
    z-index: 9999; 
}

/*div.ajaxLoader {
    position: absolute;
    background-image:  url('../images/ajax-loader.gif');
    background-position: 50% 50%;
    background-color: Transparent;
    width: 100%;
    height: 100%;
    z-index: 9999; 
}*/

#ajax-loader { position: absolute; padding: 10px; }
#ajax-loader span { background-image: url("../images/ajax-loader.gif"); width: 32px; height: 32px; display: block; }

/* forms inline */
form.inline .actions { white-space: nowrap; }
form.inline .actions .ui-icon { display: inline-block; margin-right: 5px; }
form.inline tbody label.error { color: red; font-style: italic }
form.inline tfoot tr.mode-edit { display: none; }

table.detail { width: 100%; background-color: #fff; }
table.detail tbody td { border-bottom: solid 1px #E8ECDE; vertical-align: top; }
table.detail tbody td.label { width: 18%; font-weight: bold; text-align: right; }
table.detail tbody td.field { width: 32%; font-weight: normal; }

table.search { margin-bottom: 5px; margin-top: 5px; }

table.detail-child { width: 100% }
table.detail-child th { text-align: left; }
table.detail-child td, table.detail-child th, table.detail-child tr { border-top: solid 1px #E8ECDE; vertical-align: top; empty-cells: show; }
table.detail-child tbody td { font-weight: normal; }
table.detail-child tfoot td { border-bottom-style: none; }
table.detail-child th { font-weight: bold; }
table.detail-child tr.template { display: none; }

div.section { background-color: #E8ECDE; padding: 3px; text-align: center; }

.field.attachment { vertical-align: middle; }
.field.attachment a.action-upload { display: inline-block; }
.field.attachment span.status { margin: 0px 5px 0px 5px; }

/* pager */
ul.pagination-clean { list-style-type:none;  }
ul.pagination-clean li { display: inline; margin: 0px 3px; }

ul#icons {margin: 0; padding: 0;}
ul#icons li {margin: 2px; position: relative; padding: 4px 0; cursor: pointer; float: left;  list-style: none;}
ul#icons span.ui-icon {float: left; margin: 0 4px;}

.icon-text {padding: .4em 1em .4em 20px;text-decoration: none;position: relative;}
.icon-text span.ui-icon {margin: 0 5px 0 0;position: absolute;left: .2em;top: 50%;margin-top: -8px;}

table.data a { color: #485D2E; }
table.header, table.footer { width: 100%; }

input[type=button], input[type=submit]
{
    margin-top: 10px;
    margin-bottom: 10px;
}

/* urbanos */
#site_info .box { color:#fff; background:#0f87eb; margin-bottom:10px; }
body { border-top: 0px }


