/*
 * Parelia CSS Theme for JBoss Portal 2.6
 *
 * Creator: Thomas V. Bolis ~ t.bolis@cyberce.gr, tms@freemail.gr ~ Date:12/12/08
 * Version: 1.0
 */

html {
    height: 100%
}

body {
    margin: 0;
    padding: 0;
    background: #f3f2ed url("img/background-line.gif") top left repeat-x;
    font-family: Verdana, Arial, Helvetica, sans-serif !important;
    font-size: 11px;
    height: 100%;
}

/*html, body, */
#portal-container, #content-container, #right-side, #left-side {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

#left-side {
}

#left-column, #left-admin-column, #center-column, #center-admin-column, #center-region {
    height: 100%
}

#center-column {
    width: 76%
}

.center-content {
    padding: 3px;
}

#center-admin-column {
    width: 84%;
}

/* wrapper for entire portal. starts/ends after/before body tag */
#portal-container {
    margin: auto;
    width: 980px;
    border: 0;
    background-color: transparent;
}

#center-table {
	width: 100%;
	/*height: 100%*/
	vertical-align: top;
}

#languages-container {
    background: #f3f2ed none;
    height: 37px;
}

#left-column {
    width: 24%;
    background-color: #CAC7B8;
}

#left-admin-column {
    width: 16%;
    background-color: #CAC7B8;
    border-right: 1px dashed #80321B;
}

#right-column {

}

#kifisia-title-td-left {
    background: transparent url("img/title-left.gif") left center no-repeat;
    width: 11px;
}

#kifisia-title-td-right {
    background: transparent url("img/title-right.gif") left center no-repeat;
    width: 10px;
}

.kifisia-title {
    height: 68px;
    background: transparent url("img/title-pattern.gif") left center repeat-x;
    color: #bc860e;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
}

#kifisia-logo {
    height: 145px;
    background: #abaa95 url("img/back.gif") center center repeat;
    border-bottom: 1px dashed #4b330d;
}

a.footerlink {
    color: #ffffff;
    padding: 5px;
    text-decoration: none;
}

a.footerlink:hover {
    color: #80321B;
    text-decoration: none;
}

#menu-container {
    height: 28px;
}

#kifisia-forum-div {

}

/* ~~~~~~~~~~~~~~~~~~ */
/* Utility Navigation */
#dashboardnav {
    border-bottom: 1px dashed #A78A46;
}

#login-title {
    background: transparent url("img/login-title-pattern.gif") center left repeat-x;
    height: 40px;
}

#login-title-text {
    background-color: transparent;
    color: #FFFFFF;
    padding: 3px 3px 3px 5px;
    font-weight: bold;
    line-height: 30px;
}

/*LOGIN SECTION*/
#login-container {
    background: transparent url("img/login-body-pattern.gif") top left repeat;
    height: 145px;
    padding: 0 5px 0 5px;
    position: relative;
}

.logged-in-div {
    padding: 0 5px 0 5px;
    background: transparent url("img/login-body-pattern.gif") left top repeat; /*height: 110px;*/
    position: relative;
    height: 145px;
}

.logged-in-options {
    bottom: 5px;
    position: absolute;
}

.options-div {
    bottom: 5px;
    position: absolute;
}

.login-label {
    height: 24px;
    color: #5b6502;
    font-weight: bold;
}

.login-table-cell {
    border: 0 none;
    padding-top: 3px;
    text-align: right;
}

.login-table-cell-input {
    background-color: #6E694C;
    border: 1px dashed #ffffff; /*padding-top: 8px;*/
}

.login-input {
    border: 1px solid #6E694C;
    background-color: transparent;
    color: #FFFFFF;
    width: 140px;
    height: 20px;
}

.login-error {
    color: #ffffff;
    padding-left: 20px;
    margin: 1px 0 5px 1px;
    font: normal 11px tahoma, arial, helvetica, sans-serif;
    background: transparent url(img/panel_icon_warning.png) no-repeat 0 2px;
    line-height: 16px;
}

