/* Copyright (C) Altova GmbH 2012. All rights reserved. */

.ui-tzpicker { padding: .2em; display: none; z-index: 100; }
.ui-tzpicker div {width: 100%; font-size: .9em; border-collapse: collapse; }
.ui-tzpicker span, .ui-tzpicker a { padding: .1em; text-align: right; text-decoration: none; }
.ui-tzpicker .ui-tzpicker-list-first { line-height: 2em; }
.ui-tzpicker .ui-tzpicker-list { font-size: .8em; padding: .4em; }
.ui-tzpicker .ui-tzpicker-list td { cursor: pointer; padding: .2em; margin: .2em; }
.ui-tzpicker .ui-tzpicker-menu { margin: 0em; font-weight: bold; }
.ui-tzpicker .ui-tzpicker-menu li { cursor: pointer; padding: .4em; line-height: 1.6em; }
.ui-tzpicker .ui-tzpicker-menu-separator { width: 100%; height: .1em; font-size: .1em; line-height: 2em; }
.ui-tzpicker .ui-tzpicker-menu-active { margin: .2em; font-weight: bold; width: 100%; }
.ui-tzpicker .ui-tzpicker-item { margin: .2em; font-weight: normal; }
.ui-tzpicker-trigger {}
/* IE6 IFRAME FIX */
.ui-tzpicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}