/*
Theme: Bluniverse
Copyright: Themes by Fimply

*/


#line { 
  background:-webkit-gradient(linear,left top,left bottom,from(#42E0FF),to(#00A3EF));
  background: -webkit-linear-gradient(top, #42E0FF 0%, #00A3EF 100%);
  background:-moz-linear-gradient(top, #42E0FF 0%, #00A3EF 100%);
  background:-ms-linear-gradient(top, #42E0FF 0%, #00A3EF 100%);
  background:-o-linear-gradient(top, #42E0FF 0%, #00A3EF 100%);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#42E0FF', endColorstr='#00A3EF');
  width:100%;
  height:40px;
  margin:0px 0px -20px 0px;
  padding:-10px 0 0 0;
  border-bottom: 1px solid #005f99;
   /*box-shadow: 0 1px 3px #6f6f6f;*/
}

#top-title {
   font-family: Helvetica, Arial, sans-serif;
	font-weight: 700;
	color:#fff;
	height:20px;
	width:auto;
	margin:1px -15px 0 40px;
	text-shadow:0 -1px 0 #000;
 }
 
 #top-title a {
   text-decoration: none;
	color:#fff;
 }
 
 #top-title a:hover {
   text-decoration: none;
	color:#fff;
 }
 
 table.navi {
   margin:-3px 0 0 0;
 }