/*body, html {
    height: 100%;
}
*/
body {
    background: url("../images/body.jpg");
    margin: 0;

}

.left {
    background: url("../images/left.png") no-repeat fixed left top transparent;
    height: 100%;
    margin: 0;
    padding: 0;
}

.right {
    background: url("../images/right.png") no-repeat fixed right top transparent;
    height: 100%;
    margin: 0;
    padding: 0;
}

#container {
    width: 1024px;
    margin: 0 auto;
    /*border: 1px solid black;*/
    font-family: sans-serif, Helvetica, Arial;
    font-size: 14px;
}

#header_logo {
    float: left;
    height: 178px;
    margin-bottom: 10px;
}

#header_right {
    float: right;
    text-align: right;
    height: 178px;
    position: relative;
}

.clearfix {
    clear: both;
}

#navigation {
    text-align: right;
    position: absolute;
    bottom: 1px;
   /*left: -209px;*/
    left: -36%;
    height:42px;
    background: url("../images/menu.png") repeat-x scroll center top transparent;
    border: 1px solid #dcdcdc;
    padding: 0;
    width: 720px;
}

#navigation_menu {
    padding: 0;
    margin: 0;
}

#navigation_menu > li.menu_parent {
    display: inline;
    padding: 14px 14px;
    background: url("../images/separ.png") no-repeat scroll right 0 transparent;
    margin: 0;
    height: 42px;
    position: relative;
}

.menu_first_level, .menu_second_level {
    display: none;
    list-style: none;
    position: absolute;
    left: 0;
    text-align: left;
    /*background: white;*/
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #dcdcdc;
    width: 180px;
    padding: 0;
}

#navigation_menu > li:nth-child(5) {
    background: none;
}

#navigation_menu > li a, #navigation_menu > li a:visited {
    /*color: #cc6600;*/
    text-decoration: none;
    padding:0 10px;
    line-height:42px;
    color:#cc6600;
    font-weight:bold;
}

#navigation_menu > li a:hover {
    color: #000000;
}

#navigation_menu li.menu_parent:hover ul.menu_first_level {
    display: block;
    z-index: 10; 
}

#navigation_menu .menu_first_level > li, #navigation_menu .menu_second_level > li {
    border-bottom: 1px solid #dcdcdc;
}

#navigation_menu .menu_first_level > li:last-child {
    border-bottom: 0;
}

#navigation_menu .menu_first_level > li a, .menu_second_level > li a{
    color: #000000;
    font-weight: normal;
}

#navigation_menu .menu_first_level > li:hover, #navigation_menu .menu_second_level > li:hover {
    background: rgba(220, 220, 220, 0.41);
}

#navigation_menu .menu_first_level > li > a:hover, #navigation_menu .menu_second_level > li > a:hover {
    color:#cc6600;
}

#navigation_menu .menu_first_level > li:hover > ul.menu_second_level {
    display: block;
    left: 180px;
    margin-top: -40px;
}

#container_body {
    /*border: 1px solid black;*/
    clear: left;
    margin-top: 30px;
}

#container_body_left {
    /*border: 1px solid black;*/
    float: left;
    width: 24%;
}

#container_body_main {
    /*border: 1px solid black;*/
    float: right;
    width: 74%;
    position: relative;
}

.info_heading {
    border-bottom: 1px dotted black;
    margin-top: 0;
}

#info_menu {
    padding-left: 14px;
    width: 170px;
}

#info_menu > li {
    list-style: circle;
    line-height: 2em;
    border-bottom: 1px dotted #000000;
}

#info_menu > li:last-child {
    border-bottom: 0;
}

#info_menu li a, #info_menu li a:visited {
    color: #cc6600;
    text-decoration: none;
    font-weight:bold;
}

#info_menu li:hover, #info_menu li:hover a  {
    background: #f1f1f1;
    color: #000000;
}

#footer {
    clear: both;
    margin-top: 20px;
    background: url("../images/bg_footer.png") center top transparent;
    font-size: 95%;
    text-align: center;
    /*padding: 20px 0;*/
    padding: 20px 0 0 0;
}

