Upgrade to jquery.mobile-1.0rc1
[busui.git] / css / jquery.mobile-1.0rc1.css
blob:a/css/jquery.mobile-1.0rc1.css -> blob:b/css/jquery.mobile-1.0rc1.css
/*! /*!
* jQuery Mobile v1.0b3 * jQuery Mobile v1.0rc1
* http://jquerymobile.com/ * http://jquerymobile.com/
* *
* Copyright 2010, jQuery Project * Copyright 2010, jQuery Project
* Dual licensed under the MIT or GPL Version 2 licenses. * Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license * http://jquery.org/license
*/ */
/* /*!
* jQuery Mobile Framework * jQuery Mobile Framework
* Copyright (c) jQuery Project * Copyright (c) jQuery Project
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses. * Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/ */
   
  /* Swatches */
   
/* A /* A
-----------------------------------------------------------------------------------------------------------*/ -----------------------------------------------------------------------------------------------------------*/
   
.ui-bar-a { .ui-bar-a {
border: 1px solid #2A2A2A; border: 1px solid #2A2A2A /*{a-bar-border}*/;
background: #111111; background: #111111 /*{a-bar-background-color}*/;
color: #ffffff; color: #ffffff /*{a-bar-color}*/;
font-weight: bold; font-weight: bold;
text-shadow: 0 -1px 1px #000000; text-shadow: 0 /*{a-bar-shadow-x}*/ -1px /*{a-bar-shadow-y}*/ 1px /*{a-bar-shadow-radius}*/ #000000 /*{a-bar-shadow-color}*/;
background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#111)); /* Saf4+, Chrome */ background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c /*{a-bar-background-start}*/), to(#111 /*{a-bar-background-end}*/)); /* Saf4+, Chrome */
background-image: -webkit-linear-gradient(top, #3c3c3c, #111); /* Chrome 10+, Saf5.1+ */ background-image: -webkit-linear-gradient(top, #3c3c3c /*{a-bar-background-start}*/, #111 /*{a-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
background-image: -moz-linear-gradient(top, #3c3c3c, #111); /* FF3.6 */ background-image: -moz-linear-gradient(top, #3c3c3c /*{a-bar-background-start}*/, #111 /*{a-bar-background-end}*/); /* FF3.6 */
background-image: -ms-linear-gradient(top, #3c3c3c, #111); /* IE10 */ background-image: -ms-linear-gradient(top, #3c3c3c /*{a-bar-background-start}*/, #111 /*{a-bar-background-end}*/); /* IE10 */
background-image: -o-linear-gradient(top, #3c3c3c, #111); /* Opera 11.10+ */ background-image: -o-linear-gradient(top, #3c3c3c /*{a-bar-background-start}*/, #111 /*{a-bar-background-end}*/); /* Opera 11.10+ */
background-image: linear-gradient(top, #3c3c3c, #111); background-image: linear-gradient(top, #3c3c3c /*{a-bar-background-start}*/, #111 /*{a-bar-background-end}*/);
} }
.ui-bar-a, .ui-bar-a,
.ui-bar-a input, .ui-bar-a input,
.ui-bar-a select, .ui-bar-a select,
.ui-bar-a textarea, .ui-bar-a textarea,
.ui-bar-a button { .ui-bar-a button {
font-family: Helvetica, Arial, sans-serif; font-family: Helvetica, Arial, sans-serif /*{a-bar-font}*/;
} }
.ui-bar-a .ui-link-inherit { .ui-bar-a .ui-link-inherit {
color: #fff; color: #fff /*{a-bar-color}*/;
} }
.ui-bar-a .ui-link { .ui-bar-a .ui-link {
color: #7cc4e7; color: #7cc4e7 /*{global-link-color}*/;
font-weight: bold; font-weight: bold;
} }
.ui-body-a { .ui-body-a {
border: 1px solid #2A2A2A; border: 1px solid #2A2A2A /*{a-body-border}*/;
background: #222222; background: #222222 /*{a-body-background-color}*/;
color: #fff; color: #fff /*{a-body-color}*/;
text-shadow: 0 1px 0 #000; text-shadow: 0 /*{a-body-shadow-x}*/ 1px /*{a-body-shadow-y}*/ 0 /*{a-body-shadow-radius}*/ #000 /*{a-body-shadow-color}*/;
font-weight: normal; font-weight: normal;
background-image: -webkit-gradient(linear, left top, left bottom, from(#666), to(#222)); /* Saf4+, Chrome */ background-image: -webkit-gradient(linear, left top, left bottom, from(#666 /*{a-body-background-start}*/), to(#222 /*{a-body-background-end}*/)); /* Saf4+, Chrome */
background-image: -webkit-linear-gradient(top, #666, #222); /* Chrome 10+, Saf5.1+ */ background-image: -webkit-linear-gradient(top, #666 /*{a-body-background-start}*/, #222 /*{a-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
background-image: -moz-linear-gradient(top, #666, #222); /* FF3.6 */ background-image: -moz-linear-gradient(top, #666 /*{a-body-background-start}*/, #222 /*{a-body-background-end}*/); /* FF3.6 */
background-image: -ms-linear-gradient(top, #666, #222); /* IE10 */ background-image: -ms-linear-gradient(top, #666 /*{a-body-background-start}*/, #222 /*{a-body-background-end}*/); /* IE10 */
background-image: -o-linear-gradient(top, #666, #222); /* Opera 11.10+ */ background-image: -o-linear-gradient(top, #666 /*{a-body-background-start}*/, #222 /*{a-body-background-end}*/); /* Opera 11.10+ */
background-image: linear-gradient(top, #666, #222); background-image: linear-gradient(top, #666 /*{a-body-background-start}*/, #222 /*{a-body-background-end}*/);
} }
.ui-body-a, .ui-body-a,
.ui-body-a input, .ui-body-a input,
.ui-body-a select, .ui-body-a select,
.ui-body-a textarea, .ui-body-a textarea,
.ui-body-a button { .ui-body-a button {
font-family: Helvetica, Arial, sans-serif; font-family: Helvetica, Arial, sans-serif /*{a-body-font}*/;
} }
.ui-body-a .ui-link-inherit { .ui-body-a .ui-link-inherit {
color: #fff; color: #fff /*{a-body-color}*/;
} }
.ui-body-a .ui-link { .ui-body-a .ui-link {
color: #2489CE; color: #2489CE /*{global-link-color}*/;
font-weight: bold; font-weight: bold;
} }
.ui-br { .ui-br {
border-bottom: rgb(130,130,130); border-bottom: rgb(130,130,130);
border-bottom: rgba(130,130,130,.3); border-bottom: rgba(130,130,130,.3);
border-bottom-width: 1px; border-bottom-width: 1px;
border-bottom-style: solid; border-bottom-style: solid;
} }
.ui-btn-up-a { .ui-btn-up-a {
border: 1px solid #222; border: 1px solid #222 /*{a-bup-border}*/;
background: #333333; background: #333333 /*{a-bup-background-color}*/;
font-weight: bold; font-weight: bold;
color: #fff; color: #fff /*{a-bup-color}*/;
text-shadow: 0 -1px 1px #000; text-shadow: 0 /*{a-bup-shadow-x}*/ -1px /*{a-bup-shadow-y}*/ 1px /*{a-bup-shadow-radius}*/ #000 /*{a-bup-shadow-color}*/;
background-image: -webkit-gradient(linear, left top, left bottom, from(#555), to(#333)); /* Saf4+, Chrome */ background-image: -webkit-gradient(linear, left top, left bottom, from(#555 /*{a-bup-background-start}*/), to(#333 /*{a-bup-background-end}*/)); /* Saf4+, Chrome */
background-image: -webkit-linear-gradient(top, #555, #333); /* Chrome 10+, Saf5.1+ */ background-image: -webkit-linear-gradient(top, #555 /*{a-bup-background-start}*/, #333 /*{a-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
background-image: -moz-linear-gradient(top, #555, #333); /* FF3.6 */ background-image: -moz-linear-gradient(top, #555 /*{a-bup-background-start}*/, #333 /*{a-bup-background-end}*/); /* FF3.6 */
background-image: -ms-linear-gradient(top, #555, #333); /* IE10 */ background-image: -ms-linear-gradient(top, #555 /*{a-bup-background-start}*/, #333 /*{a-bup-background-end}*/); /* IE10 */
background-image: -o-linear-gradient(top, #555, #333); /* Opera 11.10+ */ background-image: -o-linear-gradient(top, #555 /*{a-bup-background-start}*/, #333 /*{a-bup-background-end}*/); /* Opera 11.10+ */
background-image: linear-gradient(top, #555, #333); background-image: linear-gradient(top, #555 /*{a-bup-background-start}*/, #333 /*{a-bup-background-end}*/);
} }
.ui-btn-up-a a.ui-link-inherit { .ui-btn-up-a a.ui-link-inherit {
color: #fff; color: #fff /*{a-bup-color}*/;
} }
.ui-btn-hover-a { .ui-btn-hover-a {
border: 1px solid #000; border: 1px solid #000 /*{a-bhover-border}*/;
background: #444444; background: #444444 /*{a-bhover-background-color}*/;
font-weight: bold; font-weight: bold;
color: #fff; color: #fff /*{a-bhover-color}*/;
text-shadow: 0 -1px 1px #000; text-shadow: 0 /*{a-bhover-shadow-x}*/ -1px /*{a-bhover-shadow-y}*/ 1px /*{a-bhover-shadow-radius}*/ #000 /*{a-bhover-shadow-color}*/;
background-image: -webkit-gradient(linear, left top, left bottom, from(#666), to(#444)); /* Saf4+, Chrome */ background-image: -webkit-gradient(linear, left top, left bottom, from(#666 /*{a-bhover-background-start}*/), to(#444 /*{a-bhover-background-end}*/)); /* Saf4+, Chrome */
background-image: -webkit-linear-gradient(top, #666, #444); /* Chrome 10+, Saf5.1+ */ background-image: -webkit-linear-gradient(top, #666 /*{a-bhover-background-start}*/, #444 /*{a-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
background-image: -moz-linear-gradient(top, #666, #444); /* FF3.6 */ background-image: -moz-linear-gradient(top, #666 /*{a-bhover-background-start}*/, #444 /*{a-bhover-background-end}*/); /* FF3.6 */
background-image: -ms-linear-gradient(top, #666, #444); /* IE10 */ background-image: -ms-linear-gradient(top, #666 /*{a-bhover-background-start}*/, #444 /*{a-bhover-background-end}*/); /* IE10 */
background-image: -o-linear-gradient(top, #666, #444); /* Opera 11.10+ */ background-image: -o-linear-gradient(top, #666 /*{a-bhover-background-start}*/, #444 /*{a-bhover-background-end}*/); /* Opera 11.10+ */
background-image: linear-gradient(top, #666, #444); background-image: linear-gradient(top, #666 /*{a-bhover-background-start}*/, #444 /*{a-bhover-background-end}*/);
} }
.ui-btn-hover-a a.ui-link-inherit { .ui-btn-hover-a a.ui-link-inherit {
color: #fff; color: #fff /*{a-bhover-color}*/;
} }
.ui-btn-down-a { .ui-btn-down-a {
border: 1px solid #000; border: 1px solid #000 /*{a-bdown-border}*/;
background: #3d3d3d; background: #3d3d3d /*{a-bdown-background-color}*/;
font-weight: bold; font-weight: bold;
color: #fff; color: #fff /*{a-bdown-color}*/;
text-shadow: 0 -1px 1px #000; text-shadow: 0 /*{a-bdown-shadow-x}*/ -1px /*{a-bdown-shadow-y}*/ 1px /*{a-bdown-shadow-radius}*/ #000 /*{a-bdown-shadow-color}*/;
background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#5a5a5a)); /* Saf4+, Chrome */ background-image: -webkit-gradient(linear, left top, left bottom, from(#333 /*{a-bdown-background-start}*/), to(#5a5a5a /*{a-bdown-background-end}*/)); /* Saf4+, Chrome */
background-image: -webkit-linear-gradient(top, #333, #5a5a5a); /* Chrome 10+, Saf5.1+ */ background-image: -webkit-linear-gradient(top, #333 /*{a-bdown-background-start}*/, #5a5a5a /*{a-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
background-image: -moz-linear-gradient(top, #333, #5a5a5a); /* FF3.6 */ background-image: -moz-linear-gradient(top, #333 /*{a-bdown-background-start}*/, #5a5a5a /*{a-bdown-background-end}*/); /* FF3.6 */
background-image: -ms-linear-gradient(top, #333, #5a5a5a); /* IE10 */ background-image: -ms-linear-gradient(top, #333 /*{a-bdown-background-start}*/, #5a5a5a /*{a-bdown-background-end}*/); /* IE10 */
background-image: -o-linear-gradient(top, #333, #5a5a5a); /* Opera 11.10+ */ background-image: -o-linear-gradient(top, #333 /*{a-bdown-background-start}*/, #5a5a5a /*{a-bdown-background-end}*/); /* Opera 11.10+ */
background-image: linear-gradient(top, #333, #5a5a5a); background-image: linear-gradient(top, #333 /*{a-bdown-background-start}*/, #5a5a5a /*{a-bdown-background-end}*/);
} }
.ui-btn-down-a a.ui-link-inherit { .ui-btn-down-a a.ui-link-inherit {
color: #fff; color: #fff /*{a-bdown-color}*/;
} }
.ui-btn-up-a, .ui-btn-up-a,
.ui-btn-hover-a, .ui-btn-hover-a,
.ui-btn-down-a { .ui-btn-down-a {
font-family: Helvetica, Arial, sans-serif; font-family: Helvetica, Arial, sans-serif /*{a-button-font}*/;
text-decoration: none; text-decoration: none;
} }
   
   
/* B /* B
-----------------------------------------------------------------------------------------------------------*/ -----------------------------------------------------------------------------------------------------------*/
   
.ui-bar-b { .ui-bar-b {
border: 1px solid #456f9a; border: 1px solid #456f9a /*{b-bar-border}*/;
background: #5e87b0; background: #5e87b0 /*{b-bar-background-color}*/;
color: #fff; color: #fff /*{b-bar-color}*/;
font-weight: bold; font-weight: bold;
text-shadow: 0 -1px 1px #254f7a; text-shadow: 0 /*{b-bar-shadow-x}*/ -1px /*{b-bar-shadow-y}*/ 1px /*{b-bar-shadow-radius}*/ #254f7a /*{b-bar-shadow-color}*/;
background-image: -webkit-gradient(linear, left top, left bottom, from(#81a8ce), to(#5e87b0)); /* Saf4+, Chrome */ background-image: -webkit-gradient(linear, left top, left bottom, from(#81a8ce /*{b-bar-background-start}*/), to(#5e87b0 /*{b-bar-background-end}*/)); /* Saf4+, Chrome */
background-image: -webkit-linear-gradient(top, #81a8ce, #5e87b0); /* Chrome 10+, Saf5.1+ */ background-image: -webkit-linear-gradient(top, #81a8ce /*{b-bar-background-start}*/, #5e87b0 /*{b-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
background-image: -moz-linear-gradient(top, #81a8ce, #5e87b0); /* FF3.6 */ background-image: -moz-linear-gradient(top, #81a8ce /*{b-bar-background-start}*/, #5e87b0 /*{b-bar-background-end}*/); /* FF3.6 */
background-image: -ms-linear-gradient(top, #81a8ce, #5e87b0); /* IE10 */ background-image: -ms-linear-gradient(top, #81a8ce /*{b-bar-background-start}*/, #5e87b0 /*{b-bar-background-end}*/); /* IE10 */
background-image: -o-linear-gradient(top, #81a8ce, #5e87b0); /* Opera 11.10+ */ background-image: -o-linear-gradient(top, #81a8ce /*{b-bar-background-start}*/, #5e87b0 /*{b-bar-background-end}*/); /* Opera 11.10+ */
background-image: linear-gradient(top, #81a8ce, #5e87b0); background-image: linear-gradient(top, #81a8ce /*{b-bar-background-start}*/, #5e87b0 /*{b-bar-background-end}*/);
} }
.ui-bar-b, .ui-bar-b,
.ui-bar-b input, .ui-bar-b input,
.ui-bar-b select, .ui-bar-b select,
.ui-bar-b textarea, .ui-bar-b textarea,
.ui-bar-b button { .ui-bar-b button {
font-family: Helvetica, Arial, sans-serif; font-family: Helvetica, Arial, sans-serif /*{b-bar-font}*/;
} }
.ui-bar-b .ui-link-inherit { .ui-bar-b .ui-link-inherit {
color: #fff; color: #fff /*{b-bar-color}*/;
} }
.ui-bar-b .ui-link { .ui-bar-b .ui-link {
color: #7cc4e7; color: #7cc4e7 /*{global-link-color}*/;
font-weight: bold; font-weight: bold;
} }
   
.ui-body-b { .ui-body-b {
border: 1px solid #C6C6C6; border: 1px solid #C6C6C6 /*{b-body-border}*/;
background: #cccccc; background: #cccccc /*{b-body-background-color}*/;
color: #333333; color: #333333 /*{b-body-color}*/;
text-shadow: 0 1px 0 #fff; text-shadow: 0 /*{b-body-shadow-x}*/ 1px /*{b-body-shadow-y}*/ 0 /*{b-body-shadow-radius}*/ #fff /*{b-body-shadow-color}*/;
font-weight: normal; font-weight: normal;
background-image: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#ccc)); /* Saf4+, Chrome */ background-image: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6 /*{b-body-background-start}*/), to(#ccc /*{b-body-background-end}*/)); /* Saf4+, Chrome */
background-image: -webkit-linear-gradient(top, #e6e6e6, #ccc); /* Chrome 10+, Saf5.1+ */ background-image: -webkit-linear-gradient(top, #e6e6e6 /*{b-body-background-start}*/, #ccc /*{b-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
background-image: -moz-linear-gradient(top, #e6e6e6, #ccc); /* FF3.6 */ background-image: -moz-linear-gradient(top, #e6e6e6 /*{b-body-background-start}*/, #ccc /*{b-body-background-end}*/); /* FF3.6 */
background-image: -ms-linear-gradient(top, #e6e6e6, #ccc); /* IE10 */ background-image: -ms-linear-gradient(top, #e6e6e6 /*{b-body-background-start}*/, #ccc /*{b-body-background-end}*/); /* IE10 */
background-image: -o-linear-gradient(top, #e6e6e6, #ccc); /* Opera 11.10+ */ background-image: -o-linear-gradient(top, #e6e6e6 /*{b-body-background-start}*/, #ccc /*{b-body-background-end}*/); /* Opera 11.10+ */
background-image: linear-gradient(top, #e6e6e6, #ccc); background-image: linear-gradient(top, #e6e6e6 /*{b-body-background-start}*/, #ccc /*{b-body-background-end}*/);
} }
.ui-body-b, .ui-body-b,
.ui-body-b input, .ui-body-b input,
.ui-body-b select, .ui-body-b select,
.ui-body-b textarea, .ui-body-b textarea,
.ui-body-b button { .ui-body-b button {
font-family: Helvetica, Arial, sans-serif; font-family: Helvetica, Arial, sans-serif /*{b-body-font}*/;
} }
.ui-body-b .ui-link-inherit { .ui-body-b .ui-link-inherit {
color: #333333; color: #333333 /*{b-body-color}*/;
} }
.ui-body-b .ui-link { .ui-body-b .ui-link {
color: #2489CE; color: #2489CE /*{global-link-color}*/;
font-weight: bold; font-weight: bold;
} }
.ui-btn-up-b { .ui-btn-up-b {
border: 1px solid #145072; border: 1px solid #145072 /*{b-bup-border}*/;
background: #2567ab; background: #2567ab /*{b-bup-background-color}*/;
font-weight: bold; font-weight: bold;
color: #fff; color: #fff /*{b-bup-color}*/;
text-shadow: 0 -1px 1px #145072; text-shadow: 0 /*{b-bup-shadow-x}*/ -1px /*{b-bup-shadow-y}*/ 1px /*{b-bup-shadow-radius}*/ #145072 /*{b-bup-shadow-color}*/;
background-image: -webkit-gradient(linear, left top, left bottom, from(#5f9cc5), to(#396b9e)); /* Saf4+, Chrome */ background-image: -webkit-gradient(linear, left top, left bottom, from(#5f9cc5 /*{b-bup-background-start}*/), to(#396b9e /*{b-bup-background-end}*/)); /* Saf4+, Chrome */
background-image: -webkit-linear-gradient(top, #5f9cc5, #396b9e); /* Chrome 10+, Saf5.1+ */ background-image: -webkit-linear-gradient(top, #5f9cc5 /*{b-bup-background-start}*/, #396b9e /*{b-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
background-image: -moz-linear-gradient(top, #5f9cc5, #396b9e); /* FF3.6 */ background-image: -moz-linear-gradient(top, #5f9cc5 /*{b-bup-background-start}*/, #396b9e /*{b-bup-background-end}*/); /* FF3.6 */
background-image: -ms-linear-gradient(top, #5f9cc5, #396b9e); /* IE10 */ background-image: -ms-linear-gradient(top, #5f9cc5 /*{b-bup-background-start}*/, #396b9e /*{b-bup-background-end}*/); /* IE10 */
background-image: -o-linear-gradient(top, #5f9cc5, #396b9e); /* Opera 11.10+ */ background-image: -o-linear-gradient(top, #5f9cc5 /*{b-bup-background-start}*/, #396b9e /*{b-bup-background-end}*/); /* Opera 11.10+ */
background-image: linear-gradient(top, #5f9cc5, #396b9e); background-image: linear-gradient(top, #5f9cc5 /*{b-bup-background-start}*/, #396b9e /*{b-bup-background-end}*/);
} }
.ui-btn-up-b a.ui-link-inherit { .ui-btn-up-b a.ui-link-inherit {
color: #fff; color: #fff /*{b-bup-color}*/;
} }
.ui-btn-hover-b { .ui-btn-hover-b {
border: 1px solid #00516e; border: 1px solid #00516e /*{b-bhover-border}*/;
background: #4b88b6; background: #4b88b6 /*{b-bhover-background-color}*/;
font-weight: bold; font-weight: bold;
color: #fff; color: #fff /*{b-bhover-color}*/;
text-shadow: 0 -1px 1px #014D68; text-shadow: 0 /*{b-bhover-shadow-x}*/ -1px /*{b-bhover-shadow-y}*/ 1px /*{b-bhover-shadow-radius}*/ #014D68 /*{b-bhover-shadow-color}*/;
background-image: -webkit-gradient(linear, left top, left bottom, from(#72b0d4), to(#4b88b6)); /* Saf4+, Chrome */ background-image: -webkit-gradient(linear, left top, left bottom, from(#72b0d4 /*{b-bhover-background-start}*/), to(#4b88b6 /*{b-bhover-background-end}*/)); /* Saf4+, Chrome */
background-image: -webkit-linear-gradient(top, #72b0d4, #4b88b6); /* Chrome 10+, Saf5.1+ */ background-image: -webkit-linear-gradient(top, #72b0d4 /*{b-bhover-background-start}*/, #4b88b6 /*{b-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
background-image: -moz-linear-gradient(top, #72b0d4, #4b88b6); /* FF3.6 */ background-image: -moz-linear-gradient(top, #72b0d4 /*{b-bhover-background-start}*/, #4b88b6 /*{b-bhover-background-end}*/); /* FF3.6 */
background-image: -ms-linear-gradient(top, #72b0d4, #4b88b6); /* IE10 */ background-image: -ms-linear-gradient(top, #72b0d4 /*{b-bhover-background-start}*/, #4b88b6 /*{b-bhover-background-end}*/); /* IE10 */
background-image: -o-linear-gradient(top, #72b0d4, #4b88b6); /* Opera 11.10+ */ background-image: -o-linear-gradient(top, #72b0d4 /*{b-bhover-background-start}*/, #4b88b6 /*{b-bhover-background-end}*/); /* Opera 11.10+ */
background-image: linear-gradient(top, #72b0d4, #4b88b6); background-image: linear-gradient(top, #72b0d4 /*{b-bhover-background-start}*/, #4b88b6 /*{b-bhover-background-end}*/);
} }
.ui-btn-hover-b a.ui-link-inherit { .ui-btn-hover-b a.ui-link-inherit {
color: #fff; color: #fff /*{b-bhover-color}*/;
} }
.ui-btn-down-b { .ui-btn-down-b {
border: 1px solid #225377; border: 1px solid #225377 /*{b-bdown-border}*/;
background: #4e89c5; background: #4e89c5 /*{b-bdown-background-color}*/;
font-weight: bold; font-weight: bold;
color: #fff; color: #fff /*{b-bdown-color}*/;
text-shadow: 0 -1px 1px #225377; text-shadow: 0 /*{b-bdown-shadow-x}*/ -1px /*{b-bdown-shadow-y}*/ 1px /*{b-bdown-shadow-radius}*/ #225377 /*{b-bdown-shadow-color}*/;
background-image: -webkit-gradient(linear, left top, left bottom, from(#396b9e), to(#4e89c5)); /* Saf4+, Chrome */ background-image: -webkit-gradient(linear, left top, left bottom, from(#396b9e /*{b-bdown-background-start}*/), to(#4e89c5 /*{b-bdown-background-end}*/)); /* Saf4+, Chrome */
background-image: -webkit-linear-gradient(top, #396b9e, #4e89c5); /* Chrome 10+, Saf5.1+ */ background-image: -webkit-linear-gradient(top, #396b9e /*{b-bdown-background-start}*/, #4e89c5 /*{b-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
background-image: -moz-linear-gradient(top, #396b9e, #4e89c5); /* FF3.6 */ background-image: -moz-linear-gradient(top, #396b9e /*{b-bdown-background-start}*/, #4e89c5 /*{b-bdown-background-end}*/); /* FF3.6 */
background-image: -ms-linear-gradient(top, #396b9e, #4e89c5); /* IE10 */ background-image: -ms-linear-gradient(top, #396b9e /*{b-bdown-background-start}*/, #4e89c5 /*{b-bdown-background-end}*/); /* IE10 */
background-image: -o-linear-gradient(top, #396b9e, #4e89c5); /* Opera 11.10+ */ background-image: -o-linear-gradient(top, #396b9e /*{b-bdown-background-start}*/, #4e89c5 /*{b-bdown-background-end}*/); /* Opera 11.10+ */
background-image: linear-gradient(top, #396b9e, #4e89c5); background-image: linear-gradient(top, #396b9e /*{b-bdown-background-start}*/, #4e89c5 /*{b-bdown-background-end}*/);
} }
.ui-btn-down-b a.ui-link-inherit { .ui-btn-down-b a.ui-link-inherit {
color: #fff; color: #fff /*{b-bdown-color}*/;
} }
.ui-btn-up-b, .ui-btn-up-b,
.ui-btn-hover-b, .ui-btn-hover-b,
.ui-btn-down-b { .ui-btn-down-b {
font-family: Helvetica, Arial, sans-serif; font-family: Helvetica, Arial, sans-serif /*{b-button-font}*/;
text-decoration: none; text-decoration: none;
} }
   
   
/* C /* C
-----------------------------------------------------------------------------------------------------------*/ -----------------------------------------------------------------------------------------------------------*/
   
.ui-bar-c { .ui-bar-c {
border: 1px solid #B3B3B3; border: 1px solid #B3B3B3 /*{c-bar-border}*/;
background: #e9eaeb; background: #e9eaeb /*{c-bar-background-color}*/;
color: #3E3E3E; color: #3E3E3E /*{c-bar-color}*/;
font-weight: bold; font-weight: bold;
text-shadow: 0 1px 1px #fff; text-shadow: 0 /*{c-bar-shadow-x}*/ 1px /*{c-bar-shadow-y}*/ 1px /*{c-bar-shadow-radius}*/ #fff /*{c-bar-shadow-color}*/;
background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#e9eaeb)); /* Saf4+, Chrome */ background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0 /*{c-bar-background-start}*/), to(#e9eaeb /*{c-bar-background-end}*/)); /* Saf4+, Chrome */
background-image: -webkit-linear-gradient(top, #f0f0f0, #e9eaeb); /* Chrome 10+, Saf5.1+ */ background-image: -webkit-linear-gradient(top, #f0f0f0 /*{c-bar-background-start}*/, #e9eaeb /*{c-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
background-image: -moz-linear-gradient(top, #f0f0f0, #e9eaeb); /* FF3.6 */ background-image: -moz-linear-gradient(top, #f0f0f0 /*{c-bar-background-start}*/, #e9eaeb /*{c-bar-background-end}*/); /* FF3.6 */
background-image: -ms-linear-gradient(top, #f0f0f0, #e9eaeb); /* IE10 */ background-image: -ms-linear-gradient(top, #f0f0f0 /*{c-bar-background-start}*/, #e9eaeb /*{c-bar-background-end}*/); /* IE10 */
background-image: -o-linear-gradient(top, #f0f0f0, #e9eaeb); /* Opera 11.10+ */ background-image: -o-linear-gradient(top, #f0f0f0 /*{c-bar-background-start}*/, #e9eaeb /*{c-bar-background-end}*/); /* Opera 11.10+ */
background-image: linear-gradient(top, #f0f0f0, #e9eaeb); background-image: linear-gradient(top, #f0f0f0 /*{c-bar-background-start}*/, #e9eaeb /*{c-bar-background-end}*/);
} }
   
  .ui-bar-c .ui-link {
  color: #2489CE /*{global-link-color}*/;
  font-weight: bold;
  }
   
.ui-bar-c, .ui-bar-c,
.ui-bar-c input, .ui-bar-c input,
.ui-bar-c select, .ui-bar-c select,
.ui-bar-c textarea, .ui-bar-c textarea,
.ui-bar-c button { .ui-bar-c button {
font-family: Helvetica, Arial, sans-serif; font-family: Helvetica, Arial, sans-serif /*{c-bar-font}*/;
} }
.ui-body-c { .ui-body-c {
border: 1px solid #B3B3B3; border: 1px solid #B3B3B3 /*{c-body-border}*/;
color: #333333; color: #333333 /*{c-body-color}*/;
text-shadow: 0 1px 0 #fff; text-shadow: 0 /*{c-body-shadow-x}*/ 1px /*{c-body-shadow-y}*/ 0 /*{c-body-shadow-radius}*/ #fff /*{c-body-shadow-color}*/;
background: #f0f0f0; background: #f0f0f0 /*{c-body-background-color}*/;
background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd)); /* Saf4+, Chrome */ background-image: -webkit-gradient(linear, left top, left bottom, from(#eee /*{c-body-background-start}*/), to(#ddd /*{c-body-background-end}*/)); /* Saf4+, Chrome */
background-image: -webkit-linear-gradient(top, #eee, #ddd); /* Chrome 10+, Saf5.1+ */ background-image: -webkit-linear-gradient(top, #eee /*{c-body-background-start}*/, #ddd /*{c-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
background-image: -moz-linear-gradient(top, #eee, #ddd); /* FF3.6 */ background-image: -moz-linear-gradient(top, #eee /*{c-body-background-start}*/, #ddd /*{c-body-background-end}*/); /* FF3.6 */
background-image: -ms-linear-gradient(top, #eee, #ddd); /* IE10 */ background-image: -ms-linear-gradient(top, #eee /*{c-body-background-start}*/, #ddd /*{c-body-background-end}*/); /* IE10 */
background-image: -o-linear-gradient(top, #eee, #ddd); /* Opera 11.10+ */ background-image: -o-linear-gradient(top, #eee /*{c-body-background-start}*/, #ddd /*{c-body-background-end}*/); /* Opera 11.10+ */
background-image: linear-gradient(top, #eee, #ddd); background-image: linear-gradient(top, #eee /*{c-body-background-start}*/, #ddd /*{c-body-background-end}*/);
} }
.ui-body-c, .ui-body-c,
.ui-body-c input, .ui-body-c input,
.ui-body-c select, .ui-body-c select,
.ui-body-c textarea, .ui-body-c textarea,
.ui-body-c button { .ui-body-c button {
font-family: Helvetica, Arial, sans-serif; font-family: Helvetica, Arial, sans-serif /*{c-body-font}*/;
} }
.ui-body-c .ui-link-inherit { .ui-body-c .ui-link-inherit {
color: #333333; color: #333333 /*{c-body-color}*/;
} }
.ui-body-c .ui-link { .ui-body-c .ui-link {
col