/* Fonts */
@font-face {
  font-family: ANC;
  src: url('../fonts/AvenirNextCondensed-Medium.otf'); 
}
@font-face {
  font-family: ANC-light;
  src: url('../fonts/AvenirNextCondensed-Regular.otf'); 
}
@font-face {
  font-family: ANC-bold;
  src: url('../fonts/AvenirNextCondensed-Bold.otf'); 
}
@font-face {
  font-family: HN;
  src: url('../fonts/HelveticaNeue.ttf'); 
}
@font-face {
  font-family: HNB;
  src: url('../fonts/HelveticaNeueb.ttf'); 
}
@font-face {
  font-family: ArialNarrow;
  src: url('../fonts/Arial Narrow.ttf'); 
}
/* End Fonts */

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
	min-width: 1320px;
  font-size: 1em;
  border: 0;
}
html, body, #header #footer, #info, .navsml, #body td select, #results th, #body td input, #body li input, #body a.nonarrow, #body div.searchpanel select {
  font-family: "Trebuchet MS", "HN", "Arial", Helvetica, sans-serif;
  font-weight: 400;
}
#header .nav, #realname, #body td.head, #body div.tables, 
#body input.search, #body input.adbutton, #body div.button, #body td.strong, #results #total, #coline, #col {
  font-family: "Trebuchet MS", "HNB", "Arial", Helvetica, sans-serif;
	font-weight: 600;
	font-stretch: condenced;
}
/* Changed default select arrows to mine */
#body select {
	border: 1px solid #e7e7e7;
	-webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;   
   -webkit-border-radius: 0;  /* Safari 3-4, iOS 1-3.2, Android 1.6- */    
   -moz-border-radius: 0;  /* Firefox 1-3.6 */  
   border-radius: 0;  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
	 background-image:  url('../images/arrow_select.png');
	 background-position:  center right;
	 background-repeat: no-repeat;
	 background-size: 1.5em 100%;
	 background-color: #ffffff;
}
#body select:hover {
	border: 1px solid rgba(70, 150, 190, 0.9);
	cursor: pointer;
}
#body select:focus {
	border: 1px solid rgba(70, 150, 190, 0.9);
	cursor: pointer;
}

#body input {
	border: 1px solid #e7e7e7;
	-webkit-border-radius: 0;  /* Safari 3-4, iOS 1-3.2, Android 1.6- */    
   -moz-border-radius: 0;  /* Firefox 1-3.6 */  
   border-radius: 0;  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
}
#body input:hover {
	border: 1px solid rgba(70, 150, 190, 0.9);
}
#body input:focus {
	border: 1px solid rgba(70, 150, 190, 0.9);
}
#body textarea {
	border: 1px solid #e7e7e7; 
   -webkit-border-radius: 0;  /* Safari 3-4, iOS 1-3.2, Android 1.6- */    
   -moz-border-radius: 0;  /* Firefox 1-3.6 */  
   border-radius: 0;  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
}
#body textarea:hover {
	border: 1px solid rgba(70, 150, 190, 0.9);
}
#body textarea:focus {
	border: 1px solid rgba(70, 150, 190, 0.9);
}
body.add {
  height: auto;
  width: auto;
}
body .right {
  text-align: right;
}
body .center {
  text-align: center;
}
#container, #containerad, #header, #body, #footer, #footerad {
  margin: 0;
  padding: 0;
  width: 100%;
}
#container  {
  min-height: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
	width: 100%;
  min-width: 1220px;
  background: -moz-linear-gradient(top, rgba(100, 180, 220, 1.0) 0%, rgba(100, 180, 220, 1.0) 30em, 
    rgba(100, 180, 220, 0.97) 45em, rgba(0, 120, 150, 0.95) 100%),              
              url('../images/wave_gray.png') bottom left repeat;
	background: -webkit-linear-gradient(top, rgba(100, 180, 220, 1.0) 0%, rgba(100, 180, 220, 1.0) 30em, 
    rgba(100, 180, 220, 0.97) 45em, rgba(0, 120, 150, 0.95) 100%),
              url('../images/wave_gray.png') bottom left repeat;
}
#containerad {
  min-height: 300px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  background: rgba(220, 220, 220, 1.0);              
}
#containerad #col {
  font-size: 2em;
  margin-right: 1.5em;
  color: rgba(255, 255, 255, 0.7);
}


