/* main styles */
body {
    margin:0;
    padding:0;
    background:#fafafa; /*zmena organizer*/
    color:#000;
    font-family:tahoma,arial,sans-serif;
    font-size:11px;
}
form {
    margin:0;
    padding:0;
}
img {border:none;}
a {color:#060606;text-decoration: none}
a:hover {text-decoration: underline}
h2 {
    font-weight: normal;
    clear: both;}
h3 {
    font-weight: normal;
    clear: both;}
/*input {vertical-align:middle}
.floatleft {float:left !important}
.floatright {float:right !important}
.clear {clear:both !important}
.bold {font-weight:bold !important}
.normal {font-weight:normal !important}
.block {display:block !important}
input.text,
select,
textarea {
	font-family:arial,sans-serif;
	color:#333;
	font-size:12px;
	vertical-align:middle;
	}
input.text {
	padding:1px 0 0 4px;
	height:14px;
	font-weight:normal;
	}
*/

/* main container */
.clear {clear:both !important}
#main {
   
    margin:0 auto;
}
/* header */
#header {
    position:relative;    
    height:40px;   
}
/* site logo */
/*a.logo {
    position:absolute;
    top:5px;
    left:20px;
}*/


/* header tabs */
#hlavniNavigace{
   float: left;
    background-color:#E7F2F8;
    width: 100%;  
}

#hlavniNavigace-left {    
    float: left;
    
}
#hlavniNavigace-right {
    float: right;
}
#hlavniNavigace-left a {
    float:left;
    background-color: #E7F2F8;
    //margin-top:-12px;
    //margin-bottom:-12px;
    padding: 12px 7px 12px 7px;
    border-right: 3px solid white;
}

#hlavniNavigace-left a.active {
    background-color: #FFF;    
}
#hlavniNavigace-left a.logo{
    padding:0px;
    border:none;
    display:block;
    float:left;
    background-color: white;
    border-right:3px white solid;
}
#hlavniNavigace-left a.logo img{
    display:block;
    float:left;
}

#hlavniNavigace-right a {
    float:left;
    background-color: #E7F2F8;
    //margin-top:-12px;
    //margin-bottom:-12px;
    padding: 12px 7px 12px 7px;

}

#hlavniNavigace-right a.active {
    background-color: #FFF;
}

.ui-menu { 
    width: 200px; 
}
.menu{
    position:absolute;
    z-index:1000000;
    right:5px;
    top:37px;
    display:none;
}
#hlavniNavigace-right .menu a{
    padding: 2px 0.4em;
    float:none;
    margin:0px;
    background-color: #FFF;
    border:1px solid white;
}
#hlavniNavigace-right .menu a.ui-state-focus{
    border:1px solid #999;
}

/* middle */
#middle {
    float:left;
    padding:0 5px 0 5px;
}
/* left column */
#left-column {
    float:left;
    padding:1px 6px 0 6px;
    width:151px;
}
/* right column */
#right-column {
    float:right;
    padding:0 9px 0 0;
    width:133px;
}
/* center column */
#center-column {
    float:left;
    position: absolute;
    left:170px;
    /*background:url('../img/bg-center-column.png') no-repeat left top;*/
    min-height:700px;
    
    padding:2px 0 0 3px;
    margin-right: 12px;
}	
* html #center-column {height:584px;}

/* footer */
#footer {
    width:100%;
    height:20px;
    position:fixed;
    bottom:0px;
    color:gray;
    z-index:-10;
}
#footer-verze{
    float:left;
    margin-left:10px;
}

/* left column styles */
#left-column a {color:#3E3E3E;}
#left-column h3 {
    font-size:12px;
    margin-bottom: 3px;
    background-color: #EDF1FA;
    height:25px;
    margin-top: 1px;
    padding:0 0 0 9px;
    font-weight: normal;
    text-align: center;
    
}
#left-column h3#hlavni{
    text-transform: uppercase;
    height:50px;
    padding:2px 0px 0px 2px;
    

}
ul.nav {
    margin:0 0 11px 0;
    background:#E7F2F8;
    list-style:none;
    padding:0 2px;
}
ul.nav li {
    padding:4px 4px 6px 5px;
    background:url('../img/bg-dotted.gif') repeat-x bottom;
}
ul.nav a {
    padding:0 0 0 12px;
    background:url('../img/arrow_cevak.gif') no-repeat 0 4px; /*zmena CEVAK*/
}


