/* $Id: docs.css,v 1.5 2003/02/23 20:12:09 swix Exp $ */
/* Stylesheet for phpMyAdmin documentation */
/* vim: expandtab ts=4 sw=4 sts=4 tw=78
*/

/*body {
    background-color: #ffffff;
    font-family: sans-serif;
    color: #000;
    margin: 0px;
    padding: 2em 0px 2em 0px;
}*/
html, body{
  height: 100%;
}

*, html, body, form {
	outline:none;  
	margin: 0;
	padding: 0;
	/*font-size:12px;
	font-family:Helvetica,Arial,sans-serif;*/
}

a {
    text-decoration: none;
    color: #000070;
    /*background-color: #FFFFFF;*/
    font-weight: normal;
}
a:hover {
    background-color: #000070;
    background-color: #FFFFFF;
    font-weight: bolder
}

/*tema para las tablas identificadas con lista*/

img{border:0;}

.lista{
	width:100%;
	border:3px double #f2f2f2;
	margin:1px 2px;
}

.lista tr{
	height:20px;
}

.lista tr.estatico{
	background:#f2f2f2;
}

.lista th,
.lista td,
.lista td a{
	padding:2px;
	font-size:12px;	
	vertical-align:top;
	color:#F3F52E;
}

.lista td a{
	font-size:14px;
   	color: #F0E7F6;
    font-weight: bolder
}

.lista td a:hover{
	text-decoration:none;
    color:#F32310;
}

.lista th{
	
	background:url(./imagenes/text-bg.gif) #ffffff repeat-x;
	border-bottom:0px double #f2f2f2;
	line-height:20px;
	border-right:3px double #f2f2f2;
}

.lista td{
	border-right:1px solid #f2f2f2;	
	border-bottom:1px solid #f2f2f2;
	line-height:20px;	
}

