
body {
  margin: 0 0 0 0;
  padding: 0 0 120px 0;
  border: 0;
  background-color: #fefefe;
  background-color: #fa16a8;
  background-color: #ff3090;
}

.section {
  padding: 40px 60px 10px 60px;
}

div#title {
  padding: 60px 60px 60px 60px;
  text-align: center;
  font-family: roboto;
  font-size:   120px;
  color: white;
}

.titlelinks div {
  width: 100px;
  height: 55px;
  font-size: 12px;
  text-transform: uppercase;
  border: 1px solid #ff90b0;
  border-radius: 90px;
  padding: 45px 0px 0px 0px;
  display: inline-block;
  cursor: pointer;
  user-select: none;
}

.titlelinks div:hover {
  background-color: #ff80b0;
}

div.bodycontainer {
  background-color: #fefefe;
  text-align: center;
  padding: 20px 0 120px 0;
  margin: 0 0 0 0;
  width: 100%;
}

div.sectioncontainer { 
  font-family: roboto;
  display: inline-block;
  width: 840px;
  border: 0px solid red; 
  margin: 0 0 0 0;
  text-align: left;
  color: #505050;
}

.sectionsubtitle,
.sectiontitle {
  color: #303030;
  text-transform: uppercase;
  font-size: 12px;
  width: 80px;
  display: inline-block;
  margin: 40px 0 0 0;
  padding: 8px 20px 0 0;
  vertical-align: top;
  text-align: right;
}

.sectionsubtitle {
  font-size: 10px;
  color: #505050;
}


.sectioncontent {
  border: 0px solid blue; 
  width: 610px;
  margin: 40px 0 10px 0;
  padding: 0 0 0 0;
  display: inline-block;
  vertical-align: top;
  border: 0px solid blue;
}


div.tablecontainer {
  width: 500px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  display: inline-block;
  border: 0px solid red;
}

table {
  margin: 10px 0px 0px 0px;
  border-spacing: 0px 0px;
}

th, td {
  border: 1px dotted #a0a0a0;
  padding: 0 0 0 0;
  border-left: 0px solid white;
  border-top:  0px solid white;
}

th, td {
  font-family: ropa,consolas,consolas;
  font-size:   11px; 
  padding: 2px 10px 2px 5px;
}

th {
  font-size: 7px;
  border-right: 0px solid white; 
  text-transform: uppercase;
  font-weight: normal;
  text-align: left;
  vertical-align: bottom;
}

th.customizebutton {
   border: 0 solid   #f4f4f4;
   background-color: #f4f4f4;
   cursor: pointer;
}

span.dieresis {
  letter-spacing: -1px;
  color: #2080ff;
  background-color: white;
  cursor: pointer;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
span.dieresis:hover {
  background-color: #f0e000;
}

tr:nth-child(even) {
  background-color: #f0f0f8;
}

tr.datafilerow:hover {
  cursor: pointer;
}

tr.datafilerow:hover {
  background-color: #e0f0ff;
}

th.empty, td.icon {
  padding-left: 10px;
  padding-bottom: 0px;
}
td.icon {
  border-left: 1px dotted #a0a0a0;
}

.title img {
  width: 416px;
}

div.galleryvideothumb,
div.gallerythumb {
  display: inline-block;
  margin: 0 4px 0 4px;
}

div.galleryvideoplayicon {
  position: absolute;
  display: block;
  height: 0px;
  width: 0px;
}

a.gallerylink {
  border: none;
  text-decoration: none;
}

div.galleryhotzone {
  display: inline-block;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

div.galleryvideoplayicon  a {
  position: relative;
  display: block;
  height: 0px;
  width: 0px;
  color: rgba(180,0,100,0.5);
  font-size: 60px;
  text-decoration: none;
  top: -85px;
  left: 55px;
}
div.galleryvideoplayicon  a:hover {
  color: rgba(180,0,100,1);
}

img.gallerythumb {
  width:  144px;
  height: 80px;
  border: 8px solid rgba(255,255,255,0.1);
}

img.gallerythumb:hover {
  border: 8px solid #00f080;
}

img.launch {
  width: 104px;
  margin-left: 8px;
}

div.dataform {
  margin: 20px 0px 10px 80px;
  text-transform: uppercase;
  font-size: 9px;
  font-family: ropa, courier, consolas;
}

div.dataform span {
  display: block;
  width: 589px;
  text-align: right;
  padding: 2px 0 2px 0;
}

small.name {
  text-transform: uppercase;
  font-size: 11px;
  color: #b0b0b0;
}

span.name {
 color: #7a7a7a;
}

span.name b {
  color: #404040;
  font-weight: normal;
  text-decoration: underline;
}

small.name b {
  color: #a0a0a0;
  font-weight: normal;
  text-decoration: underline;
}

small.sectionname {
  font-size: 9px;
  margin: 0px 3px 0 0;
}

input.wideform,
textarea {
  width: 420px;
  margin: 0 0 0 0;
  padding: 0 0 0 4px;
  border: 0px solid white;
  box-shadow: 0 0 white;
}

span.formid {
  font-size: 14px;
  color: #2e77a7;
}

a {
  text-decoration: none;
  color: #606080;
  border-bottom: 1px dotted #606080;
}

a.quicklaunch {
  color: #ff3090;
  text-decoration: none;
  border: none;
}

a.quicklaunch:hover {
  color: #606080;
  border-bottom: 1px dotted #606080;
}



span.hidden {
  display: none;
}

a.titlelink {
  text-decoration: none;
  border: 0px solid white;
  color: white;
}

div#footer {
  text-align: center;
  font-size: 11px;
}

div.popout {
  background-color: #f4f4f4;
}

code.companion,
code {
  padding: 0 0 0 0;
  margin: 10px 0 10px 0;
  font-family: consolas,courier,fixedwidth;
  font-size: 12px;
  white-space: pre-wrap;
  width: 560px;
  background-color: #faf8f6;
  display: inline-block;
  line-height: 16px;
  vertical-align: top;
}
code.companion {
  font-size: 6px;
  width: 30px;
  line-height: 16px;
  text-align: right;
}
code b {
  color: #20a0e0;
}

span.dbinfo {
  background-color: white;
  color: #323232;
  display: block;
  font-family: consolas, roboto;
  font-size: 10px;
  padding: 4px 2px 2px 12px;
  margin:  6px 0 0 0;
}

div#team li {
  font-size: 12px;
  margin:  8px 0 0 0;
  text-transform: uppercase;
  list-style-type: circle;
}

