﻿/*
 * @version $Id: styles.css 16371 2011-12-08 21:54:39Z jmd $
 -------------------------------------------------------------------------
 GLPI - Gestionnaire Libre de Parc Informatique
 Copyright (C) 2003-2011 by the INDEPNET Development Team.

 http://indepnet.net/   http://glpi-project.org
 -------------------------------------------------------------------------

 LICENSE

 This file is part of GLPI.

 GLPI is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.

 GLPI is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.

 You should have received a copy of the GNU General Public License
 along with GLPI. If not, see <http://www.gnu.org/licenses/>.
 --------------------------------------------------------------------------
*/
/* ################--------------- GLPI CSS style   ---------------#################### */




/* ################--------------- Default style  ---------------#################### */

body {
   font-family: Tahoma, Geneva, Kalimati, sans-serif; 
   font-size: 12px;
   margin: 0;
   background-color: #20416C;
   border-top: 3px solid #FFFFFF;
   padding: 20px;   
}

.body_popup {
   font-family: Tahoma, Geneva, Kalimati, sans-serif; 
   font-size: 12px;
   margin: 0;
   background-color: #FFFFFF;
   padding: 5px;   
}

ul, li, dt, dl, dd, form, img, input {
   margin: 0;
   padding: 0;
}

ul {
   list-style-type: none;
}

span.invisible {
   visibility: hidden;
}

/* separateur pour rétablir les comportements de block */
div.sep {
   font-size: 1px;
   height: 1px;
   padding: 0;
   margin: 0;
   clear: both;
}

img {
   border: 0;
}

small {
   font-size: 10px;
}

sup {
   vertical-align: baseline;
   position: relative;
   top: -0.4em;
}

.big {
   font-size: 14px;
}

.b {
   font-weight: bold;
}

.center {
   text-align:center;
}

.left {
   text-align:left;
}

.right {
   text-align:right;
}

.center-h {
   margin:auto;
}

.middle {
   vertical-align:middle;
}

.bottom {
   vertical-align:bottom;
}

.top {
   vertical-align:top;
}

.relative {
   position: relative;
}

.red { 
   color:red;
}

.blue {
   color:blue;
}

.green {
   color:green;
}

.deleted {
   background-color:#F2F7F9;
}

.separ {
   clear: both;
   visibility: hidden;
}

a, a:link {
   font-weight: normal;
   text-decoration: underline;
   color : #20416C;
}

a:hover {
   color: #20416C;
}

hr {
   border: 1px solid #E0E0E0;
}

/* Over link div */
.over_link {
   display: none;
   position: absolute;
   border: 1px solid #E0E0E0;
   background: url("../pics/fd_hoverlink.png") 0 0 repeat;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -o-border-radius: 5px;
   border-radius: 5px;
   padding: 5px;
   max-width: 350px;
   font-size: 11px;
   text-align: left;
   z-index:1000;
}

.pointer {
   cursor:pointer;
 }

/* ################--------------- Tabs ---------------#################### */
.alltab {
   background-color: #F2F7F9; 
   font-size:1.1em; 
   font-weight:bold; 
   text-align:left; 
   padding: 5px;
   color:#20416C;	
}

/* ################--------------- Page ---------------#################### */

#page {
   border: 1px solid rgba(0, 0, 0, 0.15);
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   -o-border-radius: 4px;
   border-radius: 4px;
   -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
   -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
   -o-box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
   box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
   margin: 15px auto;
   padding: 0;
   width: 998px;
   background-color: #FFFFFF;
}

#page form {
   font-size: 12px;
   margin:0;
   padding:0; 
}

/* ################--------------- form ---------------#################### */

option {
   border:1px solid #E0E0E0;
   background-color:#F2F7F9;
}

.submit {
   text-align:center;
}

select {
   font-size: 11px;
   border: 1px solid #20416C;
   color: #20416C;
   background-color: #F2F7F9;
   line-height: 19px; /* do not set height because using multiple select*/
}

textarea, input {
   background-color:#F2F7F9;
   color: #20416C;
   border: 1px solid #20416C;
   font-size: 11px;
}

