/**
 * $Horde: horde/themes/bluewhite/screen.css,v 1.18.6.9 2005/11/02 19:32:38 jan Exp $
 */

body {
    font-family: "Trebuchet MS", Arial, Verdana;
    background: #fff;
}
/** Verdana, Geneva, Arial, Helvetica, sans-serif;*/
a {
    color: #339;
}
/** debajo del título */
.headerbox {
background-color:#fff;
}
  /**  border-color: #1f56a2;
	background-image:url(graphics/logo_personal.gif);
	background-repeat:no-repeat;
	background-position:left;
	height:71px;*/
	
.selected {
    background: #C6D3FF;
}

/** FRANJA TITULOS, ej. google search del orten */
.header {
    color: #fff;
	background-color:#1f56a2;
}
/**  border-bottom: 1px solid #000; */
.header a {
    color: #fff;
}
.header a:hover, a.header:hover {
    color: yellow;
    text-decoration: none;
}
a.header {
    border-bottom: 0;
    background: transparent;
}

a.fixed {
    color: #339;
}
.light {
    color: #333;
}

.smallheader {
    color: #fff;
    background: #1f56a2;
    font-family: "Trebuchet MS", Arial, Verdana;
}
a.smallheader:hover {
    color: #cce;
    text-decoration: none;
}
/**  BUSQUEDA DE CONTACTOS */
.control {
    background: #ddd;
}
.widget {
    color: #224;
}


/* Alternating styles. item0, item1 are deprecated. */
.rowEven, .item0 {
    background: #eee;
}
.rowOdd, .item1 {
    background: #fff;
}

/* Various popup and status layers. */
.tooltip, div.nicetitle {
    color: #fff;
    background: #1f56a2;
    border: 2px double #fff;
}

/* ARRIBA A LA DERECHA */
#menu {
    color: #fff;
	font-size:12px;
	background-color:#1f56a2;
}
/*     border-bottom: 1px solid #000; background-color:#1f56a2; */
#menu a {
    color: #fff;
}
#menu a.current {
    background: #339;
    border-bottom: 1px solid #aac;
    border-right: 1px solid #aac;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    padding: 2px;
}

/* ARRIBA IZQUIERDA - Sidebar styles.  */
body.sidebar {
    background: #fff;
}
 /*background: #1f56a2; height:71px; min-height:71px;*/
 
 /* MENU COSTADO IZQUIERDO */
#sidebarPanel {
	padding-top:20px;
    border-right: 1px solid #92b2db;
    border-bottom: 1px solid #92b2db;
    background: #fff;
}
/* background: #fff; */
#sidebarPanel span.toggle, #sidebarPanel a {
    padding-left: 1px;
    padding-bottom: 2px;
}
#sidebarPanel span.toggle {
    border: 1px none transparent;
}
#sidebarPanel a {
	width:100%;
    color: #006;
    border: 1px solid #fff;
}
#sidebarPanel a:hover {
    color: #006;
    background: #92b2db;
	width:100%;
    text-decoration: none;
}
/*background: #ccc; border: 1px solid #000;  */

#expandButton {
    margin-right: 1px;
}

/* Tab styles. */
.tabset {
    background: #666;
    border-bottom: 1px solid #1f56a2;
}
.tabset li a {
    border: 1px solid #1f56a2;
    border-bottom-color: #e9e9e9;
}
.tabset li.activeTab a {
    background: #1f56a2;
    color: #fff;
    border-bottom: 1px solid #1f56a2;
}
.tabset li.activeTab a:hover {
    background: #1f56a2;
    color: #fff;
}

/* Form styles. */
input, select, textarea {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
    background: #f3f3f9;
    border: 1px solid #669;
}
input:focus, textarea:focus {
    background: #fff;
    border: 1px solid #99f;
}
.button, .button:focus {
    color: #fff;
    background: #339;
    border-bottom: 1px solid #333;
    border-right: 1px solid #000;
    border-left: 1px solid #C4C4B8;
    border-top: 1px solid #C4C4B8;
    -moz-border-radius: 5px;
}
.button:hover {
    background: #1f56a2;
}
