/* Html
----------------------------------------------------------------------------------------------------*/
html { 
    overflow-y: scroll
}

/* Body
----------------------------------------------------------------------------------------------------*/
body {
    background: url("../assets/bkgd_grey_gradient.jpg") repeat-x scroll 0 0 #FFFFFF;
    color: #333333;
    font-family: Arial,Helvetica,Sans-Serif;
    font-size: 75%;
    line-height: 1.5em;
}

/* Header Defaults
----------------------------------------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #3D3D3D;
    font-family: Arial,Helvetica,Sans-Serif;
    line-height: 1em;
}

h1 {
    font-size: 21px;
    margin-bottom: 20px;
}

h2 {
    font-size: 21px;
    margin-bottom: 12px;
}

h3 {
    font-size: 18px;
    margin-bottom: 6px;
}

h4 {
    font-size: 15px;
    margin-bottom: 6px;
}

h5 {
    font-size: 12px;
    margin-bottom: 6px;
}

h6 {
    font-size: 11px;
    margin-bottom: 6px;
}

/* Header Image Defaults
----------------------------------------------------------------------------------------------------*/
h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
    margin: 0;
}

/* Image Defaults
----------------------------------------------------------------------------------------------------*/
img,
a img {
    border: none;
    -ms-interpolation-mode: bicubic;
}

/* Paragraph Defaults
----------------------------------------------------------------------------------------------------*/
p {
    margin-bottom: 12px;
}

p img {
    margin: 0 12px 12px 0;
}

/* Link Defaults
----------------------------------------------------------------------------------------------------*/
a {
    color: #3B73B9;
}

a:link,
a:visited {
    text-decoration: none;
}

a:hover,
a:active {
    color: #39c;
    text-decoration: underline;
}

a:focus {
    outline: none;
}

a.button, .buttons a {
    border: 1px solid #999;
    color: #333333;
    cursor: pointer;
    height: 30px;
    margin: 0 10px 0 0;
    padding: 4px 9px;
    text-decoration: none;
    text-shadow: 1px 1px #fff;
}

a.button:hover,.buttons a:hover {
    background: #DDDDDD;
    text-decoration: underline;
    text-shadow: none;
}

a.button:active,.buttons a:active {
    background: #CCCCCC;
}

/* Unordered List Defaults
----------------------------------------------------------------------------------------------------*/
ul {
    list-style-position: outside;
    list-style-type: disc;
    margin: 0 0 15px 18px;
}

li {
    padding-bottom: 9px;
}

/* Wrappers
----------------------------------------------------------------------------------------------------*/
#mainWrapper,
#headerWrapper,
#mastheadWrapper,
#primaryWrapper,
#contentWrapper,
#footerWrapper {
    margin: 0 auto;
    width: 1020px;
}

#mainWrapper {
    background: none;
}

#headerWrapper {
    background: none;
}

#mastheadWrapper {
    background: url("../assets/bkgd_cap.png") no-repeat scroll 50% -20px transparent;
}

#primaryWrapper {
    background: url("../assets/bkgd_cap.png") no-repeat scroll 50% -40px transparent;
}

#contentWrapper {
    background: url("../assets/bkgd_content.png") repeat-y scroll 50% 0 transparent;
}

#footerWrapper {
    background:none;
}

/* MainCap Top & Bottom
----------------------------------------------------------------------------------------------------*/
.mainCap {
    background: url("../assets/bkgd_cap.png") no-repeat scroll 0 0 transparent;
    position: absolute;
    width: 1020px;
}

.mainCap.top {
    background-position: 50% 0;
    top: 10px;
    height: 20px;
    z-index: -5;
}

.mainCap.bottom {
    background-position: 50% 100%;
    height: 20px;
    z-index: -5;
}

/* Header Navigation
----------------------------------------------------------------------------------------------------*/
#headerNav {
    height: 30px;
    line-height: 30px;
}

#headerNav ul {
    list-style: none;
    margin: 0;
    position: absolute;
    right: 0;
}

#headerNav li {
    display: inline;
    font-size: 11px;
    padding: 0;
}

#headerNav a {
    border-right: 1px solid #999999;
    padding: 0 9px;
    color: #333333;
    font-weight: bold;
    text-shadow: 1px 1px #FFFFFF;
}

#headerNav a.first {
    padding-left: 0;
}

#headerNav a.last {
    border: 0;
    padding-right: 0;
}

#headerNav a:hover {
    color: #000000;
}

/* Footer Navigation
----------------------------------------------------------------------------------------------------*/
#footerNav {
    height: 30px;
    line-height: 30px;
}

#footerNav p {
    display: inline;
    font-size: 11px;
    color: #333333;
    padding: 0;
}

