body{
    margin:0px;
    padding:0px;
    font-family:Arial, Helvetica, Sans;
    font-size: 12px
}

.olControlAttribution{
    bottom: 0;
    right: 120px;
    opacity: 0.6;
    font-size: 12px;
}

/* round corners of layer switcher, and make it transparent */
.olControlLayerSwitcher .layersDiv {
	border-radius: 10px 0 0 10px;
	opacity: 0.75;
	filter: alpha(opacity=75);
}

div.olControlMousePosition {
	display: none;
}

/* Panel для кнопки обновления местоположения ТС */
.olControlPanel {
	left: 420px;
	top: 125px;
}

.olControlPanel button { 
    display: block;
    width: 24px;
    height: 24px;
    margin: 5px;
}

h1{
	font-size:21px;
	line-height: 1em;
	color:#333;
	margin-top: 0px;
	margin-bottom: 0px;
}

#container{
	width:400px;	
	background-color: rgba(100,100,100,0.3);
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 10000;
}

#header {
    margin: 5px;
}

.ui-widget {
	font-size: 1em;
}

/* Ссылки на новости транспорта */

#links {
	margin: 0 5px 5px 5px;
	background: transparent;
	background-color: rgba(240,240,240,0.3);
	border: 1px solid #CCCCCC;
	font-size: 9px;
	font-weight: bold;
}

.links-text {
	font-size: 14px;
}

.links-text a {
	/* color: #0C84B4; */
	color: #9E0400;
	outline-style: none;
}

/* Tabs */

#tabs {
	background: transparent;
	border: none;
	padding: 0px;
}

#tabs .ui-widget-header {
	background: transparent;
	border: none;
}

#tabs .ui-tabs-nav {
	padding: 0px;
	margin: 0 5px;
}

#tabs .ui-tabs-nav li {
	border-bottom-width: 1px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#tabs .ui-widget-content {
	color: #000;
}

#footer {
	height: 60px;
	margin: 5px;
	font-size: 1.1em;
}

#footer a {
	display: block;
	margin: 0 0 3px;
}

.help-button-column {
	width: 88px;
	float: left;
}

.app-buttons-column {
	width: 300px;
	float: left;
}

.help-button-column a {
	outline: none;
}

img.help-button-image {
	height: 56px;
	width: 84px;
	border: 0;
}

#transport {
    padding: 0px;
}

#date-container {
	margin: 5px;
}

#tree {
	margin: 0 0 0 5px;
}

#search {
	padding: 0px;
}

/* Search form */

#search-form {
	margin: 10px 5px
}

#search-form label {
	display: block;
}

input#q {
	width: 280px;
}

/* Search results */

#search-results-container {
    overflow: auto;
    color: #222;
}

#search-results-container > h3 {
    margin: 0 5px 5px 7px;
    font-size: 12px;
}

ul.search-results-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.search-results-list div.search-result:hover
{
    background-color: #F2F7FD; /* light blue */
    border-color: #B8D6FB; /* darker light blue */
}

ul.search-results-list li.row-selected div.search-result {
    background-color: #3169C6;
    color: white;
}

div.search-result {
	margin: 0 2px;
	padding: 4px 5px;
	cursor: pointer;
}

div.search-result h3 {
	font-size: 12px;
	margin: 0;
}
div.search-result p {
	margin: 0;
}

/* Stoppoint popup */

li.route-item {
	cursor: pointer;
}

li.route-item:hover {
	background-color: #E2E7ED;
}

/* Расписание (версия для печати) */
.time-table {
	color: #444444;
	font-size: 14px;
}

.time-table ul li{
    border-bottom:1px solid #ddd;
    margin-right:3px;
    padding-top:5px;
}

.time-table ul li span{
    font-size:100%;
}

.time-table ul li sup{
    font-size:85%;
    padding-right:5px;
}

.time-table ul li .hour{
    font-size:200%;
    float:left;
    padding-right:5px;
    padding-left:5px;
}

.time-table ul li .minute{
    font-size:100%;
    float:left;
    margin-right:3px;
    margin-bottom:3px;
    margin-top:3px;
    border-bottom:1px dotted #aaa;
}
.time-table ul li .minute.short-trip {
    font-weight: bold;
    color: #f00;
}

.time-table ul{
    list-style-type:none;
    margin:0px;
    padding:0px;
}

ul.footnotes {
    list-style-type: none;
    margin: 10px 0;
    padding: 0;
    color: #444444;
    font-size: 14px;
}
ul.footnotes li {
    padding: 2px 5px;
}
