
div.planthetrip-container {
    font-family: Tahoma, Arial, sans-serif;  
    color: white;
}

table.planthetrip {
    border-spacing:1;  
    border: 0px solid black;
}

td.planthetrip, th.planthetrip  {
    font-family: Tahoma, Arial, sans-serif;
    color: white;
    padding: 10 0 10 0;    
}

td.planthetripinput, th.planthetripinput  {
    font-family: Tahoma, Arial, sans-serif;
    color: #E0E0E0;
    padding: 10 10 10 10;    
    
}

form.planthetrip, div.planthetrip  {
    background-color: black;
    display: block;
    padding: 15px;

}
input.planthetrip[type=text], input.planthetrip[type=password], input.planthetrip[type=submit], textarea.planthetrip {
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 3px;
    padding: 5;  
}
input.planthetrip[type=text], input.planthetrip[type=password], select.planthetrip, textarea.planthetrip {
    background-color: rgb(246, 254, 231);
    border-color: rgb(180, 207, 94);
    border-style: solid;
    border-width: 1px;
    font-size: 16px;
    margin-right: 10px;
    width: 200px;
}

input.planthetrip[type=text], input.planthetrip[type=password], select.planthetrip,  {
    height: 25px;
}
input.planthetrip[type=submit]{
    cursor: pointer;
    font-size: 16px;
    height: 35px;
    padding: 5px;
    background-color: #404040;
    color: white;
    border-radius: 3px;    
    
}
input.planthetrip-wrong {
    border-color: rgb(180, 207, 94);
    background-color: rgb(255, 183, 183);
}
input.planthetrip-correct {
    border-color: rgb(180, 207, 94);
    background-color: rgb(220, 251, 164);
}
#pass_result {
    float: right;
}

.planthetrip-btn {
    background-color: #404040;
    color: white;
    border-radius: 0.25EM;
    padding: 1EM 2EM;
    margin: 1EM;
    cursor: pointer;
    display: inline-block;
    text-align:center;
    text-decoration-line: none;
    font-size: 1.25EM; 
  
}

.planthetrip-btn:hover {
    background-color: white;
    color: black;
}

a.planthetrip-btn:link, a.planthetrip-btn:visited {
    color: #808080;
}

a.planthetrip:link {
    color: #404040;
}

a.planthetrip:visited {
    color: #808080;
}

A.copyright {
	font-size: 60%; text-decoration: none; text-align: center; margin-top: 0em; 	COLOR: #c0c0c0;}


    /* Odkazy nabídky zápatí*/

DIV.zapati {
    font-family: Tahoma, Arial, sans-serif; 
   /*     padding-bottom: 1em;  */
}

A.zapati:link {
	COLOR: gray;
	TEXT-DECORATION: none;
}
A.zapati:visited {
	COLOR: gray;
	TEXT-DECORATION: none;
}
A.zapati:active {
	COLOR: gray;
	TEXT-DECORATION: none;
}
A.zapati:hover {
	COLOR: #71B212;
	TEXT-DECORATION: none;
}

