body
{
	margin: 0;
	padding: 0;
	color: #555;
	font: normal 10pt Arial,Helvetica,sans-serif;
	background: #EFEFEF;
}

#page
{
	margin-top: 5px;
	margin-bottom: 5px;
	background: white;
	border: 1px solid #C9E0ED;
}

#header
{
	margin: 0;
	padding: 0;
	border-top: 3px solid #C9E0ED;
}

#content
{
    padding: 20px;
	overflow: visible;
}

#sidebar
{
	padding: 20px 20px 20px 0;
}

#footer
{
	padding: 10px;
	margin: 10px 20px;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #C9E0ED;
}

#logo
{
	padding: 10px 20px;
	font-size: 200%;
}

#mainmenu
{
	background:white url(bg.gif) repeat-x left top;
}

#mainmenu ul
{
	padding:6px 20px 5px 20px;
	margin:0px;
}

#mainmenu ul li
{
	display: inline;
}

#mainmenu ul li a
{
	color:#ffffff;
	background-color:transparent;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:5px 8px;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
	color: #6399cd;
	background-color:#EFF4FA;
	text-decoration:none;
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
	display:none;
}

.portlet
{

}

.portlet-decoration
{
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background:#EFFDFF;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 14px Arial;
	color: #0066A4;
	display: block;
	padding: 6px 0 6px 8px;		
}

.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	background: #80CFFF;
}

#version {
	float: right;
	padding-top: 5px;
	padding-right: 5px;
	font-size: 8px;
}

.offer {
  background: 0a5040;
}

.successSummary, .errorSummary
{
	border: 2px solid #0A0;
	padding: 7px;
	margin: 0 36px 20px;
	background: #EFE;
	font-size: 0.9em;
}

.errorSummary
{
	border-color:#fc0000;
	background: #ffdddd;
}

.row-manual {
	background: #f0d9e0;
}

.row-corect {
	background: #ff9131;

}
.row-after {
	background: #e6ea26;
}

table.table_view {
    background: none repeat scroll 0 0 white;
    border-collapse: collapse;
    margin: 0;
    width: 100%;
}

table.table_view th, table.table_view td {
    border: 1px solid white;
    font-size: 0.8em;
    padding: 0.3em 0.6em;
	text-align: center !important;
}

table.table_view tr.even {
    background: none repeat scroll 0 0 #F8F8F8;
}

table.table_view tr.odd {
    background: none repeat scroll 0 0 #E5F1F4;
}

table.table_view tr td input
{
	text-align: center;
}

table.table_view tr td.min_width
{
	min-width: 80px;
}

table.table_view tr td.icon_td
{
	width: 10px;
}

.types_list
{
	width:130px;
}

._hidden{
    display:none;
}

.hint_img{
    background:url( '../images/tooltip_beztla.png' ) no-repeat;
    height:15px;
    width:15px;
    font-size: 10px;
    display: inline-block;
    position: relative;
    bottom: 2px;
}


#zamowienie_kuriera_form .hint_img{
    float: right;
    position: relative;
    top: 2px;
}

.tooltip{
    display:none;
    font-size:0.9em;
    color:#000;
    font-weight: normal;
    width:238px;
    z-index: 1000;
}

.tooltip .top{
    background:url( '../images/tooltip-yellow-top.png' ) no-repeat;
    height:10px;
    width:238px;
}

.tooltip .middle{
    background:url( '../images/tooltip-yellow-middle.png' ) repeat-y;
    min-height:10px;
    width:198px;
    padding: 5px 20px;
}

.tooltip .middle a{
    color: #C00 !important;
}

.tooltip .bottom{
    background:url( '../images/tooltip-yellow-bottom.png' ) no-repeat;
    height:24px;
    width:238px;
}

.grid-view table.items th, .grid-view table.items td
{
	font-size: 0.8em !important;
    padding: 0.2em !important;
}
.grid-view table.items th {
    background-size: auto 100% !important;
}


#ryzyko-block {
	display: none;
}

#specialvalue-block {
	display: none;
}

.errorMessage.program, .errorMessage.grupatowarow, .infoMessage.transportStartDate30 {
	display: none;
}

.row .radio-box-form {
	float: left;
	width: 400px;
	padding-bottom: 25px;
}
.row .radio-box-form .radio-label-form{
	float: none;
	width: 200px;
	display: inline;
}
.row .radio-box-form .radio-separator{
	display: block;
	margin-bottom: 10px;
}

.MultiFile-list { margin-top: 10px; }
.MultiFile-list .MultiFile-label {
	margin: 2px 0px;
	border-bottom: 1px solid #a9a9a9;
	width: 300px;
	overflow: hidden;
	padding-top: 11px;
}
.MultiFile-list .MultiFile-label a{
	font-size: 20px;
	text-decoration: none;
	padding-right: 10px;
}
#startTransportSpan{
	color: red;
	margin:0 0 0 10px;
}

