/* 
    Document: intrastatStyle
    Created on: 2 Νοέμβριος 2006, 2:13 μμ
    Author: mker
    Description: Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

@media screen {

BODY {
    MARGIN: 0px;
}

TD {
    FONT-FAMILY: Tahoma;
    font-size: 14px;
}


.bodyBackground{
/*    background-color: #BDCBDE;*/
    background-color: #A0B1CB;
}


.bodyPopupStyle {
    vertical-align: top;
    background: #BDCBDE;     
    width: 100%;        
}


.headerBackground{
    background-color: #BDCBDE;
}

.text {
    FONT-FAMILY: Tahoma;
    font-size: 14px;
}

.viewOnlyText {
    color: blue;
}

.hintText { 
    FONT-FAMILY: Tahoma;
    font-size: 11px;
}

.infotext {
    FONT-FAMILY: Tahoma;
    font-size: 14px;
}

.infoStyle {
    color: blue;
}

.menutext {
    FONT-FAMILY: Tahoma;
    font-size: 12px;
}

.footer {
    FONT-FAMILY: Tahoma;
    font-size: 10px;
}

.label {
    FONT-FAMILY: Tahoma;
    font-size: 14px;
    white-space: nowrap;
}
.panelTabActive input {
    FONT-FAMILY: Tahoma;
    font-size: 14px;
    width: 151px;
    white-space: nowrap;
}
.panelTabInactive input {
    FONT-FAMILY: Tahoma;
    font-size: 14px;
    width: 151px;
    white-space: nowrap;
}
.panelTabActiveLarge input {
    FONT-FAMILY: Tahoma;
    font-size: 14px;
    width: 461px;
    white-space: nowrap;
}
.panelTabInactiveLarge input {
    FONT-FAMILY: Tahoma;
    font-size: 14px;
    width: 461px;
    white-space: nowrap;
}
TD.date{
    text-align: right;
} 
TD.number {    
    text-align: right;
}
TD.descr{
    text-align: left;
}
TD.code {
    text-align: left;
}
TD.boolean{
    text-align: center;
}
TD.time {
    text-align: center;
}

.headerStyle {
    vertical-align: top;
    width: 100%;            
}

.bodyStyle {
    vertical-align: top;
    background: white;         
    width: 100%;            
}

.menubar1 {
    background: #124981;
    height: 2px;
}

.menubar2 {
    background: #2B6BAC;
    height: 20px;    
}

.menubar3 {
    background: #FF8533;
    height: 2px;
}

A.link:link, A.link:visited, A.link:active {
    FONT-FAMILY: Tahoma;
    font-size: 14px;
    color: dark-blue;
    text-decoration: underline;
}

A.link:hover {
    color: orange;
}

.menuLink{
    font-weight: bold;
    white-space: nowrap;
    color: white;
    text-decoration: none;
    border: 0px;
}
A.menuLink:link, A.menuLink:visited, A.menuLink:active {
    text-decoration: none;
}
A.menuLink:hover {
    text-decoration: underline;
    color: orange;
/*    background-color: orange;*/
}
.menuImage{
    text-decoration: none;
    border: 0px;
}
.tree {
    FONT-FAMILY: Tahoma;
    font-size: 14px;
    color: black;
}

A.tree:link, A.tree:visited, A.tree:active {
    FONT-FAMILY: Tahoma;
    font-size: 14px;
    text-decoration: underline;
    color: darkblue;
}

A.tree:hover {
    color: orange;
}

input.tree{
   color: #363;
   font-weight: bold;
   background-color: #BFBFFF;

   border: 1px solid;
   border-top-color: #696;
   border-left-color: #696;
   border-right-color: #363;
   border-bottom-color: #363;
}

.pageTitle {
    font-weight: bold;
    font-size: 16px;
}

.subPageTitle {
    font-weight: bold;
    font-size: 14px;
}

.left {
    vertical-align: middle;
    text-align: left;
}

.centered {
    vertical-align: middle;
    text-align: center;
}

.right {
    vertical-align: middle;
    text-align: right;
}

.bold {
   font-weight: bold;
}

