body {
    padding-top: 30px
}

body {
    background-image: url("fond.jpg");
}

#Wt-btn {
   background-repeat: no-repeat;
}

.elementLigneFaiseau_transparent {
}

.elementLigneFaiseau_line {
  background-image : url("line.gif");
  background-repeat : repeat-x;
}

.elementLigneFaiseau_arrow {
  background-image : url("arrow.gif");
  background-repeat : no-repeat;
  float: right;
}

.saveButton {
  background-image : url("save.png");
  background-repeat : no-repeat;
  background-size : 100% 100%;
}

.restoreButton {
  background-image : url("restore.png");
  background-repeat : no-repeat;
  background-size : 100% 100%;
}

.loadNewButton {
  background-image : url("open.png");
  background-repeat : no-repeat;
  background-size : 100% 100%;
}

.histoButton {
  background-image : url("histo.png");
  background-repeat : no-repeat;
  background-size : 100% 100%;
}

.trashButton {
  background-image : url("trash.png");
  background-repeat : no-repeat;
  background-size : 100% 100%;
}

.ligneFaisceau {
  background-image : url("background.png");
}

.beamLineIcon {
  width: 32;
  background-color: #FFFFFF;
  box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
  padding: 8px 8px;
  position: absolute;
  border-radius: 5px;
}

p.css-vertical-text {
	color:#333;
	border:0px solid red;
	writing-mode:tb-rl;
	-webkit-transform:rotate(270deg);
	-moz-transform:rotate(270deg);
	-o-transform: rotate(270deg);
	white-space:nowrap;
	display:block;
	bottom:0;
	width:20px;
	height:20px;
	font-family: ‘Trebuchet MS’, Helvetica, sans-serif;
	font-size:24px;
	font-weight:normal;
	text-shadow: 0px 0px 1px #333;
}




.Button.WhiteButton.ContrastButton {
    border: 0 none;
    box-shadow: 0 1px rgba(255, 255, 255, 0.35) inset, 0 0 0 1px rgba(140, 126, 126, 0.5);
}

.Button.WhiteButton.ContrastButton.Graph {
    display: inline;
    padding-top: 0px;
    padding-left: 0px;
}
.Button.WhiteButton.HiddenButton {
    visibility: hidden;
}

.pin .WhiteButton.Button11 {
    border-radius: 6px 6px 6px 6px;
    padding: 7px 9px;
}


element.style.div {
    left: -8px;
    top: -8px;
    z-index: 3;
    top: 0px;
}

.beamLineElementActions element.style{
    left: -8px;
    top: -8px;
    z-index: 3;
    top: 0px;
}

.beamLineElementActions {
    left: -8px;
    top: -8px;
    z-index: 3;
    top: 0px;
// -moz-box-sizing: border...ight: 88px; top: 120px;
}

.Button.WhiteButton, .repin_memo_on .pin:hover .beamLineElementActions .repin_link {
    background-color: #F0EDED;
    background-image: -moz-linear-gradient(center top , #FDFAFB, #F9F7F7 50%, #F6F3F4 50%, #F0EDED);
    border-color: #BBBBBB;
    color: #524D4D;
    text-shadow: 0 1px rgba(255, 255, 255, 0.9);
}
.Button.Button11 {
    border-radius: 3px 3px 3px 3px;
}


.beamLineElementActions .parameters {
    background-image: url("advanced.png");
    background-repeat: no-repeat;
    display: inline;
}

.beamLineElementActions .trash {
    background-image: url("trash.png");
    background-repeat: no-repeat;
    display: inline;
}


.Button {
    border: 1px solid transparent;
    border-radius: 0.3em 0.3em 0.3em 0.3em;
    box-shadow: 0 1px rgba(255, 255, 255, 0.8), 0 1px rgba(255, 255, 255, 0.35) inset;
    cursor: pointer;
    display: inline-block;
    font-family: "helvetica neue",arial,sans-serif;
    font-weight: bold;
    line-height: 1em;
    margin: 0;
    padding: 0.45em 0.825em;
    text-align: center;
    transition: all 0.05s ease-in-out 0s;
}


.softwareElementLigneFaisceauName {
    text-align: right;
    font-family: futura,arial,sans-serif;
    font-weight: bold;
	font-size:11px;
    color: #000000;
}

.warningsContainer {
    background-image: url("warning20_20.png");
    border: 2px solid #FFDD88;
    background-repeat: no-repeat;
    padding: 0px 25px;
}

.errorsContainer {
    background-image: url("error20_20.png");
    border: 2px solid #FF0000;
    background-repeat: no-repeat;
    padding: 0px 25px;
}

.roundButton {
    border: 1px solid #BBBBBB;
    border-radius: 0.7em 0.7em 0.7em 0.7em;
}

*|*:-moz-any-link:not(svg|a) {
    text-decoration: underline;
}
*|*:link {
    color: #FF6666;
}
:-moz-any-link {
    cursor: pointer;
}