body{
	background-color:#ffffff;
	font-family:Arial;
	font-size:10pt;
	padding-top:8px;
}
.title{
    height:120px;
    position:absolute;
    top:0;
    left:270px;
    right:0;
    padding:10px;
}
.logoImg{
	position:absolute;
	top:35px;
	left:10px;
}
.info{
	position:absolute;
	top:7px;
	right:0;
	height:110px;
	width:170px;
}
.info h3{
	margin:0;
	margin-top:3px;
	font-size:.9em;
	color:#465dc8;
}
.info p{
	margin:0;
	margin-left:25px;
}
.menuALabel{
	position:absolute;
	top:0;
	left:225px;
	bottom:0;
	right:0;
}
#Username{
	font-size:.9em;
}
#Uspesnost{
	color:Red;
	font-size:1.6em;
	font-weight:bold;
}
.joinedShipment{
	border:1px dotted gray;
	background-color:#eee;
}
.form{
	position:absolute;
	top:120px;
	bottom:0;
	left:280px;
	right:0;
	font-size:.95em;
	background-color:White;
	padding:30px;
}
.odsad{
	margin-left:30px;
}
.smallPad{
	margin:0;
	margin-bottom:5px;
}
.alert{
	font-size:.8em;
	color:Red;
	font-weight:bold;
}
.floatingTable{
	float:left;
}
.floatingTable:first-child{
	margin-right:20px;
}
.floatingTable td{
	padding: 1px 10px;
}
.bookmark{
	position:relative;
	float:left;
	height:20px;
}
.bookmarkBasic{
	width:100px;
}
.bookmarkExtended{
	width:110px;
}
.bookmarkDiscounts{
	width:80px;
}
.bookmarkFixedPrice{
	width:160px;
}
.bookmarkFavouriteAddresses{
	width:160px;
}
.bookmarkJobNumbers{
	width:160px;
}
.bookmark a:hover{
	font-weight:bold;
	text-decoration:none;
}
.scrollable{
	position:absolute;
	top:15px;
	bottom:10px;
	right:0;
	left:0;
	padding:0 20px 0 30px;
	overflow:auto;
}

.updateTable{
	width:337px;
	border-collapse:collapse;
	border:none;
	margin:5px 0;
}
.updateTable th{
	color:#005592;
	padding:2px 10px;
	width:130px;
	max-width:130px;
	background-color:#E6EEF7;
	border:1px solid #E6EEF7;
}
.updateTable td{
	padding:2px 10px;
	text-align:left;
	line-height:22px;
	border:1px solid white;
}
.editedUpdateTable td{
	max-width:90px;
	padding:2px;
}
.updateTable .controlElem{
	background:none;
	border:1px solid white;
	width:41px;
	padding:2px 0;
}
.fixLabel input{
	width:30%;	
}

/* ================== AJAX Control toolkit ================== */
.autocomplete_list
{  
	/*visibility : hidden; pruhledne - sux*/
	margin : 0px!important;
	background-color : window;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	/*height : 200px; pevna vyska - sux*/
    text-align : left; 
    list-style-type : none;
}

.autocomplete_listItemHighlight
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}

/* modal popup - background overlay */
.modalOverlay
{
    background-color:#ffffff;
    filter:alpha(opacity=75);
    opacity:0.75;
    position: absolute; left: 0px; top: 0px;
    z-index: 10000;
}

/* popup window */
.modalPopup
{
    background-color:#ffffff;
    z-index: 10001;
    border: 1px solid black;
}

/* ======================================== */

.inactive a{
	color:#e6eef7 !important;
}
.fsMargins fieldset{
	margin:5px;
}
fieldset.floating, .floating fieldset {
	width:44%;
	float:left;
}
.fsMargins .MyTable, .fsMargins table{
	width:100%;
}
.fsMargins{
	width:40em;
	float:left;
}
.short{
	width:20em;
}
.SelectPricePanel p{
	margin:0;
}
.pnlAddToQueue{
	width:55%;
	margin-left:1.2em;
	display:inline;
}
.SubmenuListLeaf{
	padding:15px;
	margin:10px;
	width:80%;
	border:1px solid #E6EEF7;
}
.SubmenuListLeaf p{
	margin:0;
	margin-left:15px;
	font-size:.9em;
}
.MyClass fieldset{
	float:left;
}
.inline li{
	list-style-type:none;
	display:inline-table;
	padding:0 20px;
}
.topCheck{
	padding-bottom:5px;
	padding-left:20px;
	margin-top:10px;
	width:99%;
}
.flRight
{
	float:right;
	margin-right:40px;
}
.kuryriDivControls{
	text-decoration:none;
	position: absolute;
	top: 5px;
	right: 10px;
	z-index:150;
}
.kuryriDivControls a{
	text-decoration:none;	
}
.shipmentH2{
	color:#D9261C;
	margin:10px;
	margin-bottom:0px;
}