@charset "UTF-8";
/**
 * ENTSOG - TRANSPARENCY PLATFORM
 *
 * javascript stylesheet
 *
 * @author	kuehnj
 * @version	$Id: js.css,v 1.5 2010-01-18 14:19:24 kuehnj Exp $
 */

@media all {
 /*------------------------------------------------------------------------------------------------------*/
 /*- waiting icon for suggest field ----------------*/
 #waiticon_point_name,
 #waiticon_tso_name,
 #waiticon_eic{
	position:		absolute;
	left:			26.82em;
 }
 #waiticon_point_name{
	top:			0.27em;
 }
 #waiticon_eic{
	top:			2.00em;
 }
 #waiticon_tso_name{
	top:			3.73em;
 }


 #waiticon_point_name img,
 #waiticon_tso_name img,
 #waiticon_eic img{
	width:			1.09em;
	height:			1.09em;
 }
 
 /*- list for suggest field ----------------*/
 div.auto_complete {
	position:		absolute;
	width:			33.64em;
	max-height:		16em;
	overflow:		auto;
	background:		#fff;
	border:			0.09em solid #888;
	border-color: 	#cfdfef #6ea2c7 #6ea2c7 #6ea2c7;
	margin:			0;
	padding:		0;
	z-index:		100;
 }
 div.auto_complete dl {
	list-style-type:none;
	margin:			0;
	padding:		0;
	font-size:		0.91em;
 }
 div.auto_complete dl dt{
	padding:		0.2em;
	font-weight:	bold;
	background:		#dedede;
 }
 div.auto_complete dl dd {
	list-style-type:none;
	display:		block;
	margin:			0;
	padding:		0.2em 0.2em 0.2em 0.6em;
	height:			1.2em;
	cursor:			pointer;
 }

 div.auto_complete dl dd.selected {
	background:		#D3E3F2;
 }

 /* calculate routes: progress bar ----------- */
 .progress-bar_message p{
	text-align: 	center;
	color: 			#000;
	font-size: 		1em;
	padding:		0.3em 0 1.3em 0em;
	border:			none;
	border-top:		0.1em solid #E9E9E9;
	margin-top: 	0.2em;
 }
 #progress_bar{
	padding: 		0 0 0.5em 0;
	background: 	#bcdfc1;
	border-bottom:	0.1em solid #E9E9E9;
 }
 .progressBar{
	width: 			330px;
	height: 		18px;
 }
 
 /* default progress: progress image --------- */
 #prozess{
	position:		absolute;
	background:		#F5F1F1;
	-moz-opacity:	0.7;
	opacity:		0.7;
	left:			0;
	top:			0;
	width:			100%;
	height:			100%;
	margin:			0px;
	padding:		0px;
	z-index:		1001;
 }
 #prozess_image{
	position:		absolute;
	background:		transparent url(/gte_tp/library/conf/img/layout/ajax-loader.gif) no-repeat;
	left:			50%;
	top:			45%;
	width:			32px;
	height:			32px;
	margin:			0px;
	padding:		0px;
 }
 
 /* datepicker --------- */
 
 #info-content form#nominations-flows div.datepicker {
	position:absolute;
	text-align:center;
	border: 1px #C4D5E3 solid;
	font-family:arial;
	background:#FFf;
	font-size:10px;
	padding:0;

}
 #info-content form#nominations-flows div.datepicker-calendar{
margin: 0px 5px;
	text-align:center;
}
  #info-content form#nominations-flows div.datepicker-header table,
  #info-content form#nominations-flows div.datepicker-calendar table {
	font-size:10px;
	border:1px solid #FFF;
	margin:0;
	padding:0;
	text-align:center;
width: auto;

