/*
:Author: RasadaCrea
:Contact: contact@rasadacrea.com
:Copyright: This stylesheet has been placed in the public domain.
*/

/**************** IMPORTS ********************/
@import url(imports/reset-fonts-grids.css);
@import url(imports/vos_yui.css);
@import url(imports/html4css1.css);
@import url(imports/murphy.css);


/******************/
/** TABLE **/
/******************/
table.docutils { 
 margin: 2em 3.2em 1.8em;
 box-shadow: 0 0 10px rgba(130, 125, 125, 0.6);
 border-radius: 1em;
 -moz-border-radius: 1em;
 border: none;
}
table.docutils th { 
 padding: 1.0em;
 font-size: 108%;
 text-align: center;
 text-shadow: 0 0.03em 0.1em #aaabbb;
 vertical-align: middle;
 background-color: #ffb;
 border: none;
}
table.docutils td {
 padding: 1.0em; 
 text-align: right;
 vertical-align: middle;
 text-shadow: 0 0.01em 0.05em #aaabbb;
 border-collapse: separate;
 border-color: #eee;    
}




/******************/
/** OTHER RESETS **/
/******************/
html { 
 font-size: 1em;
 color: black; /*#36414c;*/
}
body{
 background: white; /*#2d5758 url(../images/gradient.png) repeat-x 0 -110px;*/
 font:normal 11px Verdana, Geneva, sans-serif;
 margin:0;
 padding:0;
 color: black; /*#ccc;*/
}

.yui-gd, .yui-gf, .yui-ge, #heading, #logo-nav, #bd, #footer {
  padding: 0;
  margin: auto;
  width: 95.385em;/* non-IE divide the pixel width by 13.0, so 1240/13.0=95.385; IE by 13.333*/

}

.yui-gd, .yui-gf, .yui-ge{
  height: auto;
}
#hdbottom .yui-u{
  width: 65%;
  font-size: 96%;
  padding: 0.1em 0;
}
#hdbottom .first{
  width: 34%;
  font-size: 92%;
}

a{
 color:#ccc;
}
h1 {
 font-size: 2.2em !important;
 line-height:1;
 margin: 0.3em 0;
 text-align: center;
 text-shadow: 0 0 1.2em #ccc;
}
h2, h3, h4 {
 margin: 0.2em 0;
}

/****************/
/** Header     **/
/****************/

.yui-u form { 
  margin: 0 0.4em;
}
#search, #search_submit { 
  margin: 0 0.4em;
  padding: 0em;
  float: right;
}
#search { 
  padding: 0.1em;
  text-align: center;
}

#heading { 
  padding: 0.1em;
  margin: auto;
  /*min-height: 2.2em;*/
}
#heading .first { 
  padding-top: 0.2em;
  text-align: center;
  width: 75.2% !important;
  font-size: 0.75em;
}
#heading .yui-u { 
  width: 22.8%;
  margin-left: 1%;
}
#heading h3 { 
  margin: 0;
  padding: 0;
  display: -moz-inline-block;  /*firefox 2 compatibility*/
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}


#hd, #ft{
  margin: 0.2em;
  padding: 0.4em 0.2em;
  /*background: url("/static/vosapp/images/bk.png") repeat scroll left top #cdcfcf; */
  background: #eeeeea; /*#fcb;  url("/static/vosapp/images/bk.jpg") repeat scroll left top #fca;*/
  box-shadow: 0 0 7px rgba(130, 125, 125, 0.6);
  border-radius: 0.6em;
  text-align: center;
}
#hd{
  margin-top: 0;
  margin-bottom: 0.5em;
  padding: 0 0.2em 0.8em;
}
#logo{
  width: 300px;
  padding: 10px 4px 6px;
}
#hdbottom {
  margin: 0 auto;
  padding: 0.6em 0.2em 0.4em;
  border-radius: 0.6em;
  background: white;
}
#hdbottom #breadcrumb, .search_breadcrumb  {
  text-align: left;
  margin: 0;
  padding-left: 0.8em;
  /*width: 25%;*/
}
#languages li, #flash { 
  display: block;
  float: right;
  padding-right: 0.6em;
}
#auth { 
  display: block;
}
#auth a, #login form, #logout form, #pwchange form { 
  float: right;
}
#auth a { 
  padding-right: 1.2em;
}
#auth form { 
  margin: 0;
}
#languages li a, #breadcrumb a, .search_breadcrumb  a, #footer a, #auth a, #display_user a  {
  font-weight: bold;
  font-style: italic;
  color: #223344;
  text-decoration: none;
}
#languages a:hover, #breadcrumbs a:hover, .search_breadcrumb a:hover, #footer a:hover, #auth a:hover, #display_user a:hover  { 
  font-weight: bold;
  color: #667788;
  font-style: italic;
  text-decoration: none;
}
#login form { 
  width: 320px;
}

