/* EU ETS Calculator */

div#divEUETS {
	border: none;
	width: 740px;
	margin: 0;
}

div.MethodSection {
	border: none;
	width: 716px;
	padding: 12px;
}

input.FuelInput {
	width: 115px;
	text-align: center;
	margin-right: 8px;
	
}

.arithmetic {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size : 18px;
	font-weight: bold;
	text-align: center;
}

.calcError {
	font-family: Arial, Helvetica, sans-serif;
	color: red;
	font-size : 16px;
	font-weight: bold;
	display: none;
	line-height: 22px;
	margin: 12px 0 0 0;
	padding: 0;
}

.calcResultSection{
	height: 55px;
	vertical-align: top;
	padding: 12px 0 0 0;
	padding-bottom: 0 !important;
}

.calcResultsBlock {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size : 16px;
	display: none;
	line-height: 22px;
	margin: 0;
	padding: 3px 0 0 0;
}

.calcResultsSpan {
	font-family: Arial, Helvetica, sans-serif;
	color: #007dd7;
	font-size : 16px;
	line-height: 22px;
	font-weight: bold;
	margin: 0;
	padding: 3px 0 0 0;
}

.resultLabel {
	width: 165px;
	float: left;
}

.fakeH3 {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #4f5e6a;
	padding: 0;
	margin: 0 0 0 33px;
}

img.helpIcon {
	float: right;
}

sub {
	vertical-align: baseline;
	font-size: 8px;
	position: relative;
	top: 0.3em;
}

div.jqmWindow img.jqResize {position: absolute; right: 2px; bottom: 2px;}

.nobr { white-space: nowrap; }


/* Notice CSS courtesy of;
   Alexandre Plennevaux <alexandre@pixeline.be>,
   Brice Burgess <bhb@iceburg.net> */

.jqmWindow {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -300px;
    width: 600px;
    
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { background-color: #000; }

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.jqmWindow p {
	text-align: justify;
}

.jqmnTitle {
	padding:4px;
	width: 592px;
	height: 16px;
	font-family: arial,helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	background-color:#5372b5;
}
 

div.jqmWindow .jqmClose {
	float: right;
}

.jqmnContent{
	border-top:1px;
	color:#554;
}

input.SmallOrangeButton {
  border-style: none;
  border-color: inherit;
  border-width: medium;
  border: 0;
  outline: none;
  width: 65px;
  height: 22px;
  background: url('/aviation-emissions/eu-ets/images/ysubw.gif') no-repeat;
  color: #fff;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  cursor: hand;
  margin-top: 0px;
  padding-bottom: 3px;
}


  