input {
   height: 17px;
   padding: 2px;
   vertical-align: middle;
}

input[type="image"] {
   height: auto;
   background-color: transparent;
   border: 0;
}

input[type="file"] {
   height: 22px;	
   border: 1px solid #4E6378;
}

input.submit {
   font-size: 11px;
   border: 1px solid #889BB3;
   background-color:#F2F7F9;
   color:#20416C;
   cursor:pointer;
   -moz-box-shadow: 0px 1px 3px;
   -webkit-box-shadow: 0px 1px 3px;
   -o-box-shadow: 0px 1px 3px;
   box-shadow: 0px 1px 3px ;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   -o-border-radius: 3px;
   border-radius: 3px;
   height: auto;
   padding: 2px 4px;
   margin: 4px;
}

.closepopup_modal {
   font-size: 11px;
   border: 1px solid #889BB3;
   background-color:#F2F7F9;
   color:#20416C;
   cursor:pointer;
   -moz-box-shadow: 0px 1px 3px;
   -webkit-box-shadow: 0px 1px 3px;
   -o-box-shadow: 0px 1px 3px;
   box-shadow: 0px 1px 3px ;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   -o-border-radius: 3px;
   border-radius: 3px;
   height: auto;
   padding: 2px 4px;
   margin: 4px;
}

input.submit:hover {
   background-color: #FFFFFF;
   border: 1px inset #889BB3;
}

a.submit {
   font-size: 11px;
   border: 1px solid #889BB3;
   background-color:#F2F7F9;
   color:#20416C;
   cursor:pointer;
   -moz-box-shadow: 0px 1px 3px;
   -webkit-box-shadow: 0px 1px 3px;
   -o-box-shadow: 0px 1px 3px;
   box-shadow: 0px 1px 3px ;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   -o-border-radius: 3px;
   border-radius: 3px;
   height: auto;
   padding: 2px 4px;
   margin: 4px;
}

a.submit:hover {
   background-color: #FFFFFF;
   border: 1px inset #889BB3;
}

.tree {
   width:100%;
   border-bottom:1px solid #F2F7F9;
}

.treeroot {
   width:100%;
   background: url("../pics/treeroot.png") 0 2px no-repeat;
   border:0;
   font-weight:bold;
}

.tree:hover{
   background-color:#F2F7F9;
}

.treeroot:hover{
   background-color:#F2F7F9;
}

a.button {
   font-size: 0.8em;
   color: #20416C;
}

.button:hover{
   border: 1px inset #889BB3;
   background-color: #F2F7F9;
}

/* ################--------------- Table  ---------------#################### */
table {
   font-size: 11px;
   border:0;
}

.tab_glpi {
   margin: 0 auto;
}

.tab_cadre {
   margin: 0 auto;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   -o-border-radius: 4px;
   border-radius: 4px;
   border: 1px solid #E0E0E0;
   z-index:1;
   text-align: left;
   font-size: 11px;
}

.tab_cadre_navigation {
   padding: 4px;
   margin: 1px;
   border: 1px solid #E0E0E0;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -o-border-radius: 5px;
   border-radius: 5px;
   font-size : 12px;
   font-weight: bold;
}

.tab_cadre_fixe {
   text-align: left;
   font-size: 11px;
   width:998px;
   background-color:#FFFFFF; 
}

.tab_cadre_fixe img {
   vertical-align: middle;	
}

.tab_cadrehov, .tab_cadrehov_pointer {
   border: 1px solid #E0E0E0;
   text-align: left;
   font-size: 11px;
   width: 998px;
}

.tab_cadre_report {
   margin: 0 auto;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   -o-border-radius: 4px;
   border-radius: 4px;
   border: 1px solid #E0E0E0;
   z-index:1;
   font-size: 11px;
   text-align: center;
   width:90%;
}

.tab_cadre th, .tab_cadre_fixe th, .tab_cadrehov th, .tab_cadrehov_pointer th, .tab_cadre_report th {
   font-size: 1.1em;
   text-align: left;
   padding: 2px;
   font-weight:normal; 
   text-align:left; 
   padding: 5px;
   color:#20416C;
}