#login input, #logout input, #pwchange input, #search { 
  padding: 0 0.6em;
  margin: 0 0.8em 0 0.3em;
  border: 1px;
  width: 68px;
  box-shadow: 2px 2px 8px rgba(130, 125, 125, 0.5);
  border-radius: 0.5em;
}
#logout input+input+input, #login input+input+input { 
  width: 4.7em;
  height: 13px;
  margin: 0 0.2em;
}
#logout input, #login input, #pwchange input { 
  height: 13px;
}
#logout { 
  padding-right: 1.2em;
}
#search, #search_submit { 
  padding: 0 1.0em;
  margin: 0.2em 0.5em 0.2em 0.3em;
  border: 1px;
  width: 160px;
  box-shadow: 2px 2px 8px rgba(30, 30, 40, 0.4);
  border-radius: 0.5em;
}
#search_submit {  
  width: 30px;
  margin: 0.2em;
}
#display_user {  
  display: block;
  float: right;
  margin: 0 0.5em;
}
#display_user a {  
  margin: 0 1.2em;
}

/***********************/
/** REGISTRATION FORM **/
/** CONTACT FORM      **/
/***********************/
#register_form, #contact_form { 
  padding: 2em 0;
  margin: 2em 0;
  box-shadow: 2px 2px 16px rgba(190, 190, 200, 0.5);
  border-radius: 0.5em;
}
#contact_form #id_message { 
  box-shadow: 2px 2px 16px rgba(190, 190, 200, 0.5);
  border-radius: 0.5em;
  border: 1px;
  padding: 0.4em;
  margin-left: 0.4em;
}
#register_form p, #contact_form p { 
  padding: 0.8em 2.6em 1.4em 4.6em;
  font-size: 110%;
}
#register_form p ~ p ~ p  label, #contact_form, #register_form p ~ p ~ p ~ p ~ p ~ p label { 
  font-weight: bold;
}
#register_form p ~ p ~ p ~ p label, #register_form p ~ p ~ p ~ p ~ p label { 
  font-weight: normal;
}
#contact_form  p ~ p ~ p ~ p label { 
  font-weight: normal;
}
#contact_form  p ~ p ~ p ~ p ~ p label { 
  vertical-align: top;
  font-weight: bold;
}
#contact_form .helptext { 
  font-weight: normal;
  font-style: italic;
}

#register_form .errorlist, #contact_form .errorlist { 
  padding: 0 2.6em 0 8em;
  font-size: 100%;
  color: red;
  font-weight: bold;
  font-style: italic;
}
#register_form input,  #submit_register, #contact_form input, #submit_contact { 
  padding: 0 1.0em;
  margin: 0 0.5em 0 0.3em;
  border: 1px;
  width: 220px;
  height: 16px;
  box-shadow: 2px 2px 10px rgba(130, 130, 140, 0.5);
  border-radius: 0.5em;
}
#submit_register, #submit_contact { 
  display: block; 
  margin: auto !important;
  font-weight: bold;
  width: 120px !important;
  border: 2px !important;
  box-shadow: 2px 2px 10px rgba(130, 125, 125, 0.5) !important;
}
#submit_register:hover, #submit_contact:hover { 
  font-weight: bold;
  color: #667788;
  text-decoration: none;
}
#flash { 
  color: red;
  font-weight: bold;
  font-style: italic;
}