#body       {
  	padding-bottom: 50px;
  	height: 100%;
  	font-size: 0.775em;
  	border: 0;
  	overflow: hidden;
}
#footer     {
  	display: inline;
  	position: absolute;
  	bottom: 0;
  	height: 50px;
  	font-size: 0.75em;
  	line-height: 4em;
	vertical-align: bottom;
}
#footer div.footer, #footer div.footer a, #footer div.toppage, #footer div.toppage a {
  	text-decoration: none;
  	color: rgba(255, 255, 255, 0.5);
}
#footer div.footer a:link, #footer div.toppage a:link {
  	color: rgba(255, 255, 255, 0.5);
}
#footer div.footer a:visited, #footer div.toppage a:visited { 
}
#footer div.footer a:hover, #footer div.toppage a:hover {
  	color: rgba(255, 255, 255, 1.0);
}
#footer div.footer a:active, #footer div.toppage a:active {
  	color: rgba(255, 255, 255, 0.5); 
}
#footer div.footermenu, #footer div.footermenu a {
  	text-decoration: none;
  	color: rgba(255, 255, 255, 0.8);
}
#footer div.footermenu a:link {
  color: rgba(255, 255, 255, 0.8);
}
#footer div.footermenu a:visited { 
}
#footer div.footermenu a:hover {
  	color: rgba(255, 255, 255, 1.0);
}
#footer div.footermenu a:active {
  	color: rgba(255, 255, 255, 0.8); 
}

/* Header parts */
#head {
  	height: 105px;
}
#mainhead {
	float: left;
  	display: inline;
  	height: 105px;
  	position: relative;
  	top: 0px;
  	width: 100%;
	background-color: #eee;
	line-height: 0.95em;
	padding: 0.8em 0em 0.8em 0em;
}
#realname {
  display: block;
	width: 20em;
  position: absolute;
  top: 1.5em;
	right: 25px;
  color: rgba(80, 160, 200, 1.0);
	text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.2);
	text-align: right;
  font-size: 0.75em;
  font-weight: 400;
}
#realname a {
	color: #ddd;
	text-decoration: none;
	text-shadow: none;
}
#realname a:link {
}
#realname a:visited {
	color: #ddd;
	text-shadow: none;
}
#realname a:hover, a:active {
	color: #c03;
}

#info {
  	display: block;
	width: 20em;
  	position: absolute;
  	top: 88px;
	right: 25px;
  	text-decoration: none;
	text-shadow: 0 0 3px rgba(255, 255, 255, 0.5); 
  	text-align: right;
  	font-size: 0.75em;
	color: #555;
}


/* Result div */
#results {
  	display: block;
  	text-align: center;
	padding: 25px;
}
#body ul.navul, #body li {
  	margin: 0;
  	padding: 0;
}

/* Navigation */
.navigation {
  display: inline;
  float: left;
  width: 55%;
  height: 80px; 
  min-width: 800px;
  padding-left: 20px;
}
div.redline {
  border-left: 1px dotted #bababa;
  float: left;
  display: block;
  padding-left: 10px;
}
div.redlinesearch {
  border-left: 1px dotted #bababa;
  float: none;
  margin: 0;
  display: block;
  width: 2px;
  height: 95px;
  position: absolute;
  top: 13px;
  right: 33.3em;
}
ul.navul {
  overflow: hidden;
  zoom: 1;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.nav {
  display: block;
  width: 7.5em;
  height: 25px;
  color: #111;  
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.5); 
  text-decoration: none;
  text-align: left;
  font-size: 1.26em;
  line-height: 1em;
  margin: 0;
  padding: 0; 
}
.nav:link {
}
.nav:visited { 
}
.nav:hover {
  color: #c03;
}
.nav:active, .nav:focus {
  color: #000;
  outline: none;
}
.navsml        {
  display: block;
  width: 11em;
  color: #555; 
  text-decoration: none;
  text-align: left;
  font-size: 0.76em;
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.5); 
  height: 1.34em;
  line-height: 1.2em;
}
.navsml:link { 
}
.navsml:visited { 
}
.navsml:hover {
  color: #c03;
}
.navsml:active {
  color: #555;
}
.here {
  color: #c03;
}

