@CHARSET "UTF-8";

/* add-ons to bootstrap-cerulean.css */
body {
  color: #333333; /* was #555555 */
  background-color: #e6e9ff; /* #FFFFFF */
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  font-weight: bold;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  font-weight: bold;
}

/* CVR specific CSS */

li.dropdown:hover {
	background-color: #178acc;
}

li.dropdown_active {
	background-color: #178acc;
}

.dropdown-menu > li > a.active {
	color: #178acc;
}

/*
#imgannonce {
width: 480px; 
height: 240px; 
float: right;
}
*/

a.lnkannonce {
color: #28639B;
text-decoration: none;
}

a.workshop {
text-decoration: none;
font-weight: bold;
color: #28639B;
}
/*
a.lnkannonce:hover{
font-weight: bold;
}
*/

.infoblock {
text-align: justify; 
margin-left: 10px; 
margin-right: 10px;
}

.slogan { 
margin-left: 140px; 
margin-right: 140px;
text-align: center; 
width: 640px; 
border-top: 1px solid #28639B; 
border-bottom: 1px solid #28639B;
}

.txtslogan
{
color: #28639B;
}

#footer {
margin-top: 20px;
text-align: center; 
border-top: solid 1px #CCCCCC; 
background-color: #3399FE; 
height: 20px; 
line-height: 20px; 
color: #FFFFFF;
}

#debug {
font-size: x-small;
}

a.anchor { 
display: block; 
position: relative; 
top: -50px; 
visibility: hidden; 
}

a.lnkdlg {
color: #28639B;
text-decoration: none;
}

p { line-height: 18px; } 

b.highligth {
font-size: 16px;
}
/* JQuery UI modification */

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: none;
  text-align: center;
}