/* ARNSW refresh stylesheet */
/* v1.5 08-feb-22 mathewm - cleanup for migration */
/* v1.4 29-nov-15 mathewm - improved table formatting and code */
/* v1.3 16-nov-15 mathewm - CSS for button - preparing for button bar */
/* v1.2 20-jul-15 mathewm - fixes for mobile - temporary fixed width */
/* v1.1 11-may-15 mathewm - some table formatting */
/* v1.0 29-apr-15 mathewm - initial */

html
{
background:#ddf;
}

body 
{
font-family: Arial, sans-serif;
font-size:16px;
line-height:1.36;
width:960px;
background: #fff;
margin:24px auto 24px auto;
padding: 24px;
color: #111;
}

h1 {
font-family: Cambria, Georgia, Palatino, Times New Roman, serif;
font-size: 40px;
line-height: 48px;
color: #900;
vertical-align: middle;
margin-bottom: 20px;
}

h3 {
color: #30b;
font-size: 20px;
margin-bottom: 3px;
}

h4 {
color: #11b;
font-size: 18px;
font-weight: bold;
}

table, th, td {
  border: 0px;
  border-spacing: 0px;
  padding: 8px;
}
th {
  font-size: 16px;
  background-color: #ddd;
  text-align: left;
  height: 18px;
  font-family: Arial, sans-serif;
  color: #11b;
}

td {
text-align: left;
  height: 15px;
}

code {
font-weight: bold;
}

.top-bar
{
width:100%;
}
.top-logo
{
width:120px;
 float: left;
padding-right:18px;

}

.top-title
{
overflow: hidden;
padding-right:18px;
padding-bottom:6px;

}

.button {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3564a6), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3564a6, #65a9d7);
   background: -moz-linear-gradient(top, #3564a6, #65a9d7);
   background: -ms-linear-gradient(top, #3564a6, #65a9d7);
   background: -o-linear-gradient(top, #3564a6, #65a9d7);
   padding: 6px 10px;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 18px;
   font-family: Cambria, Georgia, Palatino, Times New Roman, serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
.button:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }