
/*******************************************/
/*          jyl_default_color.css          */
/* Copyright (c) 2015 JyL Computer Service */
/*******************************************/


body {
	color : #000000;
	background-color: #dfdfdf;
}

a {
	color: #293e76;
}

a:hover {
	color: #008ed3;
}

a:focus {
	color: #008ed3;
}

a:visited {
	color: #008ed3;
}

a:visited:hover {
	color: #293e76;
}

a:active {
	color: #cccccc;
}

h1 {
	color: #293e76;
}

h2 {
	color: #293e76;
}

h3 {
	color: #293e76;
}

h4 {
	color: #293e76;
}

h5 {
	color: #293e76;
}

h6 {
	color: #293e76;
}

input[type="submit"] {
	border-color : #004000;
	color : #fefefe;
	background-color: #004000;
}

input[type="submit"]:hover {
	border-color : #008000;
	background-color: #006400;
}

button {
	border-color : #df4432;
	color : #fefefe;
	background-color: #df4432;
}

button:hover, button:focus {
	border-color : #555555;
	background-color: #555555;
}

#page {
	border-color : #000000;
	background-color: #ffffff;
}

@media only screen and (min-width: 64.063em) {
  #page-header {
  	color: #fefefe;
  }
  
  #page-header a {
    color: #293e76;
  }
  
  #page-header a:hover {
    color: #fefefe;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em){
  #page-header {
  	color: #fefefe;
  }
  
  #page-header a {
    color: #293e76;
  }
  
  #page-header a:hover {
    color: #fefefe;
  }
}

@media only screen and (max-width: 40em) { 
  #page-header .menu {
    color: #fefefe;
    background-color: #293e76;
  }  
}

#page-breadcrumb {
	color : #293e76;
}

#page-breadcrumb a {
	
}

#page-breadcrumb a:active {
	color : #008ed3;
}

#page-content {

}

#page-footer {
	background-color: #293e76;
	color : #fefefe;
}

#page-footer a {
	color: #fefefe;
}

#page-footer a:hover {
  color: #008ed3;
}

#page-copyright {

}

.icon-bar {
	background: #293e76;
}

.top-bar {
	background-color: #293e76;
}

.top-bar.expanded .title-area {
	background: #293e76;
	border-bottom: 1px solid #cccccc;
}

.top-bar-section ul li {
	background: #375399;/*#3c59a4;*/
	border-bottom: 1px solid #cccccc;
}

.top-bar .title-area a:hover {
  background-color: #555555;
  color: #fefefe;
}

.top-bar .title-area a:hover, .top-bar .title-area a:focus, .top-bar .title-area a:active {
  color: #fefefe;
}

.top-bar a {
  color: #fefefe;
}

.top-bar a:hover, a:focus, a:active {
  text-decoration:none;
  color: #fefefe;
}

.top-bar .toggle-topbar.menu-icon a:hover {
  background-color: #293e76;
  color: #cccccc;
}

.top-bar-section ul li:hover:not(.has-form) > a {
  background-color: #555555;
}

.top-bar-section li:not(.has-form) a:not(.button):hover {
  background-color: #555555;
}       

.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
 
}

.top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
  background-color: #555555;
}

.infobox{}

.infobox .box-title {
  background-color: #293e76;
  color: #fefefe;
}

.infobox .box-title a {
 color:#fefefe;
}

.infobox .box-title a:hover {
  color:#fefefe;
}

.infobox .box-title a:focus {
  color:#fefefe;
}

.infobox .box-title a:visited {
  color:#fefefe;
}

.infobox .box-title a:active {
  color:#fefefe;
}