/* 
    Document   : styles
    Created on : 17 Ιαν 2009, 10:48:24 πμ
    Author     : User
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body{
    margin: 0px;
    padding: 0px;
    font-family:sans-serif;
    font-size:10pt;
    background:#FFFFFF url(img/g1.png)  repeat-x;
   
}
.m1{
    background:#FFFFFF url(img/b2.png)  repeat-x;
}

input{
    height: 14pt;
    font-size:8pt;
}
select{
    height: 14pt;
    font-size:8pt;
}
textarea{
    font-family:sans-serif;
    font-size:8pt;
}
a{
 font-size:10pt;
}

h1{
    font-size:14pt;
    font-weight:bold;
    color:navy;
}
h2{
    font-size:12pt;
    font-weight:bold;
    color:navy;
}
label{
    font-size:9pt;
    font-weight:bold;
}
table{
    background:#f3f3f3;
     
    line-height:1.6;
    
}

.note{
    font-size:8pt;
}

.successM{
    font-size:8pt;
    color:blue;
}

.errorM{
    font-size:8pt;
    color:red;
}


.resTable{
   border-collapse:collapse;
}

.resTable td {
    border: 1px solid black;
    text-align:center;
    font-size:8pt;
    word-wrap:break-word;

}

.resTable th {
    border: 1px solid black;
    text-align:center;
    font-size:8pt;
    font-weight:bold;
    background:navy;
    color:white;
}
.footer{
    text-align:center;
    font-size:8pt;
    font-weight:bold;
    /*background:silver;*/
    
}
.footer a{
    text-align:center;
    font-size:8pt;
    font-weight:bold;
   /* background:silver; */
    text-decoration:none;
}
.res{
    text-align:center;
    font-size:8pt;
    font-weight:bold;
    

}
.res a{
    text-align:center;
    font-size:8pt;
    font-weight:bold;

    text-decoration:none;
}
.sRes{
    text-align:right;
    font-size:8pt;
    font-weight:bold;
    background:#E3E3E3;

}
.sRes a{
    text-align:right;
    font-size:8pt;
    font-weight:bold;
    background:#E3E3E3;
    text-decoration:none;
}
.footerTable{
    text-align:left;
    background:none;
   
    padding-left:0px;
    padding-right:0px;
    line-height:1.2;
}
.footerTable td{
    padding:4px;
    text-align:left;
    background:none;
    font-size:8pt;
    font-weight:bold;
    color:white;
}

.menu{
    text-align:center;
    background:none;

    padding-left:0px;
    padding-right:0px;
    line-height:1.2;
}
 
 

.menu_cell{
     text-align:center;
    background:none;
    font-weight:bold;
    font-size:9pt;
    color: silver;
    padding-left:0px;
    padding-right:0px;
    line-height:1.1;

}

.menu_cell a{
     text-align:center;
    background:none;
    font-weight:bold;
    font-size:8pt;
    color: silver;
    padding-left:0px;
    padding-right:0px;
    line-height:1.1;

    text-decoration:none;
}

.menu_cell_over{
     text-align:center;
    background:none;
    font-weight:bolder;
    font-size:9pt;
    color: white;
    padding-left:0px;
    padding-right:0px;
    line-height:1.1;
    
}

.menu_cell_over a{
     text-align:center;
    background:none;
    font-weight:bolder;
    font-size:9pt;
    color: white;
    padding-left:0px;
    padding-right:0px;
    line-height:1.1;
    width:20%;
    text-decoration:none;
}

p {
   font-size:8pt;
   text-align:justify;
}

.conTable{
   border-collapse:collapse;
}

.conTable td {
    vertical-align:top;
    text-align:left;
    font-size:8pt;
    word-wrap:break-word;
 
    line-height:2 ;


}
.conTable td label{

    text-align:center;
    font-size:8pt;
     font-weight:bold;

}


.findTable{
   border-collapse:collapse;
   width:100%;
}

.findTable td {
    vertical-align:top;
    text-align:left;
    font-size:8pt;
    word-wrap:break-word;
    line-height:1;
   

}

.findTable th {
     
    vertical-align:top;
    text-align:left;
    font-size:9pt;
    font-weight:bold;
    line-height:1.1;


}
.findTable th a{
    height:15px;
    vertical-align:top;
    text-align:left;
    font-size:9pt;
     text-decoration:none;
    line-height:1.1;
    color:black


}

.findTable th a:hover{

     font-size:9pt;
     text-decoration:underline;
    line-height:1.1;
    color:black;
    

}

.findTable td label{

    text-align:center;
    font-size:8pt;
     font-weight:bold;

}

.findTable td a{

    text-align:center;
    font-size:8pt;
    

}