.errorReportTable {
    border: outset; 
    background-color: #F5F5F5; 
    border-color: #FF8533;
}

.errorStyle {
    FONT-FAMILY: Tahoma;
    font-size: 14px;
    color: red;
}

.warnStyle {
    FONT-FAMILY: Tahoma;
    font-size: 14px;
    background-color: yellow;
}


.filterStyle{
    border-style: solid;
    border-width: thin;
    border-color: #C6D3EF;
    padding: 0px;
    width: 100%;
}

.fieldSetStyle{
    border-style: solid;
    border-width: thin;
    border-color: #C6D3EF;
}

.informationStyle{
    border-style: solid;
    border-width: thin;
    border-color: #2B6BAC;
    width: 100%;
    FONT-FAMILY: Tahoma;
    font-size: 8px;
}

.warningStyle{
    border-style: solid;
    border-width: thin;
    border-color: #FF8533;
    width: 100%;    
}

.legendStyle{
    border-style: solid;
    border-width: thin;
    border-color: #c6d3ef;
    text-align: right;
    vertical-align: middle;
    height: 15px;
    width: 110px;
}

.underlined {
    text-decoration: underline;
}

.statusOK {
    color: green; 
    font-weight: bold;
}

.statusError {
    color: red;
}

.statusIncomplete {
    color: #716F64; 
    font-weight: bold;
}

.statusEstimation {
    color: green;
}

.adminEdit {
    color: blue;
}

INPUT.numberField {
    text-align: right;
}

.verticalAlignTop {
    vertical-align: top;
}
.verticalAlignBottom {
    vertical-align: bottom;
}

INPUT.button {
    border: none;
    color: black;
    width: 120px;
    height: 25px;
    background:  url(../images/backBtn.gif);
    behavior: url("../images/buttonBehavior.htc");
    FONT-FAMILY: Tahoma;
    font-size: 12px;
    font-weight: bold;
}
INPUT.mediumButton {
    border: none;
    color: black;
    width: 85px;
    height: 16px;
    background:  url(../images/backMediumBtn.gif);
    behavior: url("../images/buttonMediumBehavior.htc");
    FONT-FAMILY: Tahoma;
    font-size: 12px;
    vertical-align: top;
}

INPUT.smallButton {
    border-width: 2px;
    font-weight: bold;
    border-color: silver gray gray silver;
    color: black;
    background-image: url(../images/buttongrad.jpg);
}

.loginTable {
    width: 450px;
    border-style: thin;
    border-color: black;
    border-width: 2px 2px 2px 2px;
}

.resultsTable {
    background: #CAD2FF;
    width: 100%;
    border-width: 1px;
    border-style: solid;    
}

.resultsTableSmall {
    background: #9999FF;
    width: 100%;
    border-width: 1px;
    border-style: solid;    
}

.bgrWhite{
    background: white;
}

.resultsTableHeaderRow  {
    font-size: 14px;
    font-weight: bold;
    background: black;
    color: white;
}

th.resultsTableHeaderRow A:link, th.resultsTableHeaderRow A:visited, th.resultsTableHeaderRow A:active {
    color: white;
    text-decoration: none;
}

th.resultsTableHeaderRow A:hover {
    color: orange;
}

TR.oddRow  {
    background: #FFFFDD;
}
TR.evenRow {
    background: #EEEEFF;
}


.popupTableHeaderRow {
    font-size: 14px;
    font-weight: bold;
    background: black;
    color: white;
}

.popupTable {
    position: absolute; 
    background: #D8DEFF;     
    border-style: outset;
}

/* Visible - Invisible */
.invisibleStyle {
    visibility: hidden;
    display: none;
}

.visibleStyle {
    visibility: visible;
    display: inline;
}