.tab_cadre td, .tab_cadre_fixe td, .tab_cadrehov td, .tab_cadrehov_pointer td, .tab_cadre_report td  {
   padding: 3px 5px;
}

.tab_cadre_fixe td.tab_bg_grid  {
   padding: 10px 10px;
}

.tab_bg_1  {
}

.tab_cadrehov_pointer tr:hover {
   cursor: pointer;
}

.tab_check {
   text-align:center;
   margin-left: auto;
   margin-right: auto;
   width: 90%;
   border: 1px solid #E0E0E0;
   padding:10px;
}

.tab_check th {
   font-size: 12px;
   font-weight: bold;
   color: #977929;
   vertical-align:bottom;
}

.tab_check td {
   font-size:11px;
   border-bottom:1px solid #E0E0E0;
}

/* Ajout pour IE */
.tab_cadrehov_pointer tr {
   cursor: pointer;
}


.tab_bg_2 {
   background-color: #F2F7F9;

}

.tab_bg_grid:hover {
   background-color: #F2F7F9;
   
}

.tab_bg_grid {
   border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.tab_find:hover {
   cursor:pointer;
}

.tab_resa {
   border:1px dashed #E0E0E0;
   font-size:10px
}

.tab_resa:hover {
   border:1px dotted #20416C;
}



/* ################--------------- Pager  ---------------#################### */

div#cadre_pager {
   margin: 0 auto;
   z-index:1;
   font-size: 10px;
   width:998px;
}

div#cadre_pager li {
   margin-left:2px;
   display:block;
   float:left;
   padding:2px;
}

div#cadre_liste {
   margin: 0 auto;
   z-index: 1;
   font-size: 10px;
   width: 998px;
}

/* ################--------------- Bouton navigation   ---------------#################### */

.icon_consol {
   font-size : 12px;
   font-weight: bold;
   padding: 4px;
   padding-right: 8px;
   margin: 1px;
   border: 1px solid #E0E0E0;
   background-color: #E0E0E0;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -o-border-radius: 5px;
   border-radius: 5px;
}

a.icon_consol_hov {
   color: #20416C;
}

.icon_consol_hov {
   font-size : 12px;
   font-weight: bold;
   padding: 4px;
   padding-right: 8px;
   margin: 1px;
   border: 1px solid #889BB3;
   cursor:pointer;
   background:  #F2F7F9 ; 
   -moz-box-shadow: 0px 1px 3px;
   -webkit-box-shadow: 0px 1px 3px ;
   -o-box-shadow: 0px 1px 3px ;
   box-shadow: 0px 1px 3px ;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   -o-border-radius: 3px;
   border-radius: 3px;
}

.icon_consol_hov img {
   padding-bottom: 10px;
}

.icon_consol_hov:hover {
   padding: 4px;
   padding-right: 8px;
   margin: 1px;
   border: 1px inset #889BB3;
   background:  #F2F7F9 url("../pics/fond_form_on.png") repeat-x; 
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -o-border-radius: 5px;
   border-radius: 5px;
   
}

/* ################--------------- Autocompletion  ---------------#################### */

ul.autocomp {
   list-style-type: none;
   margin-left:3px;
   padding:3px;
   text-align:left;
}

ul.autocomp li.selected { 
   background-color: #F2F7F9; 
}

li.auto_comp {
   list-style-type: none;
   display:block;
   margin:0;
   padding:2px;
   height:16px;
}

/* ################--------------- Tracking  / Reminder ---------------#################### */
.tracking {
   width:100%;
   height:100%;
   cursor:pointer;
}

.tracking:hover {
   background-color: #F2F7F9; 
}

.tracking_hour {
   font-size: 10px;
}

.tracking_bold {
   font-weight: bold;
}

.ldap_right, .reminder_right {
   position:absolute; 
   right:0;
   margin-right:5px;
   font-size:10px;
}

.showplan {
   text-decoration: underline; 
   color : #20416C; 
   cursor:pointer;
}

.tracking_small {
   font-size:10px;
}

