/*
Copyright 2013, KISSY v1.42
MIT Licensed
build time: Dec 4 22:05
*/
/**
* KISSY New DPL CSS Reset Based on
*
* http://github.com/necolas/normalize.css
* https://github.com/twitter/bootstrap/
* KISSY reset.css (https://github.com/kissyteam/kissy/tree/master/src/css/src/reset.css)
*
* @author yiminghe@gmail.com
*/
/**
* KISSY New DPL CSS Reset Based on
*
* http://github.com/necolas/normalize.css
* https://github.com/twitter/bootstrap/
* KISSY reset.css (https://github.com/kissyteam/kissy/tree/master/src/css/src/reset.css)
*
* @author yiminghe@gmail.com
*/
/**
* Variables to customize the look and feel from Bootstrap.
*
* @author yiminghe@gmail.com
*/
/**
* Snippets of reusable CSS to develop faster and keep code readable from KISSY and Bootstrap.
*
* @author yiminghe@gmail.com
*/
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary{
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Same with IE9.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
  width: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}
/*
 * Addresses styling not present in IE6/7/8/9.
 * html5
 */
mark {
  background: #ff0;
  color: #333333;
}
/*
 * Addresses margin not present in IE6/7/8.
 * Normalize to chrome 's user agent stylesheet
 */
figure {
  margin: 1em 40px 1em 40px;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Use KISSY CSS default font-size 12px
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 12px;
  /* 1 */

  -webkit-text-size-adjust: 100%;
  /* 2 */

  -ms-text-size-adjust: 100%;
  /* 2 */

}
/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 * 1. html chrome Simsun, others new times
 * textarea/button/input/select does not inherit.
 * ie8- does not allow 'inherit' value.
 * textarea chrome/fx monospace ie courier new
 * button/input/select chrome/ie arial firefox Simsun
 */
html,
button,
input,
select,
textarea {
  font-family: tahoma,  \5FAE\8F6F\96C5\9ED1, sans-serif;
  /* 1 */

}
button,
input,
select,
textarea {
  font-size: 100%;
}
/*
 * Addresses margins handled incorrectly in IE6/7.
 * 1. ie7 10px , others 8px
 * 2. chrome rgba(0,0,0,0), others transparent
 * 3. firefox 21px(1.3) others normal(1.13)
 */
body {
  margin: 0;
  /* 1 */

  color: #333333;
  background-color: #ffffff;
  /* 2 */

  line-height: 1.5;
  /* 3 */

}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a {
  color: #0088cc;
  text-decoration: none;
  /*
     * Improves readability when focused and also mouse hovered in all browsers.
     * people.opera.com/patrickl/experiments/keyboard/test
     */

}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
a:hover {
  color: #005580;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in FF3+, ie89, S4/5.
 *
 * http://hell.meiert.org/core/css/firefox-3.6.13.css
 *
 * chrome default is bold now 19
 */
b,
strong {
  font-weight: bold;
}
/*
 * ie8- top =0
 */
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in S5
 */
dfn {
  font-style: italic;
}
/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 1em 0;
}
/*
 * 1. Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 *    ie: courier new others monospace
 * 2. other browsers other than firefox is not 16px
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  /* 1 */

  font-size: 1em;
  /* 2 */

}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  /*ie*/

  word-wrap: break-word;
}
/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none;
}
/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
/*
 * ie8- is wrong with relative
 */
small {
  font-size: 75%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers (except firefox).
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */

  -ms-interpolation-mode: bicubic;
  /* 2 */

}
/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE9-.
 * margin: auto ??
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding.
 * Same with chrome 's user agent stylesheet
 */
fieldset {
  border: 2px groove #f0f0f0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */

  margin: 0;
  padding: 0;
  white-space: normal;
  /* 2 */

  *margin-left: -7px;
  /* 3 */

}
button,
input,
select,
textarea {
  margin: 0;
  vertical-align: middle;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}
/*
 * IE6+ need padding-left/right
 */