.login-link {
    background: transparent url("img/orange_bullet.gif") left bottom no-repeat;
    padding-left: 10px;
    color: #CCCCCC;
    text-decoration: none;
}

.login-link:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.login-button {
    border-color: #FFFFFF #666666 #666666 #FFFFFF;
    border-style: solid;
    border-width: 1px;
    background: #d3d0c9 url("img/icon-enter.png") 3px 3px no-repeat;
    padding: 2px 2px 2px 12px;
    color: #444444;
    font-size: 11px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
}

.login-button:hover {
    background-color: #FFFFFF;
    cursor: pointer;
}

.login-button:active {
    border-color: #666666 #FFFFFF #FFFFFF #666666;
}

.welcome-message {
    padding-top: 5px;
    margin-bottom: 3px;
    color: #FFFFFF;
}

.user-name-div {
    margin-top: 5px;
    font-weight: bold;
}

#content-container {
    width: 100%;
    min-width: 900px;
    border: 0;
    background-color: transparent;
}

#footer-container {
    text-align: left;
    font-size: 10px;
    color: #3B4969;
    padding: 0 0 1px 165px;
    margin: 0; /*height: 30px;*/
    border-top: 1px dashed #CCCCCC;
    border-left: 1px solid #a4a296;
    border-right: 1px solid #a4a296;
    border-bottom: 0;
    background: #a4a296 url("img/footer_ek_ktp_images.jpg") left center no-repeat;
}

.admin-ui .objectList .objectNameColumn {
    width: 20% !important;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* HIDE THE RENDERES FOR WINDOW MODES */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.portlet-mode-minimized {
    display: none !important;
}

.portlet-mode-normal {
    display: none !important;
}

.portlet-mode-help {
    display: none !important;
}

.portlet-mode-maximized {
    display: none !important;
}

.portlet-mode-container {
    display: none !important;
}

/*Flat input panel*/
input {
    border: 1px solid #CCCCCC;
}

/* Admin page CSS for the title*/
.admin-page-title {
    color: #FFFFFF;
    font-size: 14px;
    text-align: left;
    font-weight: bold;
    padding-bottom: 15px; /*border-top: 1px dashed #666600;*/
}

.admin-page-title-td-left {
    background: transparent url("img/bottom-admin-title-left.gif") top left no-repeat;
    width: 18px;
    height: 50px;
}

.admin-page-title-td-center {
    background: transparent url("img/bottom-admin-title-pattern.gif") top left repeat-x;
    height: 50px;
}

.admin-page-title-text {
    background: transparent url("img/dot.gif") left 5px no-repeat;
    padding-left: 12px;
}

.admin-page-title-td-right {
    background: transparent url("img/bottom-admin-title-right.gif") top left no-repeat;
    width: 18px;
    height: 50px;
}

/* Portal page CSS for the title*/
.page-title {
    color: #FFFFFF;
    font-size: 14px;
    text-align: left;
    font-weight: bold;
    padding-bottom: 15px;
    border-top: 1px dashed #666600;
}

.page-title-td-left {
    background: transparent url("img/bottom-title-left.gif") top left no-repeat;
    width: 18px;
    height: 25px;
}

.page-title-td-center {
    background: transparent url("img/bottom-title-pattern.gif") top left repeat;
    height: 25px;
}

.page-title-text {
    background: transparent url("img/dot.gif") left 5px no-repeat;
    padding-left: 12px;
}

.page-title-td-right {
    background: transparent url("img/bottom-title-right.gif") top left no-repeat;
    width: 18px;
    height: 25px;
}

/* ~~~~~~~~~~~~~~~ */
/*  Portal Header  */
/* ~~~~~~~~~~~~~~~ */

/* Wrapper for Header */
#header-container {
    width: 980px; /*height: 163px;*/
    border: 0;
    background-color: #666600;
}

