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

.bottomGrayText   			{color: black;font-family: trebuchet MS;font-size: 16px;}
/*.bottomGrayText:hover 		{font-weight: bold;}*/

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

.bottomBlueTextDot			{color:#3b89b7;font-family: trebuchet MS;font-size: 16px;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:34px;overflow: hidden;}
.bottomCell					{height:34px;overflow: hidden;border: 1px black solid;}



/*Стили для верхнего меню*/
.topPanel 					{width: 100%;height: 77px;z-index: 10000;/* background-image: url('img/top_panel_x.png'); *//* background-repeat: repeat-x; */border: 1px black solid;}
.routesButton 				{margin:0px;cursor:pointer;height:77px;width:113px;float:left;background-repeat: no-repeat;text-align: center;line-height: 76px;font-family: trebuchet MS;font-size: 18px;font-weight: normal;background-color: white;color: black;}
.routesButton.isDown 		{background-color: black;color: white;}
.stationsButton 			{margin:0px;cursor:pointer;height:77px;width:113px;float:left;background-repeat: no-repeat;text-align: center;line-height: 76px;font-family: trebuchet MS;font-size: 18px;font-weight: normal;background-color: white;color: black;}
.stationsButton.isDown 		{background-color: black;color: white;}
.favButton 					{margin:0px;cursor:pointer;height:77px;width:113px;float:left;background-repeat: no-repeat;text-align: center;line-height: 76px;font-family: trebuchet MS;font-size: 18px;font-weight: normal;background-color: white;color: black;}
.favButton.isDown 			{background-color: black;color: white;}
.trafficButton				{margin:0px;cursor:pointer;height:77px;width:113px;float:left;background-repeat: no-repeat;text-align: center;line-height: 76px;font-family: trebuchet MS;font-size: 18px;font-weight: normal;background-color: white;color: black;}
.trafficButton.right		{background-color: white;color: black;}
.trafficButton.isDown 		{background-color: black;color: white;}
.camerasButton				{margin:0px;cursor:pointer;height:77px;width:113px;float:left;background-repeat: no-repeat;text-align: center;line-height: 76px;font-family: trebuchet MS;font-size: 18px;font-weight: normal;background-color: white;color: black;}
.camerasButton.right		{background-color: white;color: black;}
.camerasButton.isDown 		{background-color: black;color: white;}


.buttonSplitter 			{margin:0px;cursor:pointer;height:77px;width: 1px;float:left;background-color: black;}
.buttonSplitter.right		{float:right;}


/*Стили для нижнего меню*/
.bottomPanel 				{width: 100%;height: 100%;z-index: 10000;}
.bottomDevelopText 				{float:right;margin-top: 7px;cursor:pointer;margin-right:10px;}
.bottomSupportText 				{float:right;margin-top:7px;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;}




