* {
    margin: 0px;
    padding: 0px;
}

html, body {
    background-image: url(../images/mainBg.png);
    background-repeat: repeat-x;
    background-position: top;
    background-color: #E3E3E3;
    font-family: Verdana,Helvetica,Arial,sans-serif;
    font-size: small;
    color: #000000;
}


#body {
    width: 1004px;
    margin: 0px auto;
}

#header {
    margin-top: 30px;
    width: 100%;
    background-color: #ffffff;
}

#logos {
    width: 100%;
    height: 149px;
    background-image: url(../images/header_top.png);
    background-repeat: no-repeat;
    background-position: top center;
}

#headerbar {
    width: 100%;
    height: 6px;
    background-image: url(../images/pasek.jpg);
    background-repeat: repeat-x;
}

#logo_dworld {
    float: left;
    margin-top: 80px;
}

#logo_center {
    background-image: url(../images/header_center.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 80px;
    width: 340px;
    height: 69px;
    float: left;
}

#logo_jep {
    float: left;
    margin-top: 80px;
}

#menu_container {
    position: relative;
    bottom: 17px;
    /*left: 15px;*/
    width: 720px;
}

#login_button {
    position: relative;
    bottom: 7px;
    clear: both;
    font-size: small;
    width: 100%;
    text-align: right;
    margin-right: 140px;
    color: #0077D2;
    /*color: #9b9b9b;*/
}

#adminmenu {
    font-size: small;
    margin-top: 5px;
}

#login_button a, #adminmenu a {
    color: #0077D2;
    /*color: #9b9b9b;*/
    text-decoration: none;
}

#login_button a:hover, #adminmenu a:hover {
    text-decoration: underline;
}

#menu {
    height: 40px;
    clear: both;
}

.menu_button {
    float: left;
}

#news_button {
    width: 90%;
    height: 20px;
    background-color: #8CD7D2;
    margin-bottom: 10px;
    text-align: center;
}

#container {
    background-color: #ffffff;
    min-height: 400px;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}

#content_container {
    margin-left: 15px;
    margin-right: 15px;
    width: 974px;
}

#footer {
    clear: both;
    width: 100%;
    height: 30px;
    font-size: 10px;
    text-align: center;
}


/* GENERAL */

.spinner {
    padding: 10px;
    /*position: relative;
    right: 50%;
    top: 50%;*/
    width: 50%;
    background-color: #ffffff;
    margin: 5px auto;
    text-align: center;
}




/*
body {
    background: #fff;
    color: #333;
    font: 11px verdana, arial, helvetica, sans-serif;
}*/

a:link, a:visited, a:hover {
    /*color: #6ec9bf;*/
    color: #6b98dd;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1 {
    color: #6b6b6b;
    font-weight: normal;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 30px;
    margin-left: 30px;
    margin-right: 30px;
}

p {
    margin: 15px;
}

img {
    border: none;
}

.postContent img, .page_content img {
    margin-left: 15px;
    margin-right: 15px;
}

ul, ol {
    margin-left: 20px;
    padding-left: 15px;
}

ul {
    padding-left: 15px;	
}

input, select, textarea {
    background-color: #fcfcfc;
    border: 1px solid #ccc;
    font: 11px verdana, arial, helvetica, sans-serif;
    margin: 2px 0;
    padding: 2px 4px;
}
select {
   padding: 2px 2px 2px 0;
}
textarea {
	width: 250px;
	height: 150px;
	vertical-align: top;
}

input:focus, select:focus, textarea:focus {
    border: 1px solid #b2d1ff;
}
/*
.body {
    float: left;
    margin: 0 15px 10px 15px;
}
*/
/* NAVIGATION MENU */

.nav {
    /*
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    border-style: solid none solid none;	
    margin-top: 5px;
    padding: 7px 12px;
    */
    clear: both;
    font-size: small;
}
/*
.menuButton {
    font-size: 10px;
    padding: 0 5px;
}
.menuButton a {
    color: #333;
    padding: 4px 6px;
}
.menuButton a.home {
    background: url(../images/skin/house.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.menuButton a.list {
    background: url(../images/skin/database_table.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.menuButton a.create {
    background: url(../images/skin/database_add.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
*/
/* MESSAGES AND ERRORS */