/* ~~~~~~~~~~~~~~~ */
/* PORTLET WRAPPER */
/* ~~~~~~~~~~~~~~~ */

.portlet-titlebar-left {
    height: 30px;
    border-top: 10px solid #a78a46;
    background-color: #a4a296;
}

.portlet-titlebar-center {
    height: 30px;
    border-top: 10px solid #a78a46;
    background-color: #a4a296;
}

.portlet-titlebar-right {
    height: 30px;
    border-top: 10px solid #a78a46;
    background-color: #a4a296;
}

.portlet-titlebar-decoration {

}

.portlet-titlebar-title {
    color: #000000;
    font-size: 12px;
    white-space: nowrap;
    position: relative;
    background: transparent url("img/black_dot.gif") 2px center no-repeat;
    padding-left: 14px;
}

.portlet-content-left {
    width: 0;
}

.portlet-content-center {
    width: 100% !important;
}

.portlet-content-right {
    width: 0;
}

.portlet-container {
    padding: 0; /*background-color: #F3F2ED*/
}

.portlet-body {
    background-color: #cac7b8;
    vertical-align: top;
}

.portlet-footer-left {
    border-bottom: 1px dashed #A78A46;
}

.portlet-footer-center {
    border-bottom: 1px dashed #A78A46;

}

.portlet-footer-right {
    border-bottom: 1px dashed #A78A46;

}

.kifisia-big-title {
    color: BLACK;
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 0 5px;
}

.title-region {
    height: 40px;
    background-color: #cba75b;
}

.center-region {
    background-color: #F3F2ED;
}

.kifisia-big-title-date {
    font-size: 12px;
    color: #80321B;
    padding-right: 5px;
}

.left-region-div {
    background-color: #CAC7B8;

}

#right-region-div {
    background: transparent url("img/announcements-horizonal-line.gif") top left repeat;
    height: 100% !important;
    width: 33%;
}

#right {
    height: 100%;
}

/****************************
* Tab Navigation for Header *
*****************************/

#navigation {
    float: left;
    vertical-align: middle;
    line-height: 25px;
    background-color: transparent; /* #666600;*/
}

UL#tabsHeader {
/*margin: 0 0 3px;*/
    margin: 0;
    display: inline;
    min-width: 550px;
    z-index: 100; /* added for submenu hover */
    position: relative; /* added for submenu hover */
    line-height: 25px;

}

UL#tabsHeader li {
    display: inline;
    list-style: none;
    float: left;
    margin: 0;
    position: relative;
    line-height: 25px;
    white-space: nowrap;

}

UL#tabsHeader li:hover {
    white-space: nowrap;
}

/* hover selectors for main header tabs */
UL#tabsHeader li.hoverOn {
    white-space: nowrap;
    background-color: #BC860E;
}

UL#tabsHeader li.hoverOff {
    white-space: nowrap;
    line-height: 25px;

}

UL#tabsHeader a {
    display: inline;
    float: left;
    text-decoration: none;
    font-weight: bold;
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    line-height: 25px;
    padding: 5px 10px 1px 10px;
    width: 90px;
    white-space: nowrap;
}

UL#tabsHeader a:hover {
    text-decoration: none;
    white-space: nowrap;
    line-height: 25px;
    color: #FFFFFF;

}

UL#tabsHeader #current {
/*background-color: #FD6901;*/
    line-height: 25px; /*margin-bottom: 3px;*/
}

UL#tabsHeader #current a, #current a:hover {
    font-weight: bold;
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    line-height: 25px;
}

/* Begin Submenu selectors */

/* hide the sub levels and give them a positon absolute so that they take up no room */
UL#tabsHeader ul {
    visibility: hidden;
    position: absolute;
    height: 0;
    top: 0;
    left: 0;
    width: 150px;
    text-align: left;
    margin: 0;
    padding: 0; /*margin-top: 22px;*/
}

UL#tabsHeader ul a {
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
    font-weight: normal;
    color: #666600;
}