/*********************/
/**	Menu        **/
/*********************/

#basenav {
 margin:0;
 padding: 0;
 list-style-type: none;
 list-style-position: outside;
 position: relative;
 line-height: 63px; /*1.5em;*/
 font-size: 1.2em;
 font-weight: bold;
 text-shadow: 2px 2px 2px #cdcfcf;
}
#basenav a:link, #basenav a:active, #basenav a:visited{
 display: block;
 padding: 1.3em 0.3em 0;
 margin: 0 0.4em;
 border: none; /*3px solid #DEDEDE;*/
 color: #cd3844; /* #fff30c;*/
 text-decoration: none;
 /* background: url("/static/vosapp/images/bk.png") repeat scroll left top #cdcfcf; */
}
#basenav a:hover, #basenav > .active > a {
 background: url("/static/vosapp/images/chlink.png") repeat scroll left center #EFEFEF;
 color: #223344;
}

#basenav li{
  float: left;
  position:relative;
  padding: 0;	
}
#basenav li ul{
 z-index: 100;
 opacity: 0.8;
 position: absolute;
 width: auto;
 top: 6em;
 left: -3em; 
 display:none;
}

/*Here we check body id with nav1 li id, to mark selected page*/
#virtualization #nav-virtualization > a, #services #nav-services > a, #products #nav-products > a, #solutions #nav-solutions > a, #research #nav-research > a, #partners #nav-partners > a, #company #nav-company > a {
 background: url("/static/vosapp/images/selink.png") repeat scroll 0 0 #EFEFEF;
 color: #223344;
}

/*
#basenav li#nav-services ul{
 z-index: 50;
}
#basenav li:hover ul, #basenav li li:hover ul, #basenav li li li:hover ul, #basenav li li li li:hover ul{
    display:block;
}
*/


/*MENU DEROULANT*/
#basenav ul a:link, #basenav ul a:active, #basenav ul a:visited{
 margin: 0;
 color: #cd3844; /* #fff30c;*/
 font-weight: bold;
 font-size: 90%;
}
#basenav ul li div a:link, #basenav ul li div a:active, #basenav ul li div a:visited{
 font-size: 86%;
}
#basenav ul a:hover{
 color: #223344;
}
#basenav ul li{
 margin: 0;
 border: 3px solid #cdcfcf;
 /*background: url("/static/vosapp/images/bk.png") repeat scroll left top #fca; */
 background: #eeeee9;  /*url("/static/vosapp/images/bk.jpg") repeat scroll left top #fca;*/
 text-shadow: 2px 2px 2px #abacac;
 border-radius: 0.6em;
 box-shadow: 3px 4px 12px rgba(0, 0, 0, 0.3);
}
.nav2 a { 
 padding: 2px 10px 2px 14px !important;
 /*line-height: 1.6em;
 width: 18em !important;*/
 line-height: 1.6em;
 width: 24em;
 text-align: left;
}
.nav3 a {
 padding: 2px 0 2px 24px !important;
 text-align: left;
}

/************************/
/**** Menu de droite ****/
/************************/


#level1nav{
	padding : 0em 0em 1em 1em;

}
#level1nav ul {
	padding: 0em 0em 0em 0em;
}

#level1nav ul li{
	padding: 1em 1em 0em 1em;
	text-transform: uppercase;
	color: #DDDDDD;
	font-weight: bold;
	cursor: pointer;
	float: left;
}
#level2nav{
	padding: 0em 0em 0em 1em;	
}


