html * {
    margin: 0;
    /*padding: 0; SELECT NOT DISPLAYED CORRECTLY IN FIREFOX */
}

/* GENERAL */

.spinner {
  position: absolute;
  width: 10%;
  height: 10%;   
  left: 0;
  right: 0;
  top:0;
  bottom:0;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  background:white;
  text-align: center;  
}
spinnerImg {
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
}


body {
    background: #fff;
    color: #333;
    font: 11px verdana, arial, helvetica, sans-serif;
}

a:link, a:visited, a:hover {
    color: #666;
    font-weight: bold;
    text-decoration: none;
} 

h1 {
	font-family:Arial, Helvetica, sans-serif;
	color: #000253;
	font-weight:bold;
	font-size: 16px;
	margin-bottom:10px;
	margin-top:20px;
	margin-left:5px;
	text-transform:uppercase;
}

ul {
    padding-left: 15px;	
}

input, select, textarea {
    background-color: #fcfcfc;
    border: 1px solid #ccc;
    font: 11px verdana, arial, helvetica, sans-serif;
    margin: 2px 0;
    padding: 2px 4px;	
}
select {
	padding: 2px 2px 2px 0;   
}
textarea {
	width: 250px;
	height: 150px;
	vertical-align: top;
}

input:focus, select:focus, textarea:focus {
    border: 1px solid #b2d1ff;
}

.body {
    float: left;
    margin: 0 15px 10px 15px;
}

/* NAVIGATION MENU */

.nav {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    border-style: solid none solid none;	
    margin-top: 5px;
    padding-left:10px;
    padding-bottom:7px;
    height:25px
}

