body {
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
  	color: #027;
	line-height: 18px;
	background-color: #eef8ff;
    background-image: url('/CBOceania/images/Backgrounds/Silver4.jpg');
}
.body.container {
	background-color: #00f;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 20px;
	border: 1px solid rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 6px rgba(0,0,0,0.5);
}

.well.page-header {
	margin: 0px 0px 5px 0px;
}
form {
	margin: 0 2px;
}
hr {
	margin: 18px 0;
	border: 0;
	border-top: 3px double #00f;
	border-bottom: 3px double #00f;
}

h1,
h2,
h3,
h4,
h5,
h6,
hs{
    margin: 9px 0;
	word-wrap: break-word;
    font-family: georgia,palatino; 
	font-weight: bold;
	line-height: 18px;
    color: #1c568a; 
}
h1 {
	font-size:5vw;  /* 30px; */
    text-align:justify;
	line-height: 6vw; /* 32vw; */
    color: #1076fa; 
}
h2 {
	font-size: 4vw;   /*  24px; */
	line-height: 5vw; /*  28px; */
}
h3 {
  	font-size: 3vw;  /*24px; */
	line-height: 4vw; /* 28px; */
    font-style:italic;
}
h4 {
	font-size: 3vw;
	line-height: 4vw; /* 24px; */
}
h5 {
	word-wrap: break-word;
	font-size: 2vw;
	line-height: 3vw;
    font-style:italic;
*	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h6 {
	word-wrap: break-word;
	font-size: 2vw;
	line-height: 2.5vw;
*	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}  

p {
	word-wrap: break-word;
	font-size: 14px;
	line-height: 18px;
    text-align: justify;
}
.btn {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 14px;
    font-weight: bold;
	line-height: 18px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #36f;
	text-shadow: 0 1px 1px rgba(255,255,255,0.75);
	background-color: #f9f90f;
	background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
	background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
	background-image: -o-linear-gradient(top,#ffe,#ffd);
	background-image: linear-gradient(to bottom,#ffd,#ff3);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	background-color: #ffff33;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border: 1px solid #bbb;
	*border: 0;
	border-bottom-color: #a2a2a2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	*margin-left: .3em;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn.hover
.btn:active,
.btn.active {
    color:#ff0000;
	background-color: #ffff55 ;
}
   .btn:first-child {
	*margin-left: 0;
}
.btn:hover,
.btn:focus {
	color: #f00;
	text-decoration: none;
	background-position: 0 -8px;
	-webkit-transition: background-position .1s linear;
	-moz-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	transition: background-position .1s linear;
}
.btn-bob {
	padding: 3px 8px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 18px;
  	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #22f;
	text-shadow: 0 1px 1px rgba(255,255,255,0.75);
	background-color: #ffaa00;
	background-image: -moz-linear-gradient(top,#ff0,#ffaa00);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#ff0),to(#ffaa00));
	background-image: -webkit-linear-gradient(top,#ff0,#ffaa00);
	background-image: -o-linear-gradient(top,#ff0,#ffaa00);
	background-image: linear-gradient(to bottom,#fff,#ffaa00);
    background-image: linear-gradient(to bottom,#ff0,#ffaa00);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
	*border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	*background-color: #e6e6e6;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border: 1px solid #bbb;
	border: 0;
	*border-bottom-color: #a2a2a2;
	-webkit-border-radius: 6px;
	-moz-border-radius: 9px;
	border-radius: 6px;
	*margin-left: .3em;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-bob:hover,
.btn-bob:focus,
.btn-bob:active,
.btn-bob.active,
.btn-bob.disabled,
.btn-bob[disabled] {
	color: #248;
	background-color: #ffaa00;
}
.btn-bob:active,
.btn-bob.active {
	background-color: #cccccc \9;
}
.btn-bob:first-child {
	*margin-left: 0;
}
.btn-bob:hover,
.btn-bob:focus {
	color: #000;
	text-decoration: none;
	background-position: 0 -3px;
	-webkit-transition: background-position .1s linear;
	-moz-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	transition: background-position .1s linear;
}
.btn-bob:focus {
	outline: thin dotted #a44;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -6px;
}
.btn-bob.active,
.btn-bob:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn-bob.disabled,
.btn-bob[disabled] {
	cursor: default;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn-back {
  position: fixed;
  bottom: 2px;
  right: 2px;
  z-index: 99;
	padding: 3px 3px;
	margin-bottom: 4px;
	font-size: 24px;
	line-height: 26px;
  	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #00f;
	text-shadow: 0 1px 1px rgba(255,255,255,0.75);
	background-color: #ffff00;
	background-image: -moz-linear-gradient(top,#ffaa00,#ff0);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fa0),to(#ffff00));
	background-image: -webkit-linear-gradient(top,#fa0,#ffff00);
	background-image: -o-linear-gradient(top,#fa0,#ffff00);
	background-image: linear-gradient(to bottom,#fa0,#ffff00);
    background-image: linear-gradient(to bottom,#fa0,#ffff00);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffffffff', GradientType=0);
	*border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	*background-color: #e6e6e6;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border: 1px solid #bbb;
	border: 0;
	*border-bottom-color: #a2a2a2;
	-webkit-border-radius: 6px;
	-moz-border-radius: 9px;
	border-radius: 6px;
	*margin-left: .3em;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-back:hover,
.btn-back:focus,
.btn-back:active,
.btn-back.active,
.btn-back.disabled,
.btn-back[disabled] {
	color: #f00;
}

.btn-back:hover,
.btn-back:focus {
	color: #f00;
	text-decoration: none;
	background-position: 0 -1.5vw;
	-webkit-transition: background-position .1s linear;
	-moz-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	transition: background-position .1s linear;
}
.grid-container {
  display: grid;
  height: 100%;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 2px;
}
@media all and (-ms-high-contrast: none) {
  .grid-container {
    display: -ms-grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    -ms-grid-rows: 1fr 1fr 1fr;
  }
}
.grid-container>div {
  background-color: rgba(0, 0, 255, 0.1);
  color: blue;
}
.pageheader {
  grid-area: 1 / 1 / span 1 / span 3;
  text-align: center;
  padding:1px;
  font-size:4vw
  line-height:5vw;
}
.imageleft {
  grid-area: 2 / 1 / span 1 / span 1;
  padding:1px;
}
.textright {
	grid-area: 2/2 /span 1/span 2;
}
.textfw {
  grid-area: 3/1 / span 1/span 3;
}
.textleft {
	grid-area: 4/1 /span 1/span 2;
}
.imageright {
  grid-area: 4 / 3 / span 1 / span 1;
  padding:1px;
}
.footer {
  grid-area: 5/1 / span 1/span 3;
  text-align: center;
  padding:1px;
  font-size:2vw;
}