.reminder_list {
   text-align:left;
   margin-left:8px;
}

/* ################--------------- Space to replace &nbsp; ---------------#################### */

/* 2 space */
.very_small_space {
   margin-left: 15px;
}

/* 5 spaces */
.small_space {
   margin-left: 38px;
}

/* 10 spaces */
.medium_space {
   margin-left: 120px;
}

/* 20 spaces */
.big_space {
   margin-left:250px;
}

/* ################--------------- Espacement des blocs ---------------#################### */

.spaced {
   margin-bottom: 5px;
}

/* ################--------------- Calendrier  / reservation ---------------#################### */

.calendrier {
   vertical-align:middle;
}

.calendrier:hover {
   cursor:pointer;
}

.calendrier_mois { 
   font-size: 10px; 
}

.calendrier_jour {
   font-size: 14px; 
   color: #20416C;
}

.calendrier_case1 {
   margin-left: 10px; 
   padding: 2px; 
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -o-border-radius: 5px;
   border-radius: 5px;
   margin-top: 2px; 
   border: 1px solid #889BB3;
   background-color: #F2F7F9;
}

.calendrier_case2 {
   margin-left: 10px; 
   padding: 2px; 
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -o-border-radius: 5px;
   border-radius: 5px;
   margin-top: 2px;
   border: 1px solid #E0E0E0; 
   background-color: #F2F7F9;
}

.calendrier_case_white {
   background-color:#F2F7F9;
}

/* ################--------------- Knowledge FAQ  ---------------#################### */
#contenukb {
   height: 100%;
   width: 600px;
   margin: 0 auto;
}

#contenukb legend {
   font-weight: bold;
}

#contenukb fieldset {
   background-color: #F2F7F9;
   border: 1px solid #F2F7F9;
   -moz-border-radius: 8px;
   -webkit-border-radius: 8px;
   -o-border-radius: 8px;
   border-radius: 8px;
   padding-bottom:10px;
   width: 600px;
}

#contenukb textarea {
   width:550px;
}

#kbanswer ul {
   padding-left: 15px;
   list-style-type: circle;
}

#kbanswer ol {
   padding-left: 15px;
   list-style-type: decimal;
}

.tdkb_result {
   vertical-align:top;
   text-align:left;
   width: 33%; 
   padding: 3px 20px 3px 25px;
}

.kb {
   text-align:left;
   padding-top:5px;
}

.kb_resume {
   text-align:left;
   font-size: 1em;
   line-height: 10px; 
   clear: both;
   padding: 5px 0 10px 25px;
}

.tdkb {
   text-align:left;
   font-size:10px; 
   color:#20416C;
}

.baskb {
   position: relative;
   text-align:left;
   font-size:10px;
   color:#20416C;
}

.baskb_right {
   position:absolute; 
   right:0; 
   margin-right:5px;
}

.code {
   width: 95%;
   border: dotted 2px #E0E0E0;
}

a.knowbase {
   margin-left:8px;
}

a.pubfaq {
   margin-left:8px;
   color: #20416C;
}

a.pubfaq:hover {
   color: #20416C;
}

a.icon_nav_move img {
   padding: 4px;
   margin: 1px;
   border: 1px solid #E0E0E0;
   background-color: #F2F7F9;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -o-border-radius: 5px;
   border-radius: 5px;
}

a.icon_nav_move:hover img {
   padding: 4px;
   margin: 1px;
   border: 1px solid #E0E0E0;
   background-color:#F2F7F9;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -o-border-radius: 5px;
   border-radius: 5px;
}

/* ################--------------- planning  ---------------#################### */

.planning {
   text-align:center;
   border:1px dashed #E0E0E0;
   background-color: #F2F7F9;
   font-size:9px;
}

.planing:hover {
   border: 1px solid #E0E0E0;
   background-color: #F2F7F9;
}

.available {
   background-color: green;
}

.notavailable {
   background-color: red;
}

/* ################--------------- Menu navigation  ---------------#################### */

div#menu_navigate {
   margin: 0 auto;
   z-index:1;
   font-size: 10px;
   width:950px;
}

