/*
Document    : olvstyle for yminds
Created on  : 8 mai 2009
Author      : bdupertuis
Description : style like olivetti for yminds.com
*/
/*margin order : margin-top, margin-right, margin-bottom, margin-left. */
/**** GLOBAL ****/
body 
{
  font-family:Arial, Helvetica, sans-serif;
  /*text-align:center;*/
  color:rgb(0, 0, 0);
  font-size:1em;
}

a, a:link, a:visited, a:active 
{
  font-size: 0.9em;
  font-weight: bold;
  text-decoration: none;
  color: rgb(102, 102, 102);
}

a:hover  
{
  color: rgb(212, 46, 18);
}

li
{
  margin: 5px 10px 5px 20px;
  text-indent: -15px;

}

ul, ol
{
  margin: 15px 0px;
}

#container 
{
  /*border:1px solid black;background-color: #ffccff;for test*/
  width:760px;
  position:relative;
  left:50% ;
  margin-left:-380px;
}

/**** HEADER ****/
#ymindslogo
{
  /*border:1px solid olive;for test*/
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  width:250px;
  height:90px;
  float: left;
}

#ymindslogo img
{
  margin-top:5px;
  display:block; 
}

#logotext
{
  margin-left:20px;
}

/* HEADER - Service Menu */
#servicemenu 
{
  /*border:1px solid green;for test*/
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.75em;
  float: right;
  text-align: right;
  padding:22px 0px 0px 0px;
  margin:0;
  width:450px;
  color: rgb(102, 102, 102);
}

a.service-here,a.service-here:link,
a.service-here:visited,a.service-here:active 
{
  color: rgb(98, 139, 203);
  font-weight:bold;
}
a.service-here:hover 
{
  color: rgb(212, 46, 18);
  text-decoration:none;
}
a.service-corp, a.service-corp:link,
a.service-corp:visited, a.service-corp:active 
{
  color: rgb(0, 0, 0);
  font-weight: bold;
}
a.service-corp:hover  
{
  color: rgb(212, 46, 18);
  text-decoration: underline;
}

#language img
{
  vertical-align: middle;
}

/* CONTENT */
#content 
{
  /*border:1px solid blue; for test*/
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 0.85em; /* to change too in .contentNone*/
  float: right;
  text-align: left;
  padding:20px 0px 0px 0px;
  width:690px;
}

#content-margin-left
{
  /*border:1px solid brown;for test*/
  height:560px;
  width:2px;
  background:rgb(255, 255, 255);
}

/* FOOTER */
#footer 
{
  /*border:1px solid green;for test*/
  background:rgb(255, 255, 255);
  padding:0px 0px 0px 0px;
}

#footer img
{
  /*border:1px solid blue;for test*/
  margin-left: 15px;
}


/**** SPECIFIC PAGES */

/*  Page Italian Verbe */
#leftPanel
{
  float:left;
  width:180px;
  margin:0 15px 0 -50px;
  text-align: center;
}
#leftPanel img
{
  margin-top: 0px;
  margin-bottom: 60px;
}
#rightPanel
{
  float:right;
  width:540px;
}

#freeVersion
{
  float:right;
  width:370px; 
  margin-top:100px;
  margin-left:-50px;
  border-left: 2px solid #cccccc;
}
#freeVersion p
{
  padding:10px;
}
.logoFree
{
  float:left;
  margin-bottom: 20px;
  margin-right: 20px;
}

#screenShoot
{
  position:relative;
  left: 0px;
  top:0px;
  width:540px;
  text-align: center;
  vertical-align: middle;
  display:none;
  border:0;
  padding:0;
  background-color: #383838;
  border: 1px solid gray;
    /*for safari browser*/
  -webkit-box-shadow: rgba(0, 0, 0, 0.494118) 0px 3px 10px;
  -webkit-border-radius: 13px;
  /*for fireFox browser*/
  -moz-border-radius :14px;

}

#screenClosed
{
  position: absolute;
  left: 502px;
  top:0px;
  z-index: 120;
  cursor:pointer;
}
.scrShImg
{
  padding:2px;
}
.navBar
{
  position:relative;
  left: 0px;
  top:-62px;
}