/* Searchpanels */
#search1 {
  position: absolute;
  top: 13px;
  right: 32em;
  text-decoration: none;
  text-align: left;
  margin: 0;
  padding: 0;
  padding-left: 0.2em;
  width: 20em;
  height: 105px;
  border-left: 1px dotted #bababa;
}
#search2 {
  position: absolute;
  top: 15px;
  right: 13em;
  text-decoration: none;
  text-align: left;
  margin: 0;
  padding: 0;
  padding-left: 0.2em;
  width: 20em;
  height: 105px; 
}
.searchpanel {
  display: inline-block;
  position: relative;
  top: 0;
  left: 1em;
  height: 100px;
  margin: 0;
  padding: 0;
  width: 19em;
  font-size: 0.95em;
  font-weight: 400;
  color: #555;
}
div.searchpanel label { 
  width: 6.5em;
  float: left;
  line-height: 1.4em;
  vertical-align: middle;
  padding: 0.2em 0 0 0;
  font-weight: 400;
  font-size: 0.9em;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8); 
	color: #555;
}
div.searchpanel select {
  margin: 0;
  padding: 0 0 0 0.3em;
  text-align: left;
  vertical-align: middle;
  width: 12.18em;
  height: 1.55em;
  font-size: 1em;
  color: #555;
}
#body input.search  {
  display: block;
  margin: 0;
  padding: 0;
  color: #111;
  font-size: 1.4em;
  background: none;
  border: none; 
  position: absolute;
  left: 0.7em;
  top: 85px;
}
#body input.search:link {
}
#body input.search:visited {
}
#body input.search:hover {
  color: #c03;
}
#body input.search:active {
  color: #c03;
}
#body input.adbutton {
  color: #c03;
  width: 100%;
  position: static;
}
#body input.adbutton:link {
}
#body input.adbutton:visited {
}
#body input.adbutton:hover {
  	color: #222;
}
#body input.adbutton:active {
  	color: #222;
}
span.arrow-right {
	width: 0; 
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;	
	border-left: 5px solid #c03;
  	position: absolute;
  	left: 6.5em;
  	top: 90px;
}

/* Calendar */
div select.pick {
  	float: left;
  	text-align: left;
  	padding: 0 0 0 0.3em;
  	font-size: 1em;
  	height: 1.6em;
}
div select.ad {
  	float: none;
  	text-align: left;
	padding: 0 0 0 0.3em;
}
div select.ad:focus {
  	border: 1px solid rgba(70, 150, 190, 0.9);
}
div select.pick:focus {
  	border: 1px solid rgba(70, 150, 190, 0.9);
}
div select.day    {
  	margin: 0;
  	padding: 0 0 0 0.3em;
  	width: 3.7em;
	border: 1px solid #e7e7e7;
}
div select.month    {
  	margin: 0;
	padding: 0 0 0 0.3em;
  	width: 4em;
	border-width: 1px 0 1px 0;
}
div select.year    {
  	margin: 0;
	padding: 0 0 0 0.3em;
  		width: 4.5em;
}
div select.min    {
  width: 4.1em;
	padding: 0 0 0 0.3em;
	border-width: 1px 1px 1px 0;
}