.message {
    background: #f3f8fc url(../images/skin/information.png) 8px 50% no-repeat;
    border: 1px solid #b2d1ff;
    color: #006dba;
    margin: 10px 0 5px 0;
    padding: 5px 5px 5px 30px
}

div.errors {
    background: #fff3f3;
    border: 1px solid red;
    color: #cc0000;
    margin: 10px 0 5px 0;
    padding: 5px 0 5px 0;
}
div.errors ul {
    list-style: none;
    padding: 0;	
}
div.errors li {
	background: url(../images/skin/exclamation.png) 8px 0% no-repeat;
    line-height: 16px;
    padding-left: 30px;
}

td.errors select {
    border: 1px solid red;
}
td.errors input {
    border: 1px solid red;
}

/* TABLES */

table {
    border: 1px solid #ccc;
    width: 100%
}
tr {
    border: 0;
}
td, th { 
    font: 11px verdana, arial, helvetica, sans-serif;
    line-height: 12px;
    padding: 5px 6px;
    text-align: left;
    vertical-align: top;
}
th {
    background: #fff url(../images/skin/shadow.jpg);
    color: #666;
    font-size: 11px;
    font-weight: bold;
    line-height: 17px;
    padding: 2px 6px;
}
th a:link, th a:visited, th a:hover {
    color: #333;
    display: block;
    font-size: 10px;
    text-decoration: none;
    width: 100%;
}
th.asc a, th.desc a {
    background-position: right;
    background-repeat: no-repeat;
}
th.asc a {
    background-image: url(../images/skin/sorted_asc.gif);
}
th.desc a {
    background-image: url(../images/skin/sorted_desc.gif);
}

.odd {
    background: #f7f7f7;
}
.even {
    background: #fff;
}

/* LIST */

.list table {
    border-collapse: collapse;
}
.list th, .list td {
    border-left: 1px solid #ddd;
}
.list th:hover, .list tr:hover {
    background: #b2d1ff;
}

/* PAGINATION */

.paginateButtons {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    border-top: 0;
    color: #666;
    font-size: 10px;
    overflow: hidden;
    padding: 10px 3px;
    clear: both;
}
.paginateButtons a {
    background: #fff;
    border: 1px solid #ccc;
    border-color: #ccc #aaa #aaa #ccc;
    color: #666;
    margin: 0 3px;
    padding: 2px 6px;
}
.paginateButtons span {
    padding: 2px 3px;
}

/* DIALOG */

#bigLeft_panel .dialog, #bigLeft_panel .buttons {
    width: 90%;
}

.dialog table {
    padding: 5px 0;
}

.prop {
    padding: 5px;
}
.prop .name {
    text-align: left;
    width: 15%;
    white-space: nowrap;
    font-size: 10px;
}
.prop .value {
    text-align: left;
    width: 85%;
}

/* ACTION BUTTONS */

.buttons {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    color: #666;
    font-size: 10px;
    margin-top: 5px;
    overflow: hidden;
    padding: 0;
}

.buttons input, .post_buttons input {
    background: #fff;
    border: 0;
    color: #333;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    margin-left: 3px;
    overflow: visible;
    padding: 2px 6px;
}
.buttons input.delete {
    background: transparent url(../images/skin/database_delete.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.edit, .post_buttons input.edit {
    background: transparent url(../images/skin/database_edit.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.save {
    background: transparent url(../images/skin/database_save.png) 5px 50% no-repeat;
    padding-left: 28px;
}

/*  */
#left_panel {
    float: left;
    width: 49%;
    min-height: 250px;
}

#bigLeft_panel {
    float: left;
    width: 70%;
    min-height: 250px;
}

.hr_banner {
    width: 100%;
    float: left;
    text-align: center;
}

#center_panel {
    float: left;
    width: 24%;
    min-height: 250px;
    margin-right: 2%
}

#right_panel_home {
    float: left;
    width: 489px;
    min-height: 250px;
}

#right_panel {
    float: left;
    width: 30%;
    min-height: 250px;
}

#bottom_panel {
    clear: both;
    width: 100%;
    min-height: 250px;
}

#left_panel .post, #left_panel .featuredPost,
#bigLeft_panel .post, #bigLeft_panel .featuredPost {
    width: 90%;
}

#bottom_panel .postTitle {
    font-size: 12px;
}

