/** 
 * Copyright 2008 Breezy New Media
 * =====================================
 * Czech Language:
 * #zmena zarovnani textu, obsahu:
 *   -- trida .left, .right, .center zpusobi zarovnani obsahu doleva, doprava, nebo vycentruje, 
 *      @napr. odstavec centrovany na stred: <p class="center">text odstavce zarovnany na stredu</p>
 *   -- uziti .left, resp. .right tridy na obrazek zrusi jeho odsazeni zleva, resp. zprava
 *   -- zarovnavat lze i pomoci obtekani prvku (vyuziti float vlastnosti)
 *        1) umisteni doleva, obtekani prvku zprava = pomoci tridy .fl
 *        2) umisteni doprava, obtekani prvku zleva = pomoci tridy .fr
 *
 * #zmena velikosti textu
 *   -- vetsi pismo nez standartni pomoci tridy .big, napr. <p class="big">Vetsi text</p>
 *   -- mensi pismo nez standartni pomoci tridy .small, napr. <h3 class="small">Mensi velikost daneho nadpisu</h3>
 *   
 * #pridani casove ikonky k textu
 *   -- pomoci tridy ico a ico-date, pouziti: <p class="ico ico-date">Datum vcetne casove ikonky</p>     
 */     

/* -- Basics -- */
html, body, div, p, li, ul, ol, form, fieldset, h1, h2, h3, h4, h5, h6   { margin: 0; padding: 0; list-style: none; }

