body {
	background: #ebeef0
}

h3 {
	color: #555
}

h2 a {
	text-decoration: none
}

h2,.moduletable h3, .items-leading h2 {
	border-bottom: solid 1px #ebeef0;
}

.items-row h2 {
	border-top: solid 1px #ebeef0;
	border-bottom: solid 1px #ebeef0;
}

a:link,a:visited {
	/*color: #095197*/
  color: #3071ab
}

a:hover,a:active,a:focus {
 /* background: #095197;
  color: #FFF;*/
  color: #3071ab;
  text-decoration: underline;
}

.logoheader {
	color: #FFFFFF;
	min-height: 20px;
}

.logoheader2 {
	min-height: 20px;
  	margin-top: 1.5em;
  	float: left;
}

#all {
	background: #FFFFFF;
	/*color: #444;*/
    color: #1f2c33; 
}

/*#shadow #all {
	box-shadow: 0px 20px 10px #555555
}*/
#shadow #all {
-webkit-box-shadow: 0 1px 1px 0 rgba(118, 141, 153, 0.15);
-moz-box-shadow: 0 1px 1px 0 rgba(118, 141, 153, 0.15);
box-shadow: 0 1px 1px 0 rgba(118, 141, 153, 0.15);
}

#header ul.menu {
  background-color:#ddd;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee", endColorstr="#dddddd");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#eeeeee), to(#dddddd));
  background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -ms-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #dddddd));
  background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
  background-image: linear-gradient(#eeeeee, #dddddd);
  border-color: #b2b2b2 #b2b2b2 hsl(114, 0%, 62.5%);

  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.49);
  -webkit-font-smoothing: antialiased;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px
		rgba(0, 0, 0, 0.05);
	color: #095197;
	border: solid 1px #ddd;
	border: 1px solid #e5e5e5;
	text-transform: uppercase;
}

#header ul.menu a:link,#header ul.menu a:visited {
	color: #333;
	display: inline-block;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 10px;
	margin: 0;
	display: inline-block;
	margin: 0 0 0;
	padding: 12px 15px;
	position: relative;
	border-right: 1px solid #ddd;
	box-shadow: 1px 0px 0px #f5f5f5;
}