ul.nav li.last {background:none;}
ul.nav li a.hlavni {
    padding:0 0 0 12px;
    background:url('../img/arrow_seda.gif') no-repeat 0 4px;
}


#left-column .link {
    display:block;
    width:142px;
    height:25px;
    background:url('../img/bg-left-link.gif');
    margin:0 0 4px 0;
    font-weight:bold;
    padding:0 0 0 9px;
    line-height:25px;
    color:#60635A;
}

/* center column styles */
.top-bar {
    float:left;
    width:603px;
    border-left:2px solid #f70;
    padding:0 0 0 9px;
    margin:0 0 4px 0;
}
/* text page header */
.top-bar h1 {
    font:20px/21px verdana,sans-serif;
    color:#43729F;
    margin:0 0 4px 0;
}
/* orange button */
.top-bar a.button {
    float:right;
    display:block;
    width:75px;
    height:35px;
    text-align:center;
    color:#fff;
    text-transform:uppercase;
    font-weight:bold;
    line-height:27px;
    background:url('../img/bg-orange-button.gif') no-repeat;
}

/* bar with select */
.select-bar {
    clear:both;
    border-top:2px solid #f70;
    border-bottom:2px solid #f70;
    padding:5px 0 3px 0;
    margin:0 0 17px 0;
}
.select-bar select {width:145px;margin:0 2px;}

/* table container */
div.table {
    float:left;
    position:relative;
    min-width:830px;
    margin:0 10px 37px 0;
    background:#EDF1FA;
    padding-top: 5px;
    border-top:1px solid silver;
    border-left:1px solid silver;
    border-right:1px solid silver;
}
.nazevTabulky{
    font-size:13px;
}

table.listing {    
    min-width:829px;
    padding:0;
    
    margin-top: 5px;    
}
table.listing th {
    border-top:0 !important;
    vertical-align:top;
}
table.listing th.full {border-left:0;border-right:0 !important;text-align:left;text-transform:uppercase;}
div.table img.left {
    position:absolute;
    top:0;
    left:0;
}
div.table img.right {
    position:absolute;
    top:0;
    right:20px;
}
/* table styles */

table.listing th {
    background:#EDF1FA;
    font-weight: normal;
    padding:3px;
    text-align:left;
}
table.listing td {
    border-bottom: 1px solid silver;
    border-right: 1px solid silver;
    color:#000;
    background: white;
    padding:1px 2px;
}
table.listing td:last-child{
    border-right: 0;
}
table.listing .zelena td {
    background:#80E080;
}
table.listing  td.zelena {
    background:#80E080;
}
table.listing .cervena td {
    background:#f08080;
}
table.listing  td.cervena {
    background:#f08080;
}
.cervena{
    background:#f08080;
}
.zelena{
    background:#80E080;
}
.maxsize{
    width: 100%;
    height: 28px;
    text-align: center;
    line-height: 28px;
}
table.listing .modra td {
    background:#7BDDEF;
}
table.listing .zluta td {
    color: black;
    background: #FFF9D7;
    border: 1px solid #E2C822;
    padding: 1em;
    margin: 1em 0;
}
table.listing .white td {
    background:#fff;
}
table.listing .coral td {
    background:#a9a9a9;
}
table.listing .first {border-left:0px solid silver;}
table.listing .last {border-right:0px solid silver;}

