/* 
    Document   : AppStyles
    Created on : Sep 10, 2011, 3:10:16 PM
    Author     : mudigonda
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.hdr {
    font-size: larger;
    text-align: left;
}

.ui-li-desc {
    white-space: normal;
}

.nav-pesicc .ui-btn .ui-btn-inner {
    padding-top: 40px !important; 
}

.ftrTxt {
   font-size: large;    
}

.nav-pesicc .ui-btn .ui-icon { 
    width: 40px!important; 
    height: 35px!important;  
    margin-left: -24px !important; 
    box-shadow: none!important; 
    -moz-box-shadow: none!important; 
    -webkit-box-shadow: none!important;
    -webkit-border-radius: none !important;
    border-radius: none !important; 
}

.scheduleBtn .ui-icon { 
    background-image: url(../images/result.png);
    background-position: 10px -34px;
    background-repeat: no-repeat;
    
}

.myScheduleBtn .ui-icon { 
    background-image: url(../images/result.png);
    background-position: 10px -136px;
    background-repeat: no-repeat; 
}

.subCommitteesBtn .ui-icon { 
    background-image: url(../images/result.png);
    background-position: 10px -103px;
    background-repeat: no-repeat; 
}

.venueMapBtn .ui-icon { 
    background-image: url(../images/result.png);
    background-position: 10px 2px;
    background-repeat: no-repeat; 
}

.informationBtn .ui-icon { 
    background-image: url(../images/result.png);
    background-position: 10px -69px;
    background-repeat: no-repeat; 
}


.center-wrapper{
    text-align: center;
}
.center-wrapper * {
    margin: 0 auto;
}
