/*
 *  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.
 *
 *  -- Alexander Limi, http://www.plonesolutions.com
 */
 
/*  (do not remove this :) */
/*  (not this either :) */


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




/*  */

/* 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 test that is not headers
   
   fontBaseSize - the base font size that everything is calculated from
   
   fontColor - the main font color
   
   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.
   
   headingFontBaseSize - the base size used when calculating the different headline sizes
   
   contentViewBorderColor - the content view tabs border color
   
   contentViewBackgroundColor - the content view tabs background color
   
   contentViewFontColor - the font color used in the content view tabs
   
   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
   
   discreetColor:string=#999999
   helpBackgroundColor:string=#ffffe1
 
 */

/**
 *pre {
 *padding: 1em;
 *border:#ffffff;
 *background-color:#ffffff;
 *}
 **/

b.company {
text-align: right
}

.footer {
text-align: right
}

/* for general sentences */

.bun{
	font-size:1.15em;
	line-height:1.5em;
        text-transform:none
}

.mini1{
	font-size:0.9em;
	line-height:1.5em
}

.mini2{
	font-size:12px;
	line-height:1.5em
}

/* for maven */
h2.title{
        background:#99cccc;
	padding:5px;
	font:bold 1.5em Arial, sans-serif;
}

/* for technical documents */
h3{
	border-color:#99cccc;
	margin-top:10px;
	margin-bottom:5px;
	margin-right:30px;
	padding-top:5px;
	padding-left:5px;
	border-style:solid;
	border-top-width:0px;
	border-right-width:0px;
	border-bottom-width:1px;
	border-left-width:10px
}

h3.bl{
	color:#666666;
        border-color:#99cccc;
	margin-top:10px;
	margin-bottom:5px;
	margin-right:30px;
	padding-top:5px;
	padding-left:5px;
	border-style:solid;
	border-top-width:0px;
	border-right-width:0px;
	border-bottom-width:1px;
	border-left-width:0px
}

/* for community pages */
h3.ye{
	border-color:#ffcc66;
	margin-top:10px;
	margin-bottom:5px;
	margin-right:30px;
	padding-top:5px;
	padding-left:5px;
	border-style:solid;
	border-top-width:0px;
	border-right-width:0px;
	border-bottom-width:1px;
	border-left-width:10px
}

/* for download pages */
h3.gr{
	border-color:#669966;
	margin-top:10px;
	margin-bottom:5px;
	margin-right:30px;
	padding-top:5px;
	padding-left:5px;
	border-style:solid;
	border-top-width:0px;
	border-right-width:0px;
	border-bottom-width:1px;
	border-left-width:10px
}

/* for event pages */
h3.pu{
	border-color:#996699;
	margin-top:10px;
	margin-bottom:5px;
	margin-right:30px;
	padding-top:5px;
	padding-left:5px;
	border-style:solid;
	border-top-width:0px;
	border-right-width:0px;
	border-bottom-width:1px;
	border-left-width:10px
}

h4.ob{
	border-color:#990000;
	color:#990000;
	font-size:1.3em
}

/* for titles */
.middle_t{
	font-size:1.5em;
        text-align:left
}

.m_t{
	font-size:1.3em;
        text-align:left;
        font-weight:bolder
}

a.m_t{
	font-size:1.3em;
        text-align:left;
        font-weight:bolder;
        text-decoration: underline
}

.m_t2{
	font-size:1.2em;
        text-align:left;
        font-weight:bolder
}

a.m_t2{
	font-size:1.2em;
        text-align:left;
        font-weight:bolder;
        text-decoration: underline
}

.m_m{
	font-size:1.5em;
        text-align:center;
        font-weight:bolder
}

.formula {
        background-color:#ccffff;
        font-size:1.3em;
	line-height:2em;
        margin-left:10%;
        margin-right:10%;
        text-align:center
}

.white {
        color:#ffffff;
}

.head_1 {
        font-size:140%;
        font-weight: bold;
}

.head_1:first-letter {
        font-size: 200%;
}

.sankaku {
        margin-left: 4px;
        padding: 6px 0 0 30px;
        background: url("image/sankaku.gif") left center no-repeat;
}
