/* Offices home style file, renewed version using floats only */
/* Last revised: $Date: 2003/01/11 16:49:13 $ by $Author: ivan $ */


@import url("home.css");
@import url("offices-import.css");

p.quote { 
    color: #933;
    /* font-style: italic; */
    margin-left:3%;
    margin-right: 3%;
    text-indent: 0;
}    

div.banner {
    margin-bottom: 1em;
    font-size: 95%;
}

h1.title { 
   font-size: 300%; 
   font-weight: bold;
   color: #037;
}

span.moveUp {
   position: relative;
   bottom: 9px;
}


h2.emphasis { 
 	 background: #FFFFCC;
    border-top: 0.5em;
    padding-left:0.3em;
    border-width: 1px;  
    border: 1px solid; 
}

img.leftInNews { border: inset 2pt; }

/*
h2.headline + p:first-letter, img.leftInNews  + p:first-letter { 
   font-size: 200%;
   float: left;
   margin-right: 0.2em;
}
*/

/*
h2.headline + p:first-line, img.leftInNews  + p:first-line { 
   text-transform: uppercase;
}
*/

.navBlock h2.navhead {
   font-size: 90%;
}

p { text-align: justify  }

/* ****************** Tables used for office documents ************ */
table.coloured td, td.coloured,
table.colored td, td.colored  { 
   background: #CCFFFF;
   color: inherit;
}

table.coloured th,
table.colored th  { 
   background: #c0c0c4;
		text-align: center;
		font-weight: bold;
}

/* ****************** Coloured entries for DT-s ***************** */
dl.coloured dt, dl.colored dt {
   font-weight: bold; 
		color:#006699; 
} 
