/* --------------------------------------------------------------------------
	Custom CSS implementation
-------------------------------------------------------------------------- */
#dummy{}
/* -- */

* {
    padding: 0px;
    margin: 0px;
}

body {
    background-image: url(../Images/zois-bg.top.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #051826;
    position: relative;
    min-height: 1150px;
	font-family:Verdana;
}

a {
    text-decoration: none;
    color: #051826;
}

a:hover {
    text-decoration: underline;
}

ul li {
    margin-top: 6px;
    margin-bottom: 6px;
}

ul ul {
    margin-left: 1em;
}

h1 {
    color: #356083;
}

td {
  /*   display: table-cell !important; */
}

.bottom {
    background-image: url(../Images/zois-bg.bottom.png);
    background-repeat: no-repeat;
    background-position: top left;
    display: block;
    height: 151px;
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: -1;
}

#page {
    background: none;
    width: 924px;
    padding: 0px;
    padding-top: 10px;
    margin: 0px auto;
}

#around {
    overflow: hidden;
}

#footer {
    text-align: center;
    padding: 15px;
}

#footer a {
    font-size: 0.9em;
    text-decoration: none;
    color: #ffffff;
}


#footer a:hover {
    text-decoration: underline;
}

#menu {
    background-image: url(../Images/zois-bg.menu.jpg);
    background-repeat: repeat-x;
    background-position: top left;
    height: 44px;
    padding: 0px;
    margin: 0px;
}

#menu ul {
    padding: 0px;
    margin: 0px;
    height: 44px;
}

#menu li {
    background-image: url(../Images/zois-bg.menu.sep.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    padding: 0px;
    margin: 0px;
    padding-right: 1px;
    float: left;
    list-style: none;
    position: relative;
}

#menu li.last {
    background-image: none;
}

#menu a {
    font-family: Arial;
    font-size: 0.85em;
    font-weight: bold;
    text-decoration: none;
    color: #123b69;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    height: 29px;
    float: left;
}

#menu a:hover,
#menu a.selected {
    background-image: url(../Images/zois-bg.menu1.jpg);
    background-repeat: repeat-x;
    background-position: top left;
}

#menu a.selected {
    color: #ffffff;
}

#menu ul li ul {
    height: auto;
    float: left;
    position: absolute;
    left: 0px;
    bottom: 44px;
    display: none;
}

#menu ul li:hover ul {
    display: block;
}

#menu ul li ul li,
#menu ul li ul a {
    background-image: none;
    padding: 0px;
    margin: 0px;
    height: auto !important;
    width: 100%;
    clear: both;
    float: none;
    display: block;
}

#menu ul li ul li,
#menu ul li ul a {
    padding-right: 18px;
}

#menu ul li ul a {
    color: #000000;
    padding: 6px;
    padding-left: 18px;
    background-color: #bfe6e5;
    background-image: url(../Images/zois-bullet.menu1.png);
    background-position: center left;
    background-repeat: no-repeat;
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
    opacity: 0.85;
    min-width: 100%;
}

#menu ul li ul a:hover {
    background-image: url(../Images/zois-bullet.menu2.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-color: #666666;
    color: #ffffff;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;

}

#menu #languages {
    float: right;
}

#menu #languages ul {
    padding: 0px;
    padding-top: 10px;
    margin: 0px;
    list-style: none;
    overflow: hidden;
    height: 34px;
}

#menu #languages li {
    background: none;
    background-image: none;
    background-position: left top;
    background-repeat: no-repeat;
    padding: 0px;
    padding-top: 6px;
    padding-left: 22px;
    margin: 0px;
    margin-right: 20px;
    display: inline;
}

#menu #languages li.en {
    background-image: url(../Images/zois.lang.en.png);
}

#menu #languages li.el {
    background-image: url(../Images/zois.lang.gr.png);
}

#menu #languages a {
    padding: 0px;
    margin: 0px;
}

#menu #languages a:hover {
    background: none;
    background-image: none;
}

#marquee {
    background-color: #ffffff;
    padding: 0px;
    margin: 0px;
    padding-left: 7px;
    padding-right: 7px;
    overflow: hidden;
    height: 27px;
}

#marquee li {
    float: none;
    display: inline;
    height: 27px;
}

#marquee li,
#marquee span {
    padding-right: 5px;
}

#marquee,
#marguee img {
    padding: 0px;
    margin: 0px;
}

#bar {
    background-color: #8393a5;
    overflow: hidden;
}

#main {
    background-color: #ffffff;
    padding: 0px;
    margin: 0px;
    overflow: auto !important;
}

#bar,
#main {
    padding: 4px;
}

#main {
    padding-bottom: 35px;
}


#main table {
    /* width: auto; */
}

#main table.articles {
    width: 100% !important;
}

#main table.articles td {
    vertical-align: top;
}

#main td {
    /* width: auto; */
}


.left {
    padding: 4px;
    padding-left: 16px;
    width: 180px;
    float: left;
}

.right {
    padding: 0px;
    width: 150px;
    float: right;

}

.center {
    font-size: 0.9em;
    overflow: hidden;
}



#bar .center {
    font-size: 0.85em;
    border-left: 1px solid #ffffff;
    padding: 4px;
    padding-top: 6px;
    padding-left: 15px;
    padding-right: 15px;
}

#bar .center h1 {
    color: #ffffff;
    font-size: 1em;
    font-weight: bold;
    background-image: url(../Images/zois-bullet.bar.png);
    background-position: center left;
    background-repeat: no-repeat;
    padding: 0px;
    margin: 0px;
    padding-left: 12px;
    padding-right: 6px;
    display: inline;
}

