.bold {
	font-weight: bold;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}



a img.protectAt {
	background-image: url('../gfx/at_arial_12_718997.gif');
	background-repeat: no-repeat;
	margin-bottom: -2px;
}
a:hover img.protectAt {
	background-image: url('../gfx/at_arial_12_056195.gif');
}
#footer a img.protectAt,
#address a img.protectAt {
	background-image: url('../gfx/at_arial_12_6199b9.gif');
	background-repeat: no-repeat;
	margin-bottom: -2px;
}

#noscript {
	padding: 5px 5px 5px 27px;
	background: white url('../gfx/exclamation.gif') 5px 4px no-repeat;
	border: 1px solid #e36154;
	color: #056195;
	font-weight: bold;
}


/*** track'n'Trace ***/


#xajax_form fieldset {
}
#xajax_form .ctd-filter-label {
	padding: 0;
	margin: 0;
	padding-top: 2px;
	float: left;
}
#xajax_form .ctd-filter-input,
#xajax_form .ctd-filter-submit,
#xajax_form .input_ctd_searching,
#xajax_form .input_ctd_normal {
	padding: 1px;
	margin: 0;
	display: block;
	float: left;
	margin: 0 10px 0 0;
	line-height: 100%;
}
#xajax_form .ctd-filter-submit {
	width: 60px;
	height: 20px;
}
#xajax_form .ctd-filter-info {
	display: block;
	float: left;
	padding-top: 2px;
	display: none;
}
#xajax_form .input_ctd_searching {
	background: #ebebeb none;
}
html>body #xajax_form .input_ctd_searching {
	background-image: url('../gfx/animation_search.gif');
}
#xajax_form .input_ctd_normal {
	background: white none;
}

.ctd-filter-label {
	padding-top: 0;
}
.table-trackntrace {
	clear: both;
	width: 100%;
}

.table-trackntrace .tr-more {
	background-color: #f8f8f8;
}

.table-trackntrace .tr-links td {
}

.table-trackntrace .tr-links .infolink,
.table-trackntrace .tr-links .detaillink {
	font-weight: bold;
	padding-right: 20px;
}

.table-trackntrace tr td dl dt,
.table-trackntrace tr td .dl .dt {
	clear: both;
	display: block;
	float: left;
	width: 160px;
	margin: 0 0 5px 40px;
	padding: 0;
}

.table-trackntrace tr td .no-border {
	margin-left: 40px;
}

.table-trackntrace tr td .no-border,
.table-trackntrace tr td .no-border tr td {
	border: 0;
}

.table-trackntrace tr td dl dd,
.table-trackntrace tr td .dl .dd {
	margin: 0 0 5px 160px;
	padding: 0;
}

.tnt-list-browser ul {
	display: block;
	list-style-type: none;	
}

.tnt-list-browser ul li {
	display: block;
	padding-left: 3px;
	padding-right: 3px;
	float: left;
}
.tnt-list-browser ul li.first {
	width: auto;
	padding-right: 5px;
}

.tracktrace-detail .dl {
	clear: both;
}
.tracktrace-detail .dt {
	clear: both;
	width: 200px;
	margin: 0 0 10px 0;
	float: left;
	font-weight: bold;
}
.tracktrace-detail sup {
	font-size: 60%;
}
.tracktrace-detail .dd {
	margin: 0 0 10px 200px;
}


/* CLEARER */
div.clearer {
	clear: both;
	height: 1px;
	margin: 0;
	padding: 0;
}


/*** SAT runtime  ***/
.np_sat_runtime img.schedule {
	border: 1px solid #bababa;
	background-color: #5EBCF2;
	margin-right: 5px;
}
.np_sat_runtime img.actual {
	border: 1px solid #bababa;
	background-color: #045F94;
	margin-right: 5px;
}

.np_sat_runtime-bar_even,
.np_sat_runtime-bar_odd {
	color: #fff;
	font-weight: bold;
	height: 15px;
	border: 1px solid #bababa;
	padding: 1px 5px;
	text-align: right;
}

.np_sat_runtime-bar_even {
	background: #045F94;
}

.np_sat_runtime-bar_odd {
	background: #5EBCF2;
}



/**** SAT DUS UPLOADS ***/

/* iframe */
#upload_target {
	height: 100px;
	width: 400px;
}

#upload_target p {
	margin: 0;
}
#uploadResetButton {
	background-color: #d4d0c8;
	border: 1px solid #bababa;
	padding: 2px 15px 2px 15px;
	position: relative;
	top: 2px;
	text-align: center;
	width: 100px;
}

