
/* Tell the browser that this is CSS instead of HTML */





body
{
	width: 950px;
	font-family: Arial, sans-serif;
	font-size: 16px;
}

div.head
{
	width: 950px;
}

img.head
{
	border: none;
}

a img
{
	border: none;
}

.menu
{
  width: 950px;
  background-color: #D0D0D0;
}

.menu-item,.menu-item-sel,.menu-item-right,.submenu-item
{
  font-family: Verdana, sans-serif;
  font-weight: bold;
  text-decoration: none;
  color: Black;
  font-size: 12px;
  padding: 2px 4px;
  margin: 0px;
}

.menu-item,.menu-item-sel,.menu-item-right
{
  display: block;
  float: left;
}

.menu-item-right
{
  float:right;
}

.submenu-item
{
  font-size: 11px;
  font-weight: normal;
  color: black; 
}


.menu-item:hover,.menu-item-right:hover/*,.submenu-item:hover*/
{
  color: #DD2421;
}

.submenu-item:hover
{
  text-decoration: underline;  
}

.menu-item-sel
{
  padding: 1px 4px;
  border-style: solid;
  border-width: 1px;
 
  border-color: #FAE7E9;
  background-color: #FAE7E9;
  color: Black;

}

.submenu
{

  width: 950px;
  border-style: none;
  border-width: 1px;
  border-color: #DD2421;
  background-color: #FAE7E9;

}

.path
{
  font-family: Verdana, sans-serif;
  width: 946px;  /* padding +4px*/
  background-color: White;	
  color: #DD2421;
  font-weight: bold;
  font-size: 12px;
  padding: 8px 0px 4px 4px;
  margin-top: 2px;
  margin-bottom: 10px;
}

.path-item
{
  font-family: Verdana, sans-serif;
  color: #7F1513;
  font-weight: bold;
  font-size: 12px;
}

.content
{
  width: 950px;
  background-image: url(/TAXAppEasy25/images/bkgr200.jpg);
}

.sidebar {
  width: 200px;
  float: left;
  background-color: #FAE7E9;
  overflow: hidden;
}


.sidebar-item
{
  margin: 5px 10px 5px 10px;
  font-family: Verdana, sans-serif;
  font-size: 10px;  
  text-decoration: none;
  display: block;
  padding: 3px;
  background-color: #FAEFF0;
  border-style: solid;
  border-width: 1px;
  border-color: Gray;
  _width: 100%;
  color: Black;
  overflow: hidden;
 
}

.sidebar-item:hover
{
  color: Black;
  font-weight: bold;
}

.sidebar-item-sel
{
  margin: 5px 10px 5px 10px;
  color: Black;
  display: block;
  font-weight: bold;
  font-family: Verdana, sans-serif;
  font-size: 10px;  
  text-decoration: none;
  color: Black;
  padding: 3px;
  background-color: White;
  border-style: solid;
  border-width: 1px;
  border-color: Gray;
  overflow: hidden;
  _width: 100%;
}

.sidebar-item-folder
{
  margin: 5px 10px 5px 0px;
  font-weight: bold;
  font-family: Verdana, sans-serif;
  font-size: 9px;  
  text-decoration: none;
  display: block;
  padding: 3px;
  background-color: #FAEFF0;
  _width: 100%;
  color: #7F1513;
  overflow: hidden;
 
}

.sidebar-per-item-img
{
  display: block;  
  border: none;
  margin: 0px;
  float: left;
}

.sidebar-per-item
{
  font-weight: bold;
  font-family: Verdana, sans-serif;
  font-size: 10px;  
  text-decoration: none;
  background-color: #FAEFF0;
  color: #404040;
}

.sidebar-per-item:hover
{
  color: Black;
}

.sidebar-per-item-sel
{
  font-weight: bold;
  font-family: Verdana, sans-serif;
  font-size: 10px;  
  text-decoration: none;
  background-color: white;
  color: black;
}

