/* 
    Document   : site.css
    Created on : Apr 1, 2008, 12:32:28 AM
    Author     : patchinko
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body, html {
    margin:	    5px;
    font-family:    Verdana, sans-serif;
    font-size:	    12px;
    }
a {
    border:		none;
    font-weight:	bold;
    text-decoration:	none;
    }
/**
* Imaganes. Tamanios y borde.
*/
img {
    border	: 0px;}
img.large {
    width	: 64px;
    height	: 64px;
}
img.medium {
    width	: 32px;
    height	: 32px;
}
img.small {
    width	: 16px;
    height	: 16px;
}
/**
* Tablas
*/ 
table {
}
table.lista {
    }

/*
* Encabezados 
*/
th {
    font-weight:    bold;}

th.ordenar {
    font-size:	    14px;
    width :	   180px; 
    }
th.estado {
    width :	    30px;}    
th.listar, th.acciones {
    width :	    50px;
    }

/*
* Tablas de listado
*/
div.content {
    background-color: #eeeeff;
    position: absolute;
    top : 75px;
    left : 300px;
    width: 900px;
    z-index: 1;
    padding : 10px;
}
div.contentDefault {
    position:		absolute;
    top :		75px;
    left :		300px;
    width:		900px;
    z-index:		1;
    padding :		10px;
    }
/*
* Helper, log in/log out.
*/
div.logged {
    position :		absolute;
    right :		20px; 
    background-color:	#eeeeff;
    padding :		10px;
    }
/*
* Navigacion
*/
div.nav {
    width:		250px;
    background-color:	#666666;
    border:		solid 2px;
    }

div.navDefault {
    position :		absolute;
    width :		250px;
    background-color :	#eeeeff;
    padding :		10px;
    top :		50px;
    }
    
table.nav {
    font-size :	    16px;
    border-spacing: 10px;
}

a.nav {
    color: #eeeeff;
}

/*
* Form data
*/
form dt {
    margin-left: 100px;
    display: block;
    float: left;
    clear: left;
    width: 130px;
    height : 40px;
}
form dd {
    margin-left: 50px;
    float: left;
}
form #submitbutton {
    margin-left: 100px;
    }
input.color {
    width	: 50px;
    }
/*
* Forms simples como los de borrar y activar
*/
.sino {
    margin-left	    : 600px;
    }
