﻿html, body { 
    font: 14px/18px "Helvetica Neue", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    color: #fff; 
    background: url(noise.png);
    /*height: 100%;*/
    /*position: relative;*/
}

#page {
    overflow-y: auto;
    overflow-x: hidden;
    width: 98%;
    margin: 10px auto 10px auto;
    padding: 10px 10px 10px 10px;
    background: #4f84b8 url(box-grad.png) repeat-x 0 0;
    border-radius: 10px; 
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px; 
    -khtml-border-radius: 10px; 
    box-shadow: 0 5px 12px rgba(0,0,0,.4); 
    -webkit-box-shadow: 0 5px 12px rgba(0,0,0,.4); 
    -moz-box-shadow: 0 5px 12px rgba(0,0,0,.4); 
    -khtml-box-shadow: 0 5px 12px rgba(0,0,0,.4); 
    
    height: 95%;
    min-height: 95%;
    position: absolute;
    top: 0; 
    bottom: 0;
}


#header {
    background: #4b6c9e;
    padding: 10px 10px 10px 10px;
    border-radius: 10px; 
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px; 
    -khtml-border-radius: 10px;
    clear: both;
}

#header h1
{
    font-weight: 700;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

#header .servicio
{
    color: #FCC916;
    font-size: 1.6em;
    font-weight: bold;
}

#header h3
{
    margin: 0px;
    padding: 0px 0px 0px 20px;
    border: none;
    line-height: 2em;
}

#header img
{
    display: inline;
    overflow: hidden;
    border: 0 none;
}

#breadcrumb {
	margin: 0px;
    padding: 0px;
    width: 100%;
    /*padding-left: 15px;*/
}

#leftwrapper {
	/*display: block; */
    background-color: #4b6c9e;
    float: left;
    margin-right: 10px;
    border-radius: 10px;
    padding: 10px 10px 10px 10px; 
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px; 
    -khtml-border-radius: 10px;
     width: 220px;
}

#menuicon
{
    float: left;
    cursor: pointer;
    width: 16px;
    height: 16px;
    padding-right: 10px;
    background:transparent url('menuToggleWhite.png') center top no-repeat;
}

#menuicon:hover
{
    background:transparent url('menuToggleWhiteHover.png') center top no-repeat;
}


#maincontent {
	overflow: auto;
	background-color: #216096; 
	padding: 10px 10px 10px 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px; 
    -moz-border-radius: 10px; 
    -khtml-border-radius: 10px;
}

#notaAlPie {
    font-size: 0.8em;
}

#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* DEFAULTS
----------------------------------------------------------*/
.a_log
{
    color: #000000;
    text-decoration: none;
}
a, a:link, a:visited
{
    color: #AAD4FF;
    text-decoration: none;
    font-weight: bolder;
}

a:hover
{
    color: #FCC916;
    text-decoration: none;
}

a:active
{
    color: #AAD4FF;
    text-decoration: none;
}


p
{
    margin: 0px 0px 0px 0px;
    line-height: 1.6em;
    font-weight: 700;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 1.5em;
    text-align:center;   
}

p.center {
    width:70%; 
    margin-left:15%; 
    margin-right:15%;
  }



/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #FFFFFF;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
    padding-left: 20px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
    font-style: italic;
    padding-right: 20px;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
/*.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}*/

/******************** DRAGGABLE ************************************************/
/* Prevent the text contents of draggable elements from being selectable. */

#DivMsg {
  min-height: 100px;
  min-width: 400px;
  max-width: 500px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin:-200px 0 0 -200px;
  padding: 5px 5px 5px 5px;
  float: left;
  border: 2px solid #4b6c9e;
  background-color: #DBE5F1;
  z-index: 350;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 3px #000;
  -ms-box-shadow: inset 0 0 3px #000;
  box-shadow: inset 0 0 3px #000;
  text-align: center;
  cursor: move;
}