/*****************/
/** SlideShow  **/
/***************/
#slideshow, #slidesContainer,  #slidesContainer .slide {
  margin:0 auto;
  width: 100%;
  height:230px;
  background: beige; /*transparent url(../images/slider/bg_slideshow.jpg) no-repeat 0 0;*/
}
#slideshow {
  background: beige; /*transparent url(../images/slider/bg_slideshow.jpg) no-repeat 0 0;*/
}
#slideshow #slidesContainer {
  width: 90%;
  overflow:auto; /* affiche une scrollbar (supprimé si le Js marche */
  position:relative;
  border-radius: 0.6em;
}
#slideshow #slidesContainer .slide {
  width: 90%;  /* reduit de 20 pixels la div #slidesContainer pour permettre d'afficher la barre de scroll (ils sont rajoutés par le javascript) */
}
#slideshowHolder, .ft-title { 
  margin-top: 3px;
  margin-bottom: 20px;
  border-radius: 0.8em;
  box-shadow: 0 0 12px rgba(130, 125, 125, 0.6);
}
#ft-slideshowHolder1 { 
  border-top-left-radius: 0.8em;
  border-bottom-left-radius: 0.8em;
}
#ft-slideshowHolder12 { 
  border-top-right-radius: 0.8em;
  border-bottom-right-radius: 0.8em;
}

/*Styles pour les flèches*/
.control {
  display:block;
  width:39px;
  height:263px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  background:transparent url(../images/slider/control_left.png) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(../images/slider/control_right.png) no-repeat 0 0;
}

/*Styles pour les tites, images et paragraphes du slide*/

.slide h2, .slide p {
  margin:15px 40px 0 40px;
}
.slide h2 {
  font:italic 24px Georgia, "Times New Roman", Times, serif;
  color:#ccc;
  letter-spacing:-1px;
}
.slide img {
  float:right;
  margin:0 0 20px;
}
.ft-title {
  top: 20%;
  left: 2.4% !important;
  height: 42%;
  width: 28%;
  font-size: 140%;
  padding: 2%;
  display: table;
  background: #def !important;
}
.ft-title .slidealt {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #000;
  font-weight: bold;
}
.ft-title .slidealt a {
  color: #445566;
  font-weight: bold;
  text-decoration: none;
}
.ft-title .slidealt a:hover {
  color: #223344;
  font-weight: bold;
  text-decoration: none;
}

/**********************************/
/** COMPANYFLASH & RIGHT CONTENT **/
/**********************************/
#companyflash, #secondary, #videos  {
  margin: 0;
  margin-top: 4px;
  margin-bottom: 20px;
  padding: 14px 1.6em 16px;
  height: 180px;
  background: #eeeee5;
  text-align: center;
  font-size: 110%;
  border-radius: 0.8em;
  box-shadow: 2px 2px 8px rgba(30, 30, 40, 0.4);
}
#secondary, #videos  {
  margin-top: 0px;
  /*height: auto;*/
  height: 38em;
  overflow: auto;
}
#companyflash h3, #secondary h3, #videos  h3 {
  padding: 0;
  padding-top: 0.3em;
  text-align: center;
  font-size: 170%;
  text-shadow: 0 0.04em 0.1em #aaabbb;
}
#companyflash p {
  padding: 0;
  padding-top: 0.6em;
  text-align: center;
}
#secondary li, #videos li  {
  padding-bottom: 0.3em;
}
#secondary a, #videos a  {
  font-weight: bold;
  font-style: italic;
  color: #223344;
  text-decoration: none;
}
#secondary a:hover, #videos a:hover  { 
  font-weight: bold;
  color: #667788;
  font-style: italic;
  text-decoration: none;
}
#secondary p.guide_desc, p.video_desc {
  padding: 0;
  padding-top: 0.6em;
  text-align: justify;
  /*white-space: pre-line;*/
}



