/* The big Organize title */
td.LinkImages_OrganizeTitle
{
   height: 35px;
   padding-top: 10px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
   font-weight: bold;
   color: #333333;
   vertical-align: top;
   background-image: url(/upload/images/Organize_Title_bk.png);
   background-repeat: repeat-x;
}

/* The big Synchronize title */
td.LinkImages_SynchronizeTitle
{
   height: 35px;
   padding-top: 10px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
   font-weight: bold;
   color: #333333;
   vertical-align: top;
   background-image: url(/upload/images/Synchronize_Title_bk.png);
   background-repeat: repeat-x;
}


/* The big Protect title */
td.LinkImages_ProtectTitle
{
   height: 35px;
   padding-top: 10px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
   font-weight: bold;
   color: #333333;
   vertical-align: top;
   background-image: url(/upload/images/Protect_Title_bk.png);
   background-repeat: repeat-x;
}

/* The big Distribute title */
td.LinkImages_ShareTitle
{
   height: 35px;
   padding-top: 10px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
   font-weight: bold;
   color: #333333;
   vertical-align: top;
   background-image: url(/upload/images/Distribute_Title_bk.png);
   background-repeat: repeat-x;
}


/* The big Collaborate title */
td.LinkImages_CollaborateTitle
{
   height: 35px;
   padding-top: 10px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
   font-weight: bold;
   color: #333333;
   vertical-align: top;
   background-image: url(/upload/images/Collaborate_Title_bk.png);
   background-repeat: repeat-x;
}


*.LinkImages_OrganizeTitle h2
{
  padding-left: 10px;
  font-size: 13px;
  font-weight: bold;
}


*.LinkImages_SynchronizeTitle h2
{
  padding-left: 10px;
  font-size: 13px;
  font-weight: bold;
}


*.LinkImages_ShareTitle h2
{
  padding-left: 10px;
  font-size: 13px;
  font-weight: bold;
}

*.LinkImages_ProtectTitle h2
{
  padding-left: 10px;
  font-size: 13px;
  font-weight: bold;
}


*.LinkImages_CollaborateTitle h2
{
  padding-left: 10px;
  font-size: 13px;
  font-weight: bold;
}



/* Left column  global style */
td.LinkImages_LeftColumn
{
  width: 40px;
  /*vertical-align: top;  */
  background-position: top;
  background-repeat: repeat-x;
  height: 35px;
  padding-top: 10px;
}


/* Right column global style*/
td.LinkImages_RightColumn
{
  width: 680px;
  vertical-align: top;
  background-position: top;
  background-repeat: repeat-x;
  height: 35px;
  padding-top: 10px;
  padding-right: 13px;
}



/* Middle column */
td.LinkImages_MiddleColumn
{
  text-align: center;
  vertical-align: middle;
  width: 43px;
  padding-top: 10px;
}


/**********************Style for link****************************/



/*Style pour les liens des commentaires*/
.LinkImages_Comment a {
  text-decoration: underline;
  font-weight: bold;
  color: #4f6157;
  padding-top:3px;
  display:block;
  font-size:12px;
}



/************* Style for the empty cells ***************/

td.LinkImages_EmptyCell1
{
  height: 30px;
}

td.LinkImages_EmptyCell2
{
  height: 20px;
}

td.LinkImages_EmptyCell3
{
  height: 50px;
}


td.LinkImages_EmptyCell4
{
  height: 50px;
}