/* upload list filter */
#upload-filter {
	background: #ebebeb;
	padding: 10px 8px 0 10px;
	margin: 0 0 20px 0;
}
#upload-filter * {
	font-size: 11px;
}
#upload-filter p, #upload-filter fieldset.first label {
	display: block;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
#upload-filter fieldset.filter-group {
	display: block;
	float: left;
	width: 280px;
}
#upload-filter fieldset.filter-group #ctd_exist,
#upload-filter fieldset.filter-group #ctd_notex {
	border: 0;
}
#upload-filter fieldset.first {
	width: 190px;
}
#upload-filter fieldset.last {
	width: 100px;
	text-align: right;
}
#upload-filter fieldset.last input {
	margin: 35px 0 0 0;
}

/*** IFRAME upload_target ***/
iframe#upload_target {
	width: 100%;
	height: 30px;
}

/*** VIEW: file upload ***/
.tx-npsatuploads {
}

.tx-npsatuploads table {
	border: 1px solid #bababa;
}
.tx-npsatuploads table tr td, .tx-npsatuploads table tr th {
	border: 0;
}



/* Progress bar settings */
#progress_upload {
	height: 12px;
	margin: 0;
	padding: 0;
}

#progress_bar_frame {
	border: 1px solid gray;
	height: 12px;
	margin: 0;
	padding: 0;
}

#progress_bar {
	background: transparent url(../gfx/bgr-uploadProgressBar.gif) repeat-x;
	margin: 0;
	padding: 0;
}
#progress_message {
	font-size: 10px;
}

#xajax_response_counter {
	display: none;
}
	
p.uploaderror {
	margin: 0;
	padding: 0;
	color: red;
	font-weight: normal;
}

table tr td.uploads-center {
	text-align: center;
}



/*** SAT timetable ***/



.np_satdus_timetable-countries ul {

	list-style-type: none;

	margin: 0;

	padding: 0;

}



.np_satdus_timetable-countries ul li {

	display: block;

	float: left;

	margin: 0 5px 5px 0;

	width: 100px;

}



.np_satdus_timetable-countries ul li a {

	display: block;

	border: 1px solid #808080;

	text-align: center;

	padding: 3px 0;

	width: 98px;

}



.np_satdus_timetable-countries ul li.active a {

	background: #4592BE;

	color: #fff;

	font-weight: bold;

}



.np_satdus_timetable-countries ul li a:hover {

	background: #D4E5EF;

}



.np_satdus_timetable-countries ul li.active a:hover {

	background: #5EBCF2;

}



.np_satdus_timetable-routes ul {

	list-style-type: none;

	margin: 0;

	padding: 0;

}



.np_satdus_timetable-routes ul li {

/*	display: block;	*/

	display: table

	float: left;

	margin: 0 5px 5px 0;

}



.np_satdus_timetable-routes ul li {

/*	width: 160px;	*/

/*	width: 536px;	*/

/*	height: 35px;	*/

	height: 0px;

/*	margin-bottom: 30px;	*/

	margin-bottom: 20px;

}


*html .np_satdus_timetable-routes ul li {

	margin-bottom: 10px;

}



.np_satdus_timetable-routes ul li .transit {

/*	width: 158px;	*/

	width: 90px;

/* 	display: block;	*/

	display: table-cell;

/*	text-align: center;	*/

	text-align: left;

/*	border: 1px solid #808080;	*/

	border-top: 0;

}



.np_satdus_timetable-routes ul li .days {

/*	width: 158px;	*/

	width: 60px;

/* 	display: block;	*/

	display: table-cell;

/*	text-align: center;	*/

	text-align: right;

/*	border: 1px solid #808080;	*/

	border-top: 0;

}



.np_satdus_timetable-routes ul li a {

/*	display: block;	*/

	/* neu */

	width: 370px;

	display: table-cell;

/*	border: 1px solid #808080;	*/

/*	text-align: center;	*/

	text-align: left;

	padding: 3px 5px;

/*	height: 33px	*/

	height: 0px;

}



/***

.np_satdus_timetable-routes ul li.active a {

	background: #4592BE;

	color: #fff;

	font-weight: bold;

}

***/



/***

.np_satdus_timetable-routes ul li a:hover {

	background: #D4E5EF;

}



.np_satdus_timetable-routes ul li.active a:hover {

	background: #5EBCF2;

}

***/


/* neu */
.np_satdus_timetable-vessels th.vesselname, th.etd, th.eta_hub_station {
	background: #006699;
	color: #fff;
}