div#menu_navigate li {
   margin-left:2px;
   display:block;
   float:left;
   padding:2px;
}

div#tabcontent {
   background-color:#F2F7F9;    
   width:998px;
   text-align:center;
   margin: 0 auto;
}

  .navbar .btn-navbar .icon-bar {
    background-color: #444;
    -webkit-box-shadow: 0 1px 0 #fff;
    -moz-box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 #fff;
  }
  
.btn {
    display: inline-block;
    cursor: pointer;
}

.btn-navbar {
    float: right;
    padding: 12px 15px;
    margin-right: 5px;
    margin-left: 5px;
}

.icon-bar {
    display: block;
    width: 18px;
    height: 3px;
    background-color: #CECECE;
    -webkit-border-radius: 1px; /* Ce sont des préfixes, pour que les navigateurs */
       -moz-border-radius: 1px; /* prennent en charge les nouvelles propriétés. */
            border-radius: 1px;
}

.icon-bar + .icon-bar { /* Le + permet de sélectionner les éléments qui suivent */
    margin-top: 3px;
}


@media (max-width: 768px) {
    .icon-bar {
    }      
}

@media (min-width: 768px) {
    .icon-bar {
        display: none;
    }      
}


/* ################--------------- box (redirect and other)  ---------------#################### */

.box {
   width:700px;
   text-align:center;
   padding:4px 10px;
   color:#20416C;
   background-color:#F2F7F9;
   border: 1px solid rgba(0, 0, 0, 0.15);
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   -o-border-radius: 4px;
   border-radius: 4px;
   -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
   -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
   -o-box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
   box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
   margin:10px auto;

}

.box h3 {
   font-size:1.1em;
   font-weight:normal;
   margin:0 0 4px 0;
}



/* ################--------------- Login Null Header  ---------------#################### */


#bloc .haut {
   height: 53px;
   width:760px;
   margin:0;
   padding:0;
}

#bloc {
   width:760px;
   margin:0 auto;
   text-align:left;
}

#bloc .bas {
   height: 31px;
   width:760px;
   margin:0;
   padding:0;
}

#contenulogin {
   padding-top: 10%;
   margin: auto;
}

#boxlogin {
   background: #FFFFFF url(../pics/logo_effiged_login.png)  0 0  no-repeat; 
   border: 1px solid rgba(0, 0, 0, 0.15);
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   -o-border-radius: 4px;
   border-radius: 4px;
   -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
   -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
   -o-box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
   box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
    margin: 0 auto;
    padding: 100px 20px 5px 20px;
    width: 380px;   
}

#boxlogin label {
    display:block ;
    font-size: 11px;
    font-weight: normal;
}

.row {
   clear: both;
   padding-top: 5px;
}


#boxlogin fieldset {
    border: medium none;
    margin: 0 0 10px;
    padding: 0;
}

#boxlogin input {
   border: 1px solid #889BB3;
}


#boxlogin input[type="text"], #boxlogin input[type="password"] {
    margin: 5px 0;
    width: 300px;
} 

#box-faq {

    width: 300px;
}

.error {
   margin: 5px 0;
   width: 300px;    
   color: red; 
   text-align:center;
}

#logo-login {
       width: 300px;  
        margin-top:  5px;
             padding:  5px;
   text-align:center;
   font-size : 1.1em;
   color :#20416C;
      border: 1px solid rgba(0, 0, 0, 0.15);
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   -o-border-radius: 4px;
   border-radius: 4px;
}
#footer-login {
   padding-top: 20px; 
   text-align:right;
   font-size : 10px;
   color :#889BB3;
}

/* ################--------------- Header / menu  ---------------#################### */

    
div#wrapper {
    border: 1px solid rgba(0, 0, 0, 0.15);
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   -o-border-radius: 4px;
    border-radius: 4px;
   -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
   -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
   -o-box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
    background-color: #FFFFFF;
    margin: 10px auto;
    width: 1000px;
    padding: 5px 5px 5px 5px;
}

div#wrapper_popup {
   background-color: #FFFFFF;
    width: 998px;
}