/***********************/
/******* MAIN BODY  ****/
/***********************/
#main, #mainplus {
  font-size: 1.1em;
  line-height:1.2em;
  padding: 1em;
  padding-top: 0.4em;
  background: #FFFFF6;
  border-radius: 0.8em;
  box-shadow: 2px 2px 8px rgba(30, 30, 40, 0.4);
  margin-bottom: 1.2em;
}
#samelevelurls, .demo {
  margin: 1.6em 2.9em;
  padding: 20px 18px;
  background: #eeeee5;
  border-radius: 0.8em;
  box-shadow: 2px 2px 8px rgba(30, 30, 40, 0.4);
}
#samelevelurls ul {
  list-style-type: none;
  text-align:center;
  text-decoration: none;
  padding: 3px 0;
}
#samelevelurls ul li {
  display: inline;
  padding-right: 0.8em;
}
#samelevelurls ul li a  {
  font-weight: normal;
  font-size: 136%;
  font-style: italic;
  color: #334455;
  text-decoration: none;
}
#samelevelurls ul li a:hover  {
  font-weight: normal;
  font-size: 136%;
  color: #778899;
  font-style: italic;
  text-decoration: none;
}
.demodesc {
  text-align: justify;
  padding-bottom: 1.6em;
}
.demo_iframe {
  text-align: center;
  padding:10px;
  background-color: #000;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.demo_iframe_odd, .demo_iframe_even  {
  width: 331px;
  height: 180px;
  padding:10px;
  background-color: #000;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
}
/*.demo_desc_odd, .demo_desc_even { 
  width: 40%;
 }
*/

.demo_iframe_odd {
  margin: 20px !important;  /*THIS CAN BE ONLY SET IN JS AFTER DOC LOAD!!!*/
  width: 331px;
  height: 180px;
}
.demo_iframe_even {
  width: 331px;
  height: 180px;
}
.demo_desc_odd, .demo_desc_even { 
  float: right;
  width: 45%;
  padding: 20px;
  text-align: justify;
}
#page403, #page404, #page500 {
  padding: 1em 0 0.4em;
}
.error_pages {
  padding: 0.8em 2.4em 1.6em;
}


/*************************** SPECIAL CROSS-BROWSER FEATURES WITH ROTATION ***********/
/*-moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;

  -moz-box-shadow: 4px 4px 14px #000;
  -webkit-box-shadow: 4px 4px 14px #000;
  box-shadow: 4px 4px 14px #000;

  -moz-transform:rotate(20deg);
  -webkit-transform:rotate(20deg);
  -o-transform:rotate(20deg);
  -ms-transform:rotate(20deg);
  filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=.2);
*/

/***********************/
/** SPECIAL RST BODY  **/
/***********************/

.leftcol, .rightcol {
  width: 49%;
  padding: 0; /* 0.5em 2% 0.4em 0%;*/
}
.document .leftcol h2 {
  padding: 0.6em 0.2em 0.2em 0.8em;
  margin: 0;
}
.document .leftcol h3 {
  padding: 0.6em 0.2em 0.2em 1.0em;
  margin: 0;
}
.document .leftcol p {
  padding: 0.2em 0.4em 0.2em 1.4em;
  margin: 0;
}
.document .rightcol h2 {
  padding: 0.6em 1.6em 0.2em 0.2em;
  margin: 0;
}
.document .rightcol h3 {
  padding: 0.6em 0.2em 0.2em 0.2em;
  margin: 0;
}
.document .rightcol p {
  padding: 0.2em 1.6em 0.2em 0.4em;
  margin: 0;
}
.document .clearcol h2 {
  padding: 1.3em 0.2em 0.7em 0.8em;
  margin: 0;
}

.leftcol {
  float: left;
  clear: both;
}
.rightcol {
  float: right;
}
/*.clearboth {
  padding-top: 1em; 
  clear: both;
}
.clearleft {
  padding-top: 1em; 
  clear: left;
}
.clearright {
  padding-top: 1em; 
  clear: both;
}
*/

