
div {
/*	border: solid 1px #000;*/
}

#top {
  padding: 0px;
}

#login-container{
	position: absolute;
	top: 10px;
	right:10px
}

#t-login-container{
	position: absolute;
	z-index: 100;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #ffffff;
	top: 40%;
	left: 40%;
	width: 204px;
	height: 204px;
	display:none;
}


#t-loading-container {
	position: absolute;
	z-index: 100;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #ffffff;
}
#t-loading {
	background: #ffffff url("ajax-loader.gif") 0 0 no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 64px;
	height: 64px;
	margin-left: -32px;
	margin-top: -32px;
}

#t-notification-bar .close {
	text-align:right;
}
#t-notification-bar {
	border: solid 1px #3b5998;
	position: absolute;
	z-index: 2;
	left: 50%;
	bottom: 5px;
	width: 500px;
	margin-left: -250px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	text-align:center;
  font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
  font-size: 11px;

	background-color: #F2F2F2;
}

/* top */
#top-menu, #top-menu ul  {
  font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
  font-size: 11px;
	list-style: none;
	margin: 0 auto; 
	padding: 0;	
	font-weight: bold;
	text-transform: uppercase;
	background: 	#3b5998;
	height: 30px;
}

#top-menu ul { 
	display: none; 
  position: absolute;
  top: 100%;
}
#top-menu li:hover ul { 
	display: block; 
	z-index: 100 }

#top-menu ul li { 
	float: none; 
	background-color: #3b5998;
	width:200px;
	height:30px;
}
#top-menu a {
	padding: 6px;
	text-decoration: none;
	color: #ffffff;

	vertical-align: middle;
	line-height: 30px;
}

#top-menu li  {
	float: left;

	padding-left: 10px;
	padding-right: 10px;
	position: relative; 

}
#top-menu li:hover {
	background: black;
	height: 100%;
}




/* Center */
#center div
{
//	display:inline-block;
}

#center-left 
{
  font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
  font-size: 11px;

	display:inline-block;
    max-width: 160px;
	width: 19%;
}
#center-right 
{	
	vertical-align:top;
	display:inline-block;
	width: 19%;
}
#center-center
{

  font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
  font-size: 12px;

	vertical-align:top;
	display:inline-block;
	width: 59%; 
}


.t-main-links li
{
	display:inline-block;
}

.links{
 font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
 font-size: 12px;
}
/*
.links tr:nth-child(2n+1){
	background-color: #aaa;
} */
.links tr:nth-child(2n){
	background-color: #F2F2F2;
}

#map {
	height: 95%;
}

.cab-datetime {
	width:20px;
	background-color: blue;
	color: blue;
}

.heading_menu {
margin-top: 0;
padding: 8px 15px;
background: #3b5998;
text-transform: uppercase;
letter-spacing: 2px;
font: bold 1em Tahoma, Arial,Helvetica,sans-serif;
color: #fff;
}

.left_menu>li {
padding: 3px 0;
border-bottom: 1px dotted #1F1F21;
list-style: none;
}

.playmarket
{
	text-align: center;
}