.post_row .postTitle {
    font-size: 15px;
    font-weight: bold;
}

#bottom_panel .postBody * {
    font-size: small;
}

#bottom_panel .post, #bottom_panel .featuredPost {
    width: 32%;
    /*min-height: 230px;*/
    float: left;
    margin-right: 10px;
}

#post_list .post, #post_list .featuredPost {
    width: 47%;
    float: left;
    margin-right: 9px;
    margin-left: 9px;
}

.post_row {
    clear: both;
}

.featuredPost {
    /*margin: 10px auto;*/
    margin-bottom: 10px;
    /*padding-bottom: 10px;*/
    background-color: #90DBD5;
}

.post {
    background-color: #F1F1F1;
    margin-bottom: 10px;
}

.topBar {
    font-size: small;
    height: 65px;
}

.topBar p {
    margin: 0px;
    color: #000000;
    font-size: 12px;
}

#bottom_panel .topBar p {
    font-size: 10px;
}

.topBar .postTitle {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.topBar .conferenceTitle {
    
}

.topBar .post_buttons input {
    float: right;
    position: relative;
    bottom: 7px;
    color: #ffffff;
}

.featuredPost .topBarLeft {
    background-image: url(../images/bgf_up_left.png);
}

.post .topBarLeft {
    background-image: url(../images/bg_up_left.png);
}

.post .topBarLeft, .featuredPost .topBarLeft {
    width: 10px;
    height: 65px;
    background-repeat: no-repeat;
    float: left;
}

.featuredPost .topBarRight {
    background-image: url(../images/bgf_up_right.png);
}

.post .topBarRight {
    background-image: url(../images/bg_up_right.png);
}

.post .topBarRight, .featuredPost .topBarRight {
    width: 10px;
    height: 65px;
    background-repeat: no-repeat;
    float: right;
}

.post .topBarCenter {
    float: left;
    height: 65px;
    width: 91%;
}

.post .topBar {
    background-image: url(../images/bg_up_center.png);
    background-repeat: repeat-x;
}

.featuredPost .topBar {
    background-image: url(../images/bgf_up_center.png);
    background-repeat: repeat-x;
}

/*.postBody {
    padding-top: 10px;
    background-image: url(../images/bg_down_tc.png);
    background-repeat: no-repeat;
}*/

.post .postBodyTop {
    background-image: url(../images/bg_down_tc.png);
}

.featuredPost .postBodyTop {
    background-image: url(../images/bgf_down_tc.png);
}

.post .postBodyTop, .featuredPost .postBodyTop {
    background-repeat: repeat-x;
    height: 17px;
    clear: both;
}

.post .postBodyTL {
    background-image: url(../images/bg_down_tl.png);
}

.featuredPost .postBodyTL {
    background-image: url(../images/bgf_down_tl.png);
    position: relative;
    right: 1px;
}

.post .postBodyTL, .featuredPost .postBodyTL {
    background-repeat: no-repeat;
    height: 17px;
    width: 17px;
    float: left;
}

.post .postBodyTR {
    background-image: url(../images/bg_down_tr.png);
}

.featuredPost .postBodyTR {
    background-image: url(../images/bgf_down_tr.png);
    position: relative;
    left: 1px;
}

.post .postBodyTR, .featuredPost .postBodyTR {
    background-repeat: no-repeat;
    height: 17px;
    width: 17px;
    float: right;
}

.post .postBodyBottom {
    background-image: url(../images/bg_down_bc.png);
}

.featuredPost .postBodyBottom {
    background-image: url(../images/bgf_down_bc.png);
}

.post .postBodyBottom, .featuredPost .postBodyBottom {
    background-repeat: repeat-x;
    height: 26px;
    clear: both;
}

.post .postBodyBL {
    background-image: url(../images/bg_down_bl.png);
}

.featuredPost .postBodyBL {
    background-image: url(../images/bgf_down_bl.png);
    position: relative;
    right: 2px;
}

.post .postBodyBL, .featuredPost .postBodyBL {
    background-repeat: no-repeat;
    height: 26px;
    width: 17px;
    float: left;
}

.post .postBodyBR {
    background-image: url(../images/bg_down_br.png);
}

.featuredPost .postBodyBR {
    background-image: url(../images/bgf_down_br.png);
    position: relative;
    left: 2px;
}

.post .postBodyBR, .featuredPost .postBodyBR {
    background-repeat: no-repeat;
    height: 26px;
    width: 17px;
    float: right;
}

.post .postBodyBorder {
    border-left: #BDBDBD solid 2px;
    border-right: #BDBDBD solid 2px;
    margin-right: 1px;
    margin-left: 1px;
    /*background-color: red;*/
}

.featuredPost .postBodyBorder {
    border-left: #BDBDBD solid 1px;
    border-right: #BDBDBD solid 1px;
    margin-right: 1px;
    margin-left: 1px;
    /*background-color: red;*/
}

.post hr.postHR, .featuredPost hr.postHR {
    color: #E1E1E1;
    background-color: #E1E1E1;
}

.post .postBodyContent {
    background-image: url(../images/bg_down_cc.png);
}

.featuredPost .postBodyContent {
    background-image: url(../images/bgf_down_cc.png);
}

.post .postBodyContent, .featuredPost .postBodyContent {
    background-repeat: repeat-x;
    min-height: 172px;
}

.post .postBodyContentC, .featuredPost .postBodyContentC {
    width: 85%;
    float: left;
}

.post .postBodyContentL {
    background-image: url(../images/bg_down_cl.png);
}

.featuredPost .postBodyContentL {
    background-image: url(../images/bgf_down_cl.png);
}

.post .postBodyContentL, .featuredPost .postBodyContentL {
    float: left;
    width: 17px;
    height: 172px;
    background-repeat: no-repeat;
    background-position: top left;
    position: relative;
    right: 3px;
}

.post .postBodyContentR {
    background-image: url(../images/bg_down_cr.png);
}

.featuredPost .postBodyContentR {
    background-image: url(../images/bgf_down_cr.png);
}

.post .postBodyContentR, .featuredPost .postBodyContentR {
    float: right;
    width: 17px;
    height: 172px;
    background-repeat: no-repeat;
    background-position: top right;
    position: relative;
    left: 3px;
}

.post .postContent p, .featuredPost .postContent p {
    margin-bottom: 0px;
}

.podcastBody {
    margin-left: 10px;
    margin-right: 10px;
}

.postBody h1 {
    margin: 0px 15px;
}

.postContent {
    text-align: justify;
}

.postTags {
    margin-top: 20px;
}

.post_comments {
    position: relative;
    top: 10px;
}

.featured {
    font-weight: bold;
    color: #ff0000;
}

.playButton {
    margin-bottom: 15px;
}

/* Blogsfera */

#bigLeft_panel .blogsEnt {
    float: left;
    margin-right: 10px;
    width: 48%;
    font-size: small;
}