#DivMsg header {
  color: #000;
  text-shadow: #fff 0 1px;
  box-shadow: 5px;
  padding: 5px;
  background: -moz-linear-gradient(left center, rgb(75,108,158), rgb(219,229,241), rgb(170,212,255));
  background: -webkit-gradient(linear, left top, right top,
                               color-stop(0, rgb(75,108,158)),
                               color-stop(0.50, rgb(219,229,241)),
                               color-stop(1, rgb(170,212,255)));
  background: -webkit-linear-gradient(left center, rgb(75,108,158), rgb(219,229,241), rgb(170,212,255));
  background: -ms-linear-gradient(left center, rgb(75,108,158), rgb(7219,229,241), rgb(170,212,255));
  border-bottom: 1px solid #ddd;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -ms-border-radius-topleft: 10px;
  border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -ms-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  border-top-right-radius: 10px;
}
/*******************************************************************************/
/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/


.nombre
{
    font-style: italic;
    color: #FFAA55;
    padding-right: 20px;
    text-align: right;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}


/* MISC  
----------------------------------------------------------*/

.loading
{
    position: absolute; 
    width:250px; 
    left: 50%;
    top: 50%;
    margin: -125px 0 0 -125px;
    padding-top: 10px;
    display: none;
    background-color: White;
    z-index: 999;
    text-align: center;
    color: #4F84B8;
    border-radius: 10px; 
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px; 
    -khtml-border-radius: 10px;
}

.LockBackground {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	width: 100%;
	height: 100%;
	background-color: #666;
	z-index: 300;
	filter: alpha(opacity=50);
	opacity:0.50;
	/*padding-top: 20%;*/
}

.clear
{
    clear: both;
}

.title2
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
    font-size: medium;
}

.failureNotification
{
    font-size: 1em;
    font-weight: bold;
    color: #FCC916;
}

.textoErroresValidacion
{
    font-size:0.8em
}

.tituloDocumento
{

    font-size: 1em;
    font-weight: bold;
    color: #FCC916;
}

div.center
{ 
    position: absolute; 
    width:350px; 
    left: 25%;
    top: 25%;
    margin-left:15%; 
    margin-right:15%;
    overflow: auto; 
} 

div.centerLogin
{
    position: absolute;
    left: 25%;
    top: 25%;
    margin-left:15%; 
    margin-right:15%;
    padding: 0px;
    background: #4b6c9e;
    width: 400px;
    text-align: center;
    border-radius: 10px; 
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px; 
    -khtml-border-radius: 10px;
}

div.alta
{ 
    position: absolute; 
    left: 50%; 
    top: 25%; 
    width: 1050px;
    margin-top: -100px; 
    margin-left: -450px; 
    overflow: auto; 
    z-index: 200;
    background-color: #FFFFFF;
    border-radius: 10px; 
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px; 
    -khtml-border-radius: 10px;
} 

div.CenterMsg
{
    min-width: 400px;
    max-width: 600px;
    min-height: 200px;
    position:absolute;
    left: 25%;
    top: 25%;
    margin-left:15%; 
    margin-right:15%;
    z-index: 500;
    background-color: #DBE5F1;
    color: #000000;
    border-radius: 10px; 
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px; 
    -khtml-border-radius: 10px;
}

div.divGE
{
    width:600px;
    height:100px;
    position:absolute;
    left:50%;
    top:70%;
    margin:-250px 0 0 -250px;
    z-index: 400;
    background-color: #0070C0;
    color: #FFFFFF;
    border-radius: 10px; 
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px; 
    -khtml-border-radius: 10px;
}


div#gDoc a,
div#gDoc a:link,
div#gDoc a:visited,
{
    text-decoration:none;
	font:bold 8pt Tahoma;
    color:#2A4256;
}


table.center 
{
    width:70%; 
    margin-left:15%; 
    /*margin-right:15%;*/
  }

/* CONTROLES DE FORMULARIO ESTANDAR */  
input[type=text],
input[type=password],
select
{
    color: #4F84B8;
    font-size: 1em;
    font-family: "Helvetica Neue", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    /*padding-left: 5px;
    padding-right: 5px;*/
    /*font-weight: bold;*/
}

select.ejercicioClass
{
    width: 80px;
}  

