/*
 *  This is the file where you put your CSS changes. 
 *  You should preferrably use this and override the 
 *  relevant properties you want to change here instead 
 *  of customizing plone.css to survive upgrades. Writing
 *  your own plone.css only makes sense for very heavy 
 *  customizations. Useful variables from Plone are 
 *  documented at the bottom of this file.
 */
 
/*  (do not remove this :) */
/*  (not this either :) */


/* DELETE THIS LINE AND PUT YOUR CUSTOM STUFF HERE */

/* form border */
.plane_form {
    border-style: none;
    background-image: none;
}

/* googlemap button */

#gnavi_con {
    margin: 0px 0px 5px 0px;
    padding: 0px;
    width: 470px;
    height: 40px;
    list-style-type: none;
    background-color: #dcdcf3;
    text-align: center;
}

#gnavi_con li {
    display: inline;
}

#gnavi_con li a{
    width: 100px;
    height: 25px;
    margin: 0px 5px;
    text-indent: -5000px;
    overflow: hidden;
    background-position: 0px -25px;
    border-style: none;
    float: left;
}

#gnavi_con li.nowlv a,
#gnavi_con li.nowlv a:hover,
#gnavi_con li a:hover {
    background-position: 0px 0px;
    border-style: none;
}


#gnavi_lv0 a{
   background-image: url(../img/gmap_button_00.gif);
   background-repeat: no-repeat;
}

#gnavi_lv1 a{
   background-image: url(../img/gmap_button_01.gif);
   background-repeat: no-repeat;
}

#gnavi_lv2 a{
   background-image: url(../img/gmap_button_02.gif);
   background-repeat: no-repeat;
}


.documentContent .portletFooter,
.documentContent .portletItem {
    padding: 0px;
}

.documentFirstHeading {
   background-color: #C2C2F2;
}


h2 {
    background-color: #C2C2F2;
    left: -10px;
}



/* right_slots_navitree */

.kadomaru {
   background-image: url(../img/kadomaru_top.gif);
   background-repeat: no-repeat;
   padding: 10px 5px 2px 5px;
}

.kadomaru_bottom {
   background-image: url(../img/kadomaru_bottom.gif);
   background-repeat: no-repeat;
   height: 10px;
   margin: 0px 0px 5px 0px;
}

/* New navtree styles */

#portlet-navigation-tree-facilities {
       width: 170px;
       margin: 0px;
       padding: 0px;
}

.portletNavigationTree {

}

.navTreeLocal {
	margin: 0px 5px 0px 5px;
	list-style-image: none;
        list-style-type: none;
}

.navTreeLocal li{
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #C2C2F2;
	margin: 2px 0px 2px 0px;
	padding-left: 5px;
	line-height: normal;
}

.navTree {
}


.navTree li {
	list-style-image: none;
	list-style-type: none;
	/*list-style-position: inside;*/
	padding: 0px;
	margin-left: 0.6em;
	border-left-width: 0px;
	margin-bottom: 3px;
	line-height: normal;
}

.navTreeItem {
}

.navTreeItem a,
dd.portletItem .navTreeItem a {
}

.navTreeItem a:hover,
}

.navTreeCurrentItem {
}

li.navTreeCurrentItem {
}

li.navTreeCurrentItem a,
li.navTreeCurrentItem a:hover {
}

.visualIconPadding,
.actionMenu .actionMenuContent .visualIconPadding {
}

.visualIconPadding,
.actionMenu .actionMenuContent .visualIconPadding {
}

/* Another workaround for broken Internet Explorer */

* html li.navTreeCurrentItem a,
* html li.navTreeCurrentItem a:hover {
    height: 1.6em;
}

/* IE workaround to make sure the element is selectable in its full width */
* html .visualIconPadding {
    height: 1.6em;
}


.navTreeLevel0 { margin: 0; }
.navTreeLevel1 { margin: 0; }
.navTreeLevel2 { margin: 0; }
.navTreeLevel3 { margin: 0; }
.navTreeLevel4 { margin: 0; }
.navTreeLevel5 { margin: 0; }





/*  */

/* DOCUMENTATION ON PRE-DEFINED PROPERTIES FROM PLONE */

 /* You can insert colors and other variables from Plone's 
    base_properties by doing:
    
    & dtml-variableName ; (without the spaces, excluded here to not make it render)
    
    Example:
    
    myLink {
        color: & dtml-fontColor ;   (again, without the spaces)
    }
 
   This means you can generate your own elements that use Plone's defaults,
   and respect any customizations people have done. See base_properties for
   the default values.
 
   These are the available properties:
   
   logoName - the file name of the portal logo
   
   fontFamily - the font family used for all text that is not headers
   
   fontBaseSize - the base font size that everything is calculated from
   
   fontColor - the main font color
   
   fontSmallSize - used for various elements like buttons and discreet text
   
   discreetColor - the font color of discreet text

   backgroundColor - the background color 
   
   linkColor - the color used on normal links

   linkActiveColor - color used on active links

   linkVisitedColor - color used on visited links
   
   borderWidth - the width of most borders in Plone
   
   borderStyle - the style of the border lines, normally solid
   
   borderStyleAnnotations - style of border lines on comments etc
   
   globalBorderColor - the border color used on the main tabs, the portlets etc
   
   globalBackgroundColor - background color for the selected tabs, portlet headings etc
   
   globalFontColor - the color of the font in the tabs and in portlet headings
   
   headingFontFamily - font family for h1/h2/h3/h4/h5/h6 headlines
   
   contentViewBorderColor - the content view tabs border color
   
   contentViewBackgroundColor - the content view tabs background color
   
   contentViewFontColor - the font color used in the content view tabs
   
   inputFontColor - the font color used for input elements
   
   textTransform - whether to lowercase text in portlets, tabs etc.
   
   evenRowBackgroundColor - the background color of even rows in listings
   
   oddRowBackgroundColor - the background color of even rows in listings
   
   notifyBorderColor - border color of notification elements like the status message, the calendar focus
   
   notifyBackgroundColor - background color of notification elements like the status message, the calendar focus
   
   helpBackgroundColor - background color of information pop-ups (currently not used)
          
 */


