@charset "utf-8";

* {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #933;
    background-color:#000;
    text-align: center;

}

#bricks {
    background-image: url('../images/brick1.png');
    width: 100%;
    width: 1200px;
    margin: 0 auto;
}

#baners {
    width: 160px;
    float: left;
    /*margin-left: 0px;*/
    /*margin-top: 150px;*/
    position: relative;
    left: 300px;
}

#container {
    width: 100%;
    background-image: url(../images/bg_c.png);
    background-repeat: repeat-y;
    background-position: center;
}

#container_t {
    width: 100%;
    height: 125px;
    background-image: url(../images/bg_t.png);
    background-repeat: no-repeat;
    background-position: top center;
}

#container_b {
    width: 100%;
    height: 125px;
    background-image: url(../images/bg_b.png);
    background-repeat: no-repeat;
    background-position: bottom center;
}

#wrapper {
    width:720px;
    min-height:720px;
    background-color: #fff;
    /*margin: 0 auto;*/
    text-align:left;
    border:none;
    background-color:#fff;
    float: left;
    position: relative;
    left: 240px;
}

#menu a {
    margin-right: 25px;
}

#menu a:link, #menu a:visited, #menu a:active {
    text-decoration: none; color:#fff;
}
#menu a:hover {text-decoration: none; color: black;}

#jexp {
    width:169px;
    height:50px;
    float:left;
    border:none;
}

#dworld {
    width:234px;
    height:50px;
    margin-left:317px;
    float:left;
    border:none;
}

#header {
    width:720px;
    height:124px;
    float:none;
    border:none;
}

#menu {
    display:block;
    /*height: 26px;*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background-color: #ad1c17;
    padding-top:15px;
    padding-bottom:15px;
    padding-right:25px;
    padding-left:25px;
}

#log {
    color: #fff;
    float:right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-align: right;
}

#log a {
    margin-right: 0px;
}

#txt {
    text-align: left;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
}

#imageslider {
    float: left;
}

a:link, a:visited, a:hover {
    color: #933;
    font-weight: bold;
}

a:hover {
    text-decoration: none;
}

img {
    border: none;
}

p {
    margin-bottom: 10px;
    text-align: justify;
}

ul, ol {
    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;
}

input:focus, select:focus, textarea:focus {
    border: 1px solid #b2d1ff;
}

.nav {
    background: #D8EAF6 url(../images/skin/shadow_jep.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    border-style: solid none solid none;
    margin-top: 5px;
    padding: 7px 12px;
}

.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: #D8EAF6 url(../images/skin/shadow_jep.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    border-top: 0;
    color: #666;
    font-size: 10px;
    overflow: hidden;
    padding: 10px 3px;
}
.paginateButtons a {
    background: #D8EAF6;
    border: 1px solid #ccc;
    border-color: #ccc #aaa #aaa #ccc;
    color: #666;
    margin: 0 3px;
    padding: 2px 6px;
}
.paginateButtons span {
    padding: 2px 3px;
}

/* DIALOG */

.dialog table {
    padding: 5px 0;
}

.prop {
    padding: 5px;
}
.prop .name {
    text-align: left;
    width: 15%;
    white-space: nowrap;
}
.prop .value {
    text-align: left;
    width: 85%;
}

/* ACTION BUTTONS */

.buttons {
    background: #D8EAF6 url(../images/skin/shadow_jep.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    color: #666;
    font-size: 10px;
    margin-top: 5px;
    overflow: hidden;
    padding: 0;
}

.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 {
    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;
}

#bottom_banner {
    padding-bottom: 15px;
}

/* Newsy na home */
#topBar {
    clear: both;
    height: 150px;
}

#topBar .banner {
    float: left;
}

.news_list {
    font-size: small;
    clear: both;
    border-top: solid 1px;
    padding-top: 10px;
}

.news_item {
    float: left;
    width: 30%;
    margin-right: 3%;
    margin-bottom: 10px;
}

.news_item p.news_date {
    font-size: 10px;
}

.news_item p {
    font-size: 11px;
}

