/* moodalbox CSS */

div#mb_overlay {
position: absolute;
left: 0;
width: 100%;
background-color: #000;
cursor: pointer;
}

div#mb_center, div#mb_bottom {
position: absolute;
left: 50%;
overflow: hidden;
background-color: #DDD;
}

div#mb_center {
background-color: #DDD;
}

div#mb_contents {
width: 600px;
height: 690px;
border: 10px solid #DDD;
overflow: auto;
background-color: #DDD;
visibility: hidden;
}

.mb_loading {
background: #DDD url(../img/loading.gif) no-repeat center center;
}

#mb_error {
font-size: 1.2em;
color: #CD0000;
font-weight: bold;
text-align: center;
padding: 0.5em;
font-family: Verdana, Helvetica, sans-serif;
}

#mb_error em {
font-size: 0.8em;
}

div#mb_bottom {
font-family: Verdana, Helvetica, sans-serif;
font-size: 10px;
color: #666;
line-height: 1.4em;
text-align: left;
border: 10px solid #DDD;
border-top-style: none;
}

a#mb_close_link {
display: block;
float: right;
width: 66px;
height: 22px;
background: transparent url(../img/closelabel.gif) no-repeat center;
margin: 5px 0;
}

div#mb_caption {
margin-right: 71px;
}

/* dodane podglad */

#wrapper {
 margin: 0 auto;
 width: 460px;
 background: #DDD;
}
#leftcolumn { 
 color: #333;
 border: 1px solid #ccc;
 background: #f1f1f1;
 margin: 5px 2px 0px 0px;
 padding: 5px;
 /*height: 500px;*/
 width: 190px;
 float: left;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px; 
}
#rightcolumn { 
 float: right;
 color: #333;
 border: 1px solid #ccc;
 background: #F5F5F5;
 margin: 5px 0px 0px 0px;
 padding: 5px;
 /*height: 500px;*/
 width: 240px;
 display: inline;
 position: relative;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px; 
}

table.sample {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px; 
}

table.sample th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
table.sample td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
