/* 
Document    : MobileJassHelp
Created on  : 23 avril 2009, 12:56:30
Author      : bdupertuis
Improvement : fvolken
Description : style for internet display

*/

.HelpCarpet  /* report modif to .function, .notation1 and 2 */
{
  position: absolute;
  top:40px;
  left: 75px;
  width: 442px;
  height: 284px;
  background: url(../images/Carpet.jpg) no-repeat;
  font-family: HelveticaNeue-CondensedBold,"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  padding: 0;
  color: white;
  display: block;
  float: left;
  overflow: hidden;
  text-shadow: #000 -1px 1px 3px;
  border: 5px solid white;
  /*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;
}

.HelpCarpet > div /* if modif report them to .function, .notation1 and 2 */
{
  margin-top:5px;
  margin-left: 16px;
  margin-right: 14px;
  text-shadow: #333 0px 0px 3px;
}

.HelpCarpet h3 /* if modif report them to .function, .notation1 and 2 */
{
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 24px;
  text-shadow: #000 0px 2px 3px;
}

.HelpCarpet h4
{
  margin: 3px;
}

.HelpCarpet table
{
  border: 2px solid white;
  border-spacing:0px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-shadow: #777 0px 1px 1px;
  -webkit-box-shadow: 0px 1px 5px #333;
  font-size: 15px;
}

.HelpCarpet tr td
{
  background-color: rgba(0,0,0,0.1);
}

.functions
{
  position: absolute;
  top:40px;
  left: 75px;
  width: 442px;
  height: 284px;
  background: url(../images/Help_Function.jpg) no-repeat;
  font-family: HelveticaNeue-CondensedBold,"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  padding: 0px;
  color: white;
  display: block;
  float: left;
  overflow: hidden;/**/
  text-shadow: #000 -1px 1px 3px;
  border: 5px solid white;
  /*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;
}

.functions div /* for web help*/
{
  position: relative;
  top: 5px;
  left:64px;
  font-size: 18px;
  text-shadow: #333 0px 0px 3px;
}

.functions h3 /* for web help*/
{
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 24px;
  text-shadow: #000 0px 2px 3px;
}

.functions div p
{
  margin-top: 47px;
  margin-left: 20px;
}

.notation1
{
  position: absolute;
  top:40px;
  left: 75px;
  height: 284px;
  width: 442px;
  background: url(../images/Help_Ardoise1.jpg) no-repeat;
  font-family: HelveticaNeue-CondensedBold,"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  padding: 0px;
  color: white;
  display: block;
  float: left;
  overflow: hidden;
  text-shadow: #000 -1px 1px 3px;
  border: 5px solid white;
  /*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;
}

.notation1 div /* for web help*/
{
  position: relative;
  top: 5px;
  left:16px;
  font-size: 18px;
  text-shadow: #333 0px 0px 3px;
}

.notation1 h3 /* for web help*/
{
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 24px;
  text-shadow: #000 0px 2px 3px;
}

.notation1 div p
{
  margin-top: -5px;
  margin-left: 204px;
  letter-spacing: -1px;
}

.notation2
{
  position: absolute;
  top:40px;
  left: 75px;
  height: 284px;
  width: 442px;
  background: url(../images/Help_Ardoise2.jpg) no-repeat;
  font-family: HelveticaNeue-CondensedBold,"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  padding: 0px;
  color: white;
  display: block;
  float: left;
  overflow: hidden;
  text-shadow: #000 -1px 1px 3px;
  border: 5px solid white;
  /*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;
}

.notation2 div 
{
  position: relative;
  top: 5px;
  left:16px;
  font-size: 18px;
  text-shadow: #333 0px 0px 3px;
}

.notation2 h3  /* for web help*/
{
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 24px;
  text-shadow: #000 0px 2px 3px;
}

.notation2 div p
{
  margin-top: -3px;
  margin-left: 204px;
}

.notation2 div pre
{
  font-size: 16px;
  font-weight: bold;
  line-height: 10px;
  margin-left: 200px;
}

#summary h2
{
  margin-top: 0;
  margin-bottom: 0;
}

#summary li /* for web help*/
{
  color: #FFF;
  font-size: large;
  text-decoration: none;
}

#summary li:hover /* for web help*/
{
  color: #FFF; /*#bbccaa;*/
  font-size: large;
  text-decoration:none; /*underline;*/
  cursor:pointer;
}

#summary ul
{
  margin-top: 0;
  margin-bottom: 0;
}

#values
{
  font-size: 14.0px;
  margin-left: 5px;
  margin-right: 5px;
}

/*#values h3 for iPhone help
{
  font-size: 24px;
}*/

/*#annoucements2 h3 for iPhone help
{
  display: none;
}*/

#target p,#phases p,#trump p,
#annoucements4 p,#count1,#count2
{
  text-shadow: #333 0px 0px 3px;
  font-size: 18px;
}

#play1
{
  margin-left: 10px;
  margin-right: 5px;
  font-size: 15px;
}

#variant3 ul
{
  margin-left: 0px;
}

#variant3 table
{
  border: 0px;
  border-spacing:0px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-shadow: #777 0px 1px 1px;
  -webkit-box-shadow: 0px 1px 5px #333;
  font-size: 16px;
}

#mult
{
  font-size: 10px;
  text-align: right;
  vertical-align: bottom;
}

.order tr td
{
  width: 10%;
  text-align: center;
  border: 1px solid white;
}

.annoucements tr td
{
  border: solid 1px;
  padding-left: 5px;
  padding-right: 0;
}

.annoucements tr td:first-child
{
  width: 62px;
}

.annoucements tr td+td
{
  font-size: 12px;
}

.annoucements tr td+td+td
{
  width: 43px;
  text-align: center;
  background-color: rgba(78,252,27,0.35);
}

.variant tr td
{
  border: solid 1px;
  padding-left: 3px;
  padding-right: 1px;
  text-align: center;
}

.variant tr td+td+td+td+td+td+td+td
{
  width: 50px;
  text-align: center;
  background-color: rgba(78,252,27,0.35);
}

.variant .gauche
{
  text-align: left;
}

.hPrevious
{
  position: absolute;
  left: 40px;
  top:300px;
  width:62px;
  height:62px;
  z-index: 120;
  cursor:pointer;
  background: url(../images/Helps_Previous.png) no-repeat;
}

.hNext
{
  position: absolute;
  left: 500px;
  top:300px;
  width:62px;
  height:62px;
  z-index: 120;
  cursor:pointer;
  background: url(../images/Helps_Next.png) no-repeat;
}