body		      { font: normal 0.8em Arial, Helvetica, sans-serif; background: #000 url('../images/pozadi2.jpg'); color: #3e3533; padding: 5px 0; }
a			        { color: #af0731; }
a img   	    { border:0; }
img           { border: 0; }
input,
select,
textarea      {padding: 2px 0; vertical-align: middle;}
input, 
textarea	    { background: #e5e5e5; padding: 2px 0; margin: 0; border: 1px solid #676464;font: normal 1em Arial, Helvetica, sans-serif;}
#contentBlock button:not(.normal)	      { vertical-align: middle; margin: 0; padding: 0; height: 18px; border: none; text-decoration: underline; font-weight: bold; color: #00CCFF; cursor: pointer; }
.submit       {font-size:1em; width: auto !important; margin-top:0px; overflow: visible; 
	background-color: #312b2a; border: 1px solid #000 !important; padding: 0 5px; 
	color: #fff; font-weight: bold; cursor:pointer; margin-bottom:5px;}

.error {color:#af0731;}


.input_mini {width:50px;}
.input_mini:hover {background:#DDCECE;}
.input_small {width:80px;}
.input_small:hover {background:#DDCECE;}
.input_normal {width:200px;}
.input_normal:hover{background:#DDCECE;}
.input_largo {width:320px;}
.input_largo:hover{background:#DDCECE;}
textarea {height:60px;}
.contenedor_servicio {border:1px #d9d9d9 solid; margin:0 0 20px 0; float:left; padding:20px;}
.servicio1 {background:#E6F2AB;}
.servicio2 {background:#C7F2A7;}
.servicio3 {background:#F2D6A9;}
.servicio4 {background:#9E96F2;}
.servicio5 {background:#F2AFA7;}
.servicio6 {background:#C1BBF2;}
.servicio7 {background:#C0F2E1;}

.letra_medium {font-size:0.8em;}

h1	{ font-size: 2em; }
h2	{ font-size: 1.6em; }
h3	{ font-size: 1.4em; }
h4	{ font-size: 1.2em; }
h5	{ font-size: 1.1em; }
h6	{ font-size: 1em; }
p   { line-height: 20px; }

h1, h2, h3, h4, h5, h6  { color: #3e3533; }

table           { border-collapse: collapse; width: 100%; }
table th        { text-align: left; background:#e5e5e5; }
table td.right  { padding-left: 5px; }
table th.right  { padding-left: 5px; }
table td.left   { padding-right: 5px; }
table th.left   { padding-right: 5px; } 

blockquote  { margin: 0; padding: 10px 20px; color: #333; line-height: 1.6; font-family: Georgia, serif; }
fieldset    { border: 0 !important; color:#fff;}

/* -- Icons list -- */
.ico              { padding-left: 15px; }
.ico-breezy       { background: url('../images/ico/ico-breezy3.gif') 2px 0 no-repeat; padding: 2px 0 1px 25px; }
.ico-breezy:hover { background-position: 2px -18px; }
.ico-date         { background: url('../images/ico/ico-date.gif') 0 50% no-repeat; }

/* -- User friendly features -- */
.hidden   { display: none; }

/* -- Basics layout -- */
#view     { width: 900px; margin: 0px auto; }
#head     { font-size: 1.2em; height: 202px; position: relative; }
#content  { font-size: 1.2em; }
#content fieldset {color:#000; font-size:1.5em; margin-top:30px;}
#foot     { font-size: 1.2em; clear: both; }

/* -- Logo constructs -- */
h1        { font-family: Georgia, "New York CE", utopia, serif; font-size: 3em; font-weight: normal; margin-top: 40px; }
h1 a      { text-decoration: none; color: #fff !important; }

#logo *     { color: #eaafa3; text-decoration: none !important; }
#logo h2    { font-weight: normal; font-size: 1.2em; }
#logo .block{ position: absolute; top: 0; left: 0; display: block; width: 100%; height: 100%; text-decoration: none; }

/* -- Main classes -- */
.fr		    { float: right !important; font-size:8px;}
.fl		    { float: left !important; }
.clear    { clear: both !important; }
.right	  { text-align: right !important; }
.left		  { text-align: left !important; }
.center	  { text-align: center !important; }
.last		  { margin-right: 0 !important; margin-bottom: 0 !important; border-bottom: none !important; }
.small	  { font-size: .90em; }
.big      { font-size: 1.5em; }
.item     { margin-bottom: 1.5em; border-bottom: 1px #d8d8d8 solid; clear: both; }
.info     { font-size: .95em; margin: 2px 0 6px !important; }
.col1     { width: 49%; float: left; }
.col2     { width: 49%; float: right; }
.columna1 {width:39%; height:30px; float:left; text-align:right; margin:5px 0 5px 0;}
.columna2 {width:59%; height:30px; float:right; text-align:left; margin:5px 0 5px 0;}
.columna2_alta {width:59%; float:right; text-align:left; margin:5px 0 5px 0;}

.contenedor_campo {width:100%;float:left;}
.nombre_campo {width:39%; float:left; text-align:right; margin:5px 0 5px 0;}
.contenido_campo {width:59%; float:right; text-align:left; margin:5px 0 5px 0;}
.grupodiv {border:solid 1px #000; background:#e3e3e3; float:left;}
.error_normal {background:#6a0620; color:#fff; font-weight:bold; padding:2px;}
.contenedor_tabla_resultados {width:100%; overflow:auto; border:1px solid #000;}
#contentBlock table.tabla_resultados {border-collapse:collapse;}
#contentBlock table.tabla_resultados td {font-size:9pt; padding:4px;}
#contentBlock table.tabla_resultados th {font-size:10pt; padding:4px;}
#contentBlock table.tabla_resultados tr:hover {background:#dedede;}
#contentBlock_wide table.tabla_resultados {border-collapse:collapse;}
#contentBlock_wide table.tabla_resultados td {font-size:9pt; padding:4px;}
#contentBlock_wide table.tabla_resultados th {font-size:10pt; padding:4px;}
#contentBlock_wide table.tabla_resultados tr:hover {background:#dedede;}
.cuadro_activo {width:10px; height:10px; background:#00ff00; float:left;margin-right:3px;}
.cuadro_desconectado {width:10px; height:10px; background:#ff0000; float:left;margin-right:3px;}
.cuadro_suspendido {width:10px; height:10px; background:#f7ff00; float:left;margin-right:3px;}
.cuadro_retirado {width:10px; height:10px; background:#ff00e4; float:left;margin-right:3px;}


img.left  { margin-left: 0 !important; }
img.right { margin-right: 0 !important; }

/* -- Layout constructs -- */
#logo       { position: relative; padding: 0 50px; height: 149px; overflow: hidden; background: url('../images/bg-logo.png') 0 0 no-repeat; }
#mainMenu   { height: 46px; padding: 0 25px; background: #312b2a url('../images/bg-main-menu.gif') repeat-x; border: 1px #8a817e solid; border-width: 1px 0 6px; }
#content    { padding: 10px 0 10px; overflow: hidden; height: 100%; background: #fff url('../images/bg-content.gif') repeat-y; }
#foot       { height: 68px; background: #312b2a url('../images/bg-foot.jpg') no-repeat; }

/* -- Main Menu -- */
#mainMenu ul                { position: relative; height: 46px; }
#mainMenu li                { position: relative; float: left; padding-right: 7px; }
#mainMenu li a              { display: block; float: left; color: #b59d97; height: 30px; padding: 16px 15px 0 20px; }
#mainMenu li a span         { position: absolute; left: 8px; top: 20px; width: 6px; height: 8px !important; overflow: hidden; background: url('../images/ico/ico-menu_item.gif') no-repeat; }
#mainMenu li.active         { position: relative; top: 7px; background: url('../images/bg-main-menu_shadow.gif') 100% 0 no-repeat; }
#mainMenu li.active a       { padding-top: 9px; text-decoration: none !important; color: #000 !important; background: #fff url('../images/bg-main-menu_active.gif') repeat-x; border-bottom: 6px #fff solid; }
#mainMenu li.active a span  { top: 12px; background-position: 0 -8px; }
#mainMenu li a:hover        { color: #fff; }

.reloj {float:left;width:150px;}
.separador {clear:both;width:10px; height:20px;}

/* -- Search block -- */
#search { position: absolute; right: 12px; bottom: 16px; width: 320px; text-align: right; }
#search .button { width: 54px; height: 14px; border: none; background: url('../images/bg-input.gif') no-repeat; padding: 5px 10px; }
#search .submit1 { position: relative; width: 26px !important; height: 24px; background: url('../images/bg-submit.gif') no-repeat; border: none !important; padding: 0; left: -4px;  } 

#search1 { position: absolute; right: 340px; bottom: 16px; width: 320px; text-align: right; }
#search1 .button { width: 144px; height: 14px; border: none; background: url('../images/bg-input.gif') no-repeat; padding: 5px 10px; }
#search1 .submit1 { position: relative; width: 26px !important; height: 24px; background: url('../images/bg-submit.gif') no-repeat; border: none !important; padding: 0; left: -4px;  }

/* -- Login block -- */
.col1_login {float:left; width:210px; text-align:right;border:solid 1px #fff; font-size:0.7em;}
.col2_login {float:left; width:210px; text-align:left; position:relative; left:15px;}
.col2_login .button { width: 204px; font-size:0.6em; height: 14px; border: none; background: url('../images/bg-input.gif') no-repeat; padding: 5px 10px; }
.submit_big {border:solid 1px #000; width: 200px !important; height: 24px; background: #312b2a url('../images/bg-submit.gif') no-repeat; padding: 0; margin:10px; color:#fff; font-size:12pt;}

/* -- Right (submenu) block -- */
#menuBlock                      { width: 285px; float: left; margin-top: 25px; background: none }
#menuBlock .box                 { margin-bottom: 30px; padding-left: 12px; }
#menuBlock .firstBox            { position: relative; top: -25px; margin-bottom: 5px; background: none; }
#menuBlock .box h3              { margin-bottom: 11px; padding-left: 15px; color: #af0731; }
#menuBlock .boxText             { padding: 0 27px; }
#menuBlock .boxText h3          { padding-left: 0 !important; }
#menuBlock .subMenu li a        { display: block;  padding: 8px 5px 20px 32px; color: #000; text-decoration: none; background: url('../images/bg-submenu_item2.gif') no-repeat; }
#menuBlock .subMenu li a:hover,
#menuBlock .subMenu li.active a { background-color: #efefef; background-position: 0 -64px; text-decoration: none !important; }

/* --  (content) block -- */
#contentBlock                   { float: right; width: 590px; margin:0 10px 0 10px; }
#contentBlock_wide                   { float: right; width: 890px; margin:0 0px 0 20px; }
#contentBlock_index             { width: 590px;margin:0 auto 20px; }
#contentBlock img               { margin: 0px; }
#contentBlock p,
#contentBlock ul,
#contentBlock ol,
#contentBlock table             { margin-bottom: 0.5em; }
#contentBlock table td,
#contentBlock table th          { border: 1px #d8d8d8 solid; padding: 10px; }
#contentBlock table tr.add td,
#contentBlock table tr.add th   { background: url('../images/bg-table_line.gif') repeat-x; }
#contentBlock h2.error {color:#af0731;}
#contentBlock_wide img               { margin: 0px; }
#contentBlock_wide p,
#contentBlock_wide ul,
#contentBlock_wide ol,
#contentBlock_wide table             { margin-bottom: 0.5em; }
#contentBlock_wide table td,
#contentBlock_wide table th          { border: 1px #d8d8d8 solid; padding: 10px; }
#contentBlock_wide table tr.add td,
#contentBlock_wide table tr.add th   { background: url('../images/bg-table_line.gif') repeat-x; }
#contentBlock_wide h2.error {color:#af0731;}

.contenedor_tabla {width:585px; overflow:auto;}

.nombre_servicio{color:#af0731;}

.ver_mas { margin: 3px 0; padding-left: 15px; background: url('../images/bg-flecha-mas.gif') 0 2px no-repeat; 
font-size:10pt;
text-decoration:none;
color:#312b2a;}

a.ver_mas:hover {color:green;}

.borde-inferior-puntos {border-bottom:dotted;}
.borde-derecho-puntos {border-right:dotted;}
.texto-verde {color:green;}
.caja {font-size:10pt;}
.celda_roja{background:#eaafa3;}
.saldo_total{width:80%; margin:0px auto; background:#af0731; color:#fff; font-weight:bold; font-size:24pt;text-align:center;padding:5px;}
.anadir_total_factura{text-decoration:none; color:#eaafa3; }
.anadir_total_factura:hover {text-decoration:none; color:#fff; }
.valor_factura{width:80px;}
.texto_valor_factura:{font-size:10pt;}
.celda_total{width:55px; background:green; color:#fff; font-weight:bold; font-size:18pt;}

#info_cliente{display:none;}
 
/* -- Lists -- */
#contentBlock ul,
#contentBlock ol,
#menuBlock .boxText ul,
#menuBlock .boxText ol          { padding-left: 10px; }
#contentBlock ol,
#menuBlock .boxText ol          { padding-left: 17px; }
#contentBlock ul *,
#contentBlock ol *,
#menuBlock .boxText ul *,
#menuBlock .boxText ol *        { margin-bottom: 0 !important; }
#contentBlock ul li,
#menuBlock .boxText ul li       { margin: 3px 0; padding-left: 16px; background: url('../images/ico/ico-list_item.gif') 0 4px no-repeat; }
#contentBlock ol li,
#menuBlock .boxText ol li       { margin: 3px 0 3px 10px; padding: 0; background: none; list-style: decimal; }

.texto_auxiliar {font-size:0.7em; color:#E63F2B; font-weight:normal;}
.texto_auxiliar_verde {font-size:0.7em; color:green; font-weight:normal;}

/* -- Footer part -- */
#foot p       { padding: 27px 15px 0; }
#foot *       { color: #8a817e; }
#foot a:hover { color: #fff; }