/* Add new data */
div.infocontainer {
  text-align: center;
  background: inherit;
  border: none;
}
div.info    {
  float: none;
  display: inline-block;
  text-align: center;
	width: auto;
	margin: 0;
	margin-top: 2em;
	margin-bottom: 1em;
	padding: 0 0.5em 1.5em 0.5em;
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(255, 255, 255, 1.0);
  border-radius: 1px;
	box-shadow: 0 -2px 7px 0px rgba(0, 0, 0, 0.2)
}
div.error {
  float:none;
  display: block;
  margin: 1em 1em 2em 1em;
  max-width: 96%;
  border: 1px dotted rgba(100, 180, 220, 1.0);
  padding: 1.5em;
}
ol.voydata  {
  list-style-type: none;
}
li.voydata  {
  clear: both;
  padding: 0;
  margin: 0;
  padding-top: 1em;
}
td label {
  float: left;
  text-align: left;
  color: #444;
  width: 16em;
  margin-top: -1.3em;
  font-size: 0.85em;
  text-shadow: 0px 2px 0px rgba(255, 255, 255, 1.0); 
}
td .or {
  color: #999;
}
label.long {
  width: 16em;
}
label.mid
{
  width: 11em;
}
label.sml {
  width: 7.5em;
}
label.xsml {
  width: 4.4em;
}
label.center {
  text-align: center;
}
label.right {
  text-align: right;
}
label.red {
  color: #c03;
}
label.blk {
  color: #444;
}
input.voydata {
  float: left;
  display: block;
  margin: 0;
  padding: 0;
  padding-right: 0.2em;
  padding-left: 0.2em;
  text-align: left;
  width: 12.2em;
  color: #444;
  height: 1.3em;
  font-size: 1em;
}
input.or, select.or {
  box-shadow: none;
  background-color: #fdfdfd;
  border-color: #e5e5e5;
}
input.ad {
  float: none;
  margin: auto;
}
input.number {
  text-align: right;
}
input.normal {
  color: #444;
  width: 12em;
}
input.long {
  width: 19em;
}
input.sml {
  width: 5.5em; 
}
input.xsml {
  width: 4.4em; 
}
input.center {
  float: none;
  margin: auto;
}
input.radio {
  width: 1.5em;
  height: 1.5em;
  margin-left: 1em;
}
input.check { 
  box-shadow: none;
  float: none;
  margin: auto;
}
input:focus {
  border: 1px solid rgba(70, 150, 190, 0.9);
}
textarea {
  text-align: left;
  padding: 0.5em;
}
textarea:focus {
/*  box-shadow: 0px 0px 0.1em rgba(70, 150, 190, 0.5);*/
  border: 1px solid rgba(70, 150, 190, 0.9);
}
select.voydata {
  float: left;
  display: block;
  margin: 0;
  padding: 0;
  padding-left: 0.2em;
  text-align: left;
  vertical-align: bottom;
  width: 13.5em;
  color: #444;
  border: 1px solid #e7e7e7;
  -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;   
   -webkit-border-radius: 0;  /* Safari 3-4, iOS 1-3.2, Android 1.6- */    
   -moz-border-radius: 0;  /* Firefox 1-3.6 */  
   border-radius: 0;  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
	 background-image:  url('../images/arrow_select.png');
	 background-position:  center right;
	 background-repeat: no-repeat;
	 background-size: 1.5em 100%;
	 background-color: #ffffff;
  height: 1.6em;
  font-size: 1em;
}
select.sml {
  width: 7.5em;
}
select.xsml {
  width: 5.5em;
}
select.ad {
  float: none;
  margin: auto;
}
select.left {
  float: left;
}
select.long {
  width: 20.2em;
}
select.center {
  float: none;
}
select:focus {
/*  box-shadow: 0px 0px 0.1em rgba(70, 150, 190, 0.5);*/
  border: 1px solid rgba(70, 150, 190, 0.9);
}
#body input.buttonform {
  float: right;
  display: block;
  color: rgba(70, 150, 190, 0.7);
  text-shadow: 0px 1px 2px rgba(70, 150, 190, 0.2);
  font-size: 2.8em;
  font-weight: 400;
  margin: 0;
  margin-right: 1.5em;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}