/* Tabla formulario Empresas */
table.Empresas
{
    width: 100%;
    font-size: 0.9em;
    border: 0px solid white;    
    border-collapse: collapse;
    color: #0070C0;
    overflow:auto;
}

table.Empresas td
{
    border: 1px solid #0070C0;
    background-color: #FFFFFF;
    overflow:hidden;
    resize:none;

}

table.Empresas td.noBorder
{
    border: 0px solid #FFFFFF;
    background-color: transparent;
    white-space:nowrap;
    overflow:hidden;
}

table.Empresas td.titulo
{
    text-align: center;
    font-size: 1em;
    font-weight: bolder;
    background-color: #0070C0;
    color: #FFFFFF;
    border: 0px;
}

table.Empresas td.nombreCampo
{
    color: #000000;
    background-color: #DBE5F1;
    font-weight: bold;
    /*vertical-align:middle;*/
}

table.Empresas input[type=text],
table.Empresas textarea,
table.Empresas select,
table.Empresas td.Historico
{
    border: 0px;
    color: #4F84B8;
    font-size: 1em;
    font-family: "Helvetica Neue", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    width: 100%
   /* overflow:auto; */
}

table.Empresas input[type=text]:disabled,
table.Empresas textarea:disabled,
table.Empresas select:disabled
{
   background-color: #D2D2D2;
}

table.Empresas input[type=text]
{
}

table.Empresas input[type=text].center
{
    text-align: center;
    font-weight: bold;
}

table.Empresas input[type=text].numero
{
    text-align: right;
    /*font-weight: bold;*/
}

table.Empresas input[type=text].fecha
{
    text-align: right;
    width: 70%;
    /*font-weight: bold;*/
}

table.Empresas ul
{
    list-style:none; /* Eliminamos los bullets */
    margin:0px; /* Quitamos los margenes */
    padding:0px; /* Quitamos el padding */
}

table.Empresas ul li
{
    float:left; /* Hacemos que el menu se muestre horizontal */
    padding-left: 3px;
    padding-right: 3px;
    border-right:1px solid #FFFFFF;
}

table.Empresas ul li a
{
    font-weight: normal;
    color: #4F84B8;
    text-decoration: underline;
}

table.Empresas ul li a:hover
{
    color: #FCC916;
    text-decoration: underline;
}

table.Empresas input:disabled
{
background:#DBE5F1;
} 

/* TABLA GRUPO EMPRESARIAL NUEVO */

table.tableGE
{
    width: 100%;
    font-size: 1em;
    border: 0px solid white;    
    border-collapse: collapse;
    color: #75923C;
}

table.tableGE td
{
    border: 1px solid #75923C;
    background-color: #FFFFFF;
}

table.tableGE td.noBorder
{
    border: 0px solid #FFFFFF;
    background-color: transparent;
}

table.tableGE td.titulo
{
    text-align: center;
    font-size: 1em;
    font-weight: bolder;
    background-color: #75923C;
    color: #FFFFFF;
    border: 0px;
}

table.tableGE td.nombreCampo
{
    color: #000000;
    background-color: #EAF1DD;
    font-weight: bold;
    vertical-align: middle;
}

table.tableGE input[type=text],
table.tableGE textarea,
table.tableGE select
{
    width: 100%;
    border: 0px;
    color: #75923C;
    font-size: 1em;
    font-family: "Helvetica Neue", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
}

table.tableGE input[type=text].center
{
    text-align: center;
    font-weight: bold;
}

table.tableGE input[Calendario]
{
    width: 40%;
}

table.tableGE select
{
    width: auto;
}

table.tableGE ul
{
    list-style:none; /* Eliminamos los bullets */
    margin:0px; /* Quitamos los margenes */
    padding:0px; /* Quitamos el padding */
}

table.tableGE ul li
{
    float:left; /* Hacemos que el menu se muestre horizontal */
    padding-left: 3px;
    padding-right: 3px;
    border-right:1px solid #FFFFFF;
}

table.tableGE ul li a
{
    font-weight: normal;
    color: #75923C;
    text-decoration: underline;
}