.main
{
  margin: 0px 0px 0px 20px;
  width: 730px;
  float: left;
}

.tab
{

  background-image: url(/TAXAppEasy25/images/bevel-top-red.gif);
  background-position: bottom;
  background-repeat: repeat-x;

  margin-top: 2px;
  _margin-right: 2px;
  padding: 0px 0px 3px 0px;
  _padding: 3px 0px 3px 0px;
  /*background-color: #FAE7E9;*/
}

span.tab-item,span.tab-item-presel
{
  margin: 0 0.3em;

  border-style: solid solid none solid;
  border-width: 1px;
  border-color: #7F1513;

  padding: 3px;
  _padding: 2px;
  padding-top: 3px;
  _padding-top: 4px; 

  font-family: Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  padding-left: 3px;
  padding-right: 4px;
  background-color: White;
}

span.tab-item-sel
{
  margin:0 0.3em;

  border-style: solid solid none solid;
  border-width: 1px;
  border-color: #7F1513;
  
  padding: 4px;
  _padding: 4px;
  padding-top: 0px;
  _padding-top: 2px;
}

input.tab-btn,input.tab-btn-sel
{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-style: none;
	border-width: 0px;
	background-color: White;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
}

/* active tab color */
span.tab-item-sel,input.tab-btn-sel,.sheet,.sheet-no-tab
{
  background-color: #f8f8f8;
}

span.tab-item-sel,input.tab-btn-sel
{
  background-color: #f8f8f8;
  color: #7F1513;
}

/* inactive tab color */
span.tab-item,span.tab-item-presel,input.tab-btn
{
  color: #505050;
  border-color: #505050;
  background-color: white;
  b_ackground-color: #f8f8f8;
  b_ackground-color: #FAE7E9;
}

.sheet, .sheet-no-tab
{
  width: 728px;
  float: left;
  border-width: 1px;
  border-color: #7F1513;
}

.sheet
{
  border-style: none solid solid solid;
}

.sheet-no-tab
{
  border-style: solid solid solid solid;
}


.sheet-inner
{
  width: 718px;
  border-style: none solid solid solid;
  border-width: 1px;
  border-color: #7F1513 #FF817F #FF817F #7F1513;
  padding: 4px;
}

.sheet-content
{
  float: left;
  padding: 10px 5px;
  margin: 0;
}


.form
{
  width: 706px;
  float: left;
  margin: 0;
}

.form-row
{
  clear: both;
}

.form-col
{
  float: left;
}

.form-out
{
  width: 706px
}

.form-out-inner
{
  padding: 0px;
  background-color: white;
  /*height: 500px;
  overflow: auto;*/
}

.out-page-separator
{
  padding: 0px; 
  height: 2px;
  border-top: dashed 1px #d4d0c7;
}

.out-page
{
  border-top: solid 1px #808080;
  border-left: solid 1px #808080;
  border-bottom: solid 1px #d4d0c7;
  border-right: solid 1px #d4d0c7;

  margin-top: 5px;
  background-color: white;
  no_padding: 5px;
}

.form-out-lang, .form-out-lang-sel
{
  padding: 0px 3px;
  float: left;
  display: block;
}

.form-out-lang
{
  border-style: none;
  border-width: 0px;
}

.form-out-lang-sel
{
  border-width: 1px;
  border-color: #7F1513; 
  border-style: solid;
}

.form-ulnote
{
  margin: 0px;
  font-size: 12px;
  padding: 3px 3px;
  padding-left: 3em;
  float: left;
  list-style-type: disc;
}

.form-label,.form-label *,.form-label-center,.form-label-center *,.form-label-title,.form-label-title *,.form-edit,.form-edit *,.form-edit-num,.form-edit-num *,.form-ext-lang, .form-ext-lang *, .form-ext-lang-sel, .form-ext-lang-sel *, .form-ext-lang-disabled, .form-ext-lang-disabled *, .perlist-item, .perlist-item *, .perlist-item-sel, .perlist-item-sel *
{
  display: block;
  margin: 0px;
}