/*  grey background */
.button,button,p.readmore a,#header input.button,.pagenav a:link,.pagenav a:visited,#advanced-search-toggle,.profile-edit a:link,.profile-edit a:visited,h3.js_heading
	{
  background-color:#ddd;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#dddddd");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#dddddd));
  background-image: -moz-linear-gradient(top, #ffffff, #dddddd);
  background-image: -ms-linear-gradient(top, #ffffff, #dddddd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #dddddd));
  background-image: -webkit-linear-gradient(top, #ffffff, #dddddd);
  background-image: -o-linear-gradient(top, #ffffff, #dddddd);
  background-image: linear-gradient(#ffffff, #dddddd);
  border-color: #b2b2b2 #b2b2b2 hsl(114, 0%, 62.5%);

  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.49);
  -webkit-font-smoothing: antialiased;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px
		rgba(0, 0, 0, 0.05);
	color: #095197;
	border: solid 1px #ddd
}

/* +++++++++++++  table display  Catgegories table, contact etc, ++++++++++++++++++++* */
table {
	border: solid 1px #ddd
}

table th {
	background-color: #0074cc;
	color: #fff;
	background-image: -moz-linear-gradient(top, #095197, #1B6BA5);
	background-image: -ms-linear-gradient(top, #095197, #1B6BA5);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#095197),
		to(#1B6BA5) );
	background-image: -webkit-linear-gradient(top, #095197, #1B6BA5);
	background-image: -o-linear-gradient(top, #095197, #1B6BA5);
	background-image: linear-gradient(top, #095197, #1B6BA5);
	background-repeat: repeat-x;
	filter: progid :   DXImageTransform.Microsoft.gradient (   startColorstr
		=
		 '#095197', endColorstr =   '#1B6BA5', GradientType =   0 );
	border-color: #0055cc #0055cc #003580;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid :   dximagetransform.microsoft.gradient (   enabled =
		false );
}

table th a:link,table th a:visited {
	color: #fff
}

tr.odd,tr.cat-list-row1 {
	background: #f8f8f8
}

table  tr:hover td {
	background: #FEFDE2;
}

/* blue background */
.button:hover,
.button:active,
.button:focus,
button:hover,
p.readmore a:hover,
#header ul.menu a:hover,
#header ul.menu a:active,
#header ul.menu a:focus,
.pagenav a:hover,
.pagenav a:active,
.pagenav a:focus,
#advanced-search-toggle:hover,
#advanced-search-toggle:active,
#advanced-search-toggle:focus,
.profile-edit a:hover,
.profile-edit a:active,
.profile-edit a:focus,
#fontsize a:hover,#fontsize a:active,#fontsize a:focus,
#mobile_select h2 a
	{
	background-color: #000000;
	color: #fff;
  background-position: 0 0 !important;
  background-color:#095197;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0087d1", endColorstr="#095197");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#0087d1), to(#095197));
  background-image: -moz-linear-gradient(top, #0087d1, #095197);
  background-image: -ms-linear-gradient(top, #0087d1, #095197);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0087d1), color-stop(100%, #095197));
  background-image: -webkit-linear-gradient(top, #0087d1, #095197);
  background-image: -o-linear-gradient(top, #0087d1, #095197);
  background-image: linear-gradient(#0087d1, #095197);
  border-color: #00456b #095197 hsl(201, 100%, 16%);
  color: #fff ;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  -webkit-font-smoothing: antialiased;



}

/* +++++++++++++++++  Pagination +++++++++++++++ */
.pagination span,.pagination span  a:hover {
	color: #999999;
	background-color: #f5f5f5;
}

/* active item */
span.pagenav {
	/*background: #095197;*/
    background:#acbbc2!important;
    color: #fff;
}

.pagination-start span.pagenav,.pagination-prev  span.pagenav,.pagination-end span.pagenav,.pagination-next span.pagenav
	{
	background-color: #f5f5f5;
	color: #444
}

/* +++++++++++++++++  content  +++++++++++++++ */
.article-info {
	background-color: #fbfbfb;
	background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
	background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff),
		to(#f5f5f5) );
	background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
	background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
	background-image: linear-gradient(top, #ffffff, #f5f5f5);
	background-repeat: repeat-x;
	filter: progid :   DXImageTransform.Microsoft.gradient (   startColorstr
		=
		 '#ffffff', endColorstr =   '#f5f5f5', GradientType =   0 );
	border: 1px solid #ddd;
	-webkit-box-shadow: inset 0 1px 0 #ffffff;
	-moz-box-shadow: inset 0 1px 0 #ffffff;
	box-shadow: inset 0 1px 0 #ffffff;
}

ul.menu a:link,ul.menu a:visited {
	/*color: #444;*/
    color: #1f2c33;
}

/* ++++++++++++++++++++++  menu ++++++++++++++++++++++++++  */
.moduletable_menu {
	border: solid 1px #ddd;
	background: #f9f9f9;
}

#header ul.menu {
	border: solid 1px #D5D5D5;
	box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 5px rgba(0, 0, 0, 0.1);
}

#header ul.menu a {
	box-shadow: none;
	border-bottom: 0
}

ul.menu a:hover,ul.menu a:active,ul.menu a:focus {
	/*background-color: #F5F5F5;
	background-image: -moz-linear-gradient(center top, #FFFFFF, #E6E6E6);
	background-repeat: repeat-x;
	background: url(../images/arrow.png) no-repeat right center;
	color: #095197*/
  background-color: #e8f4fa;  
  color: #3071ab;
}

/* ++++++++++++++++   highlightning active menuitem  +++++++++++++++++++ */
ul.menu li.active a ,ul.menu  li.active ul li.active a,ul.menu  li.active ul li.active  ul li.active a,ul.menu  li.active ul li.active  ul li.active ul li.active  a,ul.menu  li.active ul li.active  ul li.active ul li.active ul li.active a
	{
	font-weight: bold;
    /*background: #f2f2f2; */
}

ul.menu  li.active ul li a,ul.menu  li.active ul li.active  ul li a,ul.menu  li.active ul li.active  ul li.active ul li  a,ul.menu  li.active ul li.active  ul li.active ul li.active ul li a
	{
	font-weight: normal;
    background: #fff;
}

ul.menu a {
	/*box-shadow: 0 1px 0 #fff;
	border-bottom: solid 1px #ddd;
	text-shadow: 0 1px 0 #fff
    border-bottom: 1px solid #ebeef0;*/
    border-bottom: none!important;
    padding-left: 5px;
    -webkit-transition: background-color 0.2s ease;
    -moz-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}
/*
ul.menu ul a {
	background: #e5e5e5;
	margin-bottom: 1px
}
*/
ul.menu ul ul ul a {
	background: #f5f5f5 url(../images/arrow.png) no-repeat 24px center;
}

ul.menu ul ul ul ul a {
	background: #fff;
}

/* +++++++++++++++++++++++  SLIDER  ++++++++++++++++++++  */
.panel h3.pane-toggler a {
	background: url(../images/slider_plus.png) right top no-repeat;
	color: #333
}

.panel h3.pane-toggler-down a {
	background: url(../images/slider_minus.png) right top no-repeat;
	border-bottom: solid 1px #ddd;
	color: #333
}

/*  +++++++++++++++++   Tabs ++++++++++++++++++++++  */
ul.tabs li,dl.tabs dt h3 a:link,dl.tabs dt h3 a:visited {
	background: #f5f5f5 url(../images/nature/box.png) repeat-x;
}

ul.tabs li a:link,ul.tabs li a:visited,dl.tabs dt a {
	color: #333;
	border: solid 1px #ddd;
	border-bottom: 0
}

ul.tabs li a:hover,ul.tabs li a:active,ul.tabs li a:focus {
	color: #000
}

.tabcontent,div.current {
	background: #fff;
	color: #000;
	border: solid 1px #ddd;
}

.tabcontent .linkclosed {
	color: #000;
	border-bottom: solid 1px #e5e5e5;
}

ul.tabs li a.linkopen,dl.tabs dt.open  h3 a:link,dl.tabs dt.open  h3 a:visited
	{
	background: #fff;
	color: #333;
	border-radius: 5px 5px 0px 0px;
}

ul.tabs li a.linkclosed:hover,ul.tabs li a.linkclosed:active,ul.tabs li a.linkclosed:focus,ul.tabs li a.linkopen:hover,ul.tabs li a.linkopen:active,ul.tabs li a.linkopen:focus
	{
	background: #555;
	color: #fff
}

#footer-inner,#footer {
	/*background: #f5f5f5;*/
	/*box-shadow: 0px 20px 10px #555*/
}

#footer {
	/*background: #555;*/
    background: #fff;
	max-width: 1025px;
	margin: 0 auto;
	/*box-shadow: 0px 0px 10px #555555;*/
	/*color: #fff*/
    color: #768d99;
    text-align: center;
}

/*#footer a {
	color: #fff;
	background: none
}*/

#bottom a {
	background: none
}

.box1 {
	border-right: solid 1px #ccc
}

.box3 {
	border-left: solid 1px #ccc
}

#bottom  ul li a {
	background-image: none;
	padding-left: 0
}
















/* responsive */
#mobile_select h2 {border:0; margin:-17px 0 0 0; padding:0; background:#0C1D43;text-align:right}
#mobile_select h2 a {
display:inline-block;
font-size:0.8em;
border-radius:4px 4px 0 0;
padding:6px;
font-size:0.75em;
margin-right:5px;
}



@media only screen and (max-width: 480px) {

	img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
}


	#fontsize{display:none}
	#nav,#wrapper2,#wrapper,.cols-3 .column-1,.cols-3 .column-2,.cols-3 .column-3,#right,.box,#header form
		{
		float: none;
		width: 100%
	}
	#header form  {margin:0}
	.logoheader {background:#0C1D43; min-height:100px; margin:0}
	.box {
		border-left: 0 !important;
		border-bottom: solid 1px #ddd;
	}
	#line {
		text-align: center;
		top: 0;
		right: auto;
		max-width: 100% ;
		min-width:100%;

		margin: 0 0px; background:#095197;
	}
	#header form input {
    float: none;
    margin-bottom:4px;
    margin-left: 0;
    width: 86%!important;
	}
    #header .form-inline {
    bottom: -0.5em!important;
  }  
  
	#menuwrapper { margin-top:10px; }
	#header ul.menu {position:relative; top:0;left:20px; right:20px; margin:0; width:90%; border-radius:4px}
	#header ul.menu li:first-child a {border-radius: 4px 4px 0 0}
	#header ul.menu li:last-child a {border-radius:0 0 4px 4px }
	#header ul.menu li a:link,
	#header ul.menu li a:visited {
		display: block;
		padding: 6px 10px;
		border-bottom: solid 1px #ccc
	}
  
#header .header1 {
//  position: absolute;
//  left: 20px;
  font-size: 1em;
  line-height: 1.4em;
  margin: -5px 0 12px 20px !important;
//  top: 5em;
}
  

ul.typeahead {
    width: 86.6%!important;
  }  
}

<!--@media only screen and (max-width: 600px) {
  #header .header1 {
//  position: absolute;
//  left: 20px;
  font-size: 1em;
  line-height: 1.4em;
  margin: -5px 0 12px 20px !important;
//  top: 5em;
}
}  -->

@media only screen and (min-width: 600px) {
}

@media only screen and (min-width: 768px) {
}

@media only screen and (min-width: 992px) {
}

@media only screen and (max-width: 800px) {
.searchglobal {
    margin-left: 20px!important;
  }
}

@media only screen and (min-width: 1382px) { /* Styles */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) , only screen and
		(min--moz-device-pixel-ratio: 1.5) , only screen and
	(min-device-pixel-ratio: 1.5) { /* Styles */
}

.dTreeNode #id0, #sd0 {
//  	display: none;
}

.dTreeNode #id0 {
  	display: none;
}

