/*Стили для ссылок*/
.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;display:none}
.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/routes_button_up.png");background-repeat: no-repeat;}
.routesButton.isDown 		{background-image: url("img/routes_button_down.png")}
.stationsButton 			{margin:0px;cursor:pointer;height:76px;width:113px;float:left;background-image: url("img/station_search_button_up.png");background-repeat: no-repeat;}
.stationsButton.isDown 		{background-image: url("img/station_search_button_down.png")}
.favButton 					{margin:0px;cursor:pointer;height:76px;width:113px;float:left;background-image: url("img/fav_button_up.png");background-repeat: no-repeat;}
.favButton.isDown 			{background-image: url("img/fav_button_down.png")}
.trafficButton				{margin:0px;cursor:pointer;height:76px;width:113px;float:left; background-image: url('img/traffic_off.png');			background-repeat: no-repeat;}
.trafficButton.right		{float:right;}
.camerasButton				{margin:0px;cursor:pointer;height:76px;width:113px;float:left; background-image: url('img/cameras_off.png');			background-repeat: no-repeat;}
.camerasButton.right		{float:right;}
.buildRouteButton			{margin:0px;cursor:pointer;height:76px;width:113px;float:left; background-image: url('img/routebuild_up.png');			background-repeat: no-repeat;}
.buildRouteButton.isDown 	{background-image: url("img/routebuild_down.png")}
.buildRouteButton.right		{float:right;}
.settingsButton		 		{height:76px;width:46px;background-image: url("img/settings.png");background-repeat: no-repeat;background-position: center;cursor: pointer;}
.settingsButton.right		{float:right;}


.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;}