/* neu */
.np_satdus_timetable-vessels th.closing, th.etd_airport, th.transit_time {
	background: #0079c9;
	color: #fff;
}


/* neu */
.np_satdus_timetable-vessels td.closing, td.etd2, td.time {
	background: #99ccff;
	color: #fff;
	font-weight: bold;
}



/* srfeuserregister */

.tx-srfeuserregister-pi1 fieldset legend {
	margin-bottom: 10px;
}

*html .tx-srfeuserregister-pi1 fieldset legend {
	margin-left: -7px;
}
*+html .tx-srfeuserregister-pi1 fieldset legend {
	margin-left: -7px;
}

.tx-srfeuserregister-pi1 label {
	display: inline;
	width:auto;
	float:none;
}

.tx-srfeuserregister-pi1 dt,
.tx-srfeuserregister-pi1 .dt  {
	clear:both;
	float:left;
	width:170px;
	margin-bottom: 10px;
}
.tx-srfeuserregister-pi1 .dt-pwchange {
	margin-top: 10px;
	margin-bottom: 10px;
}

.tx-srfeuserregister-pi1 dd,
.tx-srfeuserregister-pi1 .dd  {
	margin: 10px 0 10px 170px;
}
*html .tx-srfeuserregister-pi1 dd,
*html .tx-srfeuserregister-pi1 .dd {
	margin-left: 0;
}


*html .tx-srfeuserregister-pi1 .dt,
*html .tx-srfeuserregister-pi1 .dd {
	margin-bottom: 10px;
	height: 20px;
}


*html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-radio {
	border: 0;
}
*+html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-radio {
	border: 0;
}

.tx-srfeuserregister-pi1 .create-preview-fieldset .dd,
.tx-srfeuserregister-pi1 .create-preview-fieldset dd {
	margin-top: 0;
}
.tx-srfeuserregister-pi1 .edit-preview-fieldset .dd,
.tx-srfeuserregister-pi1 .edit-preview-fieldset dd {
	margin-top: 0;
}

*+html .tx-srfeuserregister-pi1 .create-preview-fieldset .dd,
*+html .tx-srfeuserregister-pi1 .create-preview-fieldset dd,
*+html .tx-srfeuserregister-pi1 .edit-preview-fieldset .dd,
*+html .tx-srfeuserregister-pi1 .edit-preview-fieldset dd {
	height: 22px;
}

.tx-srfeuserregister-pi1-error {
	color:red;
	margin: 0;
	padding-left: 170px;
	margin-bottom: 10px;
}

/***
PASSWORD STRENGTH CHECK
***/

#password_strength, #password_alert, #password_compare {
	margin: 5px 5px 0 0;
}

.password-strength-weak {
	background-image: url('../gfx/error.gif');
	height: 16px;
}

.password-strength-strong {
	background-image: url('../gfx/accept.gif');
	height: 16px;
}

.password-alert-alert {
	background-image: url('../gfx/exclamation.gif');
	height: 16px;
}

.password-alert-none {
	background-image: none;
	height: 0px;
}

.password-compare-not {
	background-image: url('../gfx/exclamation.gif');
	height: 16px;
}

.password-compare-ok {
	background-image: url('../gfx/accept.gif');
	height: 16px;
}

.password-compare-none {
	background-image: none;
	height: 0px;
}

/*** +KOWARZIK, 100705 ***/
.password-error {
        color: red;
}


/*** PW CHANGE ***/
.nppwchange-mailerror,
.nppwchange-errorcode {
	color: red;
}


/* sectionindex */
ul.csc-menu {
	list-style-type: none;
	padding:0;
	margin:0;
}

ul.csc-menu-3 li {
	float:left;
	margin:0;
	padding:0;
	margin: 0 5px 5px 0;
}

ul.csc-menu-3 li a {
	display: block;
	border: 1px solid #808080;
	text-align: center;
	padding: 3px 5px;
	min-width: 98px;
	white-space: nowrap;
}
*html ul.csc-menu-3 li a {
	width: 98px;
}

ul.csc-menu-3 li a:hover {
	background: #D4E5EF;
}

table.csc-uploads {
	width:100%;
}

td.csc-uploads-fileName {
	width:80%;
}

a.tx-npsatdusaddress-printlink {
	background: white url('../gfx/printer.png') 0px 0px no-repeat;
	padding-left: 20px;
	display: block;
	height: 30px;
	float: left;
	margin-top: 15px;
}

.tx-npsatdusaddress-list h3 a {
	color: #056195;
}