#body input.buttonform:link {
}
#body input.buttonform:visited {
}
#body input.buttonform:hover {
  color: rgba(70, 150, 190, 1.0);
  text-shadow: none;
}
#body input.buttonform:active {
  color: #fff;
  text-shadow: none;
}
#body input.close {
  float: none;
  margin-right: 0;
  width: 100%;
  text-align: center; 
  position: relative;
  top: 0.7em;
}
span.sml {
  float: left;
  display: block;
  width: 3em;
}

/* Resulted table */
table {  
  color: #333;
  border-collapse: collapse;
  margin: 1.5em;
  padding: 0;
  min-width: 500px;
  border: hidden;
  font-size: 1.1em;
}
colgroup {
}
thead {
}
th {
  background-color: rgba(255, 255, 255, 0.95);
  color: rgba(50, 140, 190, 1.0);
  height: 3.7em;
  padding: 0 0.3em 0 0.3em;
  text-align: center;
  vertical-align: middle;
  border: 1px solid rgba(70, 150, 190, 0.5);
  border-bottom: 2px solid rgba(70, 150, 190, 0.9);
  border-top: 0;
  border-left: 0;
  font-size: 1em;
	line-height: 1em;
}
.thadd {
  color: #333;
  height: 1.8em;
  padding: 0 0.4em 0 0.4em;
  text-align: center;
  vertical-align: middle;
  border: none;
  border-bottom: 2px solid rgba(70, 150, 190, 0.9);
}
tr { 
}
tr:hover {
  background: 
    -moz-linear-gradient(top,  rgba(255, 255, 255, 0.8) 0%,  rgba(255, 255, 255, 1.0) 30%, rgba(255, 255, 255, 1.0) 70%, 
    rgba(255, 255, 255, 0.8) 100% ),
    #ccc;   
  background: 
    -webkit-linear-gradient(top,  rgba(255, 255, 255, 0.8) 0%,  rgba(255, 255, 255, 1.0) 30%, rgba(255, 255, 255, 1.0) 70%, 
    rgba(255, 255, 255, 0.7) 100% ),
    #ccc;   
  color: #111;
}
tr.noline { 
}
tr.noline:hover {
  background: inherit;
}
tr.ad {
  height: 3em;
  border-bottom: 2px solid rgba(70, 150, 190, 1.0);
  background-color: rgba(200, 230, 250, 1.0);
  text-align: center;
}
tr.ad:hover {
  background: 
    -moz-linear-gradient(top,  rgba(255, 255, 255, 0.3) 0%,  rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0.8) 60%, 
    rgba(255, 255, 255, 0.3) 100% ),
    rgba(200, 230, 250, 1.0);
  background: 
    -webkit-linear-gradient(top,  rgba(255, 255, 255, 0.3) 0%,  rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0.8) 60%, 
    rgba(255, 255, 255, 0.3) 100% ),
    rgba(200, 230, 250, 1.0);
  color: #111;
}
#total {
  color: #111;
  height: 3em;
  background-color: #fcfcfc;
  border-bottom: 0;
  border-top: 2px solid rgba(70, 150, 190, 0.9);
}
td {
  height: 2em;
  padding: 0.1em 0.4em 0.1em 0.4em;
  text-align: center;
  vertical-align: middle;
	border: 1px solid rgba(70, 150, 190, 0.5);
  width: auto;
}
td.bnk {
  padding: 0.2em 0.2em 0.2em 0.2em;
}
td.new {
  height: 2em;
  width: 9em;
	border: none;
}
td.head {
  color: #c03;
  letter-spacing: 0.03em;
  font-size: 1em;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 1.0);
}
td.blue {
  color: #3599da;
  font-size: 1em;
}
td.gray {
  color: #999;
  font-size: 0.87em;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 1.0);
}
td.red {
  color: #c03;
}
td.long {
  width: 17em;
}
td.datetime {
	width: 10em;
}
td.thin {
  width: 6em;
}
td.xthin {
  width: 3em;
}
td.high {
  height: 3.5em;
}
td.dark {
  background-color: rgba(0, 0, 0, 0.04);
}
.tdadd {
  height: 1.9em;
  padding: 0em 0.4em 0em 0.4em;
  text-align: center;
  vertical-align: middle;
  border: none;
}
a.tabl {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}
a.tabl:link {
}
a.tabl:visited {
}
a.tabl:hover {
  color: #c03;
  text-decoration: underline;
}
a.tabl:active {
  color: #c03;
  text-decoration: underline;
}
a.add {
	font-size: inherit;
	font-weight: 400;
  text-align: left;
  color: rgba(70, 150, 190, 0.5);
  padding: 0.2em;
  text-decoration: none;
}
a.add:link {
}
a.add:visited {
}
a.add:hover {
  color: #c03;
  text-decoration: underline;
}
a.add:active {
  color: #c03;
  text-decoration: underline;
}
a.nonarrow {
  font-weight: 400;
  font-size: 0.8em;
/*  font-size-adjust: 0.45;*/
}
a.tablink {
  color: rgba(70, 150, 190, 1.0);
  font-size: 0.8em;
  letter-spacing: 1px;
  text-decoration: none;
  line-height: 3em;
}
a.tablink:link {
}
a.tablink:visited {
}
a.tablink:hover {
  color: #c03;
/*  font-size-adjust: 0.6;*/
}
a.tablink:active {
  color: #c03;
}
a.err {
  color: #444;
  font-size: inherit;
	font-weight: 600;
  text-decoration: none;
}
a.err:link {
}
a.err:visited {
}
a.err:hover {
  color: #c03;
  text-decoration: underline;
}
a.err:active {
  color: #c03;
  text-decoration: underline;
}
a.red {
  color: #c03;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.indent {
  text-indent: 2.5em;
}
.odd {
  background-color: rgba(0, 0, 0, 0.03);
}
.even {
  background-color: rgba(0, 0, 0, 0);
}
.inline {
  display: inline;
}
.fleft {
  float: left;
  display: block;
}
.w50 {
  width: 50%;
}