button {
  padding: 0px 6px;
  /* ie6 fix*/

  _padding: 0;
}
/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

  cursor: pointer;
  /* 3 */

  *overflow: visible;
  /* 4 */

}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

  *height: 13px;
  /* 3 */

  *width: 13px;
  /* 3 */

}
/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome.
 *    firefox is content-box (now)
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  box-sizing: content-box;
  /* 2 */

}
/*
 * Removes inner padding and search cancel button in S5, Chrome.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/**
* Flying Swing Grids Layout, rewrite to less by yiminghe@gmail.com
*
* @author lifesinger@gmail.com
*/
/**
* Snippets of reusable CSS to develop faster and keep code readable from KISSY and Bootstrap.
*
* @author yiminghe@gmail.com
*/
/** 布局基础样式 **/
.col-main {
  float: left;
  width: 100%;
  min-height: 1px;
}
.col-sub,
.col-extra {
  float: left;
}
.layout,
.main-wrap,
.col-sub,
.col-extra {
  *zoom: 1;
}
.layout:before,
.main-wrap:before,
.col-sub:before,
.col-extra:before,
.layout:after,
.main-wrap:after,
.col-sub:after,
.col-extra:after {
  display: table;
  content: "";
}
.layout:after,
.main-wrap:after,
.col-sub:after,
.col-extra:after {
  clear: both;
}
/*
淘宝采用�?6 种栅格布局�?
950                  .grid-m
190    750           .grid-s5m0
750    190           .grid-m0s5
190    510    230    .grid-s5m0e6
230    510    190    .grid-e6m0s5
510    230    190    .grid-m0e6s5
*/
/** 两栏布局 **/
.grid-s5m0 .main-wrap {
  margin-left: 200px;
}
.grid-s5m0 .col-sub {
  width: 190px;
  margin-left: -100%;
}
.grid-m0s5 .main-wrap {
  margin-right: 200px;
}
.grid-m0s5 .col-sub {
  width: 190px;
  margin-left: -190px;
}
/** 三栏布局 **/
.grid-s5m0e6 .main-wrap {
  margin: 0 240px 0 200px;
}
.grid-s5m0e6 .col-sub {
  width: 190px;
  margin-left: -100%;
}
.grid-s5m0e6 .col-extra {
  width: 230px;
  margin-left: -230px;
}
.grid-e6m0s5 .main-wrap {
  margin: 0 200px 0 240px;
}
.grid-e6m0s5 .col-sub {
  width: 190px;
  margin-left: -190px;
}
.grid-e6m0s5 .col-extra {
  width: 230px;
  margin-left: -100%;
}
.grid-m0e6s5 .main-wrap {
  margin-right: 440px;
}
.grid-m0e6s5 .col-sub {
  width: 190px;
  margin-left: -190px;
}
.grid-m0e6s5 .col-extra {
  width: 230px;
  margin-left: -430px;
}
/**
* Grid System From Bootstrap.
*
* @author yiminghe@gmail.com
*/
/**
* Variables to customize the look and feel from Bootstrap.
*
* @author yiminghe@gmail.com
*/
/**
* Snippets of reusable CSS to develop faster and keep code readable from KISSY and Bootstrap.
*
* @author yiminghe@gmail.com
*/
.row {
  margin-left: -10px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  margin-left: 10px;
}
.span24 {
  _float: left;
  _display: inline;
  _margin-left: 10px;
  width: 1190px;
}
.span23 {
  _float: left;
  _display: inline;
  _margin-left: 10px;
  width: 1140px;
}
.span22 {
  _float: left;
  _display: inline;
  _margin-left: 10px;
  width: 1090px;
}
.span21 {
  _float: left;
  _display: inline;
  _margin-left: 10px;
  width: 1040px;
}
.span20 {
  _float: left;
  _display: inline;
  _margin-left: 10px;
  width: 990px;
}
.span19 {
  _float: left;
  _display: inline;
  _margin-left: 10px;
  width: 940px;
}
.span18 {
  _float: left;
  _display: inline;
  _margin-left: 10px;
  width: 890px;
}
.span17 {
  _float: left;
  _display: inline;
  _margin-left: 10px;
  width: 840px;
}
.span16 {
  _float: left;
  _display: inline;
  _margin-left: 10px;
  width: 790px;
}
.span15 {
  _float: left;
  _display: inline;
  _margin-left: 10px;
  width: 740px;
}
.span14 {
  _float: left;
  _display: inline;
  _margin-left: 10px;
  width: 690px;
}
.span13 {
  _float: left;
  _display: inline;
  _margin-left: 10px;
  width: 640px;
}
.span12 {
  _float: left;
  _display: inline;
  _margin-left: 10px;
  width: 590px;
}
.span11 {
  _float: left;
  _display: inline;
  _margin-left: 10px;
  width: 540px;
}
.span10 {
  _float: left;
  _display: inline;
  _margin-left: 10px;
  width: 490px;
}
.span9 {
  _float: left;
  _display: inline;
  _margin-left: 10px;
  width: 440px;
}
.span8 {
  _float: left;
  _display: inline;
  _margin-left: 10px;
  width: 390px;
}
.span7 {
  _float: left;
  _display: inline;
  _margin-left: 10px;
  width: 340px;
}
.span6 {
  _float: left;
  _display: inline;
  _margin-left: 10px;
  width: 290px;
}
.span5 {
  _float: left;
  _display: inline;
  _margin-left: 10px;
  width: 240px;
}
.span4 {
  _float: left;
  _display: inline;
  _margin-left: 10px;
  width: 190px;
}
.span3 {
  _float: left;
  _display: inline;
  _margin-left: 10px;
  width: 140px;
}
.span2 {
  _float: left;
  _display: inline;
  _margin-left: 10px;
  width: 90px;
}
.span1 {
  _float: left;
  _display: inline;
  _margin-left: 10px;
  width: 40px;
}
.offset24 {
  margin-left: 1210px;
}
.offset23 {
  margin-left: 1160px;
}
.offset22 {
  margin-left: 1110px;
}
.offset21 {
  margin-left: 1060px;
}
.offset20 {
  margin-left: 1010px;
}
.offset19 {
  margin-left: 960px;
}
.offset18 {
  margin-left: 910px;
}
.offset17 {
  margin-left: 860px;
}
.offset16 {
  margin-left: 810px;
}
.offset15 {
  margin-left: 760px;
}
.offset14 {
  margin-left: 710px;
}
.offset13 {
  margin-left: 660px;
}
.offset12 {
  margin-left: 610px;
}
.offset11 {
  margin-left: 560px;
}
.offset10 {
  margin-left: 510px;
}
.offset9 {
  margin-left: 460px;
}
.offset8 {
  margin-left: 410px;
}
.offset7 {
  margin-left: 360px;
}
.offset6 {
  margin-left: 310px;
}
.offset5 {
  margin-left: 260px;
}
.offset4 {
  margin-left: 210px;
}
.offset3 {
  margin-left: 160px;
}
.offset2 {
  margin-left: 110px;
}
.offset1 {
  margin-left: 60px;
}
.container {
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
  width: 1190px;
}
.container:before,
.container:after {
  display: table;
  content: "";
}
.container:after {
  clear: both;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
}
.row-fluid:after {
  clear: both;
}
.row-fluid > [class*="span"] {
  float: left;
  margin-left: 0.8403361344%;
}
.row-fluid > [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid > .span24 {
  width: 99.99999981120001%;
}
.row-fluid  .span24 {
  _width: 99.99999981120001%;
  _float: left;
  _display: inline;
  _margin-left: 0.8403361344%;
}
.row-fluid > .span23 {
  width: 95.79831914680001%;
}
.row-fluid  .span23 {
  _width: 95.79831914680001%;
  _float: left;
  _display: inline;
  _margin-left: 0.8403361344%;
}
.row-fluid > .span22 {
  width: 91.59663848240001%;
}
.row-fluid  .span22 {
  _width: 91.59663848240001%;
  _float: left;
  _display: inline;
  _margin-left: 0.8403361344%;
}
.row-fluid > .span21 {
  width: 87.394957818%;
}
.row-fluid  .span21 {
  _width: 87.394957818%;
  _float: left;
  _display: inline;
  _margin-left: 0.8403361344%;
}
.row-fluid > .span20 {
  width: 83.19327715360001%;
}
.row-fluid  .span20 {
  _width: 83.19327715360001%;
  _float: left;
  _display: inline;
  _margin-left: 0.8403361344%;
}
.row-fluid > .span19 {
  width: 78.9915964892%;
}
.row-fluid  .span19 {
  _width: 78.9915964892%;
  _float: left;
  _display: inline;
  _margin-left: 0.8403361344%;
}
.row-fluid > .span18 {
  width: 74.7899158248%;
}
.row-fluid  .span18 {
  _width: 74.7899158248%;
  _float: left;
  _display: inline;
  _margin-left: 0.8403361344%;
}
.row-fluid > .span17 {
  width: 70.5882351604%;
}
.row-fluid  .span17 {
  _width: 70.5882351604%;
  _float: left;
  _display: inline;
  _margin-left: 0.8403361344%;
}
.row-fluid > .span16 {
  width: 66.386554496%;
}
.row-fluid  .span16 {
  _width: 66.386554496%;
  _float: left;
  _display: inline;
  _margin-left: 0.8403361344%;
}
.row-fluid > .span15 {
  width: 62.18487383160001%;
}
.row-fluid  .span15 {
  _width: 62.18487383160001%;
  _float: left;
  _display: inline;
  _margin-left: 0.8403361344%;
}
.row-fluid > .span14 {
  width: 57.9831931672%;
}
.row-fluid  .span14 {
  _width: 57.9831931672%;
  _float: left;
  _display: inline;
  _margin-left: 0.8403361344%;
}
.row-fluid > .span13 {
  width: 53.7815125028%;
}
.row-fluid  .span13 {
  _width: 53.7815125028%;
  _float: left;
  _display: inline;
  _margin-left: 0.8403361344%;
}
.row-fluid > .span12 {
  width: 49.579831838400004%;
}
.row-fluid  .span12 {
  _width: 49.579831838400004%;
  _float: left;
  _display: inline;
  _margin-left: 0.8403361344%;
}
.row-fluid > .span11 {
  width: 45.37815117400001%;
}
.row-fluid  .span11 {
  _width: 45.37815117400001%;
  _float: left;
  _display: inline;
  _margin-left: 0.8403361344%;
}
.row-fluid > .span10 {
  width: 41.1764705096%;
}
.row-fluid  .span10 {
  _width: 41.1764705096%;
  _float: left;
  _display: inline;
  _margin-left: 0.8403361344%;
}
.row-fluid > .span9 {
  width: 36.9747898452%;
}
.row-fluid  .span9 {
  _width: 36.9747898452%;
  _float: left;
  _display: inline;
  _margin-left: 0.8403361344%;
}
.row-fluid > .span8 {
  width: 32.7731091808%;
}
.row-fluid  .span8 {
  _width: 32.7731091808%;
  _float: left;
  _display: inline;
  _margin-left: 0.8403361344%;
}
.row-fluid > .span7 {
  width: 28.5714285164%;
}
.row-fluid  .span7 {
  _width: 28.5714285164%;
  _float: left;
  _display: inline;
  _margin-left: 0.8403361344%;
}
.row-fluid > .span6 {
  width: 24.369747852000003%;
}
.row-fluid  .span6 {
  _width: 24.369747852000003%;
  _float: left;
  _display: inline;
  _margin-left: 0.8403361344%;
}
.row-fluid > .span5 {
  width: 20.168067187600002%;
}
.row-fluid  .span5 {
  _width: 20.168067187600002%;
  _float: left;
  _display: inline;
  _margin-left: 0.8403361344%;
}
.row-fluid > .span4 {
  width: 15.9663865232%;
}
.row-fluid  .span4 {
  _width: 15.9663865232%;
  _float: left;
  _display: inline;
  _margin-left: 0.8403361344%;
}
.row-fluid > .span3 {
  width: 11.764705858800001%;
}
.row-fluid  .span3 {
  _width: 11.764705858800001%;
  _float: left;
  _display: inline;
  _margin-left: 0.8403361344%;
}
.row-fluid > .span2 {
  width: 7.563025194400001%;
}
.row-fluid  .span2 {
  _width: 7.563025194400001%;
  _float: left;
  _display: inline;
  _margin-left: 0.8403361344%;
}
.row-fluid > .span1 {
  width: 3.36134453%;
}
.row-fluid  .span1 {
  _width: 3.36134453%;
  _float: left;
  _display: inline;
  _margin-left: 0.8403361344%;
}
.row-fluid .span-first {
  _margin-left: 0;
}
.container-fluid {
  padding-left: 10px;
  padding-right: 10px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
}
.container-fluid:after {
  clear: both;
}
/**
* 常用的通用样式 Common Style, 理念：少而精
* @author lifesinger@gmail.com, yiminghe@gmail.com
*/
/**
* Snippets of reusable CSS to develop faster and keep code readable from KISSY and Bootstrap.
*
* @author yiminghe@gmail.com
*/
.ks-fl { float:left; }
.ks-fr { float:right; }
.ks-clear {
  *zoom: 1;
}
.ks-clear:before,
.ks-clear:after {
  display: table;
  content: "";
}
.ks-clear:after {
  clear: both;
}
.ks-hidden {
  display: none;
}
.ks-shown {
  display: block;
}
.ks-invisible {
  visibility: hidden;
}
.ks-visible {
  visibility: visible;
}
.ks-inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.ks-hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.ks-center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.ks-text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ks-left { text-align:left; }
.ks-center { text-align:center; }
.ks-right { text-align:right; }
/*table*/
table { max-width: 100%; border-collapse: collapse; border-spacing: 0; background-color: transparent; }
.table { width: 100%; }
.table th,
.table td { padding: 8px; text-align: left; vertical-align: top; border-top: 1px solid #dddddd; }
.table th { font-weight: bold; }
.table thead th { vertical-align: bottom; }
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td { border-top: 0; }
.table tbody + tbody { border-top: 2px solid #dddddd; }
.table-condensed th,
.table-condensed td { padding: 4px 5px; }
.table-bordered { border: 1px solid #dddddd; border-left: 0; border-collapse: separate;  *border-collapse: collapsed;
border-radius: 4px; }
.table-bordered th,
.table-bordered td { border-left: 1px solid #dddddd; }
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td { border-top: 0; }
.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child { border-radius: 4px 0 0 0; }
.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child { border-radius: 0 4px 0 0; }
.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child { border-radius: 0 0 0 4px; }
.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child { border-radius: 0 0 4px 0; }
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th { background-color: #f9f9f9; }
.table tbody tr:hover td,
.table tbody tr:hover th { background-color: #f5f5f5; }
table .span1 { float: none; width: 24px; margin-left: 0; }
table .span2 { float: none; width: 74px; margin-left: 0; }
table .span3 { float: none; width: 124px; margin-left: 0; }
table .span4 { float: none; width: 174px; margin-left: 0; }
table .span5 { float: none; width: 224px; margin-left: 0; }
table .span6 { float: none; width: 274px; margin-left: 0; }
table .span7 { float: none; width: 324px; margin-left: 0; }
table .span8 { float: none; width: 374px; margin-left: 0; }
table .span9 { float: none; width: 424px; margin-left: 0; }
table .span10 { float: none; width: 474px; margin-left: 0; }
table .span11 { float: none; width: 524px; margin-left: 0; }
table .span12 { float: none; width: 574px; margin-left: 0; }
table .span13 { float: none; width: 624px; margin-left: 0; }
table .span14 { float: none; width: 674px; margin-left: 0; }
table .span15 { float: none; width: 724px; margin-left: 0; }
table .span16 { float: none; width: 774px; margin-left: 0; }
table .span17 { float: none; width: 824px; margin-left: 0; }
table .span18 { float: none; width: 874px; margin-left: 0; }
table .span19 { float: none; width: 924px; margin-left: 0; }
table .span20 { float: none; width: 974px; margin-left: 0; }
table .span21 { float: none; width: 1024px; margin-left: 0; }
table .span22 { float: none; width: 1074px; margin-left: 0; }
table .span23 { float: none; width: 1124px; margin-left: 0; }
table .span24 { float: none; width: 1174px; margin-left: 0; }
/*form*/

input,
textarea,
.uneditable-input { margin-left: 0; }
input.span24,
textarea.span24,
.uneditable-input.span24 { width: 1180px; }
input.span23,
textarea.span23,
.uneditable-input.span23 { width: 1130px; }
input.span22,
textarea.span22,
.uneditable-input.span22 { width: 1080px; }
input.span21,
textarea.span21,
.uneditable-input.span21 { width: 1030px; }
input.span20,
textarea.span20,
.uneditable-input.span20 { width: 980px; }
input.span19,
textarea.span19,
.uneditable-input.span19 { width: 930px; }
input.span18,
textarea.span18,
.uneditable-input.span18 { width: 880px; }
input.span17,
textarea.span17,
.uneditable-input.span17 { width: 830px; }
input.span16,
textarea.span16,
.uneditable-input.span16 { width: 780px; }
input.span15,
textarea.span15,
.uneditable-input.span15 { width: 730px; }
input.span14,
textarea.span14,
.uneditable-input.span14 { width: 680px; }
input.span13,
textarea.span13,
.uneditable-input.span13 { width: 630px; }
input.span12,
textarea.span12,
.uneditable-input.span12 { width: 580px; }
input.span11,
textarea.span11,
.uneditable-input.span11 { width: 530px; }
input.span10,
textarea.span10,
.uneditable-input.span10 { width: 480px; }
input.span9,
textarea.span9,
.uneditable-input.span9 { width: 430px; }
input.span8,
textarea.span8,
.uneditable-input.span8 { width: 380px; }
input.span7,
textarea.span7,
.uneditable-input.span7 { width: 330px; }
input.span6,
textarea.span6,
.uneditable-input.span6 { width: 280px; }
input.span5,
textarea.span5,
.uneditable-input.span5 { width: 230px; }
input.span4,
textarea.span4,
.uneditable-input.span4 { width: 180px; }
input.span3,
textarea.span3,
.uneditable-input.span3 { width: 130px; }
input.span2,
textarea.span2,
.uneditable-input.span2 { width: 80px; }
input.span1,
textarea.span1,
.uneditable-input.span1 { width: 30px; }
input[class*="span"],
select[class*="span"],
uneditable-input[class*="span"],
textarea[class*="span"] { float: none; margin-left: 0; }
textarea,
select,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input { background-color: #ffffff; border: 1px solid #cccccc; border-radius: 3px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border linear 0.2s, box-shadow linear 0.2 s; -moz-transition: border linear 0.2s, box-shadow linear 0.2 s; -ms-transition: border linear 0.2s, box-shadow linear 0.2 s; -o-transition: border linear 0.2s, box-shadow linear 0.2 s; transition: border linear 0.2s, box-shadow linear 0.2 s; }
textarea:focus,
select:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus { border-color: rgba(82, 168, 236, 0.8); outline: 0; outline: thin dotted \9; /* IE6-9 */

-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6); -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6); }
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input { padding: 4px; line-height: 1.5; color: #555555; }
input[type="radio"],
input[type="checkbox"] { margin: 3px 0; }
label { display: block; margin-bottom: 5px; }
.form-actions { padding: 17px 20px 18px; margin-top: 18px; margin-bottom: 18px;   *zoom: 1; clear: both; 
}
.form-actions:before,
.form-actions:after { display: table; content: ""; }
.form-actions:after { clear: both; }
.input-mini { width: 60px; }
.input-small { width: 90px; }
.input-medium { width: 150px; }
.input-large { width: 210px; }
.input-xlarge { width: 270px; }
.input-xxlarge { width: 530px; }
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] { cursor: not-allowed; background-color: #eeeeee; border-color: #dddddd; }
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] { background-color: transparent; }
.help-block,
.help-inline { color: #555555; }
.help-block { display: block; margin-bottom: 9px; }
.help-inline { display: inline-block;  *display: inline;
 *zoom: 1;
vertical-align: middle; padding-left: 5px; }
.form-vertical { margin-bottom: 18px; }
.form-vertical label { display: block; margin-bottom: 5px; }
.radio,
.checkbox { min-height: 18px; padding-left: 18px; }
.radio input[type="radio"],
.checkbox input[type="checkbox"] { float: left; margin-left: -18px; }
.controls > .radio:first-child,
.controls > .checkbox:first-child { padding-top: 5px; }
.radio.control-inline,
.checkbox.control-inline { display: inline-block;  *display: inline;
 *zoom: 1;
padding-top: 5px; margin-bottom: 0; vertical-align: middle; }
.radio.control-inline + .radio.control-inline,
.checkbox.control-inline + .checkbox.control-inline { margin-left: 10px; }
.form-search .search-query { padding-right: 14px; padding-right: 4px \9; padding-left: 14px; padding-left: 4px \9; /* IE7-8 doesn't have border-radius, so don't indent the padding */

margin-bottom: 0; border-radius: 14px; }
.form-search label,
.form-inline label { display: inline-block; }
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend { margin-bottom: 0; }
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox { padding-left: 0; margin-bottom: 0; vertical-align: middle; }
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] { float: left; margin-right: 3px; margin-left: 0; }
.form-horizontal .control-group,.form-horizontal-inline .control-group { margin-bottom: 18px;  *zoom: 1;
}
.form-horizontal-inline .control-group { float:left; }
.form-horizontal .control-group:before,
.form-horizontal .control-group:after,.form-horizontal-inline:before,.form-horizontal-inline:after { display: table; content: ""; }
.form-horizontal .control-group:after,.form-horizontal-inline:after { clear: both; }
.form-horizontal .control-label,.form-horizontal-inline .control-label { float: left; width: 140px; padding-top: 5px; text-align: right;}
.form-horizontal-inline .control-label { width:110px; }
.form-horizontal .controls { margin-left: 160px; }
.form-horizontal-inline .controls { float:left; margin:0 10px; }
.form-horizontal .help-block { margin-top: 9px; margin-bottom: 0; }
.form-horizontal .form-actions { padding-left: 160px; }
.form-horizontal-inline .form-actions { padding-left: 120px; }
.control-group.warning > label,
.control-group.warning .help-block,
.control-group.warning .help-inline { color: #c09853; }
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea { color: #c09853; border-color: #c09853; }
.control-group.warning .checkbox:focus,
.control-group.warning .radio:focus,
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus { border-color: #a47e3c; -webkit-box-shadow: 0 0 6px #dbc59e; -moz-box-shadow: 0 0 6px #dbc59e; box-shadow: 0 0 6px #dbc59e; }
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on { color: #c09853; background-color: #fcf8e3; border-color: #c09853; }
.control-group.error > label,
.control-group.error .help-block,
.control-group.error .help-inline { color: #b94a48; }
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea { color: #b94a48; border-color: #b94a48; }
.control-group.error .checkbox:focus,
.control-group.error .radio:focus,
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus { border-color: #953b39; -webkit-box-shadow: 0 0 6px #d59392; -moz-box-shadow: 0 0 6px #d59392; box-shadow: 0 0 6px #d59392; }
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on { color: #b94a48; background-color: #f2dede; border-color: #b94a48; }
.control-group.success > label,
.control-group.success .help-block,
.control-group.success .help-inline { color: #468847; }
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea { color: #468847; border-color: #468847; }
.control-group.success .checkbox:focus,
.control-group.success .radio:focus,
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus { border-color: #356635; -webkit-box-shadow: 0 0 6px #7aba7b; -moz-box-shadow: 0 0 6px #7aba7b; box-shadow: 0 0 6px #7aba7b; }
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on { color: #468847; background-color: #dff0d8; border-color: #468847; }
.input-prepend,
.input-append { margin-bottom: 5px; }
.input-prepend input,
.input-append input,
.input-prepend select,
.input-append select,
.input-prepend .uneditable-input,
.input-append .uneditable-input { position: relative; margin-bottom: 0;  *margin-left: 0;
border-radius: 0 3px 3px 0; }
.input-prepend input:focus,
.input-append input:focus,
.input-prepend select:focus,
.input-append select:focus,
.input-prepend .uneditable-input:focus,
.input-append .uneditable-input:focus { z-index: 2; }
.input-prepend .uneditable-input,
.input-append .uneditable-input { border-left-color: #ccc; }
.input-prepend .add-on,
.input-append .add-on { display: inline-block; width: auto; height: 18px; min-width: 16px; padding: 4px 5px; font-weight: normal; line-height: 18px; text-align: center; text-shadow: 0 1px 0 #ffffff; vertical-align: middle; background-color: #eeeeee; border: 1px solid #ccc; }
.input-prepend .add-on,
.input-append .add-on,
.input-prepend .ks-button,
.input-append .ks-button { margin-left: -1px; border-radius: 0; }
.input-prepend .add-on,
.input-prepend .ks-button { margin-right: -1px; }
.input-prepend .add-on:first-child,
.input-prepend .ks-button:first-child { border-radius: 3px 0 0 3px; }
.input-append input,
.input-append select,
.input-append .uneditable-input { border-radius: 3px 0 0 3px; }
.input-append .uneditable-input { border-right-color: #ccc; border-left-color: #eee; }
.input-append .add-on:last-child,
.input-append .ks-button:last-child { border-radius: 0 3px 3px 0; }
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input { border-radius: 0; }
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .ks-button:first-child { margin-right: -1px; border-radius: 3px 0 0 3px; }
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .ks-button:last-child { margin-left: -1px; border-radius: 0 3px 3px 0; }
code,
pre { padding: 8.5px; margin: 0 0 9px; font-size: 11.100000000000001px; line-height: 18px; background-color: whiteSmoke; border: 1px solid #CCC; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 4px; }
code { padding: 2px 4px; color: #D14; background-color: #F7F7F9; border: 1px solid #E1E1E8; }
.the-icons { list-style: none; }
.well { min-height: 20px; padding: 19px; margin-bottom: 20px; background-color: whiteSmoke; border: 1px solid #EEE; border: 1px solid rgba(0, 0, 0, 0.05); border-radius: 4px; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
/* For input sizes, make them display block */
.docs-input-sizes select,
.docs-input-sizes input[type=text] { display: block; margin-bottom: 9px; }
/*buttom*/
.ks-button { padding: 4px 10px 4px; font-size: 12px; color: #333333; text-align: center; text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); vertical-align: middle; background-color: #f5f5f5; background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6); background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6)); background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6); background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); background-image: linear-gradient(top, #ffffff, #e6e6e6); background-repeat: repeat-x;  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
background-color: #f5f5f5; background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6); background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6)); background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6); background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); background-image: linear-gradient(top, #ffffff, #e6e6e6); background-repeat: repeat-x;  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
border-color: #e6e6e6 #e6e6e6 #bfbfbf; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); background-color: #f5f5f5; background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6); background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6)); background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6); background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); background-image: linear-gradient(top, #ffffff, #e6e6e6); background-repeat: repeat-x;  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
background-color: #f5f5f5; background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6); background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6)); background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6); background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); background-image: linear-gradient(top, #ffffff, #e6e6e6); background-repeat: repeat-x;  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
border-color: #e6e6e6 #e6e6e6 #bfbfbf; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
color: #333333; border: 1px solid #cccccc;  *border: 0;
border-bottom-color: #b3b3b3; border-radius: 4px; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1 px 2 px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1 px 2 px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1 px 2 px rgba(0, 0, 0, 0.05); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1 px 2 px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1 px 2 px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1 px 2 px rgba(0, 0, 0, 0.05); cursor: pointer;  *margin-left: .3em;
 *margin-left: .3em;
display: inline-block;  *display: inline;
 *zoom: 1;
 *display: inline;
 *zoom: 1;
display: inline-block;  *display: inline;
 *zoom: 1;
 *display: inline;
 *zoom: 1;
outline: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.ks-button.ks-button-hover,
.ks-button:hover { color: #333333; background-position: 0 -15px; /*
    transition is only when going to hover, otherwise the background
    behind the gradient (there for IE<=9 fallback) gets mismatched
    */

-webkit-transition: background-position 0.1s linear; -moz-transition: background-position 0.1s linear; -ms-transition: background-position 0.1s linear; -o-transition: background-position 0.1s linear; transition: background-position 0.1s linear; -webkit-transition: background-position 0.1s linear; -moz-transition: background-position 0.1s linear; -ms-transition: background-position 0.1s linear; -o-transition: background-position 0.1s linear; transition: background-position 0.1s linear; background-color: #e6e6e6; }
.ks-button.ks-button-active,
.ks-button:active,
.ks-button.ks-button-checked,
.ks-button.ks-menu-button-open { color: #333333; -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); background-color: #cccccc \9; }
.ks-button.ks-button-disabled { cursor: default; opacity: 0.65; filter: alpha(opacity=65);  *zoom: 1;
opacity: 0.65; filter: alpha(opacity=65);  *zoom: 1;
color: #333333; background-position: 0 0; -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; background-color: #f5f5f5; background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6); background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6)); background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6); background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); background-image: linear-gradient(top, #ffffff, #e6e6e6); background-repeat: repeat-x;  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
background-color: #f5f5f5; background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6); background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6)); background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6); background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); background-image: linear-gradient(top, #ffffff, #e6e6e6); background-repeat: repeat-x;  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
border-color: #e6e6e6 #e6e6e6 #bfbfbf; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); background-color: #f5f5f5; background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6); background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6)); background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6); background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); background-image: linear-gradient(top, #ffffff, #e6e6e6); background-repeat: repeat-x;  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
background-color: #f5f5f5; background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6); background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6)); background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6); background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); background-image: linear-gradient(top, #ffffff, #e6e6e6); background-repeat: repeat-x;  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
border-color: #e6e6e6 #e6e6e6 #bfbfbf; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); }
.ks-button:first-child {  *margin-left: 0;
}
.ks-button:first-child {  *margin-left: 0;
}
.ks-button-large { padding: 9px 14px; font-size: 14px; border-radius: 5px; }
.ks-button-small { padding: 5px 9px; font-size: 12px; }
.ks-button-mini { padding: 2px 6px; font-size: 12px; }
.ks-button-primary,
.ks-button-warning,
.ks-button-danger,
.ks-button-success,
.ks-button-info,
.ks-button-inverse { text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
.ks-button-primary { background-color: #007ab8; background-image: -moz-linear-gradient(top, #0088cc, #006699); background-image: -ms-linear-gradient(top, #0088cc, #006699); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#006699)); background-image: -webkit-linear-gradient(top, #0088cc, #006699); background-image: -o-linear-gradient(top, #0088cc, #006699); background-image: linear-gradient(top, #0088cc, #006699); background-repeat: repeat-x;  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#006699', GradientType=0);
background-color: #007ab8; background-image: -moz-linear-gradient(top, #0088cc, #006699); background-image: -ms-linear-gradient(top, #0088cc, #006699); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#006699)); background-image: -webkit-linear-gradient(top, #0088cc, #006699); background-image: -o-linear-gradient(top, #0088cc, #006699); background-image: linear-gradient(top, #0088cc, #006699); background-repeat: repeat-x;  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#006699', GradientType=0);
border-color: #006699 #006699 #00334d; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); background-color: #007ab8; background-image: -moz-linear-gradient(top, #0088cc, #006699); background-image: -ms-linear-gradient(top, #0088cc, #006699); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#006699)); background-image: -webkit-linear-gradient(top, #0088cc, #006699); background-image: -o-linear-gradient(top, #0088cc, #006699); background-image: linear-gradient(top, #0088cc, #006699); background-repeat: repeat-x;  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#006699', GradientType=0);
background-color: #007ab8; background-image: -moz-linear-gradient(top, #0088cc, #006699); background-image: -ms-linear-gradient(top, #0088cc, #006699); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#006699)); background-image: -webkit-linear-gradient(top, #0088cc, #006699); background-image: -o-linear-gradient(top, #0088cc, #006699); background-image: linear-gradient(top, #0088cc, #006699); background-repeat: repeat-x;  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#006699', GradientType=0);
border-color: #006699 #006699 #00334d; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
color: #ffffff; }
.ks-button-primary.ks-button-hover,
.ks-button-primary:hover { color: #ffffff; background-position: 0 -15px; /*
    transition is only when going to hover, otherwise the background
    behind the gradient (there for IE<=9 fallback) gets mismatched
    */

-webkit-transition: background-position 0.1s linear; -moz-transition: background-position 0.1s linear; -ms-transition: background-position 0.1s linear; -o-transition: background-position 0.1s linear; transition: background-position 0.1s linear; -webkit-transition: background-position 0.1s linear; -moz-transition: background-position 0.1s linear; -ms-transition: background-position 0.1s linear; -o-transition: background-position 0.1s linear; transition: background-position 0.1s linear; background-color: #006699; }
.ks-button-primary.ks-button-active,
.ks-button-primary:active,
.ks-button-primary.ks-button-checked,
.ks-button-primary.ks-menu-button-open { color: rgba(255, 255, 255, 0.75); -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); background-color: #004466 \9; }
.ks-button-primary.ks-button-disabled { cursor: default; opacity: 0.65; filter: alpha(opacity=65);  *zoom: 1;
opacity: 0.65; filter: alpha(opacity=65);  *zoom: 1;
color: #ffffff; background-position: 0 0; -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; background-color: #007ab8; background-image: -moz-linear-gradient(top, #0088cc, #006699); background-image: -ms-linear-gradient(top, #0088cc, #006699); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#006699)); background-image: -webkit-linear-gradient(top, #0088cc, #006699); background-image: -o-linear-gradient(top, #0088cc, #006699); background-image: linear-gradient(top, #0088cc, #006699); background-repeat: repeat-x;  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#006699', GradientType=0);
background-color: #007ab8; background-image: -moz-linear-gradient(top, #0088cc, #006699); background-image: -ms-linear-gradient(top, #0088cc, #006699); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#006699)); background-image: -webkit-linear-gradient(top, #0088cc, #006699); background-image: -o-linear-gradient(top, #0088cc, #006699); background-image: linear-gradient(top, #0088cc, #006699); background-repeat: repeat-x;  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#006699', GradientType=0);
border-color: #006699 #006699 #00334d; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); background-color: #007ab8; background-image: -moz-linear-gradient(top, #0088cc, #006699); background-image: -ms-linear-gradient(top, #0088cc, #006699); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#006699)); background-image: -webkit-linear-gradient(top, #0088cc, #006699); background-image: -o-linear-gradient(top, #0088cc, #006699); background-image: linear-gradient(top, #0088cc, #006699); background-repeat: repeat-x;  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#006699', GradientType=0);
background-color: #007ab8; background-image: -moz-linear-gradient(top, #0088cc, #006699); background-image: -ms-linear-gradient(top, #0088cc, #006699); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#006699)); background-image: -webkit-linear-gradient(top, #0088cc, #006699); background-image: -o-linear-gradient(top, #0088cc, #006699); background-image: linear-gradient(top, #0088cc, #006699); background-repeat: repeat-x;  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#006699', GradientType=0);
border-color: #006699 #006699 #00334d; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); }
.ks-button-warning { background-color: #faac3c; background-image: -moz-linear-gradient(top, #fbb450, #fa9f1e); background-image: -ms-linear-gradient(top, #fbb450, #fa9f1e); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#fa9f1e)); background-image: -webkit-linear-gradient(top, #fbb450, #fa9f1e); background-image: -o-linear-gradient(top, #fbb450, #fa9f1e); background-image: linear-gradient(top, #fbb450, #fa9f1e); background-repeat: repeat-x;  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#fa9f1e', GradientType=0);
background-color: #faac3c; background-image: -moz-linear-gradient(top, #fbb450, #fa9f1e); background-image: -ms-linear-gradient(top, #fbb450, #fa9f1e); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#fa9f1e)); background-image: -webkit-linear-gradient(top, #fbb450, #fa9f1e); background-image: -o-linear-gradient(top, #fbb450, #fa9f1e); background-image: linear-gradient(top, #fbb450, #fa9f1e); background-repeat: repeat-x;  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#fa9f1e', GradientType=0);
border-color: #fa9f1e #fa9f1e #c67605; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); background-color: #faac3c; background-image: -moz-linear-gradient(top, #fbb450, #fa9f1e); background-image: -ms-linear-gradient(top, #fbb450, #fa9f1e); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#fa9f1e)); background-image: -webkit-linear-gradient(top, #fbb450, #fa9f1e); background-image: -o-linear-gradient(top, #fbb450, #fa9f1e); background-image: linear-gradient(top, #fbb450, #fa9f1e); background-repeat: repeat-x;  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#fa9f1e', GradientType=0);
background-color: #faac3c; background-image: -moz-linear-gradient(top, #fbb450, #fa9f1e); background-image: -ms-linear-gradient(top, #fbb450, #fa9f1e); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#fa9f1e)); background-image: -webkit-linear-gradient(top, #fbb450, #fa9f1e); background-image: -o-linear-gradient(top, #fbb450, #fa9f1e); background-image: linear-gradient(top, #fbb450, #fa9f1e); background-repeat: repeat-x;  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#fa9f1e', GradientType=0);
border-color: #fa9f1e #fa9f1e #c67605; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
color: #ffffff; }
.ks-button-warning.ks-button-hover,
.ks-button-warning:hover { color: #ffffff; background-position: 0 -15px; /*
    transition is only when going to hover, otherwise the background
    behind the gradient (there for IE<=9 fallback) gets mismatched
    */

-webkit-transition: background-position 0.1s linear; -moz-transition: background-position 0.1s linear; -ms-transition: background-position 0.1s linear; -o-transition: background-position 0.1s linear; transition: background-position 0.1s linear; -webkit-transition: background-position 0.1s linear; -moz-transition: background-position 0.1s linear; -ms-transition: background-position 0.1s linear; -o-transition: background-position 0.1s linear; transition: background-position 0.1s linear; background-color: #fa9f1e; }
.ks-button-warning.ks-button-active,
.ks-button-warning:active,
.ks-button-warning.ks-button-checked,
.ks-button-warning.ks-menu-button-open { color: rgba(255, 255, 255, 0.75); -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); background-color: #df8505 \9; }
.ks-button-warning.ks-button-disabled { cursor: default; opacity: 0.65; filter: alpha(opacity=65);  *zoom: 1;
opacity: 0.65; filter: alpha(opacity=65);  *zoom: 1;
color: #ffffff; background-position: 0 0; -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; background-color: #faac3c; background-image: -moz-linear-gradient(top, #fbb450, #fa9f1e); background-image: -ms-linear-gradient(top, #fbb450, #fa9f1e); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#fa9f1e)); background-image: -webkit-linear-gradient(top, #fbb450, #fa9f1e); background-image: -o-linear-gradient(top, #fbb450, #fa9f1e); background-image: linear-gradient(top, #fbb450, #fa9f1e); background-repeat: repeat-x;  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#fa9f1e', GradientType=0);
background-color: #faac3c; background-image: -moz-linear-gradient(top, #fbb450, #fa9f1e); background-image: -ms-linear-gradient(top, #fbb450, #fa9f1e); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#fa9f1e)); background-image: -webkit-linear-gradient(top, #fbb450, #fa9f1e); background-image: -o-linear-gradient(top, #fbb450, #fa9f1e); background-image: linear-gradient(top, #fbb450, #fa9f1e); background-repeat: repeat-x;  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#fa9f1e', GradientType=0);
border-color: #fa9f1e #fa9f1e #c67605; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); background-color: #faac3c; background-image: -moz-linear-gradient(top, #fbb450, #fa9f1e); background-image: -ms-linear-gradient(top, #fbb450, #fa9f1e); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#fa9f1e)); background-image: -webkit-linear-gradient(top, #fbb450, #fa9f1e); background-image: -o-linear-gradient(top, #fbb450, #fa9f1e); background-image: linear-gradient(top, #fbb450, #fa9f1e); background-repeat: repeat-x;  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#fa9f1e', GradientType=0);
background-color: #faac3c; background-image: -moz-linear-gradient(top, #fbb450, #fa9f1e); background-image: -ms-linear-gradient(top, #fbb450, #fa9f1e); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#fa9f1e)); background-image: -webkit-linear-gradient(top, #fbb450, #fa9f1e); background-image: -o-linear-gradient(top, #fbb450, #fa9f1e); background-image: linear-gradient(top, #fbb450, #fa9f1e); background-repeat: repeat-x;  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#fa9f1e', GradientType=0);
border-color: #fa9f1e #fa9f1e #c67605; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); }
.ks-button-danger { background-color: #ec4d49; background-image: -moz-linear-gradient(top, #ee5f5b, #e9322d); background-image: -ms-linear-gradient(top, #ee5f5b, #e9322d); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#e9322d)); background-image: -webkit-linear-gradient(top, #ee5f5b, #e9322d); background-image: -o-linear-gradient(top, #ee5f5b, #e9322d); background-image: linear-gradient(top, #ee5f5b, #e9322d); background-repeat: repeat-x;  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#e9322d', GradientType=0);
background-color: #ec4d49; background-image: -moz-linear-gradient(top, #ee5f5b, #e9322d); background-image: -ms-linear-gradient(top, #ee5f5b, #e9322d); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#e9322d)); background-image: -webkit-linear-gradient(top, #ee5f5b, #e9322d); background-image: -o-linear-gradient(top, #ee5f5b, #e9322d); background-image: linear-gradient(top, #ee5f5b, #e9322d); background-repeat: repeat-x;  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#e9322d', GradientType=0);
border-color: #e9322d #e9322d #b71713; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); background-color: #ec4d49; background-image: -moz-linear-gradient(top, #ee5f5b, #e9322d); background-image: -ms-linear-gradient(top, #ee5f5b, #e9322d); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#e9322d)); background-image: -webkit-linear-gradient(top, #ee5f5b, #e9322d); background-image: -o-linear-gradient(top, #ee5f5b, #e9322d); background-image: linear-gradient(top, #ee5f5b, #e9322d); background-repeat: repeat-x;  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#e9322d', GradientType=0);
background-color: #ec4d49; background-image: -moz-linear-gradient(top, #ee5f5b, #e9322d); background-image: -ms-linear-gradient(top, #ee5f5b, #e9322d); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#e9322d)); background-image: -webkit-linear-gradient(top, #ee5f5b, #e9322d); background-image: -o-linear-gradient(top, #ee5f5b, #e9322d); background-image: linear-gradient(top, #ee5f5b, #e9322d); background-repeat: repeat-x;  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#e9322d', GradientType=0);
border-color: #e9322d #e9322d #b71713; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
color: #ffffff; }
.ks-button-danger.ks-button-hover,
.ks-button-danger:hover { color: #ffffff; background-position: 0 -15px; /*
    transition is only when going to hover, otherwise the background
    behind the gradient (there for IE<=9 fallback) gets mismatched
    */

-webkit-transition: background-position 0.1s linear; -moz-transition: background-position 0.1s linear; -ms-transition: background-position 0.1s linear; -o-transition: background-position 0.1s linear; transition: background-position 0.1s linear; -webkit-transition: background-position 0.1s linear; -moz-transition: background-position 0.1s linear; -ms-transition: background-position 0.1s linear; -o-transition: background-position 0.1s linear; transition: background-position 0.1s linear; background-color: #e9322d; }
.ks-button-danger.ks-button-active,
.ks-button-danger:active,
.ks-button-danger.ks-button-checked,
.ks-button-danger.ks-menu-button-open { color: rgba(255, 255, 255, 0.75); -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); background-color: #ce1a15 \9; }
.ks-button-danger.ks-button-disabled { cursor: default; opacity: 0.65; filter: alpha(opacity=65);  *zoom: 1;
opacity: 0.65; filter: alpha(opacity=65);  *zoom: 1;
color: #ffffff; background-position: 0 0; -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; background-color: #ec4d49; background-image: -moz-linear-gradient(top, #ee5f5b, #e9322d); background-image: -ms-linear-gradient(top, #ee5f5b, #e9322d); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#e9322d)); background-image: -webkit-linear-gradient(top, #ee5f5b, #e9322d); background-image: -o-linear-gradient(top, #ee5f5b, #e9322d); background-image: linear-gradient(top, #ee5f5b, #e9322d); background-repeat: repeat-x;  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#e9322d', GradientType=0);
background-color: #ec4d49; background-image: -moz-linear-gradient(top, #ee5f5b, #e9322d); background-image: -ms-linear-gradient(top, #ee5f5b, #e9322d); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#e9322d)); background-image: -webkit-linear-gradient(top, #ee5f5b, #e9322d); background-image: -o-linear-gradient(top, #ee5f5b, #e9322d); background-image: linear-gradient(top, #ee5f5b, #e9322d); background-repeat: repeat-x;  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#e9322d', GradientType=0);
border-color: #e9322d #e9322d #b71713; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); background-color: #ec4d49; background-image: -moz-linear-gradient(top, #ee5f5b, #e9322d); background-image: -ms-linear-gradient(top, #ee5f5b, #e9322d); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#e9322d)); background-image: -webkit-linear-gradient(top, #ee5f5b, #e9322d); background-image: -o-linear-gradient(top, #ee5f5b, #e9322d); background-image: linear-gradient(top, #ee5f5b, #e9322d); background-repeat: repeat-x;  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#e9322d', GradientType=0);
background-color: #ec4d49; background-image: -moz-linear-gradient(top, #ee5f5b, #e9322d); background-image: -ms-linear-gradient(top, #ee5f5b, #e9322d); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#e9322d)); background-image: -webkit-linear-gradient(top, #ee5f5b, #e9322d); background-image: -o-linear-gradient(top, #ee5f5b, #e9322d); background-image: linear-gradient(top, #ee5f5b, #e9322d); background-repeat: repeat-x;  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#e9322d', GradientType=0);
border-color: #e9322d #e9322d #b71713; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); }
.ks-button-success { background-color: #55bc55; background-image: -moz-linear-gradient(top, #62c462, #42b142); background-image: -ms-linear-gradient(top, #62c462, #42b142); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#42b142)); background-image: -webkit-linear-gradient(top, #62c462, #42b142); background-image: -o-linear-gradient(top, #62c462, #42b142); background-image: linear-gradient(top, #62c462, #42b142); background-repeat: repeat-x;  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#42b142', GradientType=0);
background-color: #55bc55; background-image: -moz-linear-gradient(top, #62c462, #42b142); background-image: -ms-linear-gradient(top, #62c462, #42b142); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#42b142)); background-image: -webkit-linear-gradient(top, #62c462, #42b142); background-image: -o-linear-gradient(top, #62c462, #42b142); background-image: linear-gradient(top, #62c462, #42b142); background-repeat: repeat-x;  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#42b142', GradientType=0);
border-color: #42b142 #42b142 #2d792d; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); background-color: #55bc55; background-image: -moz-linear-gradient(top, #62c462, #42b142); background-image: -ms-linear-gradient(top, #62c462, #42b142); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#42b142)); background-image: -webkit-linear-gradient(top, #62c462, #42b142); background-image: -o-linear-gradient(top, #62c462, #42b142); background-image: linear-gradient(top, #62c462, #42b142); background-repeat: repeat-x;  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#42b142', GradientType=0);
background-color: #55bc55; background-image: -moz-linear-gradient(top, #62c462, #42b142); background-image: -ms-linear-gradient(top, #62c462, #42b142); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#42b142)); background-image: -webkit-linear-gradient(top, #62c462, #42b142); background-image: -o-linear-gradient(top, #62c462, #42b142); background-image: linear-gradient(top, #62c462, #42b142); background-repeat: repeat-x;  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#42b142', GradientType=0);
border-color: #42b142 #42b142 #2d792d; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
color: #ffffff; }
.ks-button-success.ks-button-hover,
.ks-button-success:hover { color: #ffffff; background-position: 0 -15px; /*
    transition is only when going to hover, otherwise the background
    behind the gradient (there for IE<=9 fallback) gets mismatched
    */

-webkit-transition: background-position 0.1s linear; -moz-transition: background-position 0.1s linear; -ms-transition: background-position 0.1s linear; -o-transition: background-position 0.1s linear; transition: background-position 0.1s linear; -webkit-transition: background-position 0.1s linear; -moz-transition: background-position 0.1s linear; -ms-transition: background-position 0.1s linear; -o-transition: background-position 0.1s linear; transition: background-position 0.1s linear; background-color: #42b142; }
.ks-button-success.ks-button-active,
.ks-button-success:active,
.ks-button-success.ks-button-checked,
.ks-button-success.ks-menu-button-open { color: rgba(255, 255, 255, 0.75); -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); background-color: #348c34 \9; }
.ks-button-success.ks-button-disabled { cursor: default; opacity: 0.65; filter: alpha(opacity=65);  *zoom: 1;
opacity: 0.65; filter: alpha(opacity=65);  *zoom: 1;
color: #ffffff; background-position: 0 0; -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; background-color: #55bc55; background-image: -moz-linear-gradient(top, #62c462, #42b142); background-image: -ms-linear-gradient(top, #62c462, #42b142); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#42b142)); background-image: -webkit-linear-gradient(top, #62c462, #42b142); background-image: -o-linear-gradient(top, #62c462, #42b142); background-image: linear-gradient(top, #62c462, #42b142); background-repeat: repeat-x;  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#42b142', GradientType=0);
background-color: #55bc55; background-image: -moz-linear-gradient(top, #62c462, #42b142); background-image: -ms-linear-gradient(top, #62c462, #42b142); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#42b142)); background-image: -webkit-linear-gradient(top, #62c462, #42b142); background-image: -o-linear-gradient(top, #62c462, #42b142); background-image: linear-gradient(top, #62c462, #42b142); background-repeat: repeat-x;  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#42b142', GradientType=0);
border-color: #42b142 #42b142 #2d792d; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); background-color: #55bc55; background-image: -moz-linear-gradient(top, #62c462, #42b142); background-image: -ms-linear-gradient(top, #62c462, #42b142); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#42b142)); background-image: -webkit-linear-gradient(top, #62c462, #42b142); background-image: -o-linear-gradient(top, #62c462, #42b142); background-image: linear-gradient(top, #62c462, #42b142); background-repeat: repeat-x;  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#42b142', GradientType=0);
background-color: #55bc55; background-image: -moz-linear-gradient(top, #62c462, #42b142); background-image: -ms-linear-gradient(top, #62c462, #42b142); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#42b142)); background-image: -webkit-linear-gradient(top, #62c462, #42b142); background-image: -o-linear-gradient(top, #62c462, #42b142); background-image: linear-gradient(top, #62c462, #42b142); background-repeat: repeat-x;  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#42b142', GradientType=0);
border-color: #42b142 #42b142 #2d792d; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); }
.ks-button-info { background-color: #4ab9db; background-image: -moz-linear-gradient(top, #5bc0de, #31b0d5); background-image: -ms-linear-gradient(top, #5bc0de, #31b0d5); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#31b0d5)); background-image: -webkit-linear-gradient(top, #5bc0de, #31b0d5); background-image: -o-linear-gradient(top, #5bc0de, #31b0d5); background-image: linear-gradient(top, #5bc0de, #31b0d5); background-repeat: repeat-x;  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#31b0d5', GradientType=0);
background-color: #4ab9db; background-image: -moz-linear-gradient(top, #5bc0de, #31b0d5); background-image: -ms-linear-gradient(top, #5bc0de, #31b0d5); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#31b0d5)); background-image: -webkit-linear-gradient(top, #5bc0de, #31b0d5); background-image: -o-linear-gradient(top, #5bc0de, #31b0d5); background-image: linear-gradient(top, #5bc0de, #31b0d5); background-repeat: repeat-x;  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#31b0d5', GradientType=0);
border-color: #31b0d5 #31b0d5 #1f7e9a; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); background-color: #4ab9db; background-image: -moz-linear-gradient(top, #5bc0de, #31b0d5); background-image: -ms-linear-gradient(top, #5bc0de, #31b0d5); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#31b0d5)); background-image: -webkit-linear-gradient(top, #5bc0de, #31b0d5); background-image: -o-linear-gradient(top, #5bc0de, #31b0d5); background-image: linear-gradient(top, #5bc0de, #31b0d5); background-repeat: repeat-x;  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#31b0d5', GradientType=0);
background-color: #4ab9db; background-image: -moz-linear-gradient(top, #5bc0de, #31b0d5); background-image: -ms-linear-gradient(top, #5bc0de, #31b0d5); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#31b0d5)); background-image: -webkit-linear-gradient(top, #5bc0de, #31b0d5); background-image: -o-linear-gradient(top, #5bc0de, #31b0d5); background-image: linear-gradient(top, #5bc0de, #31b0d5); background-repeat: repeat-x;  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#31b0d5', GradientType=0);
border-color: #31b0d5 #31b0d5 #1f7e9a; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
color: #ffffff; }
.ks-button-info.ks-button-hover,
.ks-button-info:hover { color: #ffffff; background-position: 0 -15px; /*
    transition is only when going to hover, otherwise the background
    behind the gradient (there for IE<=9 fallback) gets mismatched
    */

-webkit-transition: background-position 0.1s linear; -moz-transition: background-position 0.1s linear; -ms-transition: background-position 0.1s linear; -o-transition: background-position 0.1s linear; transition: background-position 0.1s linear; -webkit-transition: background-position 0.1s linear; -moz-transition: background-position 0.1s linear; -ms-transition: background-position 0.1s linear; -o-transition: background-position 0.1s linear; transition: background-position 0.1s linear; background-color: #31b0d5; }
.ks-button-info.ks-button-active,
.ks-button-info:active,
.ks-button-info.ks-button-checked,
.ks-button-info.ks-menu-button-open { color: rgba(255, 255, 255, 0.75); -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); background-color: #2390b0 \9; }
.ks-button-info.ks-button-disabled { cursor: default; opacity: 0.65; filter: alpha(opacity=65);  *zoom: 1;
opacity: 0.65; filter: alpha(opacity=65);  *zoom: 1;
color: #ffffff; background-position: 0 0; -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; background-color: #4ab9db; background-image: -moz-linear-gradient(top, #5bc0de, #31b0d5); background-image: -ms-linear-gradient(top, #5bc0de, #31b0d5); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#31b0d5)); background-image: -webkit-linear-gradient(top, #5bc0de, #31b0d5); background-image: -o-linear-gradient(top, #5bc0de, #31b0d5); background-image: linear-gradient(top, #5bc0de, #31b0d5); background-repeat: repeat-x;  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#31b0d5', GradientType=0);
background-color: #4ab9db; background-image: -moz-linear-gradient(top, #5bc0de, #31b0d5); background-image: -ms-linear-gradient(top, #5bc0de, #31b0d5); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#31b0d5)); background-image: -webkit-linear-gradient(top, #5bc0de, #31b0d5); background-image: -o-linear-gradient(top, #5bc0de, #31b0d5); background-image: linear-gradient(top, #5bc0de, #31b0d5); background-repeat: repeat-x;  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#31b0d5', GradientType=0);
border-color: #31b0d5 #31b0d5 #1f7e9a; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); background-color: #4ab9db; background-image: -moz-linear-gradient(top, #5bc0de, #31b0d5); background-image: -ms-linear-gradient(top, #5bc0de, #31b0d5); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#31b0d5)); background-image: -webkit-linear-gradient(top, #5bc0de, #31b0d5); background-image: -o-linear-gradient(top, #5bc0de, #31b0d5); background-image: linear-gradient(top, #5bc0de, #31b0d5); background-repeat: repeat-x;  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#31b0d5', GradientType=0);
background-color: #4ab9db; background-image: -moz-linear-gradient(top, #5bc0de, #31b0d5); background-image: -ms-linear-gradient(top, #5bc0de, #31b0d5); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#31b0d5)); background-image: -webkit-linear-gradient(top, #5bc0de, #31b0d5); background-image: -o-linear-gradient(top, #5bc0de, #31b0d5); background-image: linear-gradient(top, #5bc0de, #31b0d5); background-repeat: repeat-x;  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#31b0d5', GradientType=0);
border-color: #31b0d5 #31b0d5 #1f7e9a; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); }
.ks-button-inverse { background-color: #4b4b4b; background-image: -moz-linear-gradient(top, #555555, #3b3b3b); background-image: -ms-linear-gradient(top, #555555, #3b3b3b); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#3b3b3b)); background-image: -webkit-linear-gradient(top, #555555, #3b3b3b); background-image: -o-linear-gradient(top, #555555, #3b3b3b); background-image: linear-gradient(top, #555555, #3b3b3b); background-repeat: repeat-x;  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#3b3b3b', GradientType=0);
background-color: #4b4b4b; background-image: -moz-linear-gradient(top, #555555, #3b3b3b); background-image: -ms-linear-gradient(top, #555555, #3b3b3b); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#3b3b3b)); background-image: -webkit-linear-gradient(top, #555555, #3b3b3b); background-image: -o-linear-gradient(top, #555555, #3b3b3b); background-image: linear-gradient(top, #555555, #3b3b3b); background-repeat: repeat-x;  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#3b3b3b', GradientType=0);
border-color: #3b3b3b #3b3b3b #151515; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); background-color: #4b4b4b; background-image: -moz-linear-gradient(top, #555555, #3b3b3b); background-image: -ms-linear-gradient(top, #555555, #3b3b3b); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#3b3b3b)); background-image: -webkit-linear-gradient(top, #555555, #3b3b3b); background-image: -o-linear-gradient(top, #555555, #3b3b3b); background-image: linear-gradient(top, #555555, #3b3b3b); background-repeat: repeat-x;  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#3b3b3b', GradientType=0);
background-color: #4b4b4b; background-image: -moz-linear-gradient(top, #555555, #3b3b3b); background-image: -ms-linear-gradient(top, #555555, #3b3b3b); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#3b3b3b)); background-image: -webkit-linear-gradient(top, #555555, #3b3b3b); background-image: -o-linear-gradient(top, #555555, #3b3b3b); background-image: linear-gradient(top, #555555, #3b3b3b); background-repeat: repeat-x;  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#3b3b3b', GradientType=0);
border-color: #3b3b3b #3b3b3b #151515; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
color: #ffffff; }
.ks-button-inverse.ks-button-hover,
.ks-button-inverse:hover { color: #ffffff; background-position: 0 -15px; /*
    transition is only when going to hover, otherwise the background
    behind the gradient (there for IE<=9 fallback) gets mismatched
    */

-webkit-transition: background-position 0.1s linear; -moz-transition: background-position 0.1s linear; -ms-transition: background-position 0.1s linear; -o-transition: background-position 0.1s linear; transition: background-position 0.1s linear; -webkit-transition: background-position 0.1s linear; -moz-transition: background-position 0.1s linear; -ms-transition: background-position 0.1s linear; -o-transition: background-position 0.1s linear; transition: background-position 0.1s linear; background-color: #3b3b3b; }
.ks-button-inverse.ks-button-active,
.ks-button-inverse:active,
.ks-button-inverse.ks-button-checked,
.ks-button-inverse.ks-menu-button-open { color: rgba(255, 255, 255, 0.75); -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); background-color: #222222 \9; }
.ks-button-inverse.ks-button-disabled { cursor: default; opacity: 0.65; filter: alpha(opacity=65);  *zoom: 1;
opacity: 0.65; filter: alpha(opacity=65);  *zoom: 1;
color: #ffffff; background-position: 0 0; -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; background-color: #4b4b4b; background-image: -moz-linear-gradient(top, #555555, #3b3b3b); background-image: -ms-linear-gradient(top, #555555, #3b3b3b); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#3b3b3b)); background-image: -webkit-linear-gradient(top, #555555, #3b3b3b); background-image: -o-linear-gradient(top, #555555, #3b3b3b); background-image: linear-gradient(top, #555555, #3b3b3b); background-repeat: repeat-x;  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#3b3b3b', GradientType=0);
background-color: #4b4b4b; background-image: -moz-linear-gradient(top, #555555, #3b3b3b); background-image: -ms-linear-gradient(top, #555555, #3b3b3b); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#3b3b3b)); background-image: -webkit-linear-gradient(top, #555555, #3b3b3b); background-image: -o-linear-gradient(top, #555555, #3b3b3b); background-image: linear-gradient(top, #555555, #3b3b3b); background-repeat: repeat-x;  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#3b3b3b', GradientType=0);
border-color: #3b3b3b #3b3b3b #151515; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); background-color: #4b4b4b; background-image: -moz-linear-gradient(top, #555555, #3b3b3b); background-image: -ms-linear-gradient(top, #555555, #3b3b3b); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#3b3b3b)); background-image: -webkit-linear-gradient(top, #555555, #3b3b3b); background-image: -o-linear-gradient(top, #555555, #3b3b3b); background-image: linear-gradient(top, #555555, #3b3b3b); background-repeat: repeat-x;  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#3b3b3b', GradientType=0);
background-color: #4b4b4b; background-image: -moz-linear-gradient(top, #555555, #3b3b3b); background-image: -ms-linear-gradient(top, #555555, #3b3b3b); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#3b3b3b)); background-image: -webkit-linear-gradient(top, #555555, #3b3b3b); background-image: -o-linear-gradient(top, #555555, #3b3b3b); background-image: linear-gradient(top, #555555, #3b3b3b); background-repeat: repeat-x;  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#3b3b3b', GradientType=0);
border-color: #3b3b3b #3b3b3b #151515; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); }
/**
 * Button Group for KISSY from bootstrap.
 * @author yiminghe@gmail.com
 */
/**
* Variables to customize the look and feel from Bootstrap.
*
* @author yiminghe@gmail.com
*/
/**
* Snippets of reusable CSS to develop faster and keep code readable from KISSY and Bootstrap.
*
* @author yiminghe@gmail.com
*/
.ks-button-group { display: inline-block;  *display: inline;
 *zoom: 1;
 *display: inline;
 *zoom: 1;
display: inline-block;  *display: inline;
 *zoom: 1;
 *display: inline;
 *zoom: 1;
position: relative;  *zoom: 1;
 *zoom: 1;
 *margin-left: .3em;
 *margin-left: .3em;
}
.ks-button-group:before,
.ks-button-group:after { display: table; content: ""; }
.ks-button-group:after { clear: both; }
.ks-button-group:before,
.ks-button-group:after { display: table; content: ""; }
.ks-button-group:after { clear: both; }
.ks-button-group:first-child {  *margin-left: 0;
}
.ks-button-group:first-child {  *margin-left: 0;
}
.ks-button-group + .ks-button-group { margin-left: 5px; }
.ks-button-group .ks-button { position: relative; float: left; margin-left: -1px; border-radius: 0; }
.ks-button-group .ks-button:first-child { margin-left: 0; border-top-left-radius: 4px; border-bottom-left-radius: 4px; }
.ks-button-group .ks-button:last-child { border-top-right-radius: 4px; border-bottom-right-radius: 4px; }
.ks-button-group .ks-button-large:first-child { margin-left: 0; border-top-left-radius: 6px; border-bottom-left-radius: 6px; }
.ks-button-group .ks-button-large:last-child { border-top-right-radius: 6px; border-bottom-right-radius: 6px; }
.ks-button-group .ks-button-hover,
.ks-button-group .ks-button:hover,
.ks-button-group .ks-button:focus,
.ks-button-group .ks-button:active,
.ks-button-group .ks-button-focused,
.ks-button-group .ks-button-active { z-index: 2; }
menu,
ol,
ul,
dd { margin: 0; padding: 0; list-style: none; }
[blank-*] {
font-size:0;
line-height:0;
}
.blank-5 { height: 5px; }
.blank-10 { height: 10px; }
.blank-20 { height: 20px; }
.blank-50 { height: 50px; }
.mt-5 { margin-top: 5px; }
.mt-10 { margin-top: 10px; }
.mt-20 { margin-top: 20px; }
.mr-5 { margin-right: 5px; }
.mr-10 { margin-right: 10px; }
.mr-20 { margin-right: 20px; }
.mb-5 { margin-bottom: 5px; }
.mb-10 { margin-bottom: 10px; }
.mb-20 { margin-bottom: 20px; }
.ml-5 { margin-left: 5px; }
.ml-10 { margin-left: 10px; }
.ml-20 { margin-left: 20px; }
/* 页码 */
.page-1 { width: 100%; padding: 0px; margin: 20px auto; text-align: center; vertical-align: middle; }
.page-1 a { text-decoration: none; text-align: center; vertical-align: middle; padding: 4px 10px;  color: #666; margin: 2px; display: inline-block; background: #fff; border: 1px solid #ccc; border-radius: 2px; }
.page-1 a:hover { text-decoration: none; color: #333; background: #f9f9f9; border: 1px solid #666; }
.page-1 .page-active,.page-1 .page-active:hover {  color: #fff; background: #999; border: 1px solid #aaa; border-radius: 2px;  }
.page-1 .input-page { width: 30px; padding: 6px 4px; color: #666; display: inline-block; border: 1px solid #e7e7e7; background-color: #f7f7f7; }

/* ==========================================================================
   矢量图标
   ========================================================================== */
.iconfont {
    font-family:"iconfont" !important;
    font-size:16px;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
@font-face {font-family: 'iconfont_10';
  src: url('http://at.alicdn.com/t/font_1401158182_6869004.eot'); /* IE9*/
  src: url('http://at.alicdn.com/t/font_1401158182_6869004.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('http://at.alicdn.com/t/font_1401158182_6869004.woff') format('woff'), /* chrome、firefox */
  url('http://at.alicdn.com/t/font_1401158182_6869004.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('http://at.alicdn.com/t/font_1401158182_6869004.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont_10{font-family:'iconfont_10' !important;font-size:16px;font-style:normal;-webkit-font-smoothing: antialiased;-webkit-text-stroke-width: 0.2px;-moz-osx-font-smoothing: grayscale;}

@font-face {font-family: 'iconfont_14';
  src: url('http://at.alicdn.com/t/font_1397098551_95441.eot'); /* IE9*/
  src: url('http://at.alicdn.com/t/font_1397098551_95441.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('http://at.alicdn.com/t/font_1397098552_0142624.woff') format('woff'), /* chrome、firefox */
  url('http://at.alicdn.com/t/font_1397098551_8732882.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('http://at.alicdn.com/t/font_1397098552_0586202.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont_14{font-family:'iconfont_14' !important;font-size:16px;font-style:normal;-webkit-font-smoothing: antialiased;-webkit-text-stroke-width: 0.2px;-moz-osx-font-smoothing: grayscale;}

@font-face {font-family: 'iconfont_60';
  src: url('http://at.alicdn.com/t/font_1405565578_8994658.eot'); /* IE9*/
  src: url('http://at.alicdn.com/t/font_1405565578_8994658.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('http://at.alicdn.com/t/font_1405565578_8994658.woff') format('woff'), /* chrome、firefox */
  url('http://at.alicdn.com/t/font_1405565578_8994658.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('http://at.alicdn.com/t/font_1405565578_8994658.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont_60{font-family:'iconfont_60' !important;font-size:16px;font-style:normal;-webkit-font-smoothing: antialiased;-webkit-text-stroke-width: 0.2px;-moz-osx-font-smoothing: grayscale;}

@font-face {font-family: 'iconfont_299';
  src: url('http://at.alicdn.com/t/font_1402652142_3696177.eot'); /* IE9*/
  src: url('http://at.alicdn.com/t/font_1402652142_3696177.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('http://at.alicdn.com/t/font_1402652142_3696177.woff') format('woff'), /* chrome、firefox */
  url('http://at.alicdn.com/t/font_1402652142_3696177.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('http://at.alicdn.com/t/font_1402652142_3696177.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont_299{font-family:'iconfont_299' !important;font-size:16px;font-style:normal;-webkit-font-smoothing: antialiased;-webkit-text-stroke-width: 0.2px;-moz-osx-font-smoothing: grayscale;}

@font-face {font-family: 'iconfont_616';
  src: url('http://at.alicdn.com/t/font_1407406742_9906373.eot'); /* IE9*/
  src: url('http://at.alicdn.com/t/font_1407406742_9906373.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('http://at.alicdn.com/t/font_1407406742_9906373.woff') format('woff'), /* chrome、firefox */
  url('http://at.alicdn.com/t/font_1407406742_9906373.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('http://at.alicdn.com/t/font_1407406742_9906373.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont_616{font-family:'iconfont_616' !important;font-size:16px;font-style:normal;-webkit-font-smoothing: antialiased;-webkit-text-stroke-width: 0.2px;-moz-osx-font-smoothing: grayscale;}