.blogsEnt h1 {
    font-size: 14px;
}

#entriesMain, #post_list {
    clear: both;
    width: 95%;
}

#entriesMain .yui-content,
#entriesMain .yui-panel .bd {
    background: #ffffff;
}

#entriesMain .post,
#entriesMain .featuredPost {
    width: auto;
}

#entriesMain .paginateButtons {
    /*width: 90%;*/
}

#blogs {
    font-size: small;
}

.entry {
    background-color: #dddddd;
    margin-bottom: 15px;
}

.entryBody {
    float: left;
    width: 70%;
}

.entryVotes {
    float: left;
    width: 90%;
    text-align: left;
}

.entryVotes p {
    float: left;
    width: 30%;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.entryVotes .hand {
    margin-left: 13px;
}

.votes {
    font-weight: bold;
    font-size: 30px;
    margin-left: 15px;
    vertical-align: text-bottom;
}

.entryAdmin {
    clear: both;
    width: 100%;
}

.blog {
    background-image: url(../images/news_bg.jpg);
    background-repeat: repeat-x;
    min-height: 100px;
    border-bottom: #A2DEDE solid 1px;
    border-left: #A2DEDE solid 1px;
    border-right: #A2DEDE solid 1px;
    padding-top: 1px;
    margin-bottom: 10px;
}

.blog p.entryTitle {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
}

.blog p.entryTitle a {
    color: #ffffff;
}

.blog p.entryCount {
    margin-top: 5px;
}

.entryTitle {
    font-size: 11px;
    color: #666666;
}

.postBody .entryTitle a {
    color: #0000ff;
}

.postBody .entry {
    background-color: transparent;
    margin: 0px;
}

.postBody .entryBody {
    width: 100%;
}

.postBody .entryBody a {
    color: #6b6b6b;
}

.postBody .entryBody h3 {
    margin-top: 0px;
    font-weight: normal;
}

h3.entryTitle {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 10px;
    font-size: 17px;
}

.entryDate {
    font-size: small;
    margin-top: 0px;
}

.entrySummary {
    text-align: justify;
}

.blogTitle {
    font-weight: bold;
}

.br {
    clear: both;
    width: 100%;
}

/* komentarze */
/*
#comments {
    width: 90%;
}

.comment {
    margin: 10px;
    border-bottom: dashed #aaaaaa 1px;
    border-left: dashed #aaaaaa 1px;
    border-right: dashed #aaaaaa 1px;
}

.comment h4 {
    background-color: #4DB9AE;
    font-size: small;
    margin-bottom: 15px;
    margin-top: 15px;
    padding-left: 10px;
}

.commentContent {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 20px;
    font-size: small;
}

#commentForm {
    width: 100%;
}

#content {
    width: 100%;
}
*/
/* strony */

.page_content {
    text-align: justify;
}

.conference {
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 1px;
    background-color: #dddddd;
    border-bottom: #999999 dashed 1px;
    border-top: #999999 dashed 1px;
    border-left: #bababa dashed 1px;
    border-right: #bababa dashed 1px;
    font-size: small;
}

.conference h2 {
    width: 100%;
    margin: 10px;
}

.conference_desc {
    border-top: #bababa dashed 1px;
}

/* opcje usera */

.options {
    width: 90%;
}

.tab_balance {
    padding: 10px;
    width: 100px;
    height: 60px;
    border: solid 1px #000000;
    float: left;
    margin-bottom: 10px;
    margin-top: 10px;
}

.tab_balance p {
    margin-top: 0px;
    margin-left: 0px;
}

.tab_balance #balance_value {
    font-size: 20pt;
    font-weight: bold;
    text-align: right;
    width: 100%;
}

