* {
    margin: 0;
    padding: 0;
    border: none;
}

html, body {
    height: 100%;
}

.inv {
    display: none;
}

hr.clear {
    visibility: hidden;
    height: 0;
    clear: both;
}

body {
    background: #f0f0f0;
    text-align: center;
    color: #000;
    font: .9em / 1.3em "Arial", "Calibri", "Tahoma", "Verdana", sans-serif;
}

#center {
    width: 1000px;
    margin: 0 auto;
    text-align: left;
    position: relative;
}

.main {
    background: url( "gfx/main.gif" ) repeat-y top left;
    position: relative;
    top: 90px;
    z-index: 1;
}

.main-top {
    width: 1000px;
    background: url( "gfx/top.gif" ) no-repeat top left;
}

h1 {
    position: absolute;
    font-size: 1.1em;
    color: #878583;
    font-style: italic;
    font-weight: bold;
    top: 33px;
    left: 280px;
}

.logo {
    position: absolute;
    display: block;
    width: 226px;
    height: 133px;
    top: 11px;
    left: 30px;
    z-index: 10;
}

.menu {
    list-style: none;
    position: absolute;
    top: 67px;
    left: 275px;
    z-index: 10;
}

.menu li {
    float: left;
    background: url( "./gfx/menu_left.gif" ) no-repeat top left;
    margin: 0 3px;
    position: relative;
}

.menu li a {
    display: block;
    float: left;
    background: transparent url( "./gfx/menu_right.gif" ) no-repeat top right;
    height: 31px;
    color: #fff;
    text-decoration: none;
    padding: 15px 12px 0 12px;
    font-size: 1em;
}

.menu li a:hover {
    color: #000;
}

.menu li ul {
  width: 90px;
  display: none;
  list-style: none;
  float: none;
  clear: both;
  position: absolute;
  top: 46px;
  left: 0px;
}

.menu li ul li a, .menu li ul li {
  float: none;
  clear: both;
  background: #dc2520;
  padding: 4px 2px 0 4px;
  font-size: .9em;

}

.left {
    width: 248px;
    float: left;
    margin: 67px 0 0 33px;
    display: inline;
}

.middle {
    float: left;
    margin: 70px 0 0 0;
}

.right {
    float: left;
    margin: 70px 0 0 45px;
}

.bottom {
    width: 1000px;
    height: 82px;
    background: url( "./gfx/bottom.jpg" ) no-repeat top right;
}

.bottom p {
    text-align: center;
    padding: 20px 0 0 0;
    color: #fff;
}

.bottom p a {
    color: #fff;
}

.panel, .panel2 {
    font-size: .85em;
    line-height: 1.5em;
    text-align: left;
    width: 290px;
    padding: 20px 0 0 25px;
    background: url( "./gfx/panel.png" ) no-repeat 0% 0%;
   /* filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://www.cionetwork.cz/gfx/panel.png,sizingMethod='crop'); _background: none;
    */behavior: url( "iepngfix.htc" );
    min-height: 390px;
    height: auto !important;
    height: 390px;

}

.panel h2, .panel2 h2 {
    color: #dc231e;
    padding: 0 0 7px;
    font-size: 1.3em;
}

.panel2 {
    width: 650px;
}

#dp-normal-1 {
    display: none;
}

.partners-main {
    background: url("./gfx/partners_back.gif") repeat-y;
    width: 219px;
    margin: 25px 0 20px 0;
}

.partners-top {
    min-height: 120px;
    height: auto !important;
    height: 120px;
    background: url("gfx/partners_top.gif") no-repeat top left;
    text-align: center;
}

.partners-main h2 {
    padding: 10px 0 0 0;
    font-size: 1.1em;
    font-weight: normal;
}

.partners-main img {
    margin: 10px 0;
}

.partners-bottom {
    background: url("./gfx/partners_bottom.gif") no-repeat top left;
    width: 219px;
    height: 9px;
    font-size: 0;
    line-height: 0;
}

p {
    padding: 0 0 8px 0;
}

a {
    color: #dc231e;
    text-align: left;
}

a:hover {
    text-decoration: none;
}

.panel ul, .panel2 ul {
    padding: 5px 0 15px 35px;
}


table
{
    margin: 20px;
    
    
}

table td
{
    padding: 7px;
    text-align: left;
    
}



h3 {
  padding: 5px  0 5px 0;
}

.leftfloat {
  float: left;
  margin: 0 15px 10px 0;
}

.rightfloat {
  float: right;
  margin: 0 15px 10px 20px;
}

.tabular {
  border: 1px solid #000;
  float: left;
}

.tabular tr {
  background: #f6f6f6;
}

.tabular tr.odd {
  background: #E5E5E5;
}

.tab1 tr {
  background: none;
}

.r-print {
  text-align: right;
}

div.datePicker table tbody td.date-cio {
  background: #dc231e;
  color: #fff!important;
  color: #fff;
}

div.datePicker table tbody td.date-cio-today {
  background: #faa;
  color: #fff!important;
  color: #fff;
}

div.datePicker table tbody td.date-anal {
  background: #00f;
  color: #fff!important;
  color: #fff;
}

div.datePicker table tbody td.date-anal-today {
  background: #aaf;
  color: #fff!important;
  color: #fff;
}

div.datePicker table tbody td.date-analcio {
  background: #fff url('../../gfx/colors.gif') center;
  color: #fff!important;
  color: #fff;
}

div.datePicker table tbody td.date-analcio-today {
  background: #fff url('../../gfx/colors_today.gif') center;
  color: #fff!important;
  color: #fff;
}

img.form-img {
	position: relative;
	top: 11px;
}

.sub {
	padding: 4px;
	color: #fff;
	background: #d4281c url('../../gfx/menu_left.gif') center center;
	cursor: pointer;
}

.write {
  border: 1px solid #ccc;
  padding: 15px;
}

.k-input {
	background: #fff url('../../gfx/input_top.png') repeat-x top left;
	border: 1px solid #ccc;
  padding: 5px;
  width: 200px;
}

.t-right {
  text-align: right;
}

.t-left {
  text-align: left;
}