.main_content {
  	margin: 5px 0;
  	border-top: 1px solid #333;
  	width: 70%;
  	margin-left: 15%;
}

input.span10 {
  	width: 70%;
}

textarea.span10 {
  	width: 80%;
}

.appr_by_zabbix {
  width: 30px;
  height: auto;
}

/* Overrides */
.login-form {
  position: absolute;
  top: 1.5em;
  right: 15px;
  padding: 0
}

.listing-summary {
  padding: 1em 1.3em 0.5em 1.3em!important;
  background-color: #fff!important;
  border: 1px solid #ebeef0;
  border-radius: 0!important;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.listing-summary:hover {
  background-color: #e8f4fa!important;
  border: 1px solid #ebeef0;
  border-radius: 0!important;
}

.listing-summary .header {
  border-bottom: none!important;
  margin-bottom: 0!important;
}

.listing-summary .category {
  margin-bottom: 0!important;
}

.listing-summary .category span {
  color: #768d99!important;
}

.listing-summary .category a {
  font-weight: normal!important;
  color: #429e47!important;
}

.listing-summary .category a:hover, .listing-summary .category a:active {
  font-weight: normal!important;
  color: #429e47!important;
  text-decoration: underline;
}

.listing-summary h3 {
  font-size: 1.5em!important;
  margin: 0 10px 0 0!important;
}

.listing-summary .dropdown-toggle {
  font-size: initial!important;
}
.listing-summary .dropdown-toggle .icon-cog, .contentheading .dropdown-toggle .icon-cog {
  margin-top: 2px!important;
}

.btn .caret {
  margin-top: 10px!important;
}

.fieldRow .caption {
  color: #768d99!important;
}

.pages-links {
background-color: #fff!important;
/*margin-bottom: 0!important;*/
padding: 0!important;
}
span.xlistings {
color: #768d99!important;
float: none!important;
}
.category-scope {
  padding-left: 8px;
}

.pagination {
  margin: 0!important;
}
.pagination .counter {
color: #768d99!important;
margin-top: 0.4em;
}
.pagination ul {
  margin: 0!important;
  box-shadow: none!important;
}
.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
border-bottom-left-radius: 2px!important;
border-top-left-radius: 2px!important;
}
.pagination ul > li:last-child > a, .pagination ul > li:last-child > span {
border-top-right-radius: 2px!important;
border-bottom-right-radius: 2px!important;
}

