html { 
  background: url(/static/sys/img/back_bubble.png) no-repeat; 
  background-width: 100%;
  background-position: center top;
  background-color: #000;
  background-attachement: fixed;
}

body {
  margin: 0px;
  min-width: 460px;
}

p {
  margin : 0px
}

a {
  opacity : 1;
}

img {
  opacity : 1;
}

.headings {
  background-color : #2B607f;
  opacity : 0.85;
  width : 90%;
  max-width : 1084px;
  min-width : 440px;
  overflow : hidden;
  margin : auto;
  margin-top : 15px;
  margin-bottom : 40px;
  padding : 0px;
  border-top : 1px solid #99ccff;
  -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;
}

H1 {
  margin : 15px 20px 0px;
  height : 60px;
  font : 25px bold Tahoma, Verdana, sans-serif;
  color : #FFFFFF;
  text-shadow : rgba(0,0,0,.4) 0 1px 0;
}

.headings .active {
  width : 110px;
  height : 24px;
  margin-left : 5px;
  margin-bottom : 5px;
  padding : 5px 10px;
  border-top : 1px solid #99ccff;
  background : #a6a491;
  -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;
  position : relative;
  overflow : hidden;
  display : inline-block;
  font : 17px bold Tahoma, Verdana, sans-serif;
  color : white;
  text-shadow : rgba(0,0,0,.4) 0 1px 0;
  text-decoration : none;
  vertical-align : middle;
  opacity : 1;
}

.headings a {
  width                 : 110px;
  height                : 24px;
  margin-left           : 5px;
  margin-bottom         : 5px;
  padding               : 5px 10px;
  border-top            : 1px solid #99ccff;
  background            : #3b8ab0;
  -webkit-box-shadow    : rgba(0,0,0,1) 0 1px 0;
  -moz-box-shadow       : rgba(0,0,0,1) 0 1px 0;
  position              : relative;
  overflow              : hidden;
  display               : inline-block;
  font                  : 17px bold Tahoma, Verdana, sans-serif;
  color : white;
  text-shadow : rgba(0,0,0,.4) 0 1px 0;
  text-decoration : none;
  vertical-align : middle;
  opacity : 1;
}

.headings A:hover {
    background            : #4cb1e2;
}

A.home {
    width                 : 30px;
    height                : 30px;
    line-height           : 30px;
    margin-right          : 15px;
    float                 : right;
    margin-top            : 5px;
    background: url("icons.png") no-repeat 0px -30px;
}

A.mail {
    width                 : 30px;
    height                : 30px;
    margin-right          : 15px;
    float                 : right;
    margin-top            : 5px;
    background: url("icons.png") no-repeat -30px -30px;
}

A.home:hover {
    background: url("icons.png") no-repeat 0px 0px;
}

A.mail:hover {
    background: url("icons.png") no-repeat -30px 0px;
}

.section {
    background-color   : #2b607f;
    width              : 90%;
    max-width          : 1084px;
    min-width          : 440px;
    overflow           : hidden;
    margin             : auto;
    margin-bottom      : 15px;
    padding            : 0px;
    border-top         : 1px solid #99ccff;
    -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;
    opacity            : 0.85;
}

.sbox_blue {
    background-color   : #30708f;
    width              : 90%;
    max-width          : 1084px;
    min-width          : 440px;
    overflow           : hidden;
    margin             : auto;
    margin-bottom      : 25px;
    padding            : 0px;
    border-top         : 1px solid #99ccff;
    -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;
}

.section img {
    width              : 300px;
    height             : 140px;
    float              : right;
    margin             : 5px;
    border-top         : 1px solid #99ccff;
    -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;
}

@media screen and (max-width:900px) {
    .section img {
        width: 37%;
        height: auto;
    }
}

H2 {
    margin      : 10px 15px 0px;
    height      : 95px;
    font        : 20px bold Tahoma, Verdana, sans-serif;
    color       : #FFFFFF;
    text-shadow : rgba(0,0,0,.4) 0 1px 0;
}

.title {
    margin-top  : 10px;
    height      : 95px;
	margin-left : 10px;
	font        : 20px bold Tahoma, Verdana, sans-serif;
	color       : #FFFFFF;
    text-shadow : rgba(0,0,0,.4) 0 1px 0;
}

.section A {
    width                 : 229px;
    height                : 30px;
    margin-left           : 5px;
    margin-bottom         : 5px;
    padding               : 5px 10px;
    border-top            : 1px solid #99ccff;
    background            : #66aadd;
    background            : -webkit-gradient(linear, left top, left bottom, from(#337799), to(#66aadd));
    background            : -moz-linear-gradient(top, #337799, #66aadd);
    -webkit-border-radius : 8px;
    -moz-border-radius    : 8px;
    border-radius         : 8px;
    -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;
    position              : relative;
    overflow              : hidden;
    display               : inline-block;
    font                  : 17px bold Tahoma, Verdana, sans-serif;
    color                 : white;
    text-shadow           : rgba(0,0,0,.4) 0 1px 0;
    text-decoration       : none;
    vertical-align        : middle;
    line-height           : 30px;
}

.section A:before {
    content : "";
    width : 200%;
    height : 200%;
    position : absolute;
    top : -200%;
    background-image : -webkit-linear-gradient(135deg, rgba(255,255,255,0), rgba(255,255,255,0.2), rgba(255,255,255,0)); 
    background-image : -moz-linear-gradient(135deg, rgba(255,255,255,0), rgba(255,255,255,0.2), rgba(255,255,255,0));  
    -moz-transition : all 0.5s ease-out; 
    -o-transition : all 0.5s ease-out; 
    -webkit-transition : all 0.5s ease-out;
    -ms-transition : all 0.5s ease-out;
}

.section A:hover {
    background : -webkit-gradient(linear, left top, left bottom, from(#65a9d7), to(#3e779d));
    background : -moz-linear-gradient(top, #65a9d7, #3e779d);
}

.section A:hover:before {
    top : 200%;
}

.content_error P {
    text-align: center;
    font-size: 22px;
    color: #EEA;
}

.content_error P img {
    width: 30%;
    margin: 40px;
}

.shaded {
  padding: 2px 7px;
  background-color: #0000009F;
}