table.listing .style1 {font-weight:bold;color:#FF7A00;}
table.listing .style2 {font-weight:bold;padding-left:16px;}
table.listing .style3 {padding-left:25px;}
table.listing .style4 {padding-left:35px;}
table.form .last {padding:1px 0 1px 5px;text-align:left;}
table.form th,
table.form td {padding-left:10px;}
table.form input.text {width:262px}

/* table select */
div.table .select {
    float:right;
    margin:2px 1px 0 0;
    width:176px;
    height:25px;
    background:#9097A9 url('../img/bg-select.gif');
    color:#fff;
}
div.table .select strong {
    float:left;
    padding:5px 0 0 5px;
}	
div.table .select select {
    float:right;
    width:78px;
    margin:2px 3px 0 0;
    text-align:right;
}

/* right column header */
#right-column .h {
    float:left;
    background:#7E878A;
    border:1px solid #B8B8B8;
    border-bottom:0;
    padding:3px 10px;
    color:#fff;
    text-transform:uppercase;
}
/* right column box */
#right-column .box {
    float:left;
    width:121px;
    padding:5px;
    border:1px solid #B8B8B8;
    background:#EBEBEB;
    margin:0 0 15px 0;
}

/* right column buttons */
.buttons {
    clear:both;
    text-align:center;
    padding:30px 0 15px 0;
}
.buttons input {margin:0 0 6px 0;}

/* moje */
div.wrapper_flashMessages
{
    position:absolute;
    left:0px;
    z-index:1000;
    width:210px;
}
ul.flashMessages{
    color: #333;
    width:200px;
    float:left;
    position: fixed;
    list-style: none;
    padding:0px;
    margin:0px 15px;
    display:none;
    bottom:10px;
}
ul.flashMessages li{
    padding: 5px;
    width:200px;
}
.flashMessage_close{
    float:right;
    width:11px;
    cursor:pointer;
}
.flashMessage_close:hover{
    color:#777;
}
.flash_info {

    background: #FFF9D7;
    border: 1px solid #E2C822;
}
.flash_error {
    background:#b22222;
    border: 1px solid #622222;
    color: white;
}
ul#flashMessages
{
    list-style: none;
    padding:0px;
    margin:0px;
}
ul#flashMessages li
{
    padding:5px 10px;
    margin:0px;
}
ul#flashMessages li.first_info
{
    border-top: 1px solid #E2C822;
}
ul#flashMessages li.first_error
{
    border-top: 1px solid #b22222;
}
ul#flashMessages li a.close_flashMessage_info
{
    float: right;
    padding:0px 5px;
    background-color: #ffe552;
}
ul#flashMessages li a.close_flashMessage_error
{
    float: right;
    padding:0px 5px;
    background-color: #b22222;
}
ul#flashMessages li a.close_flashMessage_info:hover
{
    text-decoration: none;
    float: right;
    padding:0px 5px;
    background-color: #ffed87;
}
ul#flashMessages li a.close_flashMessage_error:hover
{
    text-decoration: none;
    float: right;
    padding:0px 5px;
    background-color: #be3939;
}
.admin-view-flash
{
    float:right;
    margin:10px 10px 0px 0px;
}

a[href^="error:"] {
    background: red;
    color: white;
}



table.listing1 {
    border-bottom:1px solid silver;
    width:500px;
    padding:0;
    margin:0;
    border:1px solid silver;
}
table.listing1 th {
    border-top:0 !important;
}
table.listing1 th.full {border-left:0;border-right:0 !important;text-align:left;text-transform:uppercase;}

/* table styles */
table.listing1 td{
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    text-align:left;
}
table.listing1 th {
    border:1px solid #fff;
    text-align:center;
}
table.listing1 th {
    background:#9097A9;
    color:#fff;
    padding:5px;
}
table.listing1 td {
    background:#D8D8D8;
    color:#000;
    padding:1px 2px;
}
table.listing1 .bg td {
    background:#ECECEC;
}
table.listing1 .white td {
    background:#fff;
}


.aktivniDrobek{
    font-weight: bold;
}

.popisekZaHledanim{
    font-size: 10px;
}

#drobeckovaNavigace{
    font-size: 10px;
}

/*selectboxy pro filtr udalosti a akce*/
.akceForm{
    width:80px;
}
.typForm{
    width:60px;
}

.stavKurzuForm{
    width:60px;
}

#levy{
    border: solid 1px Silver;
    border-width: 1px;
    margin: 1px 0px 6px 0;
    overflow: hidden;

}