div#c_preference {
   height: 15px;
   text-align: right;
   margin: 5px;
   position: cznter;
   top: 4px;
   font-size: 0.9em;	
   z-index:900;
}

div#c_preference ul {
   list-style: none;
}

div#c_preference ul li {
   float: right;
   margin-left: 25px;
}

div#c_preference a {
   color: #20416C;
   text-decoration: none;
   font-size: 1em;
   font-weight:normal; 
   padding: 5px;
}

div#c_preference a:hover{
   background-color: #F2F7F9;
   color: #20416C;
   -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
   -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
   -o-box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
   box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -o-border-radius: 5px;
   border-radius: 5px;

}

div#c_recherche {
   height: 30px;
   text-align: right;
   position: relative;
   top: 10px;
   font-size: 0.9em;
   margin: 5px;
   padding-top: 3px;
   padding-bottom: 3px;
}

div#c_recherche form {
}

div#c_recherche form div#champRecherche input {
   border: 1px solid #20416C;
   height: 20px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -o-border-radius: 5px;
   border-radius: 5px;
   margin-bottom: 0;
   padding-left: 14px;
   padding-right: 14px;
}

div#c_recherche form div#boutonRecherche {
   float: right;
   height: 14px;
   width: 14px;
   overflow: hidden;
   margin: 5px;
}

div#c_recherche form div#boutonRecherche input {
   font-size: 0.7em;
   width: 15px;
   height: 15px;
   border: none;
   position: relative;
   right: 2px;
}

div#c_menu {
   height: 30px;
   position: relative;
   top: 0px;
   z-index: 100;
   background-color: #20416C;
}

div#c_menu ul#cmenu_left {
   position: relative;
   top: 6px;
   height: 26px;
   list-style: none;
   float: left;
   width: 55%;
}

div#c_menu ul#cmenu_right {
   position: relative;
   top: 6px;
   height: 26px;
   list-style: none;
   float: right;
   width: 45%;
}

ul#cmenu_left a.itemP {
   display: block;
   text-align: left;
   text-decoration: none;
   font-size: 1.1em;
   font-weight: normal;
   background-color: #20416C;
   color: #F2F7F9;
   border: 1px solid rgba(0, 0, 0, 0.15);
   padding-left: 10px;
}

ul#cmenu_left ul li a {
   display: block;
   text-align: left;
   text-decoration: none;
   font-size: 1.1em;
   font-weight: normal;
   background-color: #20416C;
   color: #F2F7F9;
   border: 1px solid rgba(0, 0, 0, 0.15);
   padding-left: 10px;
}

ul#cmenu_left a.itemP:hover {
   background-color: #F2F7F9;
   color: #20416C;
   border: 1px solid rgba(0, 0, 0, 0.15);
   -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
   -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
   -o-box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
   box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   -o-border-radius: 4px;
   border-radius: 4px;
}

ul#cmenu_left ul li a:hover {
   background-color: #F2F7F9;
   color: #20416C;
   border: 1px solid rgba(0, 0, 0, 0.15);
   -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
   -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
   -o-box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
   box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   -o-border-radius: 4px;
   border-radius: 4px;
}

ul#cmenu_left ul.ssmenu {
   position: relative;
   width: 108px;
   background-color: #20416C;
   display: none;
}

ul#cmenu_left ul li {
   background-color: #20416C;
   color: #F2F7F9;
   list-style: none;
   text-align: left;
   padding: 4px 4px 4px 4px ;
   line-height: 20px;
}

ul#cmenu_left ul li:last-child {
   border-bottom: 1px;
}

ul#cmenu_left li#menu1 {
   float: left;
   width: 70px;
}

ul#cmenu_left li#menu1 ul.ssmenu {
   position: relative;
   width: 100px;
}

ul#cmenu_left li#menu2 {
   float: left;
   width: 100px;
}

ul#cmenu_left li#menu2 ul.ssmenu {
   position: relative;
   width: 110px;
}

ul#cmenu_left li#menu3 {
   float: left;
   width: 100px;
}