.menuButton {
    font-size: 10px;
    padding: 0 5px;
}
.menuButton a {
    color: #333;
    padding: 4px 6px;
}
.menuButton a.home {
    background: url(../images/skin/house.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.menuButton a.list {
    background: url(../images/skin/database_table.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.menuButton a.create {
    background: url(../images/skin/database_add.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}

.menuButton a.edit {
    background: url(../images/skin/database_edit.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}

.menuButton a.exit {
    background: url(../images/skin/information.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}

/* MESSAGES AND ERRORS */

.message {
    background: #f3f8fc url(../images/skin/information.png) 8px 50% no-repeat;
    border: 1px solid #b2d1ff;
    color: #006dba;
    margin: 10px 0 5px 0;
    padding: 5px 5px 5px 30px
}

input.errors,
select.errors,
textarea.errors{
	border: 1px solid red;
}

div.errors {
    background: #fff3f3;
    border: 1px solid red;
    color: #cc0000;
    margin: 10px 0 5px 0;
    padding: 5px 0 5px 0;
	display: block;
}
div.errors ul {
    list-style: none;
    padding: 0;	
}
div.errors li {
	background: url(../images/skin/exclamation.png) 8px 0% no-repeat;
    line-height: 16px;
    padding-left: 30px;
}

td.errors select {
    border: 1px solid red;
}
td.errors input {
    border: 1px solid red;
}

#errorlist {
	display:block;
}

/* TABLES */

table {
    border: 1px solid #ccc;
    width: 100%
}
tr {
    border: 0;
}
td, th { 
    font: 11px verdana, arial, helvetica, sans-serif;
    line-height: 12px;
    padding: 5px 6px;
    text-align: left;
    vertical-align: top;
}
th {
	background: #fff url(../images/skin/shadow.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	color: #040233;
	font-size: 11px;
	font-weight: bold;
	line-height: 25px;
}

table thead tr th {	
	padding-left:10px;
	padding-top:3px;
	padding-bottom:3px;
}

th a:link, th a:visited, th a:hover {
    color: #333;
    display: block;
    font-size: 10px;
    text-decoration: none;
    width: 100%;
}
th.asc a, th.desc a {
    background-position: right;
    background-repeat: no-repeat;
}
th.asc a {
    background-image: url(../images/skin/sorted_asc.gif);
}
th.desc a {
    background-image: url(../images/skin/sorted_desc.gif);
}

.odd {
    background: #f7f7f7;
}
.even {
    background: #fff;
}

/* LIST */

.list table {
    border-collapse: collapse;
}

.list th {
    background: #fff url(../images/skin/shadow.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
    color: #666;
    font-size: 11px;
    font-weight: bold;
    line-height: 17px;
    padding: 2px 6px;	
}
.list th a:link, th a:visited, th a:hover {
    color: #333;
    display: block;
    font-size: 10px;
    text-decoration: none;
    width: 100%;
}
.list th.asc a, th.desc a {
    background-position: right;
    background-repeat: no-repeat;
}
.list th.asc a {
    background-image: url(../images/skin/sorted_asc.gif);
}
.list th.desc a {
    background-image: url(../images/skin/sorted_desc.gif);
}

.list th, .list td {
    border-left: 1px solid #ddd;
}
.list th:hover, .list tr:hover {
    background: #b2d1ff;
}

/* PAGINATION */

.paginateButtons {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    border-top: 0;
    color: #666;
    font-size: 10px;
    overflow: hidden;
    padding: 10px 3px;
}
.paginateButtons a {
    background: #fff;
    border: 1px solid #ccc;
    border-color: #ccc #aaa #aaa #ccc;
    color: #666;
    margin: 0 3px;
    padding: 2px 6px;
}
.paginateButtons span {
    padding: 2px 3px;
}

/* DIALOG */

.dialog table {
    padding: 5px 0;
}

.prop {
    padding: 5px;
}
.prop .name {
    text-align: left;
    width: 15%;
    white-space: nowrap;
	padding-top:10px;
}
.prop .value {
    text-align: left;
    width: 85%;
}

/* ACTION BUTTONS */

.buttons {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    color: #666;
    font-size: 10px;
    margin-top: 5px;
    overflow: hidden;
    padding: 0;		
}

.buttons input {
    background: #fff;
    border: 0;
    color: #333;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    margin-left: 3px;
    overflow: visible;
    padding: 2px 6px;
}

.buttons a {
    background: #fff;
    border: 0;
    color: #333;    
    font-size: 10px;
    font-weight: bold;
    margin-left: 3px;
    overflow: visible;
	padding:0px;
}

.buttons a.delete,
.buttons input.delete {
    background: transparent url(../images/skin/database_delete.png) 5px 50% no-repeat;
    padding-left: 28px;
	
}
.buttons input.edit {
    background: transparent url(../images/skin/database_edit.png) 5px 50% no-repeat;
    padding-left: 28px;
}

.buttons input.save {
    background: transparent url(../images/skin/database_save.png) 5px 50% no-repeat;
    padding-left: 28px;
}

.buttons a.list {
    background: url(../images/skin/database_table.png) 5px 50% no-repeat;
    padding-left: 28px;	
}

.crear {
	padding-left: 28px;
	padding-bottom:5px;
	padding-top:5px;
	height:15px;
	background: transparent url(../images/skin/database_save.png) 5px 50% no-repeat;
}

.obligatorio {
	padding-left: 28px;
	padding-bottom:5px;
	padding-top:3px;
	height:10px;
	margin-bottom:8px;
	position:relative;
}

.logo {
    position:relative;
    padding:2px;
    padding-left:5px;
}

.datos {
	margin-top:30px;
	width:800px;
}

label {
    font-weight:bolder;
    font-size: 10px;
	color:#666;
}

.headerEstados {
    white-space: normal;
    font-weight: bold;    
	margin-bottom:5px;
}

.sectionTable {
	margin-top:20px;
}

.pestanabody {
	width:800px;
}

.accordion h5 {
	border: #92967E outset 1px;
	font-size:12px;
	cursor:pointer;
	margin-bottom:20px;
	width:765px;
	color:#051145;
	background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:20px;
	
}

.subpestanabody {
	width:765px;
}

.pestanabody table {
	margin-bottom:20px;
	width:765px;
}

.pestanabody table {
	margin-bottom:20px;
	width:765px;
}

table.subtable {
	margin-bottom:20px;
	width:740px;
	margin-left:3px;
}


.subpestanabody table {
	margin-bottom:20px;
}

.subpestanabody .prop .name {
	width:50%;	
}

.otro {	
	
}

#log-res {		
	padding: 20px 0;
	position:absolute;	
	background: url(../images/loading.gif) no-repeat center center;		
	z-index:99;
	visibility:hidden;
	width: 100px;
	height:100px;
}

.filtros {
    margin-top: 10px;
    margin-bottom: 10px;
}

.hello {
	color:#9C0A0D;
	margin-right: 25px;
	font-weight:bold;
	font-size:9px;
	margin-top: 15px;	
	text-align:right;
}