#levyDoKonce{
    float: left;
    width: 100%;
    border: solid 1px Silver;
    border-width: 1px;
    margin: 1px 0px 6px 0;

}

#pravy{
    float: left;
    width: 228px;
    border: solid 1px Silver;
    border-width: 1px;
    margin: 0 0px 3px 10px;
    padding: 5px;
    background-color: #EDF1FA;
}
#pravaCast{
    float: right;
    width: 248px;
    margin-top: 1px;
}
#spodek{
    height: 125px;
    clear: both;
    border: solid 1px Silver;
    border-width: 1px;
    margin-bottom: 6px;
    margin-right:10px;
}
#spodek2{
    height: 86px;
    clear: both;
    border: solid 1px Silver;
    border-width: 1px;
    margin-right:10px;
}

#spodek3{
    height: 20px;
    clear: both;
    border: solid 1px Silver;
    border-width: 1px;
    margin-bottom: 6px;
}

#horni{
    float: left;
    border: solid 1px Silver;
    border-width: 1px;
    margin: 3px 10px 6px 0;
    padding: 2px;

}
/* /zarovnani v udalosti*/

a.tlacitko{
    vertical-align: 63px;
    border-style: outset;
    border-color: silver;
    border-width: 1px;
    background:#D8D8D8;
    text-decoration: none;
    padding: 20px;    
}

a.tlacitkoNeaktivni{
    color:#9097A9;
    vertical-align: 63px;
    border-style: outset;
    border-color: silver;
    border-width: 1px;
    background:#D8D8D8;
    text-decoration: none;
    padding: 20px;   
}
a.tlacitko:hover {background:#ececec;} /* zatlačený rámeček */
a.tlacitko-vedleSebe {}

#spodek2 a.tlacitko {vertical-align: 40px;}
#spodek2 a.tlacitkoNeaktivni{vertical-align: 40px;}

#spodek3 a.tlacitko {vertical-align: -3px; padding: 2px}
#spodek3 img {margin: 0 0 0 5px; float:left;padding: 0 5px 0 0;}
#spodek3 p {padding: 2px 0 0 0;margin: 0 0 0 0;}
#spodek3 a.tlacitkoNeaktivni{vertical-align: -3px; padding: 2px}

/* tabulka s infem o prihlasenem uzivateli (vpravo nahore) */
#prihlUzivatel{
    float: right;
    background:#EBEBEB;
    border:1px solid #B8B8B8;
    padding: 5px;
    margin: 5px 10px;
}

/* zobrazeni aktualni firmy v adminovi */
#aktualniFirma{
    float:right;
    width:500px;
    background:#EBEBEB;
    border:1px solid #B8B8B8;
    padding: 5px;
    margin: 5px 20px;
    font-size: 2em;
    text-align: center;
}

/*table s formularovymi prvky*/
#novaUdalost th{
   text-align: left;
}

table.vytvor_editace{
    width: 100%;
    border-collapse: collapse;    
}

table.vytvor_editace th{
   text-align: left;
   font-weight: normal;   
   padding-left:5px;
}

table.vytvor_editace tr.zahlavi{
   background-color: #EDF1FA;   
}

table.listing .darkRed td {
    color:DarkRed;
}

table.listing .darkRed a {
    color:DarkRed;
}

table.listing .red td {
    color:red;
}

table.listing .red a {
    color:red;
}

table.listing .seda td {
    background-color: #EEE;
}
table.listing .green td {
    color:#00ff00;
}

table.listing .green a {
    color:#00ff00;
}


table.zahlDoprava th {
    text-align:right;
}

table.rychlyFiltr{
    border-collapse: collapse;
}

table.rychlyFiltr td {
    vertical-align: top;
}




/* hornipruh */
#hornipruh{
    margin:0 10px 5px 11px;
    padding: 5px;
    background-color:#E7F2F8;
}

#pocetZaznamu{
    text-align:right;
    float:right;
    margin-right:10px;
}

/*textarea*/
.popis {
    width:665px;
    height:100px
}


