html
{ height: 100%;}

*
{ margin: 0;
  padding: 0;}

body
{ font: normal 28px serif;
  background: #fff;
  color: #555;}

p
{ padding: 0 0 16px 0;
  line-height: 1.4em;}

img
{ border: 0;}

h1, h2, h3, h4, h5, h6
{ font: normal 175% 'century gothic', arial, sans-serif;
  color: #111;
  margin: 0 0 15px 0;
  padding: 15px 0 5px 0;}

h2
{ font: normal 175% 'century gothic', arial, sans-serif;
  color: #444;}

h4, h5, h6
{ margin: 0;
  padding: 0 0 5px 0;
  font: normal 120% arial, sans-serif;
  color: #555;}

h5, h6
{ font: italic 95% arial, sans-serif;
  padding: 0 0 15px 0;
  color: #000;}

h6
{ color: #888;}

a, a:hover
{ outline: none;
  color: #111;
  text-decoration: underline;}

a:hover
{ text-decoration: none;}

blockquote
{ margin: 20px 0 20px 0;
  padding: 10px 20px 0 20px;
  border: 1px solid #E5E5DB;
  background: #F5F5F1;}

ul
{ margin: 2px 0 22px 17px;}

ul li
{ list-style-type: circle;
  margin: 0 0 6px 0;
  padding: 0 0 6px 5px;}

ol
{ margin: 8px 0 22px 20px;}

ol li
{ margin: 0 0 11px 0;}

#main, #header, #logo, #menubar, #site_content, #footer
{ margin-left: auto;
  margin-right: auto;}

#main
{ width: 1240px; /* 910 */
   /*background: url(/themes/qubo/webapp/css/images/content.png) repeat-y;*/
}

#header
{ position: fixed;
  width: 1220px; /* 890 */
  height: 90px; /*120*/
  /* background: url(/themes/qubo/webapp/css/images/back.png) repeat-x; */
  background-color: #fff;
  font-size: 44px;}

#logo
{ width: 1220px; /* 890 */
  position: relative;
  height: 200px;
  background: #083797 url(/themes/qubo/qubologo_2024.png) no-repeat right top;
  background-size: 200px  200px;
}

#logo #logo_text
{ position: absolute;
  top: 0px;
  left: 30px;}

#logo h1, #logo h2
{ font: normal 300% 'century gothic', arial, sans-serif;
  border-bottom: 0;
  text-transform: none;
  margin: 0;}

#logo_text h1, #logo_text h1 a, #logo_text h1 a:hover
{ padding: 10px 0 0 0;
  color: #FFF;
  letter-spacing: 0.1em;
  text-decoration: none;}

#logo_text h1 a .logo_colour
{ color: #555;}

#logo_text h2
{ font-size: 130%;
  padding: 0;
  color: #111;}

#menubar
{ width: 1220px; /*890*/
  height: 52px;
  padding: 2px 0 0 0;
  margin: -30px 0 0 0;
  position: relative;
  z-index: 1;
  float: right;
background-color: #6B7D72;
font-size: 65%;}

ul#menu
{ float: left;
  margin-left: 0 0 0 10px;}

ul#menu li
{ float: left;font: normal 85% serif;
  margin: 5px 5px 0 0; /* SR was 5px 8px 0 0;*/
  padding: 0 0 0 0;
  list-style: none;}

ul#menu li a
{ letter-spacing: 0em;

  /*text-transform: uppercase;*/
  display: block;
  float: left;
  height: 30px;
  width:125px;
  text-decoration: none;
  padding: 2px 22px 5px 16px;
  text-align: center;
  color: #aaa;
  border: 1px solid #aaa;
/*margin: 5px 8px 0 8px;*/
}

ul#menu li.selected a
{ height: 30px;
  color: #fff;
  background-color: #FF8000;
  border: 1px solid #ccc;
  padding: 2px 22px 5px 16px;
/*margin: 5px 8px 0 8px;*/
}

ul#menu li.selected
{ /*margin: 5px 8px 0 8px;*/
  background: #F8F8F8;}

ul#menu li a:hover
{ color: #ddd;}

#site_content
{ width: 1220px; /* 890 */
  min-height: 300px;
  overflow: hidden;
  background: #FFF;}

.sidebar
{ float: right;
  width: 190px;
  padding: 200px 25px 15px 15px;}

.sidebar ul
{ width: 178px;
  padding: 4px 0 0 0;
  margin: 4px 0 30px 0;}

.sidebar li
{ list-style: none;
  padding: 0 0 7px 0; }

.sidebar li a, .sidebar li a:hover
{ padding: 0 0 0 40px;
  display: block;
  background: transparent url(/themes/qubo/webapp/css/images/link.png) no-repeat left center;}

.sidebar li a.selected
{ color: #444;
  text-decoration: none;}

.content
{ text-align: left;
  width: 1150px; /* 850 */
  float: left;
  padding: 0 0 0 30px;
  margin: 0px 0 88px 0; /* margin: 180px 0 88px 0;*/
}

.content ul
{ margin: 2px 0 22px 0px;}

.content ul li
{ list-style-type: none;
  /*background: url(/themes/qubo/bullet.png) no-repeat;*/
  margin: 0 0 6px 0;
  padding: 0 0 4px 25px;
  line-height: 1.5em;
}

#top.content {
}
#bottom.content {
}
#left.content {
    width: 285px;
}

#right.content {
    width: 285px;
}
#right_icu.content {
    width: 505px;
}

#qubo_main.content {
    width: 960px;
}


#footer
{ /*position: relative;
  margin-top: -53px;
  clear: both;
  height: 53px;*/

  width: 1220px; /* 890 */
  position: fixed;
  bottom: 0;
  /*left: 0;*/

  padding: 5px 0 15px 0;
  text-align: center;
  background: #fff;

  border-top: 3px solid #333;

  font-family: serif;
  font-size: 70%;
  z-index: 2;
}

#footer a
{ color: #FFF;
  text-decoration: none;}

#footer a:hover
{ color: #FFF;
  text-decoration: none;}

.search
{ color: #5D5D5D;
  border: 1px solid #BBB;
  width: 134px;
  padding: 4px;
  font: 100% arial, sans-serif;}

#colours
{ height: 0px;
  text-align: right;
  padding: 66px 16px 0px 300px;}

.form_settings
{ margin: 15px 0 0 0;}

.form_settings p
{ padding: 0 0 4px 0;}

.form_settings span
{ float: left;
  width: 200px;
  text-align: left;}

.form_settings input, .form_settings textarea
{ padding: 5px;
  width: 299px;
  font: 100% arial;
  border: 1px solid #E5E5E5;
  background: #FFF;
  color: #555;}

.form_settings .submit
{ font: 100% arial;
  border: 1px solid;
  width: 99px;
  margin: 0 0 0 212px;
  height: 33px;
  padding: 2px 0 3px 0;
  cursor: pointer;
  background: #555;
  color: #FFF;}

.form_settings textarea, .form_settings select
{ font: 100% arial;
  width: 299px;}

.form_settings select
{ width: 310px;}

.form_settings .checkbox
{ margin: 4px 0;
  padding: 0;
  width: 14px;
  border: 0;
  background: none;}

table
{ margin: 10px 0 30px 0;}

table tr th, table tr td
{ background: #333;
  color: #FFF;
  padding: 7px 4px;
  text-align: left;}

table tr td
{ background: #eee;
  color: #555;
  border-top: 1px solid #FFF;}

#floatbox {
    width: 95%;
    margin: 30px auto;
    padding-top: 18px;
    padding-bottom: 10px;
    border: 0;
    background: url(/themes/qubo/qubologo_2024.png) left top no-repeat;
    /* background: url(qubologo_new.png) left top no-repeat, url(lloyds_topright.png) right top no-repeat; */
    background-color: #FFF;
    background-size: auto 66px; /* was 56 */
    font-size: 90%;
    text-align: left;
}
.alignleft {
  float: left;
  width: 50%;
  text-align: left;
}
.alignright {
  float: right;
  width: 45%;
  text-align: left;
  font-family: sans-serif;
}


.new_button {
  display: inline-block;
  padding: 15px 25px;
  width: 210px;
  font-size: 22px; /* was 14 */
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #aaa;
  border: 2px solid #e27947;
  border-radius: 15px;
  box-shadow: 0 9px #999;
}

.new_button_inline {
  display: inline-block;
  padding: 0 5px;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #aaa;
  border: 1px solid #e27947;
  border-radius: 3px;
  box-shadow: 0 6px #999;
}

.new_button:active, .new_button_inline:active {
  background-color: #fb631a;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

input
{
    border: 0;
    /* outline: 0; */
    font-size: 24px;
    background: transparent;
    border-bottom: 2px solid black;
    border-radius: 7px;
    /* width: 150px; */
}

.glowing-border {
    border: 2px solid #dadada;
    box-shadow: 0 0 10px #fff;
    border-radius: 7px;
}

.glowing-border:focus {
    outline: none;
    border: 2px transparent #fff;
    /*border-color:#e27947;
     border-color: #9ecaed; */
    box-shadow: 0 0 10px #e27947;
    /* box-shadow: 0 0 10px #9ecaed; */
}