.pagination-start span.pagenav, .pagination-prev span.pagenav, .pagination-end span.pagenav, .pagination-next span.pagenav {
background-color: #fff!important;
color: #acbbc2!important;
}

.pagination ul > li > a:hover {
background-color: #e8f4fa!important; 
}

.pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span {
background-color: #d3eaf5!important;
}

.pagination ul > li > a, .pagination ul > li > span {
  border-color: #acbbc2!important;
}

.moduletable-bottom {
  margin-top: 0!important;
  border-top: 1px solid #ebeef0!important;
}

#cat-header h2.contentheading {
  width: 100%!important;
}

#subcats, #relcats {
  margin: 0!important;
}
#subcats .title, #relcats .title {
display: none;
}

#subcats a {
  font-weight: normal!important;
}

#subcats a:hover, #subcats a:focus {
  text-decoration: underline!important;
}

.category .subcat {
  margin-top: 3px!important;
}

#listings .filterbox {
  background-color: #f2f2f2!important;
}

.rating-fav {
background-color: #f2f2f2!important;
border-radius: 0!important;
margin: 1.5em 0 0 0!important;
padding: 0!important;
}
.rating {
padding: 0.4em 0.5em 0.4em 0.5em!important;
}
.rating img {
top: 3px!important;
}
.actions-rating-fav {
margin-top: 0!important;  
}

