/* 
    Document   : style
    Created on : Oct 3, 2011, 1:43:05 PM
    Author     : king
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
@font-face {
	font-family: 'NYCTP';
	src: url('/fonts/NYCTP__.eot');
	src: local('☺'), url('/fonts/NYCTP__.woff') format('woff'), url('/fonts/NYCTP__.ttf') format('truetype'), url('/fonts/NYCTP__.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'segoepr';
	src: url('/fonts/segoepr.eot');
	src: local('☺'), url('/fonts/segoepr.woff') format('woff'), url('/fonts/segoepr.ttf') format('truetype'), url('/fonts/segoepr.svg') format('svg');
	
}
root { 
    display: block;
}
a {
    text-decoration: none !important;
}
.clear{
    clear: both;
}
.left{
    float: left;
}
.right{
    float: right;
}
.margin_thumb{
    margin-right: 10px;
}
.margin_name{
    margin-right: 3px;
    overflow: hidden;
}
.plain_text{
    font-size: 12px;
}
.ee_detail_heading{
    text-align: center;
    margin-bottom: 10px; 
}
.Estatusicn {
    -webkit-mask-box-image: url(/images/toolicons/train.png);
}
.Emapicn {
    -webkit-mask-box-image: url(/images/toolicons/map.png);
}
.w_sp{
    white-space: nowrap;
}
.flash_logo{
    font-family: 'NYCTP';
    font-size: 66px;
    float: left;
}

.flash_body{
    background: #0077AD !important;
    color: #FFFFFF;
    
    
}
.flash_header{
    text-align: center;
    margin: 0 auto;
    width: 245px;
    color: #FFFFFF;
   
}
.flas_header_slogan{
    font-family: 'segoepr';
    font-size: 28px;
    line-height: 90px;
    margin-left: 10px;
    float: left;
}
.flash_grid{
    margin: 1px;
}
.flash_footer{
    font-family: 'segoepr';
    font-size: 12px;
    font-weight: lighter; 
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
    color: #FFFFFF;
}

.header{
    background: url(/images/heading.jpg) repeat-x !important;
    color: #000000 !important;line-height: 30px;
    border: none !important;
}
.grid_margin{
    margin-top: 20px;
}
.box_round {
   
    
    width: 90px;
    height: 80px;
    margin: 0 auto;
    background-color: #FFFFFF;
  -webkit-border-radius: 6px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
     -moz-border-radius: 6px; /* FF1-3.6 */
          border-radius: 6px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
          
  /* useful if you don't want a bg color from leaking outside the border: */        
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; 
  text-align: center;
}
.box_text_round{
    font-family: 'NYCTP';
    font-size: 12px;
    color: #0077AD;
    text-align: center;
   
   
    
}
.tb_cell{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: inherit;
    width: inherit;
}
.box_text_text{
    font-family: 'segoepr';
    font-size: 11px;
    color: #0077AD;
}
.a_box{
    text-decoration: none !important;
    width: inherit;
    height: inherit;
    color: #0077AD;
    font-weight: lighter !important;
    
}
.back_bt_tp{
    top: 0.4em !important;
}
.list_thumb{
    float: right !important;
    right: 40px !important;
    left: auto !important;
}
.list_padding{
    padding-left: 10px !important;
}
.nav-glyphish-example .ui-btn .ui-btn-inner { padding-top: 40px !important; }
.nav-glyphish-example .ui-btn .ui-icon { width: 30px!important; height: 30px!important; margin-left: -15px !important; box-shadow: none!important; -moz-box-shadow: none!important; -webkit-box-shadow: none!important; -webkit-border-radius: none !important; border-radius: none !important; }
#status .ui-icon { background:  url(images/train.png) 50% 50% no-repeat; background-size: 24px 22px; }
#map .ui-icon { background:  url(images/map.png) 50% 50% no-repeat; background-size: 24px 22px;  }
#fav .ui-icon { background:  url(images/star.png) 50% 50% no-repeat;  background-size: 12px 26px; }




a.menu-item {
    display: block;
    padding: 1em;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 10px;
    box-shadow: 1px 1px 4px #768395;
    background: -webkit-linear-gradient(top, #fff, #ddd);
}

.box{
    width: 33%;
    
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    float: left;
}

.row_box{
    margin: 1px;
    margin-bottom: 5px;
    height: 33%;
}
.main_wrapper{
    height: inherit;
}
.sheetbck{
    background-color: white;
}
.title_Tool_bar{
    font-size: .7em;
    text-align: center;
    color: white;
    line-height: 40px;
    
    
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    
    text-shadow: rgba(0, 0, 0, 0.5);
    
    
    
    
}
.list_text{
    font-size: .5em;
}
.list_text1{
    font-size: .7em;
}
.x-button-label{
    font-size: .6em !important;
}
.x-tab{
    padding: 0.4em 0.5em !important;
    -webkit-border-radius: 0.4em !important;
    border-radius: 0.4em !important;
}