.example1 {
	font-weight: bold;
	font-size: 12px
}

.example2 {
	font-weight: bold;
	font-size: 14px
}

.example3 {
	font-weight: Normal;
	font-size: 14px
}

.example4 {
	font-weight: bold;
	font-size: 16px
}


.hidden { display: none; }
.hint {	color: #777777; font-size: 78%; }
.clear { clear: both; }
.left {	float: left; }
.right { float: right; }
.text-right { text-align:right }











/* Page headers */
h1 {
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  font-size: 130%;
  font-weight: bold;
  color: #0074BC;
  padding-bottom: 12px;
  text-transform:uppercase;
}

/* Section headers */
h2 {
  /*font-family: Georgia,'Times New Roman',serif;*/
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  font-size: 120%;
  font-weight: bold;
  color: #555555;
  padding-bottom: 2px;
  margin-bottom: 12px;
  margin-right: 6px;
  text-transform:uppercase;
  border-bottom: 1px dotted #999999;
  clear: left;
}

/* Subsection headers */
h3 {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 100%;
  font-weight: bold;
  color: #555555;
  padding: 6px 0 2px;
  margin-bottom: 12px;
  margin-right: 6px;
  text-transform:uppercase;
  clear: both;
}

/* Messages for empty lists */
h4 {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 90%;
  font-weight: bold;
  color: #555555;
  margin: 18px 0;
  clear: both;
  text-align: center;
}

h5 { font-size: 100%; font-weight:bold; }
h6 { font-size: 100%; font-weight:bold; }

em { font-weight: bold; font-style: normal; color:#C4151C; }
p { margin-bottom: 12px; }

/*----------------links----------------------*/
a.link1:link {
  color: #7E7E7E;
  text-decoration: none;
}

a.link1:visited {
  color: #7E7E7E;
  text-decoration: none;
}

a.link1:active {
  color: #7E7E7E;
  text-decoration: none;
}

a.link1:hover {
  color: #7E7E7E;
  text-decoration: none;
}

a.link2:link {
  color: #FFFFFF;
  text-decoration: none;
}

a.link2:visited {
  color: #FFFFFF;
  text-decoration: none;
}

a.link2:active {
  color: #FFFFFF;
  text-decoration: none;
}

a.link2:hover {
  color: #FFFFFF;
  text-decoration: none;
}

a:link {
  color: #1E3E9F;
  text-decoration: none;
}

a:visited {
  color: #1E3E9F;
  text-decoration: none;
}

a:active {
  color: #5799E8;
  text-decoration: none;
}

a:hover {
  color: #5799E8;
  text-decoration: none;
}

ol {
  padding-left: 26px;
  margin-bottom: 10px;
}

ul li {
	padding-bottom: 2px;
}

ul {
	padding-left: 12px;
	margin-bottom: 10px;
}

ul li {
	list-style-type: disc;
	list-style-position: inside;
	padding-bottom: 2px;
}

sup {
	color: #C4151C;
	font-size: 120%;
	font-weight: bold;
	vertical-align: baseline;
	padding-left: 2px;
}






img.indicator {
	display: none;
}



th {
	color: #555555;
	padding: 2px 3px;
}

div.indicator {
	margin-top: 0;
	margin-right: 3px;
	height: 30px;
	width: 30px;
	background: transparent url('/media/img/idicator.gif') top left no-repeat;
	display: none;
}


#schedule-routes .time, #schedule-races .time {
	font-size: 100%;
	font-weight: normal;
}



table.list {
  width: 100%;
  margin-bottom: 12px;
  font-size: 12px;
}

table.list th {
  border-bottom: 1px solid #C8C9CB;
}

table.list tr.even td {
  background-color: #E3E3E3;
  height:10px;
}

table.list tr.odd td {
  height:10px;
}

#page-wrapper {
	clear: both;
	width: 100%;
	position: relative;
	/*overflow: hidden;*/
}

#page-footer {
	clear: both;
	background-image: url(img/bg_footer.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	margin-top: 16px;
	padding-top: 16px;
	width: 100%;
	position: relative;
	overflow: hidden;
}

input.datepicker {
	background-image: url(img/icon-calendar.png);
	background-position: 99% 1px;
	background-repeat: no-repeat;
}

.news-date {
	font-weight: bold;
}



table.list td {
  padding: 1px 3px;

}

table.list .hover {
  background-color: #E3E3E3;
  cursor: pointer;
}

table.list .active {
  color: #FFFFFF;
  background-color: #0074BC;
}

table.list a.frwd {
  float: right;
}

table.list .id, table.list .type {
	display: none;
}


table.list .order {
	width: 2%;
}

table.list .bus-info {
	width: 3%;
}

table.list .marshrut {
	width: 35%;
  cursor:pointer;
  cursor:hand;
}

table.list .marshrut:hover {
	color: #C4151C;
}

table.list .marshrut1 {
	width: 35%;
}




table.list .name {
	width: 26%;
}

table.list .time {
	font-size: 105%;
	font-weight: bold;
  text-align: center;
  width:4%;
}

table.list .price {
 text-align:right;
 width:5%;
}

table.list .typ {
 width:15%;
}

ul.tabs {
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #0074BC;
	margin-bottom: 12px;
}

ul.tabs li {
	float: left;
	display: block;
	width: 20%;
	text-align: center;
	margin-right: 6px;
	list-style: none;
	font-weight: bold;
	line-height: 20px;
	color: #666666;
	background-color: #E3E3E3;
	cursor: pointer;
}

ul.tabs li:hover {
	color: #C4151C;
}

ul.tabs li.active {
	color: #FFFFFF;
	background-color: #0074BC;
}

shohHideDiv{
cursor:pointer;
cursor:hand;
}