#container_body_main > h2 {
    margin-top: 0;
    color: #cc6600;
}

#container_body_main  p {
    line-height: 1.5em;
    text-align: justify;
    word-spacing: 2px;
}

#epiloges_katoikias, #epiloges_epaggelmatikou, #epiloges_ghs {
    display: none;
}

#perioxes_scroll_box {
    height:300px;
    overflow:scroll;
    margin-top: 10px;
}

.table_row_item > h4 {
    margin: 0;
}

.table_row_item {
    background: rgba(255, 255, 255, 0.66);
    padding: 10px 10px 10px 10px;
    margin: 10px 0;
    border: 2px solid rgba(168, 168, 168, 0.29);
    border-radius: 10px;
    position: relative;
}

.table_row_item > h4 > a {
    color: black;
    text-decoration: none;
    display: block;
}

.table_row_item > h4 > a:hover {
    color: blue;
}

.table_row_item p a, .table_row_item p a:visited {
    color: blue;
    text-decoration: none;
}

#table_apotelesmatwn {
    margin-top: 20px;
}

#table_apotelesmatwn .table_row_item:hover {
    z-index: 10;
    width: 104%;
    /*height: 110%;*/
    left: -40px;
    /*padding: 20px 0px 20px 50px;*/
    padding-left: 40px;
    background: white;
}

.perigrafi {
    color: #0000ff;
}

.keimeno_perigrafis {
    word-spacing: normal;
}

div.eikones_perigrafis {
    overflow: hidden;
}

div.eikones_perigrafis img {
    width: 200px;
    float: left;
    padding: 10px 20px 10px 5px;
    cursor: pointer;
}

p.basiki_eikona img {
    max-width: 500px;
}

/*#search */input.search_button {
    background: #FF9B41;
    color: white;
    border: 0;
    border-radius: 3px;
}

.image_view_background {
    background: rgba(90, 90, 90, 0.71);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    /*bottom: 0;*/
    width: 100%;
    height: 100%;
    /*height: 100vh;*/
    z-index: 20;
    /*overflow: hidden;*/
}

.image_view_wrapper{
    float: left;
    position: relative;
    left: 50%;
    height: 100%;
}

.image_view_centered {
    display: none;
    position: relative;
    max-width: 900px;
    max-height: 700px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.86);
    border-radius: 20px;
    float: left;
    left: -50%;
}

.image_view_centered > img {
    max-width: 100%;
    max-height: inherit;
    /*max-height: 100%;*/
    /*margin: auto;*/
}

#googleMap {
    margin: auto;
}

.paging {
    text-align: center;
}

.paging > span {
    padding: 0 40px;
    margin: 0;
}

.paging_link a {
    color: blue;
    text-decoration: none;
}

.paging_link a:hover, .paging_link .this_page {
    color: #cc6600;
    /*font-weight: bolder;*/
}

.label_highlighted {
    color: rgb(255, 143, 0);
    font-weight: bold;
    font-style: italic;
}

#top_slider {
    position: relative;
    width: 1000px;
    overflow: hidden;
    margin: 0 10px;
}

#top_slider ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 10000px;
}

#top_slider li {
    float: left;
    padding-right: 4px;
}

.delete_button {
    background: red;
    border: 0;
    color: white;
    border-radius: 5px;
}

.img_button {
    width: 70px;
    height: 70px;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    border-radius: 70px;
    background: rgba(255, 255, 255, 0.86);
    position: absolute;
    top: 50%;
    margin-top: -50px;
    z-index: 10;
}

#img_button_left {
    left: 10%;
}

#img_button_right {
    right: 10%;
}

#img_button_left img {
    position: relative;
    left: 50%;
    top: 50%;
    margin-top: -24px;
    margin-left: -18px;
    cursor: pointer;
}

#img_button_right img {
    position: relative;
    left: 50%;
    top: 50%;
    margin-top: -24px;
    margin-left: -32px;
    cursor: pointer;
}