table.tableGE ul li a:hover
{
    color: #FCC916;
    text-decoration: underline;
}

/* Tabla PopUp */
table.PopUp
{
    font-size: 1em;
    border: 1px solid white;    
    border-collapse: separate;
    background-color: #EAF1DD;
    color: #469321;
    width: 100%;
}

table.PopUp select
{
    border-style: none;
    border-color: inherit;
    border-width: 0px;
    width: 100%;
    color: #469321;
    font-size: 1em;
    font-family: "Helvetica Neue", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin-top: 0px;
}

table.PopUp input[type=text],
table.PopUp textarea
{
    width: 100%;
    border: 0px;
    color: #469321;
    font-size: 1em;
    font-family: "Helvetica Neue", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
}

table.PopUpGreen
{
    font-size: 1em;
    border: 1px solid white;    
    border-collapse: separate;
    background-color: #EAF1DD;
    color: #75923C;
    width: 100%;
}

table.PopUpGreen select
{
    width: 100%;
    border: 0px;
    color: #75923C;
    font-size: 1em;
    font-family: "Helvetica Neue", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
}

table.PopUpGreen textarea
{
    width: 100%;
    border: 0px;
    color: #75923C;
    font-size: 1em;
    font-family: "Helvetica Neue", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
}


/* BOTONES AZULES */
a.button 
{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
	background-color:#79bbff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#ffffff;
	/*font-family:arial;
	font-size:12px;*/
	font-weight: bold;
	padding:4px 4px;
	text-decoration:none;
	text-shadow:1px 1px 0px #528ecc;
}

a.button:hover 
{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
	background-color:#378de5;
}

a.button:active,
a.buttonGreen:active,
a.buttonRed:active 
{
	position:relative;
	top:1px;
}

/* BOTÓN VERDE */
a.buttonGreen
{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) );
	background:-moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
	background-color:#9dce2c;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #83c41a;
	display:inline-block;
	color:#ffffff;
	/*font-family:arial;
	font-size:12px;*/
	font-weight: bold;
	padding:4px 4px;
	text-decoration:none;
	text-shadow:1px 1px 0px #689324;
}

a.buttonGreen:hover 
{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c) );
	background:-moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
	background-color:#8cb82b;
}

