/*
main_bgs: a5a5a5;
nadpis3: 5A5A5A;
nadpis5: 141414;
docs: aaaaaa;
bg_row_docs: e8e8e8;
*/
#wrapper {
	background:#f0f9ff;
}

#content {
  background: #a5a5a5;
  background: -moz-linear-gradient(top, #a5a5a5 0%,  #f0f9ff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5a5a5), color-stop(100%,#f0f9ff));
  background: -webkit-linear-gradient(top,#a5a5a5 0%,  #f0f9ff 100%);
  background: -o-linear-gradient(top,#a5a5a5 0%,  #f0f9ff 100%);
  background: -ms-linear-gradient(top,#a5a5a5 0%,  #f0f9ff 100%);
  background: linear-gradient(top,#a5a5a5 0%,  #f0f9ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5a5a5', endColorstr='#f0f9ff',GradientType=0 ); 
}

#header_main_menu_bg {

  background: #f0f9ff;
  background: -moz-linear-gradient(top,  #f0f9ff 0%, #a5a5a5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f9ff), color-stop(100%,#a5a5a5));
  background: -webkit-linear-gradient(top,  #f0f9ff 0%,#a5a5a5 100%);
  background: -o-linear-gradient(top,  #f0f9ff 0%,#a5a5a5 100%);
  background: -ms-linear-gradient(top,  #f0f9ff 0%,#a5a5a5 100%);
  background: linear-gradient(top,  #f0f9ff 0%,#a5a5a5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#a5a5a5',GradientType=0 ); 
}

h3{
  color:#5A5A5A;
}

h5 {
	color:#141414;
}

a:link, 
a:visited, 
a:hover, 
a:active {
  color: #5A5A5A;       
}

#logo a:link, 
#logo a:visited, 
#logo a:hover, 
#logo a:active,
#user_details_menu .active {
  text-shadow: 2px 2px 5px #5A5A5A;
  /*filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=2, OffY=2, Color=#5A5A5A);*/        
}

.module_bottom a:link, 
.module_bottom a:visited, 
.module_bottom a:active,
.module_bottom a:hover {
	color: #5A5A5A;
}

.module_docs{
  color: #aaaaaa;
}

.documents .first{
  background:#e8e8e8;
}
.documents .second{
  background:#ffffff;
}