.tab_balance .menuButton a.history  {
    background: transparent url(../images/skin/database_edit.png) 5px 50% no-repeat;
    padding-left: 25px;
}

.commitments_list {
    margin: 10px;
    width: 460px;
    max-height: 200px;
    float: left;
    overflow: auto;
}

div#findUser {
    width: 33%;
    margin-bottom: 20px;
}

/* Banery */

.banner {
    margin-bottom: 15px;
}

/* stopka strony */

#footer a {
    color: #545454;
}

#fr {
    float: right;
}

#fl {
    float: left;
}

/* Sponsorzy konferencji */
.alignright {
    float: right;
}

/* Moduł z kanałami RSS */
.feeds_img {
    float: left;
}

.feeds_list {
    float: left;
    margin-left: 10px;
    list-style: none;
}

.feeds_list li {
    margin-bottom: 10px;
    background-image: url(../images/rss_pill_orange_16.png);
    background-repeat: no-repeat;
    background-position: top left;
    padding-left: 18px;
}

.feeds_list a {
    color: #919191;
    font-weight: bold;
}

/* Kalendarz */
h2.calendar_title {
    margin-top: 10px;
    margin-left: 15px;
}

.calendar_event {
    margin-top: 10px;
    margin-left: 15px;
}

.right_panel_row {
    clear: both;
}

.right_panel_row .banner {
    float: left;
    margin-right: 20px;
}

.width30 {
    float: left;
    width: 35%;
}

.width50 {
    float: left;
    width: 48%;
    margin-right: 2%;
}

.width70 {
    float: left;
    width: 65%;
}

/* RecommendedLink */
p.rl_label,
p.rl_desc,
p.rl_input {
    margin-left: 0px;
    margin-right: 0px;
}

p.rl_label {
    margin-bottom: 0px;
    font-weight: bold;
}

p.rl_desc {
    font-size: 10px;
    color: #666666;
}

p.rl_desc,
p.rl_input {
    margin-bottom: 0px;
    margin-top: 0px;
}

p.rl_label input,
p.rl_desc input,
p.rl_input input,
p.rl_input textarea {
    width: 98%;
}

#rl_button {
    width: 100%;
    height: 20px;
    background-color: #8CD7D2;
    margin-bottom: 10px;
    text-align: center;
}