ul#cmenu_left li#menu3 ul.ssmenu {
   position: relative;
   width: 110px;
}

ul#cmenu_left li#menu4 {
   float: left;
   width: 110px;
}

ul#cmenu_left li#menu4 ul.ssmenu {
   position: relative;
   width: 110px;
}

ul#cmenu_left li#menu5 {
   float: left;
   width: 100px;
}

ul#cmenu_left li#menu5 ul.ssmenu {
   position: relative;
   width: 110px;
}

ul#cmenu_left li#menubookmark {
   float: left;
   width: 70px;
}


ul#cmenu_right li#menuentity {
   float: left;
   width: 450px;
}

#entity_selected {
   display: block;
   text-align: left;
   text-decoration: none;
   font-size: 1.3em;
   font-weight: bold;
   background-color: #20416C;
   color: #F2F7F9;
   padding-right: 10px;
}

#entity_select {
   display: block;
   text-align: left;
   text-decoration: none;
   font-size: 1.3em;
   font-weight: bold;
   background-color: #20416C;
   color: #F2F7F9;
   border: 1px solid rgba(0, 0, 0, 0.15);
   padding-right: 10px;
}

#entity_select:hover {
   background-color: #F2F7F9;
   color: #20416C;
   border: 1px solid rgba(0, 0, 0, 0.15);
   -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
   -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
   -o-box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
   box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   -o-border-radius: 4px;
   border-radius: 4px;
}

div#header div#c_logo {
   position: absolute;
   z-index: 1000;
   width: 326px;
   height: 57px;
   float: left;
   background: url("../pics/logo_effiged.png") 0 0 repeat-x;
   margin: 0px;
}

div#header div#c_logo a {
   display: block;
   width: 100%;
   height: 100%;
   text-decoration: none;
}

div#c_ssmenu1 {
   height: 24px;
   clear: both;
   font-size: 0.8em;
}

div#c_ssmenu1 ul {
   position: relative;
   top: 2px;
   left: 0px;
   list-style: none;
}

div#c_ssmenu1 ul li {
   float: left;
   padding: 0 10px;
}

div#c_ssmenu1 ul li a {
   text-decoration: none;
   color: #20416C;
   font-weight: normal;
}

div#c_ssmenu1 ul li a:hover {
   text-decoration: underline;
}

div#c_ssmenu2 {
    background-color: #20416C;
    color: #F2F7F9;
    clear: both;
    height: 34px;
    position: relative;
    z-index: 5;
}

div#c_ssmenu2 ul {
   position: relative;
   top: 5px;
   left: 0px;
   padding: 0px 0px 0px 7px;
   list-style: none;
}

div#c_ssmenu2 ul li {
   position:relative;
   float: left;
   padding: 0 3px;
}

div#c_ssmenu2 ul li a {
   text-decoration: none;
   color: #F2F7F9;
   font-weight: normal;
   font-size:1.4em;
}

div#c_ssmenu2  a.here {
    display: block;
    width: 200px;
}

div#show_entities {
   display: none;
   position: absolute;
   top:20px;
   left:1px;
   border: 1px solid  #E0E0E0;
   background: url("../pics/fd_hoverlink.png") 0 0 repeat;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -o-border-radius: 5px;
   border-radius: 5px;
   padding: 5px;
   font-size: 11px;
   text-align: left;
   z-index:1000;
}

div#show_entities_long {
   display: none;
   position: absolute;
   top:20px;
   left:1px;
   border: 1px solid  #E0E0E0;
   background: url("../pics/fd_hoverlink.png") 0 0 repeat;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -o-border-radius: 5px;
   border-radius: 5px;
   padding: 5px;
   font-size: 11px;
   text-align: left;
   z-index:1000;     
   overflow:scroll;
   height:300px;
   width:300px;
}

div#show_all_menu {
   display: none;
   position: absolute;
   top:20px; 
   left:5px;
   border: 1px solid  #E0E0E0;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -o-border-radius: 5px;
   border-radius: 5px;
   -moz-box-shadow: 0px 0px 4px #20416C;
   -webkit-box-shadow: 0px 0px 4px #20416C;
   -o-box-shadow: 0px 0px 4px #20416C;
   box-shadow: 0px 0px 4px #20416C;
   padding: 5px;
   font-size: 11px;
   text-align: left;
   z-index:1000;
}