#prihlasovaciForm{
    background-color: #E7F2F8;
    border: 1px solid silver;
    width:400px;
    height:100px;
    padding-top: 20px;
    margin: auto;
}

#prihlasovaciForm input.text{
    width:120px;
}

#prosleHesloForm
{
    background-color: #E7F2F8;
    border: 1px solid silver;
    width:400px;
    height:300px;
    padding-top: 20px;
    margin: auto;
}

#prosleHesloForm input.text{
    width:120px;
}

#centerVertHoriz{    
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;

    margin: auto;
}


/*infoRamecek*/
table.infoRamecek{
    width: 100%;
    border-collapse: collapse;
}



table.infoRamecek tr.zahlavi{
   background-color: #EDF1FA;
}

#levyDoKonce{
    float: left;
    width: 100%;
    border: solid 1px Silver;
    border-width: 1px;
    margin: 1px 0px 6px 0;
}


#tlacitkaVTabulce{display: inline}

table.udalost{
    width: 100%;
    border-collapse: collapse;
}

table.udalost th{
   text-align: left;
   font-weight: normal;
   padding-left:5px;
}

table.udalost tr.zahlavi{
   background-color: #EDF1FA;
}



/**PAGINATOR**/
.paginator {
	margin: 1em 0;
	font-size: 90%;
}

.paginator a, .paginator span {
	margin-right: 0.1em;
	padding: 0.2em 0.5em;
	color: #999999;
}

.paginator a {
	border: 1px solid silver;
	text-decoration: none;
	color: #3E3E3E;
}

.paginator span.button {
	border: 1px solid #DDDDDD;
}

.paginator .current {
	background: #2E6AB1;
	border: 1px solid #2E6AB1;
	color: white;
	font-weight: bold;
}

input[type="file"] {width:400px}
#ajax-spinner {
    position:fixed;
    left:50%;
    top:50%;
    margin: -33px 0 0 -33px;
    background: transparent url('../images/spinner2.gif') no-repeat 50% 50%;
    padding: 13px;
    font-size: 0;
    z-index:10000;
    width:32px;
    height:32px;
    display:none;
}
#spodek-table
{
    width:1020px;
    clear: both;
    border: solid 1px Silver;
    border-width: 1px;
    margin: 1px 0px 6px 0;
    background-color: #EDF1FA;  
}
#spodek-table .spodek-obalka
{
    margin:10px 5px;
}
.obalka-default
{
    margin:10px 5px;
    border: solid 1px Silver;
    padding: 5px;
}
.listing tr:hover td
{
    background-color: #EDF1FA;
}
.listing tr.activeCheck td{
    background-color: #dee6f7;
}
.ohraniceni
{
    border: solid 1px Silver;
    margin: 1px 0px 6px 0;
}
.usporadaniPrekryvu
{
    margin: 5px 0px 5px 10px;
    padding: 5px 10px;
}
.kontrolaDuplicit
{
    float:right;
    width:300px;
    margin-left: 260px;
    margin-top: 5px;
    color:red;
    font-weight: bold;
}
.grid
{
    float:left;
}
.grid2
{
    float:left;
    margin:5px;
    padding:5px;
}
.grid-right
{
    float:right;
}
.webtesty-img{
    display:block;
    margin:5px 0px;
}
.vyberNazvuUdalostiForm{
    max-width:300px;
}
.tlacitka {
    -moz-box-shadow:inset 0px px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color:#ededed;
    -webkit-border-top-left-radius:6px;
    -moz-border-radius-topleft:6px;
    border-top-left-radius:6px;
    -webkit-border-top-right-radius:6px;
    -moz-border-radius-topright:6px;
    border-top-right-radius:6px;
    -webkit-border-bottom-right-radius:6px;
    -moz-border-radius-bottomright:6px;
    border-bottom-right-radius:6px;
    -webkit-border-bottom-left-radius:6px;
    -moz-border-radius-bottomleft:6px;
    border-bottom-left-radius:6px;
    text-indent:0;
    border:1px solid #aeaeaf;
    display:inline-block;
    color:#444;
    font-family:arial;
    font-size:11px;

    font-style:normal;
    height:25px;
    line-height:25px;
    width:130px;
    text-decoration:none;
    text-align:center;
    text-shadow:1px 1px 0px #ffffff;
}