.wrap{
    white-space: wrap;
}
.nowrap{
    white-space: nowrap;
}
.width5{
    width: 5px;
    white-space: nowrap;
}
.width20{
    width: 20px;
    white-space: nowrap;
}
.width30{
    width: 30px;
    white-space: nowrap;
}
.width40{
    width: 40px;
    white-space: nowrap;
}
.width50{
    width: 50px;
    white-space: nowrap;
}
.width60{
    width: 60px;
    white-space: nowrap;
}
.width70{
    width: 70px;
    white-space: nowrap;
}
.width80{
    width: 80px;
    white-space: nowrap;
}
.width90{
    width: 90px;
    white-space: nowrap;
}
.width100{
    width: 100px;
    white-space: nowrap;
}
.width110{
    width: 110px;
    white-space: nowrap;
}
.width125{
    width: 125px;
    white-space: nowrap;
}
.width135{
    width: 135px;
    white-space: nowrap;
}
.width150{
    width: 150px;
    white-space: nowrap;
}
.width175{
    width: 175px;
    white-space: nowrap;
}
.width185{
    width: 185px;
    white-space: nowrap;
}
.width200{
    width: 200px;
    white-space: nowrap;
}
.width205{
    width: 205px;
    white-space: nowrap;
}
.width210{
    width: 210px;
    white-space: nowrap;
}
.width250{
    width: 250px;
    white-space: nowrap;
}
.width300{
    width: 300px;
    white-space: nowrap;
}
.width350{
    width: 350px;
    white-space: nowrap;
}
.width400{
    width: 400px;
    white-space: nowrap;
}
.width500{
    width: 500px;
    white-space: nowrap;
}
.width600{
    width: 600px;
    white-space: nowrap;
}
.percent5{
    width: 5%;
}
.percent10{
    width: 10%;
}
.percent12{
    width: 12%;
}
.percent20{
    width: 20%;
}
.percent25{
    width: 25%;
}
.percent30{
    width: 30%;
}
.percent40{
    width: 40%;
}
.percent45{
    width: 45%;
}
.percent50{
    width: 50%;
}
.percent55{
    width: 55%;
}
.percent60{
    width: 60%;
}	
.percent65{
    width: 65%;
}	
.percent70{
    width: 70%;
}
.percent75{
    width: 75%;
}
.percent80{
    width: 80%;
}
.percent90{
    width: 90%;
}
.percent95{
    width: 95%;
}
.percent100{
    width: 100%;
}
.heightPercent100{
    height: 100%;
}

.height135 {
    height: 135px;
}

.height350{
    height: 350px;
}
.padding5 {
    padding: 5px;
}



/*
 Tabs styles
 */
.tab {
  background-color: #c0c0c0;
  border: 1px solid #000000;
  border-width: thin;
  border-bottom-width: 0px;
  padding: 2px 1em 2px 1em;
  padding-bottom: 0px;
  text-decoration: none;
  width: 100%;  
}

.tab, .tab:visited {
  color: #808080;
}

.tab:hover {
  background-color: #d0d0d0;
  color: #606060;
}

.tab.activeTab, .tab.activeTab:hover, .tab.activeTab:visited {
  background-color: #f0f0f0;
  color: #000000;
}

.tabOutline{
    border-style: solid;
    border-width: thin;    
    border-color: black;
    width: 100%;
}


FORM.noMarginForm {
    margin : 0; 
    padding : 0;
}



.scrollerResultInfo {
   color: blue;
   background-color: transparent;
   text-transform: Uppercase;
   padding: 5px 5px 5px 0px;
   margin: 0;
   font-size: 11px;
   text-align: center;
}

.scrollerRowSelectorLabel {
   color: blue;
   background-color: transparent;   
   padding: 5px 5px 5px 0px;
   margin: 0;
   font-size: 11px;
   text-align: center;
}

.scrollerPaginator {
    padding: 0;
    font-family: Verdana, Arial, Helvetica, Sans-serif;
    font-size: 1em;
    color: #333;
    background-color: transparent;
    font-weight: bold; 
    font-size: 11px;
    text-align: center;
    white-space: nowrap;
}
a.scrollerLink {
    color: #415481;
    background-color: transparent;
}
a:visited.scrollerLink {
    color: #8A9CBD;
    background-color: transparent;
}
a:hover.scrollerLink {
    color: #f80;
    text-decoration: none;
    background-color: transparent;
}

}