.mceToolbarExternal{
    position: fixed; top: 0; left: 0; z-index: 1;
    padding:0 0 0 0;
    text-align:left;
    width:100%;
    z-index:2020;
}

.flayer {
    border: 1px solid #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#888888, Direction=135, Strength=3);

}
.flayer_nazwa {
    text-align: left;
    padding-left:5px;
    font-family:"Tahoma", sans-serif;
    font-size:11px;
}
.tabelka_naglowek {
    text-align: left;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #BF8464;
    border-right-color: #BF8464;
    border-bottom-color: #BF8464;
    border-left-color: #BF8464;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 11px;
    padding: 2px;
    color: #FFFCB7;
}

table.tabelka_naglowek tr td  {
    background-color: #E8F7FD;
    text-align: left;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #BF8464;
    border-right-color: #BF8464;
    border-bottom-color: #BF8464;
    border-left-color: #BF8464;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 11px;
    padding: 2px;
    color: #000000;
}

table.tabelka_naglowek tr th  {
    background-color: #C8D5E4;
    text-align: left;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #BF8464;
    border-right-color: #BF8464;
    border-bottom-color: #BF8464;
    border-left-color: #BF8464;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 11px;
    padding: 2px;
    color: #000000;
}

#fileout{
    position:absolute;
    top:75px;
    left:0px;
    width:100%;
    height:445px;
    overflow-y:auto;


}
#rename_field{
    height:15px;
    width:130px;
    font-size:9px;
}

.bibgraf_menu_ico_on{
    margin:0 2px 0 2px;
    vertical-align:middle;
}
.bibgraf_menu_ico_off{
    background-color:#CCCCCC;
    opacity:0.5;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    margin:0 2px 0 2px;
    vertical-align:middle;
}

div#additionalToolbar {
    position: fixed;
    top: 68px;
    left: 0;
    z-index: 3000;
    /*background-color: #EEECDB;*/
    border-bottom: solid 1px black;
    width: 100%;
    height:24px;
    background: #EEECDB url(../img/top_tlo.png) repeat-x scroll 0 0;
}

div#additionalToolbar label {
    font-size : 11px;
    margin-left : 5px;
}

div#additionalToolbar label input {
    margin-left : 2px;
}

.stopka 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #787878;
}

/* STYLE DLA MODUŁU ZLECEŃ  */
#zlecenie_div{
    margin:auto;
    width:450px;
}

#zlecenie_div table thead tr td{
    font-size:18px;
    padding-bottom:17px;
    padding-left:44px;
    padding-top:15px;
}
#zlecenie_div table tr td{
    font-size:12px;
    padding-bottom:10px;
    padding-left:10px;
    padding-right:10px;
}
#zlecenie_div table tr td textarea{
    border:1px solid #7F9DB9;
    color:#575C62;
    font-size:10px;
    width:238px;
    height:140px;
}
#zlecenie_div table tr td select{
    color:#575C62;
    font-size:10px;
    width:245px;
}
.fl_out{
background-color:#e9f1fc;
border:0px;
border-top: 1px solid black;
width: 100%;
text-align: left;
/* overflow:auto; */
background-color: #C5C5C5;
}

.fl_out a:link{
text-decoration:none;
}

.fl_out a:hover {
text-decoration:underline;
}

DIV.fl_out table{
	width:100%;
	border:0px;
	background-color:#000000;
	border-spacing:0px;
	padding:0px;
	border-collapse: collapse;

}
DIV.fl_out table thead tr{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #C5C5C5;
	text-align: center;
}
DIV.fl_out table thead tr td{
	border-bottom:1px solid black;
}
DIV.fl_out table tbody tr{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #E9F1FC;
	text-align: left;
	padding-left: 4px;
	padding-top:2px;
	padding-bottom:2px;
}
DIV.fl_out table tbody tr td{
	padding-left:2px;
}
.td_r_b{
	font-family: Verdana;
	font-weight: bold;
	text-align: right;
}
.td_l_b{
	font-family: Verdana;
	font-weight: bold;
	text-align: left;
}
.td_c_b{
	font-family: Verdana;
	font-weight: bold;
	text-align: center;
}
.td_nag{
	background-color: #C5C5C5;
	border-bottom:1px solid black;
	border-top:1px solid black;
}
DIV.fl_out input{
	font-size: 9px;
	color: #333333;
}
DIV.fl_out select{
	font-size: 9px;
	color: #333333;
}
DIV.fl_out textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	width:240px;
	height:55px;
}