#screenNext
{
  position: absolute;
  left: 476px;
  top:0px;
  z-index: 120;
  cursor:pointer;
}
#screenPrev
{
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 120;
  cursor:pointer;
}


.title
{
  font-size: 26px;
  color: #000000;
  vertical-align: top;
}

.pres
{
  font-size: 14px;
  color: #000099;
  vertical-align: bottom;
  height: 200px;
}



/* Contact Page */
.inputForm
{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 16px;
  padding:4px;
  margin:4px;
}

.contact
{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin: 40px 5px;
}

.contact td
{
  vertical-align: middle;
  background-color: #ffffcc;
}

/* Profil (Main & Home) Pages */
.intro
{
  font-size: 16px;
  color: #000099;
  margin-top: 30px;
  margin-left: 160px;
  margin-right: 60px;
  margin-bottom: 30px;
  line-height: 34px;
}

/* News Page*/
.newsTitle
{
  font-weight: bold;
}

.versionNotes
{
  font-size: 8pt;
  line-height: 16px;
  padding: 3px;
  margin-top: 6px;
}
.versionNotes a
{
  color: #005c9c;
  font-size:1em;
  outline-style: none;
  outline-width: medium;
}
.versionNotes a:hover
{
  text-decoration: underline;
}

.odd
{
  background-color: #e3fbfb;
}

.even
{ 
  background-color: #e0dfdf;
}

.tozoom
{
  cursor: url(../images/zoom3.ani);
}

/* Soft Page */
ul.display
{
  float: left;
  width: 650px;
  margin: 0;
  padding: 0;
}

ul.display li
{
  float: left;
  padding: 0;
  margin: 5px;
  height: 120px;
  width:570px;
  /*background-color: #ccccff;*/
}

ul.display li h2
{
  margin: 10px 0 0 0;
  padding: 5px;
  font-size: 20px;
  color: #666666;
}

ul.display li h3
{
  margin: 0;
  padding: 5px;
  font-size: 16px;
  color: #666666;
}

ul.display li p
{
  margin: 0;
  padding: 5px 5px 5px 145px;
    /*--The left padding keeps the content from flowing under the image--*/
  font-size: 16px;
  color: #000099;
  font-weight: normal;
}

ul.display li img
{
  padding: 0px;
  margin: 0 25px 0 0;
  float: left;
}
ul.display li a.AppStore img
{
  margin-right:-88px; /*set to logo width*/
  position:relative;
  top: 2px;
  left: 558px; /*(ul width - logo width - margin) */
}
ul.display li a.AppStore img:hover
{
  opacity:.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

ul.thumb_view li
{ 
  width: 140px;/* column width */
  height: 220px;
  margin: 10px;
  background-color: #e4e3e3;
  border: 1px solid gray;
  /*for safari browser*/
  -webkit-box-shadow: rgba(0, 0, 0, 0.494118) 0px 3px 10px;
  -webkit-border-radius: 13px;
  /*for fireFox browser*/
  -moz-border-radius :13px;
}

ul.thumb_view li h2
{ 
  font-size: 14px;
  margin: 0 0 0 10px;
  text-align: center; 
}

ul.thumb_view li h3 { display: none; }
ul.thumb_view li p { display: none; }
ul.thumb_view li a img {margin: 0; padding:3px; }
 /* margin-top, margin-right, margin-bottom, margin-left. */

ul.thumb_view li a.AppStore img
{
  top: 170px; /* image height + 2 lignes */
  left: 24px; /*(column width - logo width)/2 */
}

.switch_thumb
{
  width: 122px;
  height: 28px;
  line-height: 28px;
  padding: 0;
  margin: 0 0 0 530px ;
  display: block;
  background: url(../images/switch4.png) no-repeat;
  outline: none;
  text-indent: -9999px;
  cursor:pointer;
}

.swap
{
  background-position: left bottom;
  cursor:pointer;
}

span.switch_thumb:hover {
  /*filter:alpha(opacity=75);*/
  opacity:.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}