.form-ext-lang-sel
{
  border-width: 1px;
  border-color: #7F1513; 
  border-style: solid;
}

.form-label,.form-label *,.form-label-title,.form-label-title *,.form-label-center,.form-label-center *, .perlist-item, .perlist-item *, .perlist-item-sel, .perlist-item-sel *,.form-ext-lang, .form-ext-lang *, .form-ext-lang-sel, .form-ext-lang-sel *, .form-ext-lang-disabled, .form-ext-lang-disabled *
{
  font-size: 12px;
}

.form-label-title
{
  font-weight: bold;
}

.form-label-title-bk
{
  display: block;
  float: left;
  margin: 0px;
  padding: 3px 3px;
  font-size:   12px;
  font-weight: bold;
  letter-spacing: 1px;
  width: 100%;
  background-color: #D0D0D0;

}

.form-label-title-bk2
{
  display: block;
  float: left;
  margin: 0px;
  padding: 3px 3px;
  font-size:   12px;
  font-weight: bold;
  letter-spacing: 1px;
  width: 100%;
  background-color: #e8e8e8;
}

.form-label-center
{
  text-align: center;
}

.form-edit,.form-edit *,.form-edit-num,.form-edit-num *
{
  font-size: 14px;
}

.form-ext-lang, .form-ext-lang-sel, .form-ext-lang-disabled
{
  color: black;
  font-size: 14px;
}

.form-ext-lang, .form-ext-lang-disabled
{
  border: 0px;
  border-style: solid;
}

.form-ext-lang-disabled
{
  color: gray;
}


.form-edit-num,.form-edit-num *
{
  text-align: right;
}

.form-edit-num
{
  padding-right: 3px;
  float: left;
}

span.form-edit-num
{
  padding-right: 10px;
  _padding-right: 6px;
}

.form-tbl-fixcell
{
  float: left;
  padding: 0px;
  padding-top: 1px;
  padding-bottom: 2px;
  border: 1px solid black;
}

.form-tbl-cell
{
  float: left;
  padding: 0px;
  border: 1px solid silver;
}

.form-edit,.form-label,.form-label-title,.form-label-center, .form-ext-lang, .form-ext-lang-sel, .form-ext-lang-disabled
{
   padding: 3px 3px;
   float: left;
}

.perlist-item, .perlist-item-sel, .perlist-item-sel *
{
  padding: 0px 1px;
  float: left;
}

.perlist-item-sel
{
  font-weight: bold;
  color: #7F1513;
}

.perlist-item:link
{
  color: #E29494;
}

.perlist-item:visited
{
  color: #7F1513;
}


option
{
  width: auto ! important; 
}



.form-left
{
  text-align: left;
  float: left;
}

.form-right
{
  text-align: right;
  float: right;
}
 
.form-button
{
  font-family: Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  padding: 5px;
  _padding: 5px 0px;
  background-color: White;
  border-style: solid;
  border-width: 1px;
  border-color: #7F1513;
  cursor: pointer;
  text-decoration: none;
  color: black;	
  margin: 3px;
  _margin: 0;
}

a.form-button
{
  line-height: 2.3em;
  _padding: 5px 10px;
}


hr.cleaner,hr.menu-cleaner
{
  clear:both;
  height:1px;
  margin: -1px 0 0 0; padding:0;
  border: none;
  visibility: none; /*hidden*/
  _display: none;
  _width: 100%;
}

hr.menu-cleaner {
  background-color: #FAE7E9;
}

.new4list{ 
  color: #000000;
  text-decoration: none;
  border: 0px none black;
}

a.info{ 
    position:relative; /*this is the key*/
    z-index:24;
    color:#000;
    text-decoration:none}

a.info:hover {
  z-index:25;
  background-color:#f8f8f8 /* nechat bg-color, jink to nefunguje v IE :O */
} 

a.info span.hint{display: none}