/* Masthead Container
----------------------------------------------------------------------------------------------------*/
#mastheadContainer {
    height: 100px;
}

/* Masthead Logo
----------------------------------------------------------------------------------------------------*/
#mastheadLogo h1 {
    margin: 20px 0 0 0;
    height: 60px;
    border: 0;
}

/* Masthead Navigation
----------------------------------------------------------------------------------------------------*/
#mastheadNav {
    height: 20px;
    line-height: 20px;
    margin-top: 30px;
}

#mastheadNav ul {
    list-style: none;
    margin: 0;
    position: absolute;
    right: 0;
}

#mastheadNav li {
    display: inline;
    font-size: 11px;
    padding: 0;
}

#mastheadNav a {
    border-right: 1px solid #999999;
    padding: 0 9px;
    color: #333333;
}

#mastheadNav a.first {
    padding-left: 0;
}

#mastheadNav a.last {
    border: 0;
    padding-right: 0;
}

/* Primary Navigation
----------------------------------------------------------------------------------------------------*/
#primaryNav {
    background: url("../assets/bkgd_shadow_light.png") no-repeat scroll 50% 30px transparent;
    height: 70px;
    overflow: hidden;
}

#primaryNav ul {
    background: url("../assets/bkgd_primary_nav.png") repeat-x scroll 0 transparent;
    height: 30px;
    line-height: 30px;
    list-style: none;
    margin: 0;
    position: relative;
}

#primaryNav li {
    font-family: Arial,Helvetica,Sans-Serif;
    font-weight: bold;
    font-size: 12px;
    padding: 0
}

#primaryNav a {
    color: #FFFFFF;
    display: block;
    padding: 0 9px;
}

#primaryNav a:hover {
    background: #00755E;
}

/* Secondary Navigation
----------------------------------------------------------------------------------------------------*/

#secondaryNav ul {
    list-style: none;
    margin: 0;
}

#secondaryNav ul li {
    color: #333333;
    list-style-position: outside;
    padding-bottom: 0;
    font-size: 12px;
    font-weight: bold;
    text-indent: 0;
    text-shadow: 1px 1px #FFFFFF;
}

#secondaryNav ul li a {
    color: #333333 !important;
    background: #DDDDDD;
    border: 1px solid #999999;
    display: block;
    _display: inline-block;
    padding: 5px;
    margin-bottom: 10px;
}

#secondaryNav ul li a:hover,
#secondaryNav ul li a:active {
    background: #DDDDDD;
    text-decoration: underline;
    _display: block;
}

#secondaryNav ul li a.snSelect,
#secondaryNav ul li a:hover.snSelect,
#secondaryNav ul li a:active.snSelect {
    background: none;
    text-decoration: none!important;
    _display: block !important;
}

#secondaryNav a.submenu {
    color: #333333 !important;
    background: none;
    border: none;
    display: block;
    _display: inline-block;
    padding: 2px 5px;
    margin: 0;
    font-weight: normal;
}

#secondaryNav a:hover.submenu,
#secondaryNav a:active.submenu {
    background: none;
    text-decoration: underline !important;
    _display: block !important;
}

#secondaryNav label.submenu {
    color: #333333 !important;
    font-weight: bold;
    text-decoration: underline;
    display: block;
    _display: inline-block;
    padding: 2px 5px;
}

/* Logo Navigation
----------------------------------------------------------------------------------------------------*/
#logoNav ul {
    text-align: center;
    list-style: none;
    margin: 0;
}

#logoNav ul li {
    color: #333333;
    list-style-position: outside;
    padding-bottom: 0;
    font-size: 12px;
    font-weight: bold;
    text-indent: 0;
    text-shadow: 1px 1px #FFFFFF;
}

#logoNav li a,
#logoNav li a:hover,
#logoNav li a:active {
    text-decoration: none;
}

#logoNav img {
    border: none;
    height: auto;
    width: auto;
    margin-bottom: 40px;
}
 
/* Navigation List Items
----------------------------------------------------------------------------------------------------*/
#headerNav li,
#mastheadNav li,
#primaryNav li,
#footerNav li,
#pageToolsNav li {
    float: left;
}

/* Carousel
----------------------------------------------------------------------------------------------------*/
#carousel {
    background: url("../assets/bkgd_shadow_dark.png") no-repeat scroll 50% 260px transparent;
    height: 290px;
    overflow: hidden;
}

/* Box Container
----------------------------------------------------------------------------------------------------*/
.boxContainer {
    border: 0;
    float: left;
}

.boxContainer h2 {
    background: #DDDDDD;
    border: 1px solid #999999;
    color: #333333;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    padding-left: 9px;
    margin-bottom: 0;
    text-shadow: 1px 1px #FFFFFF;
}

.boxContainer img {
    display: block;
}