UL#tabsHeader ul a:hover {
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
    font-weight: normal;
    background-color: transparent;
    color: #666600;
}

UL#tabsHeader #current ul a {
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
    font-weight: normal;
    color: #666600;
}

UL#tabsHeader li:hover ul {
    visibility: visible;
}

/*UL#tabsHeader  ul li {*/
/*}*/

UL#tabsHeader ul li {
    background: #EDECEC url("img/menu_arrow.png") 3px center no-repeat;
    padding-left: 13px;
    color: #993300;
    width: 150px;
    border-left: 1px solid #6c664c;
    border-right: 1px solid #6c664c;
    border-bottom: 1px solid #6c664c;
    margin-left: 0;
    margin-top: 0;
    margin-right: 0;
    z-index: 100;
    top: 20px;
    left: 10px;
}

UL#tabsHeader ul li:hover {
    background: #CCCCCC url("img/tick.png") 3px center no-repeat;
    padding-left: 13px;
}

/* End Submenu selectors */

UL#tabsHeader #current a:hover {
    text-decoration: none;
}

/* Tab background color for selected global nav item */
li.currentTabBackground {
    background: #fff;
}

/* backslash hack for IE5-Mac \*/
UL#tabsHeader a {
    float: none;
}

/* End Mac Hack */
html>body UL#tabsHeader a {
    width: auto;
}

.portlet-form-button {
    background-color: #6c664c;
    font-size: 10px;
    color: #FFFFFF;
    border: 1px solid #CCCCCC;
    cursor: pointer;
    margin: 3px 3px 4px;
    padding: 1px;
}

/* fixes IE6 win hack */

#dashboardnav img {
    border: 1px solid #666600;
    padding: 0;
    height: 25px;
}

#dashboardnav a:hover {
    text-decoration: none !important;
}

#dashboardnav img:hover {
    background-color: #6c664c;
    border: 1px solid #FFFFFF;
    border-right-color: #CCCCCC;
    border-bottom-color: #CCCCCC;

}

/****************************
* Portlet Container Windows *
*****************************/
#ThemeBy:before {
    content: "Theme by Tom";
}

/********
* FONTS *
*********/