p {
  display: block;
  margin: auto;
  padding: 0;
}
p.error {
  color: #c03;
  text-align: justify;
  font-weight: 400;
  max-width: 700px;
}
p.red {
  font-size: 1.7em;
  color: #c03;
}
p.right {
  position: relative;
  right: -7em;
  top: -14em;
  text-align: right;
  font-weight: 600;
  padding: 0;
  margin: 0; 
  opacity: 0.8;
  transform: rotate(45deg);
-ms-transform: rotate(45deg); /* IE 9 */
-webkit-transform: rotate(45deg); /* Safari and Chrome */
-o-transform: rotate(45deg); /* Opera */
-moz-transform: rotate(45deg); /* Firefox */
}
p.gray {
  color: rgba(70, 150, 190, 1.0);
  letter-spacing: 0.3em;
  font-weight: 900;
}
span.red {
  color: #c03;
  font-size: 1.2em;
/*  font-size-adjust: 0.7;*/
}
span.gray {
  color: #888;
	font-weight: 400;
}
span.add {
  
}
div.stamp {
  display: block;
  position: relative;
  right: -88%;
  top: 5em;
}
div.nonfinal {
  background-image: url('../images/stamp_nonfinal.png');
  height: 33px;
  width: 118px;
  transform: rotate(33deg);
-ms-transform: rotate(33deg); /* IE 9 */
-webkit-transform: rotate(33deg); /* Safari and Chrome */
-o-transform: rotate(33deg); /* Opera */
-moz-transform: rotate(33deg); /* Firefox */
}
div.final {
  background-image: url('../images/stamp_final.png');
  height: 38px;
  width: 106px;
  transform: rotate(33deg);
-ms-transform: rotate(33deg); /* IE 9 */
-webkit-transform: rotate(33deg); /* Safari and Chrome */
-o-transform: rotate(33deg); /* Opera */
-moz-transform: rotate(33deg); /* Firefox */
}
div.repair {
  display: block;
  background-image: url('../images/stamp_repair.png');
  height: 44px;
  width: 96px;
  position: relative;
  right: -3em;;
  top: -1em;; 
}
div.notes {
  height: 4.5em;
  width: 58%;
  position: absolute;
  bottom: 11em;
  left: 8%;
  border: 1px solid #555555;
}

