﻿@font-face {
  font-family: "Tex Gyre Adventor";
  src: url(Fonts/texgyreadventor-regular.otf);
}

@font-face {
  font-family: "Tex Gyre Adventor";
  src: url(Fonts/texgyreadventor-bold.otf);
  font-weight:bold;
}

@font-face {
  font-family: "Tex Gyre Adventor";
  src: url(Fonts/texgyreadventor-italic.otf);
  font-style: italic;
}

@font-face {
  font-family: "Tex Gyre Adventor";
  src: url(Fonts/texgyreadventor-bolditalic.otf);
  font-weight:bold;
  font-style:italic;
}

.ui-corner-all, .ui-btn-corner-all
{
    border-top-left-radius: 0em;
    border-top-right-radius: 0em;
    border-bottom-right-radius: 0em;
    border-bottom-left-radius: 0em;
    border-radius: 0em;
}

.ui-radio-on
{
    background-image: -moz-linear-gradient(top, #82c5e6, #2585b4);
    background-image: -webkit-gradient(linear,left top,left bottom, color-stop(0, #82c5e6), color-stop(1, #2585b4));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#82c5e6', EndColorStr='#2585b4')";
    background-image: -o-linear-gradient(top , #82c5e6 0%, #2585b4 50%);
}

.ui-body-a
{
    background-image:none;
}

.ui-btn-up-g,
.ui-btn-hover-g,
.ui-btn-down-g  
{
    border: 0px;
	background: transparent;
}
