.page_layout {
  /* 
    this is a trick to make the left (and right sidebar) extend along
     the main column; make the whole page yellow, and then make the
     main column white 
  */
  background-color: #efecbf;
}

.banner1 {
  width: 100%;
  height: 75px;
  background: url(images/komak_med.jpg)  right;
}

.banner2 {
  width: 100%;
  height: 125px;
  background-color: #efecbf;
}

#main_column {
  background-color: #fff;
  border: 1px #cde7f7;
  border-style: none solid none solid;
}

#top_menu, #banner {
  background-color: #efecbf;
  border: 1px transparent;
  border-style: solid none none none;
  padding-bottom: 0px;
}

#banner {
  padding-top: 5px;
}

#top_menu {
  padding-top: 0px;
  color: #9e218b;
}

#top_menu a {
  color: #9e218b;
}

#left_sidebar {
  /*background-color: #efecbf; */
  border: 1px #cde7f7;
  border-style: solid none none none;
  /* min-height: 750px; */
  padding-top: 50px;
  padding-bottom: 10px;
}

#right_sidebar {
  /*background-color: #cde7f7; */
  border: 1px solid #efecbf;
  min-height: 500px;
  padding-top: 50px;
  padding-bottom: 10px;
  /*font-size: 85%;*/
}

#left_sidebar .header,
#right_sidebar .header {
  color: #9e218b;
  font-size: 125%;
  margin: -5px;
  padding-bottom: 15px;
}

#left_sidebar ul,
#right_sidebar ul {
  padding-left: 5px;
  padding-right: 3px;
  list-style-type: none;
}

.sidebar-link a {
  color: #9e218b;
  font-weight: bold;
  font-size: 75%;
}

.ext-link:after {
	content: " " url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAVklEQVR4Xn3PgQkAMQhDUXfqTu7kTtkpd5RA8AInfArtQ2iRXFWT2QedAfttj2FsPIOE1eCOlEuoWWjgzYaB/IkeGOrxXhqB+uA9Bfcm0lAZuh+YIeAD+cAqSz4kCMUAAAAASUVORK5CYII=);    
}


/*! move from here on to a different file */
.center-text {
  text-align: center
}

.text-white {
  color: #fff;
}

.top-line {
  padding-top: 10px;
  border-top: 1px solid black;
}

.gray-highlight {
  color: #000;
  background-color: #b2b4b6;
}

.inset-box {
  -webkit-box-shadow: inset -1px -1px 5px 1px rgba(0,0,0,0.85);
  -moz-box-shadow: inset -1px -1px 5px 1px rgba(0,0,0,0.85);
  box-shadow: inset -1px -1px 5px 1px rgba(0,0,0,0.85);
}

.raised-box {
  -webkit-box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.75);
  -moz-box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.75);
  box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.75);
}

.spinner {
  -animation: spin .7s infinite linear;
  -webkit-animation: spin2 .7s infinite linear;
}

@keyframes spin {
  from { transform: scale(1) rotate(0deg); }
  to { transform: scale(1) rotate(360deg); }
}

@-webkit-keyframes spin2 {
  from { -webkit-transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); }
}

/* to make a table header sticky */
th.sticky {
	position: sticky;
	top: 0;
	/* the rest of properties mimic tablesorter's ice theme */
	border: #ccc 1px solid;
	border-width: 0 1px 1px 0;
  font: 12px/18px Arial, Sans-serif;
	color: #555;
	background-color: #f6f8f9;
	border-collapse: collapse;
	padding: 4px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}

/* these make the inactive tabs a different color */
.shaded.nav > li {
  background-color: #f5f5f5 !important;
  border-bottom: 1px solid #ddd;
}

.shaded.nav > li.active {
  border-bottom: 1px solid transparent;
}

.shaded.nav > li > a:hover {
  background-color: #f9f9f9;
}

/* changes cursor to pointer */
.cursor-pointer {
  cursor: pointer;
}

/* changes cursor to zoom-in */
.cursor-zoom-in {
  cursor: zoom-in;
}

/* for dotted elements */
.dot-top {
	border-top: 2px dotted #999;
}
