/*Date:	07.02.2009
Author:	Tomasz Bem
Description:
	Style Sheet for gbusman for webpage overlay as well as for search panel*/

/*--------------------------general webpage overlay---------------------------*/
body{
	width: 1024px;
	position: absolute;
	left: 50%;
	margin-left:-512px;
	background-color: white;
	margin-top:0px;
}

/*defines position of a header, top bar, and container for buttons*/
#header{
	background-repeat: no-repeat;
	background-position: center center;
	clear: both;
	height: 150px;
	width: 1024px;
}

#logo{
	background-image: url('../images/logo.jpg');
	height: 150px;
	width: 250px;
	background-repeat: no-repeat;
	float:left;
}

#flashLogo{
	width: 774;
	height: 150px;
	float: right;
}

#upperMenu{
	margin-top:0px;
	height: 143px;
}

#leftMenu{
	width: 216px;
	float: left;
}

.leftMenuItem{
	width: 166px;
	height: 23px;
	margin-bottom: -5px;
	margin-left: 50px;
	border: 0px;
	border-bottom: dotted 1px #cfc177;
}

#mapMenu{
	width: 774px;
	height: 168px;
	float: right;
	background-color: #f1ecd0;
}

.mapMenuItem{
	width: 178px;
	height:67px;
	float: left;
	margin: 1px;
	background-color: #e6dca1;
	text-align: center;
	
}

.mapMenuInfoCell{
	text-align: left;
	width: 232px;
	height:60px;
	padding-top: 7px;
}

.connectionMap{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 27px;
	color : #990000;
	font-weight: normal;
	text-decoration: none;
	padding-left:13px;
}

a:hover {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}

.return{
	color: #990000;
	padding-left:13px;
	font-size:14px;
	font-family:arial, helvetica, sans-serif;
	text-decoration:none;
}

.mapMenuButton{
	padding-top: 15px;
	cursor:pointer;
}

#divider{
	background-image: url('../images/divider.jpg');
	width:34px;
	height:180px;
	float:left;
}

#lowerMenu{
	padding-top:49px;
	margin-top: 5px;
	background-color: #f1ecd0;
	height: 41px;
	margin-left:52px;
}

.lowerMenuItem{
	float: left;
	border: 0px;
}

.lowerMenuFirst{
	width: 412px;
	height: 41px;
}

/*describes position of znajdz polaczenie button*/
#find{
	position: absolute;
	left:636px;
	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:809px;
	top:42px;
	width:77px;
	height:62px;
}

/*defines position of wyczysc mape button*/
#clear{
	position:absolute;
	left:897px;
	top:42px;
	width:77px;
	height:62px;
}

/*address search bar option*/
#inputbox{
	position: relative;
	left: 13px;
	width: 200px;
	height: 21px;
	color: #000000	;
	font-size: 13px;
	border: 1px solid black;
	font-family: arial;
}

/*defines position and options of pokaz na mapie button near search bar*/
#show{
	position: relative;
	left: 13px;
	width:115px;
	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: relative;
	top:10px;
	width:160px;
	height:21px;
	font-size: 13px;
	font-family: arial;
}

/*defines position and options for main drop-down list containing lines*/
#line_selection{
	position: relative;
	top:10px;
	width:120px;
	height:21px;
	font-size: 13px;
	font-family: arial;
}

/*search panel position and settings*/
#search{
	position:absolute;
	left:0px;
	top:180px;
	width: 260px;
	height: 600px;
	font-family:arial;
}

/*map panel position and settings*/
#map{
	width:972px;
	height:600px;
	margin-left:52px;
	margin-top: 20px;
	border-bottom: solid 4px #980100;
	border-top: solid 4px #980100;
}

#AGCCopyright{
	font-family: arial, helvetica, sans-serif;
	font-style: italic;
	font-size: 13px;
	float:left;
	margin-top:20px;
	text-align: left;
}

#validation{
	text-align: right;
	padding-top:10px;
}

img{
	border: 0px;
}

/*----------------------------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:140px;
	width:100px;
}

/*defines a long combobox appearance*/
.combobox{
	width:185px;
}

/*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:185px;
	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;
}