/* ################--------------- Footer  ---------------#################### */

#footer {
   background-color: #FFFFFF;
   background-position: left bottom;
   right: 10px;
   height: 18px;
   width: 1000px;
   margin: 10px auto;
}

/* ################--------------- DB Slave---------------#################### */
#dbslave-float {
   top: 0px;
   left: 300px;
   position: absolute;
   z-index: 100;
}

#dbslave-float a {
   border-top: 1px solid #E0E0E0;
   border-bottom: 2px solid #889BB3;
   border-left: 1px solid #E0E0E0;
   border-right: 1px solid #E0E0E0;
   text-decoration: none;
   text-align: center;
   margin: 0;
   padding: 1px .5em;
   font-size: 10px;
   font-weight: bold;
   background-color: #F2F7F9;
   color:#20416C;
}

/* ################--------------- Debug  ---------------#################### */
#debug-float {
   top: 0px;
   left: 80px;
   position: absolute;
   z-index: 100;
}

#debug-float a {
   border-top: 1px solid #E0E0E0;
   border-bottom: 2px solid #889BB3;
   border-left: 1px solid #E0E0E0;
   border-right: 1px solid #E0E0E0;
   text-decoration: none;
   text-align: center;
   margin: 0;
   padding: 1px .5em;
   font-size: 10px;
   font-weight: bold;
   background-color: #F2F7F9;
   color:red;
}

#debug-float a:hover {
   background-color: #F2F7F9;
   border-bottom: 2px solid #889BB3;
}

#debugajax {
   margin: auto;
   text-align:center;
}

#debug {
   background-color:#F2F7F9;
}

#debug h1, #debugajax h1 {
   font-size:14px; 
   text-align:center; 
   background-color:#F2F7F9;
   padding: 5px;
}

#debug h2, #debugajax h2 {
   font-size:14px; 
   padding-left: 10px;
   border-left: 4px solid #F2F7F9;
   border-bottom: 2px solid #F2F7F9;
}

#debug table, #debugajax table {
   margin:0;
}

#kbanswer p {
   margin: 1.12em 0
}

#kbanswer h1 {
   font-size: 2em;
   margin: .67em 0
}

#kbanswer h2 {
   font-size: 1.5em;
   margin: .75em 0;
   font-weight: bolder;
}

#kbanswer h3 {
   font-size: 1.17em;
   margin: .83em 0;
   font-weight: bolder;
}

#kbanswer h4 {
   margin: 1.12em 0;
   font-weight: bolder;
}

#kbanswer h5 {
   font-size: .83em;
   margin: 1.5em 0;
   font-weight: bolder;
}

#kbanswer h6 {
   font-size: .75em;
   margin: 1.67em 0;
   font-weight: bolder;
}

#kbanswer address {
   font-style: italic;
}

#kbanswer pre {
   font-family: monospace;
   white-space: pre;
}

    .availableLot {
        width:                 12%;
        border:                1px solid #999999;
        padding:               10px;
        height:                70px;
        vertical-align: top;
        -moz-border-radius:    17px;
        -webkit-border-radius: 17px;
}

    .availableLot div {
        -moz-border-radius:    5px;
        -webkit-border-radius: 5px;
        width:                 85px;
        border:                1px solid #666666;
        padding:               3px;
        background-color:      #FFFFFF;
        margin:                5px;
        cursor:                move;
        text-align:            center;
    }

    #cars div, #trucks div {
        margin: 5px;
        width:  85px;
    }

    #repair div, #rented div {
        float:  left;
        margin: 2px;
        /*padding:           3px;*/

    }

    .imgThumb {
        height:  57px;
        width:   77px;
        border: 1px solid #777777;
    }


    .dropOK {
        background-color: #99ff99 !important;
    }

    .dropNotOK {
        border: 1px solid #FF0000 !important;
    }