/* Box
----------------------------------------------------------------------------------------------------*/
.box {
    background: none;
    overflow: hidden;
    position: relative;
    padding: 15px 9px;
}

.box h3 {
    background: none repeat scroll 0 0 transparent;
    border-bottom: 1px dotted #999999;
    border-width: 0 0 1px;
    font-size: 18px;
    height: auto;
    line-height: normal;
    margin: 0 0 6px;
    padding: 0 0 3px;
    text-shadow: none;
}

.box h4 {
    background: none repeat scroll 0 0 transparent;
    border-bottom: 1px dotted #999999;
    border-width: 0 0 1px;
    font-size: 14px;
    height: auto;
    line-height: normal;
    margin: 0 0 6px;
    padding: 0 0 3px;
    text-shadow: none;
}

.box img {
    border: 1px solid #999999;
    margin: auto;
}

.grid_3 .box img {
    margin-bottom: 9px;
}

.grid_5 .box img {
    margin-bottom: 9px;
    width: 358px;
    height: 198px;
}

.box a.learnMore {
    background: url("../assets/arrow_blue.gif") no-repeat scroll 100% 60% transparent;
    font-weight: bold;
    bottom: 9px;
    line-height: 12px;
    padding-right: 9px;
}

/* Connect Bar
----------------------------------------------------------------------------------------------------*/
h2#connectBar {
    background: #EEEEEE;
    border: 1px solid #DDDDDD;
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    margin-bottom: 30px;
    padding: 0 9px;
    text-shadow: 1px 1px #fff;
    overflow: hidden;
}

h2#connectBar a {
    color: #00755E;
}

h2#connectBar a:hover {
    text-shadow: none;
    text-decoration: underline;
}

h2#connectBar span.message {
}

h2#connectBar span.action {
    font-weight: bold;
}

/* Accordion
----------------------------------------------------------------------------------------------------*/
#accordion {
    background: beige;
    border-style: solid;
    border-color: #999999;
    border-width: 1px 1px 0 1px;
}

#accordion.boxContainer h2 {
    border-width: 0 0 1px 0;
    cursor: pointer;
    height: auto;
}

#accordion.boxContainer h2:hover {
    text-decoration:underline;
}

#accordion.boxContainer h2.current {
    background: #FFFFFF;
    cursor: default;
    text-decoration: none;
}

#accordion .pane {
    display:none;
    padding:9px;
    border-style: solid;
    border-color: #999999;
    border-width: 0 0 1px 0;
}

/* Tabs
----------------------------------------------------------------------------------------------------*/
ul.tabs {    
    height: 30px;
    background: none;
    list-style: none;
    border: 0;
    position: absolute;
    right: 0;
    top: 0;
}

ul.tabs li {
    float: left;
    font-size: 11px;
    font-weight: bold;
    list-style-image: none !important;
    margin: 0 !important;
    padding: 0;
    text-indent: 0;
    text-shadow: 1px 1px #FFFFFF;
}

ul.tabs a {
    background: none;
    color: #333333;
    display: block;
    _display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0 10px;
    position: relative;
    text-decoration: none;
    top: 1px;
}

ul.tabs a:hover {
    text-decoration: underline;
}

ul.tabs a.current,
ul.tabs a.current:hover,
ul.tabs a.current:active {
    background: #FFFFFF !important;
    border-color: #999999 #999999 #FFFFFF #999999;
    border-style: solid;
    border-width: 0 1px 1px;
    color: #000000 !important;
    cursor: default !important;
    padding: 0 9px;
    text-decoration: none;
}

/* Page Title
----------------------------------------------------------------------------------------------------*/
#pageTitle h1 {
    border-bottom: 1px solid #999999;
    color: #00755E;
    padding-bottom: 6px;
}

#pageTitle h1 span {
    border-left: 1px solid #999999;
    color: #333333;
    font-weight: normal;
    margin-left: 9px;
    padding-left: 9px;
}

/* Page Tools Navigation
----------------------------------------------------------------------------------------------------*/
#pageToolsNav {
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    top: 0;
}

#pageToolsNav ul {
    list-style: none;
    margin: 0;
}

#pageToolsNav li {
    display: inline;
    font-size: 11px;
    padding: 0;
}

#pageToolsNav a {
    border-right: 1px solid #999999;
    padding: 0 9px;
    color: #333333;
}

#pageToolsNav a:hover {
    color: #000000;
}

#pageToolsNav .first {
    padding-left: 0;
}

#pageToolsNav .last {
    border: 0;
    padding-right: 0;
}

/* Pagination
----------------------------------------------------------------------------------------------------*/
.pagination {
    padding: 0 0 20px 0;
    margin: 0;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}

