.ui-bar-a
{
    border: 1px solid #0387D1;
    background: #111;
    color: white;
    font-weight: bold;
    text-shadow: 0 -1px 1px black;
    background: -moz-linear-gradient(center top , #2989d8, #004186) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(0%,#2989d8), color-stop(100%,#004186));
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fad59f, endColorstr=#FFB400);
}
.ui-body-c
{
    border: 1px solid #B3B3B3;
    color: $000;
    text-shadow: none;
    background: #fff;
   /* 
    background-image: -moz-linear-gradient(top, white, );
    background-image: -webkit-gradient(linear,left top,left bottom, color-stop(0, white), color-stop(1, ));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='white', EndColorStr='')";
	*/
}
.ui-body-c .ui-link
{
    color: #4d4d4d;
    font-weight: bold;
    margin-left: 37%;
    font-size: 12px;
}
.ui-body-b
{
    border: 1px solid #C6C6C6;
    background: #CCC;
    color: black;
    font-weight: normal;
    background-image: -moz-linear-gradient(top, #DDDDDD, #DDDDDD);
    background-image: -webkit-gradient(linear,left top,left bottom, color-stop(0, #DDDDDD), color-stop(1, #DDDDDD));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#DDDDDD', EndColorStr='#DDDDDD')";
}
.ui-datebox-griddate-empty
{
    border: 1px solid transparent;
}

.ui-datebox-griddate-label
{
    height: 15px !important;
    line-height: 15px !important;
    color: #888888;
}

.ui-btn-up-e
{
    border: 1px solid #ebebeb;
    background: #2529FD;
    font-weight: bold;
    color: #333;
    background-image: -moz-linear-gradient(top, #C4C5FF, #292DFA);
    background-image: -webkit-gradient(linear,left top,left bottom, color-stop(0, #C4C5FF), color-stop(1, #292DFA));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#C4C5FF', EndColorStr='#292DFA')";
}
.ui-btn-down-e
{
    border: 1px solid #ebebeb;
    background: #2529FD;
    font-weight: bold;
    color: #111;
    background-image: -moz-linear-gradient(top, #C4C5FF, #292DFA);
    background-image: -webkit-gradient(linear,left top,left bottom, color-stop(0, #C4C5FF), color-stop(1, #292DFA));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#C4C5FF', EndColorStr='#292DFA')";
}
.ui-btn-up-c
{
    border: 1px solid #CCC;
    background: #EEE;
    font-weight: bold;
    font-size: 12px;
    color: black;
    cursor: pointer;
    text-decoration: none;
    background: -moz-linear-gradient(center top , #fde72b, #fde72b) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(#fde72b), to(#fde72b));
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fde72b, endColorstr=#fde72b);
}
li[data-theme=c] {
	font-weight: bold !important;
    font-size: 12px !important;
	color: white !important;
	border: 1px solid #ebebeb;
	background: #0387D1;
	text-shadow: none;
}
.ui-btn-up-c a.ui-link-inherit {
    font-weight: bold !important;
    font-size: 12px !important;
	color: white !important;	
}
.page-header
{
    display:none;
}