/* the span will display just on :hover state */
a.info:hover span.hint { 
    display:block;
    position:absolute;
    top:3em;
    left:2em;
    width: 500px;
    border:1px solid #7F1513;
    background-color:#FAE7E9;
    color:#00000;
}

span.hint
{
  padding: 3px 3px;
}
    
.hint-row
{
  clear: both;
}

.hint-col
{
  float: left;
}
  
.hint-label, .hint-label *, .hint-label-title, .hint-label-title *, 
.hh-label, .hh-label *, .hh-label-title, .hh-label-title *
{
  display: block;
  margin: 0px;
}
    
.hint-label, .hint-label-title, .hh-label, .hh-label-title
{    
  float: left;
  font-size: 11px;
  letter-spacing: 1px;
}

.hint-label-title, .hh-label-title
{
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color:#FAD5D5;
}

.hh-label, .hh-label-title
{    
  width: 100%;
}

.wappeimg
{
  float: left;
  margin-left: 50px;
}

.einnamekt_img
{
  margin:  0; 
  padding: 0;
  border:  none;
  float:   left;
  display: block;  
}

.einnamekt_text
{
  margin-left: 5px;
  margin-top:  2px;
  padding:     0;
  display:     block;
  float:       left;
}

.berech_new_item
{
  font-family: Verdana, sans-serif;
  color: #7F1513;
  margin-left: 10px;
  margin-top:  5px;
  padding:     0;
  display:     block;
  float:       left;
}

.form-list-header
{
  display: block;
  float: left;
  background-color: #D0D0D0;
  width: 706px;
}

.formError
{
  clear: both;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #DD2421;
}

form.panel {
  border:          0px solid black;
  margin:          0;
  padding:         0;
  float:           left;
}

div.panel {
  border:          0px solid black;
  width:           358px;
  height:          170px;
  float:           left;
  margin:          0;
  padding:         0;
  background:      url(/TAXAppEasy25/images/cgrp_panel.jpg) no-repeat;
  font:            Tahoma, Arial, sans-serif;
}

img.panelImg {
  border:          inherit;
  width:           145px;
  height:          110px;
  float:           left;
  margin:          16px 0 0 16px;
  padding:         0;
  z-index:         10;
}

div.panelTop {
  border:          inherit;
  width:           inherit;
  height:          126px;
  margin:          0;
  padding:         0;
  z-index:         10;
  font:            Tahoma, Arial, sans-serif;
  overflow:        hidden;
}

div.panelBottom {
  border:          inherit;
  width:           inherit;
  height:          44px;
  margin:          0;
  padding:         0;
  z-index:         10;
}

div.panelTitle {
  border:          inherit;
  width:           173px;
  height:          41px;
  float:           left;
  margin:          16px 0 0 7px;
  padding:         0;
  z-index:         10;
  font-weight:     bold;
  font-size:       11pt;
  overflow:        inherit;
}

div.panelText {
  border:          inherit;
  width:           173px;
  height:          57px;
  float:           left;
  margin:          9px 0 0 7px;
  padding:         0;
  z-index:         10;
  font-size:       8pt;
  overflow:        inherit;
}

.panelGo {
  border:          inherit;
  width:           24px;
  height:          24px;
  float:           left;
  margin:          7px 0 0 4px;
  padding:         0;
  z-index:         10;
}

select.panelSelect {
  width:           293px;
  height:          21px;
  float:           left;
  margin:          7px 0 0 16px;
  padding:         0;
  z-index:         11;
}

/*******************************************************************************
  progressbar

.prgbhide {
  position:absolute;
  visibility:hidden;
}

.prgbshow {
  position:absolute;
  visibility:visible;
  background-color:#FAE7E9;
  padding:4px;
}

.prgtable {
  border: solid 1px #7F1513;
  padding:5px;
}

.prglabel {
  font-family: Verdana, sans-serif;
  font-weight: bold;
  font-size: 14px;
  text-align:center;
  padding:0px;
  color: #7F1513;
}
*******************************************************************************/
