/* CHANGELISTS */

#changelist {
    position: relative;
    width: 100%;
	float:left;
	overflow:auto; /*si no aparecen las barras en el navegador poner propiedad SCROLL */
	margin-top: 10px;
	/*-moz-box-shadow: 0 1px 5px 0 #888888;
	-moz-border-radius: 5px;*/
}

#changelist table, .pme-main {
    width: 100%;
	float:left;
}

.change-list .hiddenfields { display:none; }

.change-list .filtered table {
    border: 1px solid #ddd;
}

.change-list .filtered {
    min-height: 400px;
}

.change-list .filtered {
    background: white url(../img/admin/changelist-bg.gif) top right repeat-y !important;
}

.change-list .filtered table, .change-list .filtered .paginator, .filtered #toolbar, .filtered div.xfull {
    margin-right: 220px !important;
    width: auto !important;
}

.change-list .filtered table tbody th {
    padding-right: 1em;
}

#changelist .toplinks {
    border-bottom: 1px solid #ccc !important;
}

#changelist .paginator {
    /*border: 2px solid #FFF3C0;*/
    /*background-color: #FFFFFF;*/
    font-weight: bold;
    color: #525759;
    overflow: hidden;
	padding:2px;
	float:left;
}

.change-list .filtered .paginator {
    border-right: 1px solid #ddd;
}

/* CHANGELIST TABLES */

#changelist table thead th {
    white-space: nowrap;
    vertical-align: middle;
}

#changelist table thead th.action-checkbox-column {
    width: 1.5em;
    text-align: center;
}

#changelist table tbody td, .pme-main tbody td {
    border: 1px solid #ddd;
}

#changelist table tbody td:first-child {
    border: 1px solid #ddd;
    text-align: center;
}

#changelist table tfoot {
    color: #5C6670;
}

/* TOOLBAR */

#changelist #toolbar {
    padding: 3px;
    border-bottom: 1px solid #ddd;
    color: #5C6670;
}

#changelist #toolbar form input {
    font-size: 11px;
   /* padding: 1px 2px;*/
}

#changelist #toolbar submit {
    font-size: 11px;
    /*padding: 1px 2px;*/
	border: 4px solid #E2E2E2;
    background: #FAD613;
    font-weight: bold;
    color: #525759;
}

#changelist #toolbar submit:hover {
    font-size: 11px;
    /*padding: 1px 2px;*/
    border: 4px solid #FAD613;
    background: #E2E2E2;
    font-weight: bold;
    color: #525759;
    float: right;
}

#changelist #toolbar form #searchbar {
    padding: 2px;
	padding-bottom:4px;
}

#changelist #changelist-search img {
    vertical-align: middle;
}

/* FILTER COLUMN */

#changelist-filter, #changelist-filter-hc {
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 10px;
    width: 99.65%;
    border-left: 1px solid #ddd;
	background-color: #C3C6C8 !important;
    /*background: url("/static/img/admin/nav-bg.gif") repeat-x scroll 0 100% white;*/
    margin: 0px;
	padding:2px;
	color:#333333;
	float:left;
		-moz-box-shadow: 0 1px 5px 0 #888888;
	-moz-border-radius: 5px;
}

#changelist-filter h2 {
    font-size: 15px;
    padding: 2px 5px;
    border-bottom: 1px solid #ddd;
	background: #FFD600;
	color:#333333;
}

#changelist-filter h3 {
    font-size: 12px;
    margin-bottom: 0;
}

#changelist-filter ul {
    padding-left: 0;
    margin-left: 10px;
}

#changelist-filter li {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

#changelist-filter a {
    color: #999;
}

#changelist-filter a:hover {
    color: #036;
}

#changelist-filter li.selected {
    border-left: 5px solid #ccc;
    padding-left: 5px;
    margin-left: -10px;
}

#changelist-filter li.selected a {
    color: #5b80b2 !important;
}

/* DATE DRILLDOWN */

.change-list ul.toplinks {
    display: block;
    background: white url(../img/admin/nav-bg-reverse.gif) 0 -10px repeat-x;
    border-top: 1px solid white;
    float: left;
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
}

.change-list ul.toplinks li {
    float: left;
    width: 9em;
    padding: 3px 6px;
    font-weight: bold;
    list-style-type: none;
}

.change-list ul.toplinks .date-back a {
    color: #999;
}

.change-list ul.toplinks .date-back a:hover {
    color: #036;
}

/* PAGINATOR */

.paginator {
    font-size: 11px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 22px;
    margin: 2px;
	float:left;
	/*background-color: #e5e5e5;*/
    /*border-top: 1px solid #ddd;*/
}

.paginator a:link, .paginator a:visited {
    border: 1px solid #FFF3C0;
    /*background: #C3C6C8;*/
    font-weight: bold;
    color: #525759;
    text-decoration: none;
	padding:3px;
}

.paginator a.showall {
    padding: 2px !important;
    border: none !important;
}

.paginator a.showall:hover {
    /*color: #036 !important;
    background: transparent !important;*/
	border: 1px solid #FFF3C0;
    background: #FAD613;
    font-weight: bold;
    color: #525759;
}

.paginator .end {
    border-width: 2px !important;
    margin-right: 6px;
}

.paginator .this-page {
    padding: 2px 6px;
    font-weight: bold;
    font-size: 13px;
    vertical-align: top;
}

.paginator a:hover {
    border: 1px solid #FFF3C0;
    background: #FAD613;
    font-weight: bold;
    color: #525759;
}

/* ACTIONS */

.filtered .actions {
    margin-right: 160px !important;
    border-right: 1px solid #ddd;
}

#changelist table input {
    margin: 0;
}

#changelist table tbody tr.selected {
    background-color: #FFFFCC;
}

#changelist .actions {
    color: #999;
    padding: 3px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ddd;
    background-color: white url(/sitemedia/img/admin/nav-bg-reverse.gif) 0 -10px repeat-x;
	height:28px;
}

/* gris oscuro en los form para seleccionar - ej OT */
#changelist-form .actions {
    background-color: #C3C6C8 !important;
	border: 0px solid #fff !important;
}

#changelist .actions.selected {
    background: #fffccf;
    border-top: 1px solid #fffee8;
    border-bottom: 1px solid #edecd6;
}

#changelist .actions span.all,
#changelist .actions span.action-counter {
   font-size: 10px;
   margin: 2px;
	padding: 3px;
	float:left;
	clear:both;
	font-weight:bold;
   display: none;
	-moz-border-radius: 5px 5px 5px 0px;
   text-align:left;

}

#changelist .actions span.clear, 
#changelist .actions span.question {
   font-size: 10px;
   margin: 2px;
	padding: 3px;
	float:left;
	clear:both;
	font-weight:bold;
   display: none;
	-moz-border-radius: 5px 5px 5px 0px;
   text-align:left;
   background: -moz-linear-gradient(center top , #FFFFFF, #EEEEEE) repeat scroll 0 0 transparent;
}

#changelist .actions:last-child {
    border-bottom: none;
}

#changelist .actions select {
    border: 1px solid #AAAAAA;
    /*margin-left: 165px;
    margin-top: -30px;*/
	margin: 3px;
    padding: 1px 2px;
}

#changelist .actions label {
    font-size: 11px;
    margin: 3px;

}

#changelist #action-toggle {
    display: none;
}

#changelist .actions .button {
    font-size: 11px;
	margin:5px;
    /*margin-left: 310px;*/
    padding: 2px 2px;
}
