html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
/*table, caption, tbody, tfoot, thead, tr, th, td,*/
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

















.cont {
  width: 100%;
margin: 0 auto;

}

div#preHead {
height: 30px;
  line-height: 30px;

  color: #ddd;
  text-shadow: 0 -1px black;
  /*background: #243942;*/

background: #34495e;

  border-bottom: 1px solid #191919;

  -webkit-box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.1), 0 0 3px rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.1), 0 0 3px rgba(0, 0, 0, 0.8);
}
div#preHead a {
  -webkit-transition: 0.1s ease-out;
  -moz-transition: 0.1s ease-out;
  -o-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
  -webkit-transition-property: background, color;
  -moz-transition-property: background, color;
  -o-transition-property: background, color;
  transition-property: background, color;
}
div#preHead h1 {  
float: left;
border-bottom: 3px solid #00b8fd;
}
div#preHead h1 a {
  display: block;
  padding: 0 15px;
  font-size: 16px;
  color: #eee;
  text-decoration: none;
}
div#preHead h1 a:hover {
  color: white;
}
div#preHead nav {
  float: right;
  border-left: 1px solid #2f4b56;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
  border-right: 1px solid #111;
}


div#preHead span {  
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  color: #eee;
border-bottom: 3px solid #00b8fd;
  padding: 0 10px;
margin-left:14px;
}






div#preHead nav li {
  float: left;
}
div#preHead nav a {
  display: block;
  padding: 0 15px;
  color: #d0d9de;
  text-decoration: none;
  border-left: 1px solid #191919;
  border-right: 1px solid #2f4b56;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  cursor: pointer;
}
div#preHead nav a:hover {
  background: #2f4b56;
  background: rgba(255, 255, 255, 0.1);
}
div#preHead nav a.icon {
  padding-left: 40px;
  background-position: 12px 8px;
  background-repeat: no-repeat;
}
div#preHead nav a.tasks {
  background-image: url("../images/tasks.png");
}
div#preHead nav a.messages {
  background-image: url("../images/messages.png");
}
div#preHead nav a.dash {
  background-image: url("../images/area-chart2.png");
}
div#preHead nav a.reports {
  background-image: url("../images/IC588226.png");
}
div#preHead nav a.settings {
  background-image: url("../images/settings.png");
}
div#preHead nav a.logout {
  background-image: url("../images/lo.png");
}
div#preHead nav li.active a, header nav a:active {
  padding-right: 16px;
  background-color: #1b2b32;
  border-right: 0;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.7);
}
div#preHead nav span {
  display: inline-block;
  vertical-align: text-top;
  margin-left: 10px;
  padding: 0 5px;
  line-height: 16px;
  font-size: 11px;
  color: white;
  text-shadow: 0 1px #902a27;
  background: #e93631;
  border-radius: 2px;
  background-image: -webkit-linear-gradient(top, #f65d5f, #e93631);
  background-image: -moz-linear-gradient(top, #f65d5f, #e93631);
  background-image: -o-linear-gradient(top, #f65d5f, #e93631);
  background-image: linear-gradient(to bottom, #f65d5f, #e93631);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.2);
}