/* Font attributes for the normal  fragment font.
Used for the display of non-accentuated information */
.portlet-font {
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

/* Font attributes similar to the portlet.font but the color is lighter */
.portlet-font-dim {
    color: #777777;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

/********
* FORMS *
*********/
.portlet-form-label {
    color: #666600;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
}

/* Text of the user-input in an input field. not sure if we need this guy? */
.portlet-form-input-field {
    color: #000000;
    font-size: 12px;
    border: 1px solid #604E2A;
    background-color: #FFFFFF;
}

/* Text that appears beside a context dependent action icon */
.portlet-icon-label {

}

/* Text that appears beside a "standard" icon (e.g Ok, or Cancel)
not sure if we need this one?.. */
.portlet-dlg-icon-label {

}

/* Text for form field labels */
.portlet-form-field-label {
    font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
    font-size: 12px;
    color: #000;
    vertical-align: bottom;
    border: 1px solid #CCCCCC;
}

/* Text for a form field */
.portlet-form-field {
    font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
    font-size: 12px;
    color: #000; /*margin-top: 10px;*/
}

.pn-normal {
/*border: 1px solid #CCCCCC;*/
}

/********
* LINKS *
*********/

.portal-links:link {
    font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #242424;
    text-decoration: none;
}

.portal-links:hover {
    font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #666600;
    text-decoration: none;
}

.portal-links:active {
    font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #242424;
    text-decoration: none;
}

.portal-links:visited {
    font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #242424;
    text-decoration: none;
}

/***********
* MESSAGES *
************/

/* Status of the current operation. */
.portlet-msg-status {
    font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
    font-size: 12px;
    font-style: normal;
    color: #666600;
}

/* Help messages, general additional information, etc. */
.portlet-msg-info {
    font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
    font-size: 12px;
    font-style: italic;
    color: #000;
}

/* Error messages. */
.portlet-msg-error {
    color: #6c664c;
    font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

/* Warning messages. */
.portlet-msg-alert {
    font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #821717;
}

/* Verification of the successful completion of a task. */
.portlet-msg-success {
    font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #359630;
}

/***********
* SECTIONS *
************/

/* Table or section header */
.portlet-section-header {
    font-weight: bold;
    color: #000;
    font-size: 13px;
    background-color: #CBD4E6;
}

.portlet-section-body {
    font-size: 11px;
}

.portlet-section-alternate {
    font-size: 11px;
    background-color: #E6E8E5;
}

.provider-menu-container {
    vertical-align: middle;
}

.portlet-section-selected {
    font-size: 11px;
    background-color: #CBD4E6;
}

.portlet-section-subheader {
    font-weight: bold;
    font-size: 12px;
}

.portlet-section-footer {
    font-size: 10px;
}

/* Text that belongs to the table but does not fall in one of the other categories
(e.g. explanatory or help text that is associated with the section. */
.portlet-section-text {
    font-size: 12px;
    font-style: italic;
}

/*******************
* Table Selectors  *
********************/
/* Table header */
.portlet-table-header {
    font-weight: bold;
    color: #FFF;
    font-size: 13px;
    background-color: #666600;
}

/* Normal text in a table cell */
.portlet-table-body {
    color: #000;
    font-size: 12px;
}

/* Text in every other row in the table */
.portlet-table-alternate {
    color: #000;
    font-size: 12px;
    background-color: #E6E8E5;
}

/* Text in a selected cell range */
.portlet-table-selected {
    color: #000;
    font-size: 12px;
    background-color: #CBD4E6;
}

/* Text of a subheading */
.portlet-table-subheader {
    font-weight: bold;
    color: #000;
    font-size: 12px;
}

/* Table footer */
.portlet-table-footer {
    font-size: 11px;
}

/* Text that belongs to the table but does not fall in one of the other categories (e.g. explanatory or help text that is associated with the table). */
.portlet-table-text {
    font-size: 12px;
    color: #000;
    font-style: italic;
}

.menu {
    z-index: 50 !important;
}

/********
* MENUS *
*********/

/*General menu settings such as background color, margins, etc. */
.portlet-menu {

}

/* Normal, unselected menu item. */
.portlet-menu-item {
    color: #242424;
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.portlet-menu-item:hover {
    color: #666600;
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

#dashboard-link {
    visibility: hidden;
    display: none;
}

/* Selected menu item. */
.portlet-menu-item-selected {

}

/* Selected menu item when the mouse hovers over it. */
.portlet-menu-item-selected:hover {

}

/* Normal, unselected menu item that has sub-menus. */
.portlet-menu-cascade-item {

}

/* Selected sub-menu item that has sub-menus */
.portlet-menu-cascade-item-selected {

}

/* Descriptive text for the menu (e.g. in a help context below the menu) */
.portlet-menu-description {

}

/* Menu caption */
.portlet-menu-caption {

}

/* ===== WSRP 2.0 - As of now proposed additions are:	===== */

/* A separator bar similar to a horizontal rule, but with styling matching the page */
.portlet-horizontal-separator {
    color: #E6E8E5;
    height: 1px;
}

/* Allows portlets to mimic the title bar when nesting something */
.portlet-nestedTitle-bar {
}

/* Allows portlets to match the textual character of the title on the title bar. */
.portlet-nestedTitle {
}

/* Support portlets having tabs in the same style as the page or other portlets */
.portlet-tab {
}

/* Highlight the tab currently being shown */
.portlet-tab-active {
}

/* Highlight the selected tab (not yet active) */
.portlet-tab-selected {
}

/* A tab which can not be currently activated */
.portlet-tab-disabled {
}

/* Top level style for the content of a tab. */
.portlet-tab-area {
}

/* JFORUM STYLESHEETS */

/* ~~~~~~~~~~~~~~~~~~ */