div#team sup {
  font-size: 8px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

ul.formatitems li {
  padding: 8px 0 8px 0;
}

input.launchbutton,
span.formaction {
  cursor: pointer;
  user-select: none;
  margin: 8px 0 0 0;
}

input.launchbutton,
div.launchbuttonicon,
div.launchbutton {
  font-family: roboto;
  color: #f0f0f0;
  background-color: #808080;
  border-radius: 8px 0 0 8px;
  display: inline-block;
  padding: 3px 12px 3px 18px;
  border-radius: 24px 0 0 24px;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0 0 0 0;
  letter-spacing: 0.75px;
  vertical-align: middle;
  z-index: 9;
  width: 80px;
}

div.launchbuttonicon {
  padding: 6px 8px 7px 7px;
  border-radius: 32px;
  width: 16px;
  height: 16px;
  z-index: 10;
  position: relative;
  left: -6px;
}

.tooltip .tooltiptext {
    visibility: hidden;
    font-family: roboto;
    letter-spacing: .1px;
    font-size: 11px;
    background-color: rgba(120,120,120,.6);
    color: white;
    text-align: center;
    padding: 0px 20px 3px 4px;
    border-top: 14px solid rgba(255,255,255,.7);
    position: absolute;
    width: auto;
    white-space: nowrap;
}

.tooltip span.tip {
  position: relative;
  top:   -13px;
  leftright: 10px;
  background-color: rgba(255,255,255,0);
  color: #404040;
  width: 0px;
  height: 0px;
  font-family: courier;
  font-size: 14px
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

samp,
strong.info {
  font-size: 12px;
  font-weight: normal;
  color: #4080c0;
}

div.leftlaunchbar {
  display: block;
  position: absolute;
  float: left;
  width: 180px;
  left: 0px;
  height: 420px;
  background-color: #ff3090;
  margin: 0 0 0 0;
  padding: 20px 0px 10px 0px;
  text-align: left;
}

div.recenttitle {
  text-transform: uppercase;
  font-size:      9px;
  color:          white;
  margin-bottom:  6px;
}

div#gallerydock {
  text-align: center;
  margin: 0px 0px 0px 0px;
  padding: 15px 0px 10px 0px;
  empty-cells: show;
  border: 0px solid black;
  width:  100%;
  height: 100px;
  background-image: url(../images/cellerie-blurry-wallpaper.jpg);
  background-size: 50%;
  background-repeat: repeat;
  background-attachment: fixed;
}

div.videoplayer {
  background-color: #9a1a5a;
  background-color: white;
  background-image: url(../images/cellerie-blurry-wallpaper.jpg);
  background-size: 50%;
  background-repeat: repeat;
  background-attachment: fixed;
}

div.recentlaunches {
  background-color: #ff3090;
  font-family: roboto;
  width: 166px;
  font-size: 10px;
  color: #202020;
  line-height: 13px;
  text-align: left;
  padding: 10px 4px 10px 10px;
  margin: 0 0 0 0;
}

div.recentlaunches b {
  color: #e0e0e0;
  font-weight: normal;
  margin-right: 4px;
}

div.recentlaunches span.shortpath {
  margin-left: 13px;
  display: inline-block;
  color: #282828;
}

div.recentlaunchitem {
   padding: 2px 0 8px 0;
   cursor: pointer;
}

div.recentlaunchitem:hover {
  background-color: #c40d71;
}

div.recentlaunchitem i {
  color: #f0f0f0;
  font-style: normal;
  font-size: 8px;
}

div.recentlaunchitem emp {
  color: #e0e0e0;
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
}

div.morerecentcontainer {
  padding-left: 0px;
}

div.clearrecent,
div.morerecentswitch {
  color: white;
  cursor: pointer;
  border-bottom: 1px dotted white;
  display: inline-block;
  margin: 0px 5px 0px 5px;
}

div.clearrecent:hover,
div.morerecentswitch:hover {
  border-bottom: 1px solid white;
  color: black;
}

div.recenttoolbar {
  background-color: #ff3090;
  color: #c0c0c0;
  margin-right: 12px;
  text-align: right;
  padding-bottom: 4px;
}

div.lostdiv {
  cursor: pointer;
  border-bottom: 1px dotted white;
}


img.framethumb {
  width: 256px;
  position: relative; 
  top: -64px;
  left: -64px;
}

div.framelupe {
  width: 128px;
  height: 128px;
  border-radius: 72px;
  border: 4px solid #ff3090;
  overflow: hidden;
  display: block;
  position: absolute;
  z-index: 1;
  opacity: 0.85;
}

video.movie {
  width:  960px;
  height: 540px;
  background-color: white;
}