/* Headings */
#col {
  color: rgba(255, 255, 255, 0.8);
  font-size: 2.7em;
  font-weight: 400;
  letter-spacing: 1px;
  text-align: right;
  vertical-align: bottom;
  margin: 0 0 0 1em;
  padding: 0;
  line-height: 100%;
}
span.colsml {
  font-size: 0.4em;
  color: rgba(255, 255, 255, 0.8);
}
#colsmall {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1em;
  font-weight: 400;
  text-align: right;
  margin: 0 0 0 3em;
  padding: 0;
  line-height: 2.5em;
  vertical-align: bottom;
/*text-shadow: 0px 1px 0px rgba(255, 255, 255, 1.0);*/
}
#coline {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1em;
  font-weight: 400;
  text-align: right;
  margin: 0 0 0 3em;
  padding: 0;
  line-height: 2.5em;
  vertical-align: bottom;
}
div.buttons {
  display: inline;
  position: absolute;
  top: 140px;
  left: 0;
}
div.button {
  float: left;
  margin: 0;
  padding: 0  0 0 2.3em;
  width: auto;
  height: 24px;
}
a.button:link {
  color: rgba(255, 255, 255, 0.55);
  line-height: 2em;
  text-decoration: none;
}
a.button:visited {
  color: rgba(255, 255, 255, 0.55);
}
a.button:hover {
  color: rgba(255, 255, 255, 1.0);
  text-decoration: underline;
}
a.button:active {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: underline;
}
hr.dots {
  background: none;
  height: 1px;
  box-shadow: none;
  border: none;
  border-top: 1px dotted #aaa;
}
hr.line {
  background: none;
  height: 1px;
  box-shadow: none;
  border: none;
  border-top: 1px dotted #c03;
}
img.add {
  float: left;
  width: 16px;
  height: 16px;
  margin: 0;
  margin-left: 0.3em;
}
img.fuel {
  float: none;
  width: 26px;
  height: 26px;
  margin: 0;
  padding: 0;
  padding-right: 1em;
  padding-left: 1em;
  margin-bottom: -10px;
}
div.tables {
  -moz-column-count: 2; /* Firefox */
  -webkit-column-count: 2; /* Safari and Chrome */
  column-count: 2;
  -moz-column-gap: 6em; /* Firefox */
  -webkit-column-gap: 6em; /* Safari and Chrome */
  column-gap: 6em;
  -moz-column-rule: 1px dotted #bbb; /* Firefox */
  -webkit-column-rule: 1px dotted #bbb; /* Safari and Chrome */
  column-rule: 1px dotted #bbb;
  -moz-column-width: 25em; /* Firefox */
  -webkit-column-width: 25em; /* Safari and Chrome */
  column-width: 25em;
  margin: 2em;
  padding: 0;
  padding-left: 3em;
  text-align: left;
}
div.newresult {
  padding: 2em;
  margin: 2em;
  border: 1px dotted #ccc;
  font-size: 1.1em;
/*  font-size-adjust: 0.6;*/
  color: #777;
  text-align: center;
/*  max-width: 800px;*/
  width: auto;
}
div.addbunker {
  float: left;
  position: relative;
  top: 2em;
  left: 0.5em;
  font-weight: 400;
}
div.footer {
  display: block;
  width: 20%;
  float: left;
  font-size: 0.9em;
  padding: 0em 0 0 25px;
}
div.toppage {
  display: block;
  float: right;
  width: 20%;
  font-size: 1.7em;
	line-height: 2em;
  text-align: right;
  padding: 0 25px 0 0;
}
div.footermenu {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  text-align: center;
}
.floatingHeader {
  position: fixed;
  top: 0;
  visibility: hidden;
}