#stop p {
  color: red;
  font-weight: bold;
  padding-top: 1.8em;
  padding-bottom: 1.8em;
}
.document p, .search_fragment {
  padding: 2.8em;
  padding-top: 0.4em;
  padding-bottom: 0.8em;
}
.search_fragment {
  padding-top: 0em;
  padding-bottom: 0.4em;
}
.search_line {
  padding-top: 0.0em;
  padding-bottom: 0.6em;
}
.search_result {
  padding-top: 0.4em;
  padding-bottom: 0.0em;
}
#search_results h2 {
  padding-top: 0.0em;
  padding-bottom: 0.6em;
}
.document .title, .document h2, .document h3, #search_results h2 {
  font-size: 2.1em;
  line-height:1.2em;
  margin: 0.5em 0.0em;
  text-shadow: 0 0.04em 0.1em #aaabbb;
  color: #003;
}
.document h2, .document h3, #search_results h2 {
  font-size: 1.6em;
  text-shadow: 0 0.02em 0.1em #aaabbb;
  text-align: left;
  padding-left: 0.6em;
  padding-right: 0.6em;
  clear: both;
}
.document .subtitle { 
  font-size: 1.9em;
  text-align: center;  
}
.document h3 {
  font-size: 1.4em;
  padding-left: 1.2em;
}
.document .bulletlist { 
  padding-left: 4.6em;
  padding-right: 4.6em;
}
.document p + img { 
  float: left;
}
.document .figure { 
  padding-left: 1em;
}
.document .centerfigure, .centerfigure img { 
  float: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.document .figtitle { 
  text-align: center;
}
.document .center { 
  text-align: center;
  clear: both;
}
img.align-right, img.align-left {
  padding: 0.4em 3.0em 0.6em 2.9em;
  margin: 0;
}
blockquote ul.simple {
  margin: 0;
  padding-top: 0.4em;
  padding-bottom: 0.2em;
  padding-left: 8%;
  padding-right: 8%;
}
blockquote ul.simple li {
  list-style-image: url("/static/vosapp/images/list-style-eye.png");
  list-style-position: inside;
  padding-bottom: 0.6em;
  text-align: justify;
}
.document a  {
  font-weight: bold;
  font-style: italic;
  color: #223344;
  text-decoration: none;
}
.document a:hover  { 
  font-weight: bold;
  color: #667788;
  font-style: italic;
  text-decoration: none;
}
.codeblock  { 
  padding: 0.6em 3.2em 1em 3.6em;
}
.codeblock pre { 
  padding: 0.8em 1.2em;
  line-height: 140%;
  background-color: #ececea;
  overflow: auto;
  border-radius: 0.6em;
  border-width: thin;
  border-style: solid;
  border-color: #d9d9d7;  
}
.section .attention, .section .tip {
  margin-left: 3.6em;
  margin-right: 3.2em;
}
.document .tip, .document .attention, .document .note {
  padding: 0.4em;
  line-height: 140%;
  background-color: #f6f6f4;
  border-radius: 0.6em;
  border-width: thin;
  border-style: solid;
  border-color: #e2e2e0;  
}
.section img.centerfigure, a.centerfigure img, .document img.centerfigure { 
  box-shadow: 4px 4px 12px rgba(90, 90, 100, 0.4);
  border-radius: 0.8em;
  margin-top: 1.4em;
  margin-bottom: 1.4em;
}

.project-image img { 
  display: block;
  padding-left: 1.4em;
}
.project-ref { 
  padding: 0 6em 1.8em !important;
}
.projects-logos { 
  padding-left: 4em;
}
p +  .projects-logos { 
  padding-left: 12em;
}
.projects-logos img { 
  padding-top: 0.8em;
  padding-bottom: 1.2em;
}

/***********************/
/** NEWSLETTER RST    **/
/***********************/
.newsletterdate { 
  font-style: italic;
  font-size: 94%;
  text-align: right;
}
.newsletterdate + p  { 
  padding-bottom: 1.6em; 
}
.newsletterdate + p + blockquote { 
  padding-top: 1.0em;
  padding-bottom: 1.0em;
  padding-left: 0.0em;
  margin-left: 2.7em;
  margin-right: 2.7em;
  background-color: #EEEEE5;
  font-size: 106%;
  border-radius: 0.8em;
  box-shadow: 2px 2px 8px rgba(30, 30, 40, 0.4);
}
.newsletterdate + p + blockquote + .section h2 { 
  text-align: center;
  padding: 1.0em 0.3em 0.3em 0.3em;
}
.newsletterdate + p + blockquote + .section p { 
  padding-bottom: 1.8em;
}
.newslettertitleleft, .newslettertitleright { 
  color: #ef2266;
  font-weight: bold;
  font-size: 110%;
  padding-bottom: 0.8em !important;
}
.newslettertitleleft { 
  float: left;
}
.newslettertitleright { 
  float: right;
}


/***********************/
/***** SITE-PLAN  ******/
/***********************/
#siteplan { 
  margin: 0;
  padding: 0;
  clear: both;
}
#siteplan p { 
  margin: 0;
  padding: 0;
}
#siteplan-zerolev { 
  padding: 0.8em 0em 0.8em 1.6em;
}
#siteplan-onelev { 
  padding: 0.8em 0em 0.8em 2.6em;
}
#siteplan-twolev { 
  padding: 0.8em 0em 0.8em 3.6em;
}
#siteplan p.sp-title { 
  font-weight: bold;
  font-size: 94%;
  text-shadow: 0 0.12em 0.12em #bce;
  color: #34b;
  padding: 0.5em 2.9em 0 0.8em ;
}
#siteplan p.sp-desc { 
  font-size: 100%;
  padding: 0.3em 2.9em 0 0.8em;
}
#siteplan p.sp-keywords { 
  font-size: 74%;
  padding: 0.3em 4.0em 0 1.1em;
}
#siteplan li.sp-lev3 { 
  padding-bottom: 0.8em;
}
.sitemap-jeilogo img { 
  padding-right: 7em;
  padding-bottom: 1.0em;
}
.sitemap-vosyslogo img { 
  padding-left: 4.0em;
  padding-top: 1.3em;
  padding-bottom: 1.0em;
}