#rl_button a {
    color: #ffffff;
}

p.recommendedLink_title {
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 11px;
}

p.recommendedLink_title a {
    color: #0000ff;
}

p.recommendedLink_author {
    font-size: 10px;
    color: #666666;
    margin-top: 0px;
}

p.recommendedLink_create {
    float: right;
}

/* Box z newsami na głównej */

#site_news {
    padding-top: 1px;
    width: 95%;
    margin-bottom: 15px;
}

#site_news h1 {
    margin-top: 20px;
    margin-bottom: 5px;
    margin-left: 0px;
    font-size: small;
    font-weight: bold;
}
/*
.site_news_box {
    margin-left: 0px;
    margin-bottom: 5px;
    width: 95%;
    background-image: url(../images/news_bg.jpg);
    background-repeat: repeat-x;
    min-height: 100px;
    border-bottom: #A2DEDE solid 1px;
    border-left: #A2DEDE solid 1px;
    border-right: #A2DEDE solid 1px;
}

.site_news_box h3 a {
    color: #FFFFFF;
    margin: 10px;
}
*/
.link_more {
    margin-top: 5px;
    text-align: right;
    font-size: 10px;
}

.link_more a {
    color: #F69400;
}

#chart {
    margin-bottom: 20px;
}

/* Menu */
.mainmenu_button {
    height: 40px;
    width: 117px;
    display: block;
    float: left;
}

.mainmenu_button span {
    display: none;
}

.menu_separator {
    float: left;
    width: 3px;
    height: 40px;
}

a#home_button {
    background: url("../images/home.png") no-repeat left;
}

a#home_button:hover, #home a#home_button {
    background: url("../images/home2.png") no-repeat left;
}

a#blogosfera_button {
    background: url("../images/blogsfera.png") no-repeat left;
}

a#blogosfera_button:hover, #blogEntry a#blogosfera_button {
    background: url("../images/blogsfera2.png") no-repeat left;
}

a#konferencje_button {
    background: url("../images/konferencje.png") no-repeat left;
}

a#konferencje_button:hover, #page_konferencje a#konferencje_button {
    background: url("../images/konferencje2.png") no-repeat left;
}

a#podcast_button {
    background: url("../images/podcast_m.png") no-repeat left;
}

a#podcast_button:hover, #podcast a#podcast_button {
    background: url("../images/podcast2.png") no-repeat left;
}

a#aukcje_button {
    background: url("../images/aukcje.png") no-repeat left;
}

a#aukcje_button:hover, #auction a#aukcje_button {
    background: url("../images/aukcje2.png") no-repeat left;
}

a#kontakt_button {
    background: url("../images/kontakt.png") no-repeat left;
}

a#kontakt_button:hover, #page_Kontakt a#kontakt_button {
    background: url("../images/kontakt2.png") no-repeat left;
}


.searchEntry {
    background-image: url(../images/news_bg.jpg);
    background-repeat: repeat-x;
    min-height: 100px;
    width:60%;
    border-bottom: #A2DEDE solid 1px;
    border-left: #A2DEDE solid 1px;
    border-right: #A2DEDE solid 1px;
    padding-top: 1px;
    margin-bottom: 10px;
    margin: auto;
	margin-top: 20px;
}

.searchPanel{
	text-align: center;
	
 background-color: #dddddd;
    font-weight: normal;
  

	width:25%;
	 /*min-height: 50px;*/
	 margin-bottom: 10px;
    margin: auto;
	margin-top: 20px;
}
.searchEntryTitle{

}

.searchEntryTitle img{
	vertical-align:middle;
}
.searchEntryBody{}
.searchEntryDate {
	font-style:italic;
	text-align: right;
    font-size: smaller;
    margin-top: 0px;
    margin-right: 1px;
    margin-bottom: 1px;
}
.searchPaginateButtons{
	text-align: center;
    
    border-top: 0;
    color: #666;
    font-size: 10px;
    overflow: hidden;
    padding: 10px 3px;
    clear: both;
}


.searchPaginateButtons a {
   background: #fff;
    border: 1px solid #ccc;
    border-color: #ccc #aaa #aaa #ccc;
    color: #666;
    margin: 0 3px;
    padding: 2px 6px;
}
.searchPaginateButtons span {
    padding: 2px 3px;
}
