 /*************************************************************************
 ***  Systém pro administraci ceníku, GraphTech s.r.o.                  ***
 ***  (c) Michal Ševčík 2009 - multi@tricker.cz                         ***
 ***  Kaskadove styly - login                                           *** 
 *************************************************************************/

html, body { height: 100%; }
body>#main { height: auto; }

body { color: white; font-family: Helvetica, Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 1.5em; margin: 0px; padding: 0px; text-align: center; letter-spacing: 1px; background: url("../img/bcg-login.gif") top center repeat-x white; }

/* Odkazy - obecne */	
a:hover { color: darkred; text-decoration: underline; }
a:active, a:link, a:visited { color: #0000CD; text-decoration: none; }

/* Legenda - castecne skryti jejiho odliseni */
abbr{ text-decoration: none; }

/* prihlasovaci obrazovka */
#index { text-align: center; vertical-align: middle; background: url("../img/logo.jpg"); width: 518px; height: 428px; }
.login { width: 340px; text-align: center; vertical-align: middle; height: 90px; }
.login td { width: 30%; height: 30px; line-height: 30px; text-align: right; vertical-align: middle; font-size: 18px; }

/* Formulare - obecne */	
form { margin: 0; padding: 0; }
input { background: rgb(244,244,244); border: 2px solid #2765AF; font-family: Tahoma, Verdana, Geneva, Arial; font-size: 16px; font-weight: bolder; }
input:hover { background: rgb(255,255,204); border: 2px solid black; font-family: Tahoma, Verdana, Geneva, Arial; font-size: 16px; font-weight: bolder; }

/* Vzhled "balonkove" napovedy */
.tooltip{ color: black; border: 1px dotted rgb(176,176,176); background: url("../img/tooltip.gif") top center repeat-x rgb(222,222,255); padding: 4px 4px 4px 4px; text-align: left; }

/* Vycisteni floatu */	
.cistka { clear: both; margin: 5px 5px 5px 5px; width: 0px; }

/* OK hlaska */
#ok { width: 700px; height: auto; line-height: 25px; text-align: center; vertical-align: middle; background: url("../img/ok.jpg") top left rgb(153,255,153); border: 1px solid #3e6d3e; font-weight: bold; font-size: 13px; color: #3d723d; margin: 15px 0px 15px 0px; }
#neok { width: 700px; height: auto; line-height: 25px; text-align: center; vertical-align: middle; background: url("../img/neok.jpg") top left no-repeat #FCD8D8; border: 1px solid #714545; font-weight: bold; font-size: 13px; color: #502c2c; margin: 15px 0px 15px 0px; }