/********************/
/***** FOOTER  ******/
/********************/
#ft { 
  margin-top: 1.2em;
}
#footer h3, #footer #browsers { 
  margin: 0;
  padding: 0.8em 0.1em;
  font-size: 106%;
  text-align: center;
}
#footer a img { 
  margin: 0;
  padding: 0;
  padding-left: 0.9em;
  vertical-align: middle;
  width: 1.5em;
}
/**************** ANCHOR FOOTER */
/*THIS TO ANCHOR THE FOOTER  TO BOTTOM !! UNTESTED IN IE AND SAFARI !!*/
/*JUST COMMENT ALL THIS SECTION TO TOGGLE IT BACK*/
/*******************
#ft {
  position: fixed;
  bottom: 0;
  width: 99.5%; 
}
#yui-main { 
  padding-bottom: 4em !important;
}
.yui-b { 
  padding-bottom: 8em !important;
}
.bookmarks { 
  padding: 0 !important;
}
.bookmarks ul { 
  padding: 3px 0 !important;
}
***************/
/*END OF FOOTER FIXING*/

/****** BOOKMARKS ***********/
/****************************/
.all_bookmarks .bookmarks {
    text-align: center;
    padding: 4px 0 0 0;
}
.bookmarks ul {
    list-style-type: none;
    padding: 3px 0;
}
.bookmarks ul li {
    display: inline;
    padding-right: 4px;
}
.bookmarks ul li img {
    /*border: 1px solid #DDDDDD;*/
    height: 28px;
    padding: 2px;
    width: 18px;
}
#footer .bookmarks ul a img {
    vertical-align: middle;
    width: auto;
}
#projects {
    font-size: 106%;
    text-align: center;
    padding: 0;
    padding-top: 0.2em;
}

/*#browsers {
    font-size: 106%;
    text-align: center;
    padding: 0;
}*/

#browsers a img {
    width: 4.7em;
    padding-bottom: 0.4em;
}
#browsers .twitter img {
    width: 1.5em;
    padding: 0.0em;
}
.twitter-in-breadcrumb img {
    vertical-align: middle;
    width: 1.4em;
    padding: 0.0em;
}


/*** END-BOOKMARKS **********/
/****************************/

/**** END-FOOTER  ******/
/***********************/
