/*
CSS generico de los administradores
GDRipoll 05-2009
*/

/* global */
	*, html { margin:0; padding:0; }
	body { font-family:sans-serif; font-size:12pt; }
/* panes */
	.administrador { background-color:white; }
	.administrador-north { background-color: #d1e6fc; }
	.administrador-west { background-color: #d1e6fc; }
	.administrador-south { background-color: white; }
	.administrador-east { background-color: white; }
	.administrador-content { background-color: white; }
/* scrollbars */
	.administrador
	{
		scrollbar-face-color: #d1e6fc;
		scrollbar-highlight-color: #cdefff;
		scrollbar-shadow-color: #abcdef;
		scrollbar-3dlight-color: #cdefff;
		scrollbar-arrow-color: #5381b0;
		scrollbar-track-color: #cdefff;
		scrollbar-darkshadow-color: #cdefff;
	}
/* resizer */
	.administrador-resizer-west-closed { background: #d1e6fc url(administradores/d1e6fc_40x100_textures_10_dots_medium_90.png) 0 0 repeat; border-right: 1px solid gainsboro; border-bottom:1px solid gainsboro; }
	.administrador-resizer-west-closed:hover { background: #d1e6fc url() 0 0 repeat; }
	.administrador-resizer-west-open { background-color: whitesmoke; border-right: solid 1px gainsboro; }
	.administrador-resizer-west-open:hover { background: transparent url(administradores/resizable-w.gif) no-repeat center; }
	.administrador-resizer-east-closed { background: #d1e6fc url(administradores/d1e6fc_40x100_textures_10_dots_medium_90.png) 0 0 repeat; border-left: 1px solid gainsboro; border-bottom:1px solid gainsboro; }
	.administrador-resizer-east-closed:hover { background: #d1e6fc url() 0 0 repeat; }
	.administrador-resizer-east-open { background-color: whitesmoke; border-left: solid 1px gainsboro; }
	.administrador-resizer-east-open:hover { background: transparent url(administradores/resizable-e.gif) no-repeat center; }
	.administrador-resizer-north { background-color: whitesmoke; border-bottom: solid 1px gainsboro; }
	.administrador-resizer-north-open:hover { /* NO SE PUEDE REZISEAR background: transparent url(administradores/resizable-n.gif) no-repeat center; */ }
	.administrador-resizer-south { background-color: whitesmoke; border-top: solid 1px gainsboro; }
	.administrador-resizer-south-open:hover { background: transparent url(administradores/resizable-s.gif) no-repeat center; }
/* toggler */
	.administrador-toggler { background-color: gainsboro; }
	.administrador-toggler-north-closed { background: transparent url(administradores/toggle-dn.gif) no-repeat top center; }
	.administrador-toggler-north-open { /* NO SE MUESTRA background: transparent url(administradores/toggle-up.gif) no-repeat bottom center;*/ }
	.administrador-toggler-south-closed { background: transparent url(administradores/toggle-up.gif) no-repeat top center; }
	.administrador-toggler-south-open { background: transparent url(administradores/toggle-dn.gif) no-repeat bottom center; }
	.administrador-toggler-west-closed,
	.administrador-toggler-east-closed { display: block; cursor: pointer; height: 20px; margin:0; padding:0; }
	.administrador-toggler-west-closed { left:-1px; background: transparent url(administradores/go-rt-off.gif) no-repeat center; }
	.administrador-toggler-west-open { /* NO SE VE(!) background: transparent url(administradores/toggle-lt.gif) no-repeat bottom center;*/ }
	.administrador-toggler-east-closed { right:0px; background: transparent url(administradores/go-lt-off.gif) no-repeat center; }
	.administrador-toggler-east-open { /* NO SE VE(!) background: transparent url(administradores/toggle-rt.gif) no-repeat bottom center;*/ }
/* pin button */
	.administrador-button-pin {  display: block; cursor: pointer; position: absolute; top:0; z-index: 2; width: 20px; height: 20px; }
	.administrador-button-pin-west,
	.administrador-button-pin-north,
	.administrador-button-pin-south { right:1px; }
	.administrador-button-pin-east { left:1px; }
	.administrador-button-pin-down { background: transparent url(administradores/pin-dn-off.gif) no-repeat center; }
	.administrador-button-pin-up { background: transparent url(administradores/pin-up-off.gif) no-repeat center; }
/* close button */
	.administrador-button-close {  display: block; cursor: pointer; position: absolute; top:0; z-index: 2; width: 20px; height: 20px; }
	.administrador-button-close-west { left:1px; background: transparent url(administradores/go-lt-off.gif) no-repeat center; }
	.administrador-button-close-north { left:1px; background: transparent url(administradores/go-up-off.gif) no-repeat center; }
	.administrador-button-close-south { left:1px; background: transparent url(administradores/go-dn-off.gif) no-repeat center; }
	.administrador-button-close-east { right:1px; background: transparent url(administradores/go-rt-off.gif) no-repeat center; }
	.administrador-button-pin-down { background: transparent url(administradores/pin-dn-off.gif) no-repeat center; }
	.administrador-button-pin-up { background: transparent url(administradores/pin-up-off.gif) no-repeat center; }
/* header footer and subhead */
	.administrador .header { background: #80ade5 url(administradores/80ade5_40x100_textures_04_highlight_hard_100.png) center repeat-x; border-bottom: 1px solid #777; font-weight: bold; text-align:center; padding: 2px 0 2px; position: relative; overflow: hidden; }
	.administrador .subhead, .footer { background-color:#d6d6d6; padding: 3px 10px; font-size: 0.85em; position: relative; overflow: hidden; }
	.administrador .subhead { background: #d6d6d6 url(administradores/d6d6d6_40x100_textures_02_glass_80.png) 0 50% repeat-x; border-bottom: 1px solid #777; }
	.administrador .footer  { border-top: 1px solid #777; }
	.administrador .content { padding: 5px; position: relative; }
/* toolbar */
	.administrador ul.toolbar { position:relative; overflow:hidden; height:auto; margin:0; padding:2px; width:100%; list-style:none; text-align:left; background:#D6D6D6 url(administradores/d6d6d6_40x100_textures_02_glass_80.png) 0 50% repeat-x; border-top:1px solid #BBB; }
	.administrador ul.toolbar li { font-size:0.9em; padding:2px 7px; float:left; color:#000; border:1px solid transparent; border-right-color: #BBB; cursor:pointer; }
	.administrador ul.toolbar li:hover { color: #005; background: #EEE url(administradores/eeeeee_40x100_textures_02_glass_90.png) 0 50% repeat-x; border-top-color: #BBB; border-bottom-color: #BBB; }
	.administrador ul.toolbar li.first:hover { border-left-color: #BBB; }
	.administrador ul.toolbar li span { width:15px; height:15px; margin-left:-3px; margin-right:0.75ex; vertical-align:	middle; opacity:0.6; filter:alpha(opacity=60); display:block; display:inline-block; } /* icons in toolbar */
	.administrador ul.toolbar li:hover span { opacity: 1; filter: alpha(opacity=100); }
	.administrador ul.toolbar li.selected { background: #EEE url(administradores/80ade5_40x100_textures_04_highlight_hard_100.png) 0 50% repeat-x; border-top-color: #BBB; border-bottom-color: #BBB; }
	.administrador ul.toolbar li.selected:hover { background: #EEE url(administradores/d1e6fc_40x100_textures_10_dots_medium_90.png) 0 50% repeat-x; border-top-color: #BBB; border-bottom-color: #BBB; }
	
	