.tlacitka:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
    background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
    background-color:#dfdfdf;
}


.tlacitka:active {
    position:relative;
    top:1px;
}
.checkboxList-wrapper{
    float:left;
    position:relative;
}

.checkboxListData
{
    display:none;
    border:solid 1px silver;
    position: absolute;
    top: 65px; 
    width: 200px; 
    background-color:white;
    z-index: 1000000;
}

.checkboxListDataTeam
{
    display:none;
    border:solid 1px silver;
    position: absolute;
    top: 20px; 
    width: 200px; 
    background-color:white;
    z-index: 1000000;
}

.checklistButton{
    font-size: 11px;
    border: 1px solid #AAA;
    background: #FFF url("../img/dropdown.png") no-repeat;
    background-position: center right;
    padding: 2px 22px 2px 4px;
}
.smazFormular{
    text-align: right;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 14px;
    height:25px;
    width:22px;
    float:left;
    margin: 2px 0px 0px 0px;
}
.smazFormular-link
{
    text-decoration: none;
}
.smazFormular-link:hover
{
    text-decoration: none;
}
.module-img{
    width: 100px;
    height:100px;
    border:1px solid gray;
    display:block;
    margin:5px auto;
}
.module-link{
    width:100%;
    height:100%;
    display:block;
    margin: 0px;
    text-align:center;
}
.module-td{
    border:1px solid gray;
    background-color: #e7f2f8;
    width:120px;
    height:120px;
}
.module-td:hover{
    background-color: white;
}
.module-nazev{
    font-size: 9px;
}
.submenu{
    list-style-type: none;
    padding:0px;
    margin:0px;
    margin-left:20px;
    display:none;
}
.has-sub{
    border-bottom:none;
}
.has-sub-title{
    cursor:pointer;
    color:#3e3e3e;
    text-decoration: none;
}
.has-sub-title:hover{
    text-decoration: underline;
}
.td-select-maxWidth select{
    max-width: 70px;
}
.generator-rozcestnik-polozka{
    display:none;
}
#generator-tydne{
    display:block;
}
.tree-nav{
    border:solid 1px #e7f2f8; 
    padding:5px;
    float:left;
    margin:0px 5px 5px 0px;
    cursor: pointer;
}
#obrazovka-text{
    display:none;
}
#obrazovka-soubor{
    display:none;
}
.obrazovka-text{
    padding:10px;
    background-color:#eee;
    border:solid 1px gray;
    width:800px;
    height:800px;
    overflow:auto;
}
.circle{
    border-radius: 50%;
    width: 20px;
    height: 20px; 
    margin:0px auto;
}
.infoTest{
    cursor: pointer;
}
.btn
{
    border: solid grey 1px;
    padding:2px 4px;
    background-color: #eee;
}
.btn:hover
{
    text-decoration: none;
    background-color: #cef;
    border: solid grey 1px;
}
.no-underline, .no-underline:hover{
    text-decoration: none;
}
.generator-rozcestnik-polozka{
    display:none;
}
.circle{
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin:0px auto;
}
.bg-red{
    background-color: red;
    border:solid 1px red;
}
.bg-green{
    background-color: green;
    border:solid 1px green;
}
.bg-orange{
    background-color: orange;
    border:solid 1px orange;
}
.bg-red-orange{
    background: red; /* Old browsers */
    background: -moz-linear-gradient(left, red 50%, orange 50%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(50%,red), color-stop(50%,orange)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, red 50%,orange 50%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, red 50%,orange 50%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, red 50%,orange 50%); /* IE10+ */
    background: linear-gradient(to right, red 50%,orange 50%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='red', endColorstr='orange',GradientType=1 ); /* IE6-9 */
    border:solid 1px red;
}
.bg-white{
    background-color: white;
    border:solid 1px gray;
}
.block{
    display:block;
    height:100%;
    width:100%;
}
.cursor-pointer{
    cursor:pointer;
}
.icon-spodek3{
    padding:2px;
}