#bar .center ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: inline;
}

#bar .center li {
    padding: 0px;
    padding-left: 6px;
    padding-right: 6px;
    margin: 0px;
    border-left: 1px solid #ffffff;
    display: inline;
}

#bar .center h1 {
    padding-right: 0px;
    margin-right: 0px;
}

#bar .center a {
    color: #ffffff;
    text-decoration: none;
}

#bar .center a:hover {
    text-decoration: underline;
}

#bar .center a.selected,
#bar .center a.selected:hover {
    text-decoration: none;
    font-weight: bold;
}

#main .center {
    padding: 15px;
    border-left: 1px solid #79818a;
    border-right: 1px solid #79818a;
    min-height: 515px;
    overflow: hidden;
}

#main .center p {
    margin-bottom: 1.1em;
}

#main .center b,
#main .center strong {
    color: #000000;
}

form#search_form {
    padding: 0px;
    margin: 0px;
}

form#search_form input,
form#search_form a {
    font-size: 10px;
    background-image: none;
    display: inline;
    padding: 2px;
    padding-left: 3px;
    padding-right: 3px;
    margin: 0px;
    border: 1px solid #808080;
}

form#search_form input {
    width: 90px;
}

form#search_form a {
    background-color: #356083;
    color: #ffffff;
    text-decoration: none;
}

ul.banners,
ul.banners li {
    padding: 0px;
    margin: 0px;
    border: 0px;
    border-top: 0px;
    list-style: none;
    clear: none;
    overflow: hidden;
    float: none;
}

ul.banners li {
    padding-top: 10px;
    padding-bottom: 10px;
}

ul.banners img,
ul.banners a {
    border: none;
}

ul#banner1 {
    border-top: 1px dotted #cccccc;
}

ul#banner1 li {
    border-bottom: 1px dotted #cccccc;
}

ul#banner2,
ul#banner2 li,
ul#banner2 a,
ul#banner2 img {
    padding: 0px;
    margin: 0px;
}

#subcategories ul {
    font-size: 12px;
    padding: 0px;
    margin: 0px;
    margin-top: 40px;
    margin-bottom: 40px;
    list-style: none;
}

#subcategories ul li {
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
    list-style: none;
}

#subcategories ul a {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}

#subcategories ul a:hover,
#subcategories ul a.active {
    color: #004285;
}

#subcategories ul ul {
    margin: 0px;
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 5px;
}

#subcategories ul ul a {
    color: #000000;
    font-weight: normal;
}

#subcategories ul ul a.active {
    color: #000000;
    font-weight: bold;
}

#images {
    background-image: url(../Images/photogallery.png);
    background-position: top left;
    background-repeat: no-repeat;
    padding-top: 50px;
    margin-top: 20px;
    overflow: hidden;
}

#images img {
    border: 5px solid #8292a4;
    margin-right: 5px;
}

#relatedarticles {
    border-top: 5px solid #8292a4;
    padding: 0px;
    margin: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 20px;
}

#relatedarticles h3 {
    font-size: 12px;
    color: #004285;
}

#relatedarticles ul,
#relatedarticles li {
    list-style: none;
}

#relatedarticles li {
    margin-bottom: 5px;
}

#relatedarticles a {
    font-weight: bold;
    text-decoration: none;
    color: #000000;
}

#relatedarticles a:hover {
    color: #004285;
}

table.articlesInPage {
text-align:justify;
    padding: 10px;
}

.articlesInPage td.title,
.articlesInPage td.title1 {
    margin-left: 10px;
    margin-right: 10px;
    padding: 5px;
    padding-top: 10px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    border-top: 1px dotted #cccccc;
    display: block;
    background-image: url(../Images/articlesbullet.png);
    background-position: right center;
    background-repeat: no-repeat;

}

.articlesInPage td.title {
    min-width: 230px;
}

.articlesInPage td.title1 {
    min-width: 520px;
    display: table-cell;
}

.articlesInPage .date {
    color: #333333;
    margin-left: 10px;
    margin-right: 25px;
    padding: 5px;
    padding-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
    float: right;
}


.articlesInPage .date a {
    color: #333333;
    text-decoration: none;
}


.articlesInPage img {
    border: 0px;
    text-align: center;

}

.articlesInPage .title a,
.articlesInPage .title1 a {
    font-weight: bold;
    color: #004285;
    text-decoration: none;
}

.articlesInPage td.image {
    text-align: center;
    min-height: 180px;
    height: 180px;
    vertical-align: bottom;
}

.articlesInPage td.image img {
    margin: 0px auto;
}

.pagetext {
    font-size: 12px;
}


.pagetext a{
text-decoration:underline;
color:#0000FF;
}
.place_title{
font-size:12px;
font-weight:bold;
}
.pagetext table,
.pagetext td,
.pagetext tbody
.pagetext thead,
.pagetext tfoot
{
    border: 0px !important;
}

.pagetext table {
    margin-bottom: 2em;
}

.pagetext .photo {
    float: left;
    padding: 10px;
    padding-top: 0px;
    padding-left: 0px;
}


.pagetext img {
    max-width: 480px;
}


#articles {
    float: none;
    display: block;
}

ul.buttons {
    background-image: none;
    list-style: none;
    list-style-image: none;
}

ul.buttons li {
    background-image: none;
    list-style: none;
    list-style-image: none;
    display: inline;
}

.partners_table{
border:1px #000000 solid;
}

.odd{
background-color:#99A5B9;
}

.even{
background-color:#FFFFFF;
}


#manualDate{
color:#666666;
padding-top:5px;
padding-bottom:5px;
}