/* 
    Document   : login2
    Created on : 1. duben 2008, 13:10
    Author     : kodl
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

BODY {
    font-family: Verdana, Arial; 
    font-size: 11px; 
    background:     #70A5C6; 
    background-image: url('../img/coins3.jpg'); 
    background-repeat: no-repeat;
}

H1  {
   padding: 7px 0px 0px 0px;
   position:  relative;
   text-align: center; 
   top: 0px;
   font-size: 25px; 
   font-weight : bold; 
   font-family: Verdana,Arial; 
   color: #00007e; 
   line-height: 150%;
   vertical-align: middle;
   text-shadow: #AAAAAA 3px 3px; 
   text-decoration: none;
}
H2  {text-align: center; font-size: 18pt; font-weight : bold; font-family: Verdana,Arial; color: #00003e;}
H3  {text-align: center; font-size: 14pt; font-weight : bold; font-family: Verdana,Arial; color: #00009e;}
H4  {text-align: center; font-size: 13pt; font-weight : bold; font-family: Verdana,Arial; color: #00009e;}



input, button, select, submit {
    height: 30px;
    color: #0000A0;
    font-size: 14px;
    vertical-align: middle;    
    font-family:   Verdana,Arial;
}



.TXT1
{
  font-size:           15px;
  font-weight:         bold;
  background:          transparent;
  text-align:          justify;
  text-decoration:     none;
  font-family:         Verdana, Arial;
  color:               #00006e;
  line-height:         110%;
}

.DESCDIV {
    padding: 20px 0px 0px 0px;
    position:       absolute;
    display:        block;
    top:            100px; 
    left:           30px; 
    width:          577px;
    height:         515px;
    border:         0px dashed black;

    font-family:    Verdana, Arial;
    color:          #00006e;
    font-size:      14px;

    overflow-y:     auto; 
    overflow-x:     hidden;
    overflow: auto; 
}

.LTEXT { 
    text-align:     justify;
    font-size:      13px;
    color:          #00002e;
    padding: 0px 15px 0px 30px;
}



.TITLEDIV {


    text-align: center;
    vertical-align: middle;

    padding:   0px 0px 0px 0px;
    position:       absolute;
    display:        block;
    top:            33px; 
    left:           14px; 
    width:          600px;
    height:         85px;

    font-family:    Verdana, Arial;
    color:          #00006e;
    font-size:      18px;


}

.LOGINDIV {
    padding: 20px 20px 0px 0px;
    text-align:          center;
    position:       absolute;
    display:        block;
    top:            70px; 
    left:           660px; 
    width:          400px;
    height:         160px;
    border:         0px dashed black;
    background-position: center; 

    font-family:    Verdana, Arial;
    color:          #00006e;
    font-size:      10px
}

.ADVDIV {
    border: 0px dashed black;  
    padding: 0px 0px 0px 0px; 
    margin: -2px 0px 0px 0px; 
    background: transparent;
    position:       absolute;
    display:        block;
    bottom:         20px; 
    left:           630px; 
    font-family:    Verdana, Arial;
}

.ADVDIV2 {
    position:       absolute;
    display:        block;
    bottom:         20px; 
    left:           630px; 
    background:     #80B5D6; 

    font-family:    Verdana, Arial;
}


