/*
.---------------------------------------------------------------------------.
|  Software: Web CMS                                                        |
|   Version: $Id:: form.css 1317 2010-01-17 22:50:11Z jakub.boucek        $ |
|   Contact: info@koldasoft.cz                                              |
|      Info: http://www.koldasoft.cz/                                       |
|   Support: http://www.koldasoft.cz/kontakt/                               |
| ------------------------------------------------------------------------- |
|    Author: Koldasoft, s.r.o.                                              |
|    Author: Jakub Bouček, Jiří Kolařík, Lucie Brandýská and someone others |
| Copyright (c) 2007-2010, Koldasoft, s.r.o., Rights Reserved.              |
| ------------------------------------------------------------------------- |
|   License: Distributed under the Koldasoft Private/Individual License     |
|            == licence provided determined only, no for free use ==        |
| This program is distributed in the hope that it will be useful - WITHOUT  |
| ANY WARRANTY where is not defined by approved contract                    |
'---------------------------------------------------------------------------'

/**
 * Web CMS
 * NOTE: Designed for use with PHP version 5.2 and up
 * @package Web CMS
 * @author Koldasoft, s.r.o.
 * @copyright 2007 - 2010 Koldasoft, s.r.o.
 * @version $Id: form.css 1317 2010-01-17 22:50:11Z jakub.boucek $
 */


.multisel {
  position: relative;
}

.multisel_fake {
  width: 230px;
	padding: .2em 0;
	border: 1px inset #000000;
	background: #ffffff url('/img/form_select_arrow.gif') 97% 9px no-repeat;
  display:none;
  cursor: pointer;
  _cursor: hand;
}

.multisel_js .multisel_fake {
  display:block;
}

#main .multisel_fake p {
  margin: 0; 
  padding: 0 0.3em; 
  background: none;
}

.multisel_list {
  background: #ffffff;
  border: 1px solid #cfcfcf;
  width: 230px;
}

.multisel_js .multisel_list {
  position: absolute;
  left: 0;
  top: 23px;
  z-index: 100;
}

.multisel_close {
  padding: .2em;
	background: #e9e3d6 url('/img/ajax_icon_close_hover.gif') 98% .4em no-repeat;
  display:none;
}

.multisel_js .multisel_close {
  display:block;
}

#panel .multisel_list ul {
	width: 230px;
	height: 280px;
	margin: 0; padding: 0; 
	overflow: scroll;
	overflow-x: hidden;
}


#panel .multisel_list ul li {
	padding:0; margin:0;
	display: block;
	background: #ffffff;
	font-size: .95em;
}

.multisel_list ul li label {
	margin:0;
	display: block;
  cursor: pointer;
  _cursor: hand;
  padding: .2em;
}


.multisel_list ul li.act label, .multisel_list ul li.act:hover {
  font-weight: bolder;
  color: #9a0338;
  background-color: #eee3cb;
}
	
.multisel_list ul li:hover {
	background-color: #eee3cb;
}
/*
.skryte {
	display: none;
}

#panel .type ul {
	width: 100%;
	height: 190px;
	position:absolute;
	top: 1.5em; left: 0;
	margin: 5px 0 0 0; padding: 0; 
	z-index: 1000;
	overflow: scroll;
	overflow-x: hidden;
}

#panel .type ul li {
	padding:0; margin:0;
	display: block;
	position: relative;
	width: 100%;
	background: #ffffff;
	font-size: .95em;
}

#panel .type ul li label {
	margin:0;
	display: block;
  _width: 100%;
  cursor: pointer;
  _cursor: hand;
  padding: .2em 0 .2em 25px;
  background: url('/img/form_checkbox.gif') 5px .4em no-repeat;
}

#panel .type ul li input {
	display: none;
}


#panel .type ul li.act label, #panel .type ul li.act:hover {
  font-weight: bolder;
  color: #9a0338;
  background: #eee3cb url('/img/form_checkbox_active.gif') 5px .4em no-repeat;
}
	
#panel .type ul li :hover {
	background: #eee3cb url('/img/form_checkbox.gif') 5px .4em no-repeat;
}
*/

/* Formular */
.formular, .comment {
  font-size: .9em;
  padding: 1em;
}

.formular {
  margin-bottom: 1em;
}

.muj-profil .formular th {
  text-align: left;
}

.formular td label {
  padding-right: 25px;
}

input.long, input.short, input.shorter, input.login, textarea, input.send, input.registrace {
  border: none; height: 23px;
  padding: 3px 3px 0 3px;
  vertical-align: middle;
}

input.send, input.registrace {
  background: #9b1736 url('/img/form_submit_other_background.gif') 0 0 no-repeat;
  width: 76px; height: 24px;
  color: #ffffff; text-align: center;
  padding: 0; margin: 0 5px;
}

input.registrace {
  background: #9b1736 url('/img/form_submit_other_back_long.gif') 0 0 no-repeat;
  width: 94px; height: 24px;
}

.vyhledani input.long {
  background: #ffffff url('/img/form_input_extra_long_03.gif') 0 0 no-repeat;
  width: 325px; _width: 327px;
}

input.long {
  background: #ffffff url('/img/form_input_long_02.gif') 0 0 no-repeat;
  width: 289px;
}

input.short {
  background: #ffffff url('/img/form_input_02.gif') 0 0 no-repeat;
  width: 145px;
}

input.shorter {
  background: #ffffff url('/img/form_input_short_02.gif') 0 0 no-repeat;
  width: 52px;
}

input.login {
  background: #ffffff url('/img/form_input_login_02.gif') 0 0 no-repeat;
  width: 179px;
}

textarea {
  background: #ffffff url('/img/form_textarea_02.gif') 0 0 no-repeat;
  width: 453px; height: 118px;
}

