@import url("reset.css");
@import url("http://fonts.googleapis.com/css?family=Vast+Shadow|Iceland");
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color:#333
}

p {
    padding: 10px;
}

#wrapper {
    visibility:hidden;
    width: 50%;
    min-width: 1000px;
    max-width: 2000px;
    margin: 0 auto;
}

#navigationwrap {
    width: 100%;
    float: left;
    margin: 0 auto;
}

#navigation {
    height: 90px; 
    border-radius: 10px; 
    margin: 5px;
}

#contentliquid {
    float: left;
    width: 100%;
}

#contentwrap {
    margin-left: 185px;
    margin-right: 185px;
    float: left;
}

#content {
    background: #FFFFFF;
    border-radius: 10px;
    border: 0px solid #ebebeb;
    margin: 5px; height: 499px;
}

#leftcolumnwrap {
    width: 185px;
    margin-left:-100%;
    float: left;
        
}

#leftcolumn { 
    border-radius: 10px;   
        margin: 5px; height: 499px;
}

#rightcolumnwrap {
    width: 185px;
    margin-left: -185px;
    float: left;
}

#rightcolumn { 
    border-radius: 10px; 
    margin: 5px; height: 499px;
    /*-webkit-box-shadow: 10px 0px 5px -2px #888 ; */
}

#footerwrap {
    width: 100%;
    float: left;
    margin: 0 auto;
    clear: both;
}

#footer {
    height: 100px; 
    border-radius: 10px;
    border: 0px solid #1feb52;
    margin: 5px; 
}  
.dayul{
   height: 85%;
    
overflow: auto;
} 
.dayul   li{
   margin-bottom: 5px;
}
 
 /* Gmail style scrollbar */ 
  div::-webkit-scrollbar {
    width: 0px;
    
 -moz-border-radius: 45px;
border-radius: 45px;
        
}
div::-webkit-scrollbar-thumb {
    border-width: 0px
}
div::-webkit-scrollbar-track {
    border-width: 0
}
div::-webkit-scrollbar {
    height: 16px;
    overflow: visible;
    width: 15px;
}
div::-webkit-scrollbar-button {
    height: 0;
    width: 0;
}
div::-webkit-scrollbar-track {
    background-clip: padding-box;
    border: solid transparent;
    border-width: 0 0 0 0px;
}
div::-webkit-scrollbar-track:horizontal {
    border-width: 0px 0 0
}
div::-webkit-scrollbar-track:hover {
    background-color: rgba(220,172,0,.05);
    box-shadow: inset 0px 0 0 rgba(220,172,0,.1);
}
div::-webkit-scrollbar-track:horizontal:hover {
    box-shadow: inset 0 0px 0 rgba(220,172,0,.1)
}
div::-webkit-scrollbar-track:active {
    background-color: rgba(220,172,0,.05);
    box-shadow: inset 0px 0 0 rgba(220,172,0,.14),inset -1px 0 0 rgba(220,172,0,.07);
}
div::-webkit-scrollbar-track:horizontal:active {
    box-shadow: inset 0 0px 0 rgba(220,172,0,.14),inset 0 -1px 0 rgba(220,172,0,.07)
}
div::-webkit-scrollbar-thumb {
    background-color: #c9c9c9;
    background-clip: padding-box;
    border: solid transparent;
    border-width: 0px;
    min-height: 28px;
    padding: 0 0 0;
    box-shadow: inset 0px 0px 0 rgba(220,172,0,.1),inset 0 0px 0 rgba(220,172,0,.07);
}
div::-webkit-scrollbar-thumb:horizontal {
    border-width: 0px 1px 1px;
    padding: 0 0 0 100px;
    box-shadow: inset 0px 0px 0 rgba(220,172,0,.1),inset -1px 0 0 rgba(220,172,0,.07);
}
div::-webkit-scrollbar-thumb:hover {
    background-color: gray; 
}
div::-webkit-scrollbar-thumb:active {
    background-color: black;
    box-shadow: 0px;
}
div::-webkit-scrollbar-track {
    border-width: 0 0px 0 0px
}
div::-webkit-scrollbar-track:horizontal {
    border-width: 0px 0 1px
}
div::-webkit-scrollbar-track:hover {
    background-color: rgba(220,172,0,.035);
    box-shadow: inset 1px 1px 0 rgba(220,172,0,.14),inset -1px -1px 0 rgba(220,172,0,.07);
}
div::-webkit-scrollbar-thumb {
    border-width: 0 1px 0 0px
}
div::-webkit-scrollbar-thumb:horizontal {
    border-width: 0px 0 1px
}
div::-webkit-scrollbar-corner {
    background: transparent
}
div::-webkit-scrollbar-track-piece {
    background-clip: padding-box;
    background-color: #f5f5f5; 
    border-width: 0 0 0 3px;
    box-shadow: inset 1px 0 0 rgba(220,172,0,.14),inset -1px 0 0 rgba(220,172,0,.07);
}
div::-webkit-scrollbar-track-piece:horizontal {
    border-width: 3px 0 0;
    box-shadow: inset 0 1px 0 rgba(220,172,0,.14),inset 0 -1px 0 rgba(220,172,0,.07);
}
div::-webkit-scrollbar-thumb {
    border-width: 1px 1px 1px 5px
}
div::-webkit-scrollbar-thumb:horizontal {
    border-width: 5px 1px 1px
}
div::-webkit-scrollbar-corner {
    background-clip: padding-box;
    background-color: #f5f5f5;
    border: solid #fff;
    border-width: 0px 0 0 0px;
    box-shadow: inset 1px 1px 0 rgba(220,172,0,.14);
}


#second-carousel img:hover{
  opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */
}
#second-carousel img{
   opacity:0.4;
filter:alpha(opacity=40);
}


#timer,#play { 
    cursor: pointer;
font-family: 'Iceland', monospace;
font-size: 4.7em;
font-weight: normal;
line-height: 1em;
} 
.ui-btn-text {
display: inline-block; 
width: 41px;
height: 46px;
background: url(http://thebestfitnesstrainer.com/images/icons/3buttons.png) no-repeat;
}

.timeisplay { 
    cursor: pointer;
font-family: 'Iceland', monospace;
font-size: 2.7em;
font-weight: normal;
line-height: 1em;
} 