float: none;
}
 #info-content form#nominations-flows div.datepicker div.datepicker-header {
	font-size:11px;
	font-weight:bold;
	background:#E9F5FF;
	border-bottom:1px solid #CCE9FF;
	padding:2px;
	text-align:center;
}
 #info-content form#nominations-flows div.datepicker table.header {
	width:185px;
	border:0;
}
td.prev,
td.prev_year,
td.next,
td.next_year {
	width:8%;
	color:#F7B72E;
	cursor:pointer;
	font-weight:bold;
	line-height:16px;
padding: 0.2em;
	background:#E9F5FF;
}
td.prev:hover,
td.prev_year:hover,
td.next:hover,
td.next_year:hover {
	color:#FF6600;
}
 div.datepicker td.header {
	text-align:center;
	width:68%;
	font-weight:bold;
	line-height:16px;
font-size: 1.2em;
	background:#E9F5FF;
}
div.datepicker-header {
	height:16px;
}
div.datepicker-calendar table tbody tr {
	border:1px solid #FFF;
	margin:0;
	padding:0;
}
div.datepicker-calendar table tbody tr td {
	border:1px #EAEAEA solid;
	margin:0;
	padding:0.2em;
	text-align:center;
	height:16px;
	line-height:16px;
	width:21px;
	cursor:pointer;
font-size:1em;
}
div.datepicker-calendar table tbody tr td:hover,
div.datepicker-calendar table tbody tr td.outbound:hover,
div.datepicker-calendar table tbody tr td.today:hover {
	border:1px #CCE9FF solid;
	background:#E9F5FF;
	cursor:pointer;
}
div.datepicker-calendar table tbody tr td.wday {
	border:1px #CCE8FE solid;
	background:#E9F5FF;
	cursor:text;
	width:21px;
	height:16px;
	line-height:16px;
	font-weight:bold;
}
div.datepicker-calendar table tbody tr td.outbound {
	background:#F4F3F3;
}
div.datepicker-calendar table tbody tr td.today {
	border:1px #CCE9FF solid;
	background:#E9F5FF;
	background-image:url(/gte_tp/library/conf/img/layout/date_active.gif);
	background-repeat:no-repeat;
	position:top left;
	width:21px;
	height:16px;
	line-height:16px;
}
div.datepicker-calendar table tbody tr td.today:hover {
	border:1px #CCE9FF solid;
	background:#E9F5FF;
	background-image:url(/gte_tp/library/conf/img/layout/date_active.gif);
	background-repeat:no-repeat;
	position:top left;
}
div.datepicker-calendar table tbody tr td.nclick,
div.datepicker-calendar table tbody tr td.nclick_outbound {
	cursor:default;
	color:#aaa;
	width:21px;
	height:16px;
	line-height:16px;
}
div.datepicker-calendar table tbody tr td.nclick_outbound {
	background:#E8E4E4;
	width:21px;
	height:16px;
	line-height:16px;
}
div.datepicker-calendar table tbody tr td.nclick:hover,
div.datepicker-calendar table tbody tr td.nclick_outbound:hover {
	border:1px #EAEAEA solid;
	background:#FFF;
}
div.datepicker-calendar table tbody tr td.nclick_outbound:hover {
	background:#E8E4E4;
}
div.datepicker div.datepicker-footer {
	font-size:10px;
	background:#E9F5FF;
	border-top:1px solid #CCE9FF;
	cursor:pointer;
	text-align:center;
	padding:2px;
}


#info-content table.datepicker-opener-table {
	border:none;
	padding:0;
	border-spacing:0;
	margin:0 0 0 3px;
	background:transparent url(/gte_tp/library/conf/img/layout/datepicker.gif) no-repeat 0 0;
	width:16px;
	height:16px;
	cursor:pointer;
}
.Opera #info-content table.datepicker-opener-table {
	float:right;
}
.IE7 #info-content table.datepicker-opener-table {
	position:relative;
	top:0;
	left:3px;
}
#info-content table.datepicker-opener-table:hover {
	background:transparent url(/gte_tp/library/conf/img/layout/datepicker_ro.gif) no-repeat 0 0;
}
#info-content table.datepicker-opener {
	width:16px;
	height:16px;
	margin:0 0 0 3px;
	cursor:pointer;
}
 
}
