/*Стили для ссылок*/
.bottomGrayTextDot			{color:#686c74;font-family: trebuchet MS;font-size: 12px;border-bottom:1px dashed #686c74; text-decoration:none;}
/*.bottomGrayTextDot:hover 	{font-weight: bold;}*/

.bottomGrayText   			{color:#686c74;font-family: trebuchet MS;font-size: 12px;}
/*.bottomGrayText:hover 		{font-weight: bold;}*/

.bottomBlueText				{color:#3b89b7;font-family: trebuchet MS;font-size: 12px;}
/*.bottomBlueText:hover 		{font-weight: bold;}*/

.bottomBlueTextDot			{color:#3b89b7;font-family: trebuchet MS;font-size: 12px;border-bottom:1px dashed #3b89b7;text-decoration:none;}
/*.bottomBlueTextDot:hover 	{font-weight: bold;}*/



/*Стили для главной таблицы*/
.topRow						{height:79px;overflow: hidden;}
.topCell					{height:79px;overflow: hidden;}

.middleCell					{height:100%;}

.bottomRow					{height:35px;overflow: hidden;}
.bottomCell					{height:35px;overflow: hidden;}



/*Стили для верхнего меню*/
.topPanel 					{width: 100%; height:79px; z-index: 10000;background-image: url('img/top_panel_x.png'); background-repeat: repeat-x;}
.routesButton 				{margin:0px;cursor:pointer;height:76px;width:113px;float:left;background-image: url("img/ru/routes_button_up.png");background-repeat: no-repeat;}
.routesButton.isDown 		{background-image: url("img/ru/routes_button_down.png")}
.stationsButton 			{margin:0px;cursor:pointer;height:76px;width:113px;float:left;background-image: url("img/ru/station_search_button_up.png");background-repeat: no-repeat;}
.stationsButton.isDown 		{background-image: url("img/ru/station_search_button_down.png")}
.favButton 					{margin:0px;cursor:pointer;height:76px;width:113px;float:left;background-image: url("img/ru/fav_button_up.png");background-repeat: no-repeat;}
.favButton.isDown 			{background-image: url("img/ru/fav_button_down.png")}
.trafficButton				{margin:0px;cursor:pointer;height:76px;width:113px;float:left; background-image: url('img/ru/traffic_off.png');			background-repeat: no-repeat;}
.trafficButton.right		{float:right;}
.trafficButton.isDown		{background-image: url('img/ru/traffic_on.png');}
.camerasButton				{margin:0px;cursor:pointer;height:76px;width:113px;float:left; background-image: url('img/ru/cameras_off.png');			background-repeat: no-repeat;}
.camerasButton.right		{float:right;}
.camerasButton.isDown 			{background-image: url('img/ru/cameras_on.png');}

.buttonSplitter 			{margin:0px;cursor:pointer;height:76px;width:2px;float:left; background-image: url('img/top_splitter.png');background-repeat: no-repeat;}
.buttonSplitter.right		{float:right;}


/*Стили для нижнего меню*/
.bottomPanel 				{width: 100%; height: 100%; z-index: 10000;background-image: url('img/bottom_panel_x.png'); background-repeat: repeat-x;}
.bottomDevelopText 				{float:right;margin-top:10px;cursor:pointer;margin-right:10px;}
.bottomSupportText 				{float:right;margin-top:10px;cursor:pointer;margin-right:10px;}

.bottomAndroidText			{float: left;margin-top:10px;margin-left:3px;cursor:pointer;}
.bottomAndroidApp			{float: left;height:35px;width:31px;cursor:pointer;margin-left:5px;background-image: url('img/android_small_up.png'); background-repeat: norepeat;}
.bottomiOSApp				{float: left;height:35px;width:31px;cursor:pointer;margin-left:15px;background-image: url('img/ios_small_up.png'); background-repeat: norepeat;}
.bottomSchedule			{float: left;height:29px;width:32px;cursor:pointer;margin-left:15px;margin-top:5px;background-image: url('img/schedule.png'); background-repeat: norepeat;}



