/* Adjust header title */

.ui-header .me-ui-title { text-align:left; margin-left:45px; margin-right:5px; font-size:16px;}

.ui-page .me-ui-content {
	position:relative;
	margin-top:-60px;
}

/* Define custom icon */
.ui-icon-home:after {
    background-image: url("../img/home.png");
    background-size: 18px 18px;
}
.ui-icon-yumaoqiu:after {
    background-image: url("../img/badminton.png");
    background-size: 18px 18px;
}
.ui-icon-lanqiu:after {
    background-image: url("../img/basketball.png");
    background-size: 18px 18px;
}
.ui-icon-contact:after {
    background-image: url("../img/contact.png");
    background-size: 18px 18px;
}

/*
.ui-header{
   background: #FFFFCC url("../img/header.png") repeat;
   background-position: center;
   height:48px
}
*/
.ui-header{
   background: linear-gradient(#FFFFDD, #FFCC22);
   background: -moz-linear-gradient(#FFFFDD, #FFCC22);
   background: -webkit-linear-gradient(#FFFFDD, #FFCC22);
}
      
.ui-footer{
   background: #FFFFCC url("../img/footer.png") no-repeat;
   background-position: center;
}


/* Adjust nav-bar shapes */
.me-ui-tab-btn {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

/* Adjust picture zoom */
.me-img-small{
  width:20%;
  height:auto;
  transition: ease-out 0.5s;
}
.me-img-full{
  width:100%;
  height:auto;
  padding: 5px;
}

/* Border outset, solid, bottom */
.me-border-outset {
    border-style: outset;
    border-color: #ffffff;
    border-width: 2px;
    padding: 0px;
    margin: 0px 0px 5px 0px;
}

.me-border-inset {
    border-style: inset;
    border-color: #ffffff;
    border-width: 2px;
    border-radius: 10px;
    padding: 5px;
    margin: 10px 0px;
}
.me-border-solid {
    border-style: solid;
    border-color: #333333;
    border-width: 1px;
    padding: 5px;
    margin: 10px 0px;
}
.me-border-top {
    border-top: 1px solid #333333;
    padding: 1px;
    margin: 5px 0px;
}
.me-border-bottom {
    border-bottom: 1px solid #333333;
    padding: 1px;
    margin: 5px 0px;
}

