a {
  color: #0193ad;
}

a:hover {
  color: #006b7e;
}

/* div#header { */
/*   background-color: #d9d9d9; */
/* } */

div#header h1 a.ulepszamy {
/*   background-image: url('/images/layout/grey/ulepszamy.png'); */
}

div#content {
/*   background: #fff; */
}

div#header div#userbox {
/*   background: #787878; */
}

div#header div#userbox a {
/*   background-color: #4a4a4a; */
/*   color: #c6eaff; */
}

/*div#content ul li a {
  background-image: url('/images/layout/grey/menu_item.png');
  color: #000;
}

div#content ul li a.status_0 {
  background-image: url('/images/layout/grey/menu_item_status_0.png');
  color: #000;
}

div#content ul li a.status_1 {
  background-image: url('/images/layout/grey/menu_item_status_1.png');
  color: #000;
}

div#content ul li a.status_2 {
  background-image: url('/images/layout/grey/menu_item_status_2.png');
  color: #000;
}

div#content ul li a.status_3 {
  background-image: url('/images/layout/grey/menu_item_status_3.png');
  color: #000;
}

div#content ul li a.status_4 {
  background-image: url('/images/layout/grey/menu_item_status_4.png');
  color: #000;
}

div#content ul li a:hover {
  background-image: url('/images/layout/grey/menu_item_hover.png');
}*/

div#content ul li a.selected, div#content ul li a.selected:hover {
  background-image: url('/images/layout/grey/menu_item_selected.png');
}

/*div#content ul li a.status_0_selected, div#content ul li a.status_0_selected:hover {
  background-image: url('/images/layout/grey/menu_item_selected_status_0.png');
}

div#content ul li a.status_1_selected, div#content ul li a.status_1_selected:hover {
  background-image: url('/images/layout/grey/menu_item_selected_status_1.png');
}

div#content ul li a.status_2_selected, div#content ul li a.status_2_selected:hover {
  background-image: url('/images/layout/grey/menu_item_selected_status_2.png');
}

div#content ul li a.status_3_selected, div#content ul li a.status_3_selected:hover {
  background-image: url('/images/layout/grey/menu_item_selected_status_3.png');
}

div#content ul li a.status_4_selected, div#content ul li a.status_4_selected:hover {
  background-image: url('/images/layout/grey/menu_item_selected_status_4.png');
}*/

div.idea div.content div.avatar, div.comments div.avatar {
  background-image: url('/images/layout/grey/avatar_bg.png');
}

div.idea div.votebox div.votes {
/*  background: #f5f5f5;*/
/*   border-bottom: 1px dotted #e1e1e1; */
/*   border-top: 1px dotted #e1e1e1; */
}

div.idea  div.voteup {
  background-image: url('/images/layout/grey/vote_up.png');
  background-repeat: no-repeat;
}
div.idea div.voteup:hover {
  background-image: url('/images/layout/grey/vote_up_hover.png');
}
div.idea div.voteup.voted {
  background-image: url('/images/layout/grey/vote_up_inactive.png');
  background-repeat: no-repeat;
}
div.idea div.voteup.voted:hover {
  background-image: url('/images/layout/grey/vote_up_inactive.png');
}

div.idea div.votedown {
  background-image: url('/images/layout/grey/vote_down.png');
  background-repeat: no-repeat;
}
div.idea div.votedown:hover {
  background-image: url('/images/layout/grey/vote_down_hover.png');
  background-repeat: no-repeat;
}
div.idea div.votedown.voted {
  background-image: url('/images/layout/grey/vote_down_inactive.png');
  background-repeat: no-repeat;
}

div.idea div.votedown a.voted, div.idea div.voteup a.voted  {
  background-image: none;
}

div.idea div.status p {
  background: #f3f3f3;
}

/* nowy */
.status_0 {
  background-color: #e8f2f7;
}

/* rozpatrywany */
.status_1 {
  background-color: #fff583;
  color: #000;
}

/* wdrażany */
.status_2 {
  background-color: #8be454;
}

/* wdrożony */
.status_3 {
  background-color: #6bca30;
  color: #fff;
}

/* odrzucony */
.status_4 {
  background-color: #ccc;
  color: #333;
}

div#content div.infoBox {
  background: #e1e1e1;
}

div#content div.infoBox.quiet {
  background: #f6f6f6;
  color: #777;
  font-size: 12px;
}

div#content div.infoBox.yellow {
  background: #faffc7;
}

div#content p {
  color: #888;
}

h3 {
  border-bottom: 1px solid #cbcbcb;
}

div.comments div.desc {
  color: #888;
}

div.comments div.desc a:hover {
  color: #000 !important;
}

div.comments div.desc span.vote span.green {
  color: rgb(4,149,0);
}
div.comments div.desc span.vote span.red {
  color: rgb(184,0,0);
}

#flashNotice {
  background: #fff29d;
}

#flashError, div.formError {
  background: #ffc7c7;
}

div.formError {
  clear: both;
}

#flashWarning {
  background: #fff29d;
}

span.ideaWithVotes span.vote {
  background: #fff29d;
}

#showProfile ul.actions li a {
  background: #eaeaea;
}


div#comments {
  background: #e7e7e7;
}


div#header div.right div.tabs ul li.newIdea a {
  background-color: #ffc051;
}


div.idea div.mapInfo {
  color: #666;
  font-size: 12px;
  padding: 1px 5px;
  background-image: url('/images/world.png');
  background-position: center left;
  background-repeat: no-repeat;
  padding-left: 25px;
  margin-bottom: 10px;
  line-height: 25px;
}