.pagination a {
    background: #DDDDDD;
    color: #333333;
    border: 1px solid #999999;
    padding: 5px 10px;
    margin: 5px;
    text-decoration:none;
    display: inline-block;
    text-indent: 0;
    text-shadow: 1px 1px #FFFFFF;
}

.pagination a:hover,
.pagination a:active {
    background: #DDDDDD;
    text-decoration: underline;
}

.pagination span {
    padding: 5px 10px;
    text-decoration: none;
    display: inline-block;
}

.pagination span.current {
    color: #333333;
    border: 1px solid #999999;
    padding: 5px 10px;
    margin: 5px;
    text-decoration: none;
    display: inline-block;
}

.pagination span.disabled {
    display: none;
}

/* Login Pane
----------------------------------------------------------------------------------------------------*/
#loginPane {
    line-height:40px;
}

#loginPane ul {
    list-style: none;
    margin: 0;
}

#loginPane ul li {
    color: #333333;
    list-style-position: outside;
    font-size: 12px;
    font-weight: bold;
    text-indent: 0;
    text-shadow: 1px 1px #FFFFFF;
    padding: 10px 0;
}

#loginPane label {
    font-size: 12px;
    display: block;
    width: 150px;
    float: left;
}

#loginPane input {
    border: 1px solid #999999;
    font-size: 12px;
    padding: 4px 6px;
    width: 200px;
}

/* Admin Pane
----------------------------------------------------------------------------------------------------*/
#adminPane ul {
    list-style: none;
    margin: 0;
}

#adminPane ul li {
    color: #333333;
    list-style-position: outside;
    font-size: 12px;
    font-weight: bold;
    text-indent: 0;
    text-shadow: 1px 1px #FFFFFF;
}

#adminPane label {
    font-size: 12px;
    display: block;
    width: 150px;
    float: left;
}

#adminPane input,
#adminPane select,
#adminPane textarea {
    border: 1px solid #999999;
    padding: 4px 6px;
    width: 200px;
    font-family: Arial,Helvetica,Sans-Serif;
    font-size: 12px;
}

#adminPane span.validate {
    font-size: 12px;
    color: red;
    display: block;
    padding: 2px 6px 2px 150px;
    width: 486px;
}

/* Koinoxrista Pane
----------------------------------------------------------------------------------------------------*/
#koinoxristaPane ul {
    list-style: none;
    margin: 0;
}

#koinoxristaPane ul li {
    color: #333333;
    list-style-position: outside;
    font-size: 12px;
    font-weight: bold;
    text-indent: 0;
}

#koinoxristaPane label {
    font-size: 12px;
    display: block;
    width: 150px;
    float: left;
}

#koinoxristaPane input,
#koinoxristaPane select,
#koinoxristaPane textarea {
    border: 1px solid #999999;
    padding: 4px 6px;
    width: 200px;
    font-family: Arial,Helvetica,Sans-Serif;
    font-size: 12px;
}

#koinoxristaPane span.validate {
    font-size: 12px;
    color: red;
    display: block;
    padding: 2px 6px 2px 150px;
    width: 486px;
}

.map_canvas {
    border: 1px solid #999999;
    width: 648px;
    height: 250px;
}

.map_canvas:after {
    color: #999999;
    content: "Εισάγετε Διεύθυνση.";
    display: block;
    font-size: 2em;
    padding-top: 110px;
    text-align: center;
}

#koinoxristaPane table {
    font-size: 12px;
    width: 100%;
}

#koinoxristaPane table caption {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
}

#koinoxristaPane table td {
    text-align: center;
    font-weight: bold;
    border-style: none;
    padding: 8px;
    /*line-height: 30px;*/
}

#koinoxristaPane table th {
    text-align: center;
    font-weight: bold;
    border-style: none;
    padding: 8px;
    background-color: #dddddd;
}

#koinoxristaPane table label {
    font-size: 12px;
    display: inline-block;
    margin: 0 5px;
    float: none;
    font-weight: bold;
}

/* ckeditor
----------------------------------------------------------------------------------------------------*/
.cke_editable.cke_editable_inline.cke_focus {
    box-shadow: inset 0px 0px 20px 3px #ddd, inset 0 0 1px #000;
    outline: none;
    background: #eee;
    cursor: text;
}

.cke_editable_inline pre {
    white-space: pre-wrap;
    word-break: normal;
}

#cke_subtitle,
#cke_body {
    width: 498px;
    margin-left: 150px;
}

h3.ckeditor {
    background: none repeat scroll 0 0 transparent;
    border-bottom: 1px dotted #999999;
    border-width: 0 0 1px;
    font-size: 18px;
    height: auto;
    line-height: normal;
    margin: 0 0 20px;
    padding: 0 0 3px;
    text-shadow: none;
}