/* BOTÓN ROJO (Delete) */
a.buttonRed
{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #CD3333), color-stop(1, #A93333) );
	background:-moz-linear-gradient( center top, #CD3333 5%, #A93333 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#CD3333', endColorstr='#A93333');
	background-color:#CD3333;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #E03333;
	display:inline-block;
	color:#ffffff;
	/*font-family:arial;
	font-size:12px;*/
	font-weight: bold;
	padding:4px 4px;
	text-decoration:none;
	text-shadow:1px 1px 0px #689324;
}

a.buttonRed:hover 
{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #A93333), color-stop(1, #CD3333) );
	background:-moz-linear-gradient( center top, #A93333 5%, #CD3333 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#A93333', endColorstr='#CD3333');
	background-color:#A93333;
}

/* FIN BOTONES */

.TextBoxMulti
{
    font-size: .80em;
    font-family: monospace, sans-serif;
    color: #4B6C9E;
}

.GVItemStyle
{
    font-size: small;
    color: #FFFFFF;
    background-color: #4F84B8;
}

.GVItemStyle:hover
{
    color: #4F84B8;
    background-color: #FFFFFF;
}


/* Celda de icono de documento */
.cellFileIcon
{
    border-style: none;
    text-align: center;
    font-size: xx-small;
    word-wrap: break-word;
    vertical-align: top;
}

.cellFileIcon:hover
{
    cursor: pointer;
}

.cellFileDel
{
    border-style: none;
    text-align: left;
    font-size: xx-small;
}

.cellFileDel:hover
{
    cursor: pointer;
}


/* The container for the column sets */
.ob_gCSCont
{
    position: absolute !important;
    top: 17px !important;
    left: 0px !important;
    right: 0px !important;
    overflow: hidden;
}
        
/* A column set row (level) */
.ob_gCSContLevel
{
    height: 25px !important;
    background-image: url(column-set.png);
    background-repeat: repeat-x;
    background-color: #A8AEBD;    
}
        
/* The column set for a number of columns */
.ob_gCSet
{
    color:#01354D;
    font-family:Verdana;
    font-size:12px;
    font-weight:normal;
    float: left;
    text-align: center;
}
        
/* The text of a column set */
.ob_gCSet div
{
    margin-left: 20px;
    margin-top: 3px;
}
        
/* The separator between two column sets */
.ob_gCSetSep
{
    top: -25px !important;
}
        
.ob_gHCont, .ob_gHContWG
{            
    z-index: 10 !important;
}
        
.ob_gHICont
{
    overflow: visible !important;            
}



.historico
{
    resize:none;
}



/* Tabla formulario Licencias */
table.Licencias
{
    width: 95%;
    font-size: 0.9em;
    border: 0px solid white;    
    border-collapse: collapse;
    color: #469321;
    overflow:auto;
}
table.Licencias td.titulo
{
    text-align: center;
    font-size: 1em;
    font-weight: bolder;
    background-color: #469321;
    color: #FFFFFF;
    border: 0px;
}


table.Licencias td
{
    border: 1px solid #469321;
    background-color: #FFFFFF;
    overflow:auto;
    resize:none;
}

table.Licencias td.noBorder
{
    border: 0px solid #FFFFFF;
    background-color: transparent;
}


table.Licencias td.nombreCampo
{
    color: #000000;
    background-color: #EAF1DD;
    font-weight: bold;
    vertical-align:middle;
}

table.Licencias input[type=text],
table.Licencias textarea,
table.Licencias select,
table.Licencias td.Historico
{
    width: 99%;
    border: 0px;
    color: #469321;
    font-size: 1em;
    font-family: "Helvetica Neue", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
   /* overflow:auto;*/
}

table.Licencias input[type=text].center
{
    text-align: center;
    font-weight: bold;
}

table.Licencias select
{
    width: auto;
}

table.Licencias ul
{
    list-style:none; /* Eliminamos los bullets */
    margin:0px; /* Quitamos los margenes */
    padding:0px; /* Quitamos el padding */
}

table.Licencias ul li
{
    float:left; /* Hacemos que el menu se muestre horizontal */
    padding-left: 3px;
    padding-right: 3px;
    border-right:1px solid #FFFFFF;
}

table.Licencias ul li a
{
    font-weight: normal;
    color: #469321;
    text-decoration: underline;
}

table.Licencias ul li a:hover
{
    color: #FCC916;
    text-decoration: underline;
}

table.Licencias input:disabled
{
background:#EAF1DD;
} 

.buttonRemoveFilter
{
	font-family: Tahoma;
	font-size: 10px;
	color:#FEFFFD;
	font-weight: bold;
	text-decoration:none;
	background-color:Transparent;
	border: none;
}

.buttonEditForGrid 
{
    cursor: pointer;
    width: 24px;
    height: 24px;
    display: block;
    background:transparent url('edit24.png') center top no-repeat;
    text-align: center;
}

.buttonEditForGrid:hover
{
    background:transparent url('edit24hover.png') center top no-repeat;
}

.buttonDeleteForGrid 
{
    cursor: pointer;
    width: 24px;
    height: 24px;
    display: block;
    background:transparent url('delete24.png') center top no-repeat;
}

.buttonDeleteForGrid:hover
{
    background:transparent url('delete24hover.png') center top no-repeat;
}

.buttonDownloadForGrid 
{
    cursor: pointer;
    width: 24px;
    height: 24px;
    display: block;
    background:transparent url('../Images/Download.png') center top no-repeat;
}

.buttonDownloadForGrid:hover
{
    background:transparent url('../Images/DownloadHover.png') center top no-repeat;
}

.buttonLogout
{
    cursor: pointer;
    width: 32px;
    height: 32px;
    display: block;
    background:transparent url('logout.png') center top no-repeat;
}

.buttonLogout:hover
{
    background:transparent url('logoutHover.png') center top no-repeat;
}
