/*Date:	07.02.2009
Author:	Tomasz Bem
Description:
	Style Sheet for gbusman for webpage overlay as well as for search panel*/

/*--------------------------general webpage overlay---------------------------*/
/*defines position of a header, top bar, and container for buttons*/
#header{
	position: absolute;
	left:0px;
	top:0px;
	background-image: url('../images/banner.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	clear: both;
	height: 175px;
	width: 1024px;
}

/*describes position of znajdz polaczenie button*/
#find{
	position: absolute;
	left:638px;
	top:42px;
	width:77px;
	height:62px;
}

/*defines position of przystanki button*/
#stops{
	position:absolute;
	left:722px;
	top:42px;
	width:77px;
	height:62px;
	
}

/*defines position of linie button*/
#lines{
	position:absolute;
	left:810px;
	top:42px;
	width:77px;
	height:62px;
}

/*defines position of wyczysc mape button*/
#clear{
	position:absolute;
	left:899px;
	top:42px;
	width:77px;
	height:62px;
}

/*address search bar option*/
#inputbox{
	position: absolute;
	left:45px;
	top:128px;
	width: 283px;
	height: 21px;
	color: #000000	;
	font-size: 14px;
	border: 1px solid black;
	font-family: arial;
}

/*defines position and options of pokaz na mapie button near search bar*/
#show{
	position:absolute;
	left:333px;
	top:128px;
	width:109px;
	height:25px;
	font-size: 12px;
	font-family: arial;
}

/*defines position and options for main drop-down list containing cities*/
#city_selection{
	position: absolute;
	left:557px;
	top:128px;
	width:128px;
	height:21px;
	font-size:12px;
	font-family:arial;
}

/*defines position and options for main drop-down list containing stops*/
#stop_selection{
	position:absolute;
	left:638px;
	top:128px;
	width:212px;
	height:21px;
	font-size: 12px;
	font-family: arial;
}

/*defines position and options for main drop-down list containing lines*/
#line_selection{
	position:absolute;
	left:870px;
	top:128px;
	width:106px;
	height:21px;
	font-size: 12px;
	font-family: arial;
}

/*search panel position and settings*/
#search{
	position:absolute;
	left:0px;
	top:180px;
	width: 328px;
	height: 600px;
	font-family:arial;
}

/*map panel position and settings*/
#map{
	position:absolute;
	top:180px;
	left:0px;
	width:1024px;
	height:600px;
}

#agccopyright{
	position:absolute;
	top:780px;
	left:10px;
	font-family:arial;
	font-size:12px;
}

/*----------------------------search panel styles-----------------------------*/
/*ukryj okno text settings*/
#hidetext{
	text-align: right;
	font-size:11px;
}

/*znajdz polaczenie text settings*/
#maintext{
	padding-top:10px;
	font-size:22px;
	font-weight:bold;
}

/*describes length from left side of window*/
.pad{
	padding-left:43px;
}

/*describes main segments like poczatek, koniec, opcje*/
.subtext{
	font-size:16px;
	padding-left:43px;
	padding-top:20px;
}

/*describes left element where there are two element in a row*/
.left{
	float:left;
}

/*describes position of a minute drop-down list*/
.minutes{
	position:relative;
	margin-left:100px;
	width:80px;
}

/*describes maksymalna liczba przesiadek drop-down list*/
.maxchanges{
	position:relative;
	margin-left:170px;
	width:100px;
}

/*defines a long combobox appearance*/
.combobox{
	width:253px;
}

/*defines a short combobox appearance*/
.comboboxsmall{
	width:50px;
}

/*describes names of objects with padding */
.namewithpad{
	font-size:10px;
	padding-left:43px;
	padding-top:6px;
	color:#9d9d9d;
}

/*describes name of objects without padding*/
.namewithoutpad{
	font-size:10px;
	padding-top:6px;
	color:#9d9d9d;
}

/*submit button 'szukaj' at the bottom of search panel*/
#findbutton{
	width:253px;
	margin-left:43px;
	margin-top:10px;
}

/*------------------------------tooltips styles-------------------------------*/

#tooltip{
	width:290px;
}

#tipmain{
	font-size:19px;
	font-family:arial;
	font-weight:bold;
}

#tipsubmain{
	font-size:14px;
	font-family:arial;
	font-weight:normal;
}

#tipinfo{
	font-family:arial narrow;
	font-size:12px;
	color:#9d9d9d;
}

#tipphone{
	font-family:arial narrow;
	font-size:10px;
}