#listing .fieldRow  {
border-bottom: 1px solid #ebeef0!important;
}

#index .category h2 {
  padding: 5px 0!important;
}

#index h2 a:link, #index h2 a:visited {
  font-size: 1em!important;
}

#index h2 span, #subcats small {
  color: #768d99!important;
}
#index h2 span {
  top: 0!important;
}

.category .subcat a:hover, .category .subcat a:focus {
  text-decoration: underline!important;
}

.btn {
-webkit-border-radius: 2px!important;
-moz-border-radius: 2px!important;
border-radius: 2px!important;
background-color: #fff!important;
color: #0275b8!important;
border: 1px solid #0275b8!important;
padding: 0 11px!important;
min-height: 24px!important;
vertical-align: middle!important;
cursor: pointer!important;
-webkit-transition: border-color, background-color 0.2s ease!important;
-moz-transition: border-color, background-color 0.2s ease!important;
transition: border-color, background-color 0.2s ease!important;
font-size: 1em!important;
line-height: 24px!important;
text-shadow: none!important;
box-shadow: none!important;
background-image: none!important;  
}

.btn:hover, .btn:focus {
background-color: #02659f!important;
border: 1px solid #02659f!important;
color: #fff!important;
}
.btn:active {
background-color: #013e61!important;
border: 1px solid #013e61!important;
color: #fff!important;
}

.btn-primary {
background-color: #0275b8!important;
color: #fff!important;
}

.sourcecoast.modal {
border-radius: 0!important;
}

.alpha-index {
  text-align: left!important;
  margin: 6px 0 14px -4px!important;
}
.alpha-index a.alpha:link, .alpha-index a.alpha:visited {
  background-color: #fff!important;
  border-top: none!important;
  border-bottom: none!important;
}
.alpha-index a.alpha:hover, .alpha-index a.alpha:active, .alpha-index a.alpha:focus {
  color: #3071ab!important;
  text-decoration: underline!important;
}

#listing h3 {
color: #1f2c33!important;
border-bottom: 1px solid #ebeef0!important;
font-weight: normal!important;
font-size: 1.3em!important;
padding: 0.25em 0.25em 0.1em 0!important;
margin: 0!important;
}

.header-bg {
height: 165px;
background: url("/images/headers/header.png") no-repeat 0 0;  
}

body input.search-query[type="text"] {
  border-radius: 2px!important;
  font-weight: normal!important;
  /*line-height: normal!important;*/
}

.searchglobal {
 /* margin-right: 0!important;
  text-align: center!important;
  float: none!important;*/
  margin-left: 22.6%;
}

/*.searchglobal .control-group {
  margin-bottom: 0!important;
}*/

#header form {
  float: none!important;
}
#header input {
  color: #1f2c33;
  -webkit-box-shadow: 0 0 0 3px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 0 0 3px rgba(0,0,0,0.1);
  box-shadow: 0 0 0 3px rgba(0,0,0,0.1);
  
}
#header .form-inline {
  width: 100%;
}
input.search-query {
  margin-bottom: 0!important;
  width: 505px!important;
  font-size: 1.3em!important;
}

a.active {
  font-weight: bold!important;
  color: #1f2c33;
}

ul.typeahead {
  width: 525px;
  border-radius: 0 0 2px 2px!important;
  margin-top: 1px;
  font-size: 1.3em;
}

ul.typeahead a {
  padding: 3px 10px!important;
  color: #1f2c33!important;
  line-height: 1.5em!important;
}

.sclogin-greeting {
  line-height: 1.4em!important;
}