/*----------------------------------------------------
			
				 Alert Messages
			
----------------------------------------------------*/
.sf-alert {
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 12px;
  position: relative;
  padding: 12px 25px 11px 46px;
  margin-bottom: 20px;
  zoom: 1;
  line-height: 15px;
  font-weight: normal; }

.sf-alert-close {
  position: absolute;
  right: 2px;
  top: 2px; }

.sf-alert-error {
  border: 1px solid #d00000;
  background-color: #ffdcdc; }

.sf-alert-warning {
  border: 1px solid #e0a61b;
  background-color: #fffbcc; }

.sf-alert-success {
  border: 1px solid #88c236;
  background-color: #ecfbda; }

.sf-alert-info {
  border: 1px solid #3aaedd;
  background-color: #e1f2f9; }

.sf-pl .sf-alert-info {
  border: 1px solid #e3c921;
  background-color: #fdef94; }

.sf-alert-actions {
  float: right;
  margin: -4px -15px 0 7px; }

.sf-alert-actions a,
.sf-alert-actions a:link,
.sf-alert-actions button,
.sf-alert-actions input {
  margin-left: 3px; }


.sf_growl_sprite {
  background-image: url('//img1.wsimg-com.ide/starfield/duel/v2.5.1/sf.core/images/sf_growl_sprite.png'); }

#sf_growl {
  position: fixed;
  top: 40px;
  right: 40px;
  width: 280px;
  z-index: 100000; }

#sf_growl_close_all {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  z-index: 100000;
  background: #000;
  background: rgba(0, 0, 0, 0.85);
  position: relative;
  display: none;
  margin-bottom: 5px;
  font-family: Arial;
  font-weight: bold;
  text-align: center;
  font-size: 11px;
  color: #fff;
  cursor: pointer; }

.sf_growl_bg {
  height: 100%;
  margin-bottom: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  padding: 15px;
  /*z-index: 100000;*/
  background: #000;
  background: rgba(0, 0, 0, 0.85);
  position: relative;
  cursor: auto;
  font-family: arial, verdana, helvetica, sans-serif; }

.sf_growl_close {
  display: block;
  background-position: -56px 0px;
  background-repeat: no-repeat;
  width: 11px;
  height: 11px;
  border: 0px;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  font-size: 0; }

.sf_growl_msg {
  text-align: left;
  cursor: auto;
  color: #aaa; }

.sf_growl_ico {
  float: left;
  display: block;
  background-repeat: no-repeat;
  border: 0px;
  height: 16px;
  margin-right: 7px; }

.sf_growl_ico_success {
  background-position: 0px 0px;
  width: 17px; }

.sf_growl_ico_warning {
  background-position: -18px 0;
  width: 18px; }

.sf_growl_ico_error {
  background-position: -37px 0;
  width: 18px; }

.sf_growl_title {
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 9px; }

.sf_growl_content {
  font-size: 11px;
  color: #CECECE;
  font-weight: normal;
  line-height: 13px; }


/** 
 * ------------------------------------------------------------------
 * @section TIPPER
 * ------------------------------------------------------------------
 */
.sf-tip-ico {
  background: url('//img1.wsimg-com.ide/starfield/duel/v2.5.1/sf.core/images/sf-tipper-sprt.gif') -7px -7px no-repeat;
  cursor: pointer;
  height: 10px;
  width: 10px;
  position: relative;
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  *display: inline;
  overflow: hidden; }

.sf-tipper {
  display: block;
  position: absolute;
  z-index: 2000010000; }

.sf-tipper-wrap, .sf-howl-wrap {
  background-color: #E1F2F9;
  border: 1px solid #39AFDD;
  color: #000000;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.3;
  min-height: 43px;
  padding: 17px 10px 10px;
  position: relative;
  text-align: left;
  width: 213px; }

* html .sf-tipper-wrap {
  height: 43px; }

.sf-tipper-heading, .sf-howl-heading {
  padding: 0;
  font-weight: bold; }

.sf-tipper-heading {
  font-size: 1em;
  margin: 0 0 4px; }

.sf-howl-heading {
  font-size: 1.15em;
  margin: 0 0 10px; }

.sf-tipper-ptr {
  display: block;
  background: url('//img1.wsimg-com.ide/starfield/duel/v2.5.1/sf.core/images/sf-tipper-sprt.gif') no-repeat;
  height: 11px;
  width: 12px;
  position: absolute;
  overflow: hidden; }

.sf-tipper-ptr-topright {
  background-position: -6px -107px;
  bottom: 0;
  left: 1px; }

* html .sf-tipper-ptr-topright {
  bottom: -1px; }

.sf-tipper-ptr-bottomright {
  background-position: -6px -32px;
  left: 1px;
  top: 0; }

.sf-tipper-ptr-topleft {
  background-position: -6px -82px;
  bottom: 0;
  right: 0; }

* html .sf-tipper-ptr-topleft {
  bottom: -1px; }

.sf-tipper-ptr-bottomleft {
  background-position: -6px -57px;
  right: 0;
  top: 0; }

.sf-tipper-close, .sf-tourpoint-close {
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer; }

/** 
 * @subsection tipper pl
 */
.sf-pl .sf-tip-ico {
  background-position: -32px -7px; }

.sf-pl .sf-tipper-wrap {
  background-color: #FDEF94;
  border-color: #E3C921; }

.sf-pl .sf-tipper-ptr-topright {
  background-position: -31px -107px; }

.sf-pl .sf-tipper-ptr-topleft {
  background-position: -31px -81px; }

.sf-pl .sf-tipper-ptr-bottomright {
  background-position: -31px -32px; }

.sf-pl .sf-tipper-ptr-bottomleft {
  background-position: -31px -57px; }

/** 
 * ------------------------------------------------------------------
 * @section MORE/LESS
 * ------------------------------------------------------------------
 */
.sf-tipper-morelink {
  text-align: right;
  margin: 5px 0 0 0; }

/** 
 * ------------------------------------------------------------------
 * @section QUICK TIPPER
 * ------------------------------------------------------------------
 */
.sf-qt, .sf-howl {
  background: #000;
  background: rgba(0, 0, 0, 0.85);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 3px;
  position: absolute;
  display: none;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  line-height: 14px;
  color: #fff; }

.sf-qt {
  max-width: 180px;
  padding: 8px 10px;
  z-index: 2000010000; }

.sf-howl {
  max-width: 400px;
  padding: 18px 16px 18px 16px; }

.sf-qt-below, .sf-howl-below {
  margin-bottom: 0;
  margin-top: 9px; }

.sf-qt-arrow-wrap, .sf-howl-arrow-wrap {
  width: 12px;
  height: 6px;
  position: absolute;
  display: block;
  bottom: -6px;
  overflow: hidden; }

.sf-qt-arrow, .sf-howl-arrow {
  width: 0;
  height: 0;
  display: block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000;
  border-top: 6px solid rgba(0, 0, 0, 0.85); }

.sf-qt-below .sf-qt-arrow, .sf-howl-below .sf-howl-arrow {
  border-top: 0;
  border-bottom: 6px solid #000;
  border-bottom: 6px solid rgba(0, 0, 0, 0.85); }

.sf-qt-below .sf-qt-arrow-wrap, .sf-howl-below .sf-howl-arrow-wrap {
  top: -6px; }

/** 
 * ------------------------------------------------------------------
 * @section TOUR POINT
 * ------------------------------------------------------------------
 */
.sf-tourpoint {
  display: block;
  position: absolute;
  z-index: 2000010000; }

.sf-tourpoint-wrap {
  background-color: #fafafa;
  border: 1px solid #bbbbbb;
  color: #000000;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.3;
  min-height: 43px;
  padding: 10px;
  position: relative;
  text-align: left;
  width: 215px; }

* html .sf-tourpoint-wrap {
  height: 43px; }

.sf-tourpoint-heading {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 7px;
  line-height: 1.1; }

.sf-tourpoint-titlebarheading {
  font-weight: bold;
  color: #9e9e9e;
  margin: 0 30px 10px 0; }

.sf-tourpoint-ptr {
  display: block;
  background: url('//img1.wsimg-com.ide/starfield/duel/v2.5.1/sf.core/images/sf-tourguide-sprt.png') no-repeat;
  height: 11px;
  width: 12px;
  position: absolute;
  overflow: hidden; }

.sf-tourpoint-ptr-topright {
  background-position: -4px -123px;
  bottom: 0;
  left: 1px; }

* html .sf-tourpoint-ptr-topright {
  bottom: -1px; }

.sf-tourpoint-ptr-bottomright {
  background-position: -4px -48px;
  left: 1px;
  top: 0; }

.sf-tourpoint-ptr-topleft {
  background-position: -4px -98px;
  bottom: 0;
  right: 0; }

* html .sf-tourpoint-ptr-topleft {
  bottom: -1px; }

.sf-tourpoint-ptr-bottomleft {
  background-position: -4px -73px;
  right: 0;
  top: 0; }

/** 
 * @subsection tourpoint nav
 */
.sf-tourpoint-nav {
  background-color: #F2F2F2;
  height: 20px;
  margin: 20px -10px -10px;
  border-top: 1px solid #bbb;
  text-align: center;
  padding: 7px 0 0 0; }

.sf-tourpoint-nav li {
  background-image: url('//img1.wsimg-com.ide/starfield/duel/v2.5.1/sf.core/images/sf-tourguide-sprt.png');
  display: inline-block;
  list-style: none;
  *display: inline;
  *zoom: 1; }

.sf-tourpoint-nav-item {
  background-position: 1px -191px;
  height: 10px;
  width: 9px;
  padding: 0 5px; }

.sf-tourpoint-nav-item.current {
  background-position: 1px -175px;
  cursor: default; }

.sf-tourpoint-nav-prev {
  background-position: -4px -154px;
  height: 11px;
  width: 7px;
  margin-top: 1px;
  padding-right: 5px;
  cursor: pointer; }

.sf-tourpoint-nav-next {
  background-position: 6px -139px;
  height: 11px;
  width: 7px;
  margin-top: 1px;
  padding-left: 10px;
  cursor: pointer; }

.sf-tourpoint-nav li.disabled {
  opacity: .4;
  filter: alpha(opacity=40);
  cursor: default; }


/** 
 * ------------------------------------------------------------------
 * @section TABS
 * ------------------------------------------------------------------
 */
/** 
 * @subsection tabs nav
 */
.sf-tabs {
  height: 31px;
  padding: 10px 20px 0 15px;
  margin: 0;
  list-style: none;
  position: relative;
  z-index: 1; }

.sf-tabs:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0; }

.sf-tabs li {
  float: left;
  margin: 0 5px 0 0;
  position: relative;
  top: 1px;
  z-index: 1; }

.sf-tabs-hidden {
  display: none !important; }

.sf-tabs a,
.sf-tabs a:link,
.sf-tabs a:visited,
.sf-tabs a:hover {
  display: inline-block;
  height: 29px;
  min-width: 98px;
  padding: 0 15px;
  font-size: 12px;
  line-height: 29px;
  text-align: center;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-decoration: none !important;
  font-family: arial, sans-serif;
  font-weight: bold; }

.sf-tabs a:focus {
  outline: none; }

.sf-tabs .sf-tabs-actv-tab a,
.sf-tabs .sf-tabs-actv-tab a:link,
.sf-tabs .sf-tabs-actv-tab a:visited,
.sf-tabs .sf-tabs-actv-tab a:hover {
  border-bottom: 0;
  filter: none !important;
  cursor: default;
  text-decoration: none !important; }

.sf-tabs .sf-tabs-disabled-tab a,
.sf-tabs .sf-tabs-disabled-tab a:link,
.sf-tabs .sf-tabs-disabled-tab a:visited,
.sf-tabs .sf-tabs-disabled-tab a:hover {
  opacity: .4;
  filter: alpha(opacity=40); }

/** 
 * @subsection tabs content
 */
.sf-tabs-content-wrap {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  z-index: 0; }

.sf-tabs-content {
  /*content area class*/
  padding: 20px;
  display: none; }

.sf-tabs-content:first-child,
.sf-tabs-actv-content {
  display: block; }

/** 
 * ------------------------------------------------------------------
 * @section DIALOG TOGGLE
 * ------------------------------------------------------------------
 */
.sf-tabs-toggle {
  background: #f7f7f7;
  background: -moz-linear-gradient(top, #f7f7f7 0%, #dfdfdf 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #dfdfdf));
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #dfdfdf 100%);
  background: -o-linear-gradient(top, #f7f7f7 0%, #dfdfdf 100%);
  background: -ms-linear-gradient(top, #f7f7f7 0%, #dfdfdf 100%);
  background: linear-gradient(top, #f7f7f7 0%, #dfdfdf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#dfdfdf', GradientType=0 );
  border-bottom: 1px solid #BCBCBC;
  -moz-box-shadow: 0 -1px 0 #e9e9e9 inset;
  -webkit-box-shadow: 0 -1px 0 #e9e9e9 inset;
  box-shadow: 0 -1px 0 #e9e9e9 inset;
  padding: 4px 10px;
  text-align: center;
  zoom: 1; }

.sf-tabs-toggle:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0; }

.sf-tabs-toggle-list {
  border: 1px solid #f5f5f5;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  *display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
  zoom: 1;
  vertical-align: bottom; }

.sf-tabs-toggle-list li {
  float: left;
  white-space: nowrap; }

.sf-tabs-toggle-list li:first-child a {
  border-radius: 3px 0 0 3px; }

.sf-tabs-toggle-list li:last-child a {
  border-radius: 0 3px 3px 0; }

.sf-tabs-toggle-list a,
.sf-tabs-toggle-list a:link,
.sf-tabs-toggle-list a:visited {
  background: #e7e7e7;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U3ZTdlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjMWMxYzEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  *background: #e7e7e7;
  background: -moz-linear-gradient(top, #e7e7e7 0%, #c1c1c1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e7e7e7), color-stop(100%, #c1c1c1));
  background: -webkit-linear-gradient(top, #e7e7e7 0%, #c1c1c1 100%);
  background: -o-linear-gradient(top, #e7e7e7 0%, #c1c1c1 100%);
  background: -ms-linear-gradient(top, #e7e7e7 0%, #c1c1c1 100%);
  background: linear-gradient(top, #e7e7e7 0%, #c1c1c1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7e7e7', endColorstr='#c1c1c1', GradientType=0 );
  -moz-box-shadow: 0 1px 1px #f6f6f6 inset;
  -webkit-box-shadow: 0 1px 1px #f6f6f6 inset;
  border: 1px solid #b3b3b3;
  box-shadow: 0 1px 1px #f6f6f6 inset;
  color: #565656;
  display: block;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  height: 21px;
  line-height: 21.1px;
  padding: 0 20px;
  text-decoration: none;
  text-shadow: 0 0 0 transparent, 0 1px 0 #eaeaea;
  min-width: 54px;
  width: auto;
  _width: 54px; }

:root .sf-tabs-toggle-list a,
:root .sf-tabs-toggle-list a:link,
:root .sf-tabs-toggle-list a:visited {
  filter: none  \0/IE9; }

.sf-tabs-toggle-list a:hover,
.sf-tabs-toggle-list .sf-tabs-toggle-actv a,
.sf-tabs-toggle-list .sf-tabs-toggle-actv a:link,
.sf-tabs-toggle-list .sf-tabs-toggle-actv a:visited {
  background: #6ea516;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZlYTUxNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4NmJlMmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  *background: #6ea516;
  background: -moz-linear-gradient(top, #6ea516 0%, #86be2c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6ea516), color-stop(100%, #86be2c));
  background: -webkit-linear-gradient(top, #6ea516 0%, #86be2c 100%);
  background: -o-linear-gradient(top, #6ea516 0%, #86be2c 100%);
  background: -ms-linear-gradient(top, #6ea516 0%, #86be2c 100%);
  background: linear-gradient(top, #6ea516 0%, #86be2c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6ea516', endColorstr='#86be2c', GradientType=0 );
  border-color: #407808;
  -moz-box-shadow: 0 0 3px 0 #48800a inset;
  -webkit-box-shadow: 0 0 3px 0 #48800a inset;
  box-shadow: 0 0 3px 0 #48800a inset;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0 0 0 transparent, 0 -1px 0 #5b8e15; }

:root .sf-tabs-toggle-list a:hover,
:root .sf-tabs-toggle-list .sf-tabs-toggle-actv a,
:root .sf-tabs-toggle-list .sf-tabs-toggle-actv a:link,
:root .sf-tabs-toggle-list .sf-tabs-toggle-actv a:visited {
  filter: none  \0/IE9; }

.sf-tabs-toggle-list .sf-tabs-toggle-actv a:before {
  content: "";
  border-bottom: 4px solid transparent;
  border-left: 4px solid #b3d779;
  border-top: 4px solid transparent;
  display: inline-block;
  height: 0;
  margin-left: -11px;
  margin-right: 7px;
  width: 0; }

/** 
 * @subsection pl colors
 */
.sf-pl .sf-tabs-toggle-list a:hover,
.sf-pl .sf-tabs-toggle-list .sf-tabs-toggle-actv a,
.sf-pl .sf-tabs-toggle-list .sf-tabs-toggle-actv a:link,
.sf-pl .sf-tabs-toggle-list .sf-tabs-toggle-actv a:visited {
  background: #2b7de8;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJiN2RlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2NWFhZjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  *background: #2b7de8;
  background: -moz-linear-gradient(top, #2b7de8 0%, #65aaf0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b7de8), color-stop(100%, #65aaf0));
  background: -webkit-linear-gradient(top, #2b7de8 0%, #65aaf0 100%);
  background: -o-linear-gradient(top, #2b7de8 0%, #65aaf0 100%);
  background: -ms-linear-gradient(top, #2b7de8 0%, #65aaf0 100%);
  background: linear-gradient(to bottom, #2b7de8 0%, #65aaf0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b7de8', endColorstr='#65aaf0',GradientType=0 );
  border-color: #1c5dde;
  -moz-box-shadow: 0 0 3px 0 #2c7ee9 inset;
  -webkit-box-shadow: 0 0 3px 0 #2c7ee9 inset;
  box-shadow: 0 0 3px 0 #0247C5 inset;
  text-shadow: 0 0 0 transparent, 0 -1px 0 #235FB1; }

:root .sf-pl .sf-tabs-toggle-list a:hover,
:root .sf-pl .sf-tabs-toggle-list .sf-tabs-toggle-actv a,
:root .sf-pl .sf-tabs-toggle-list .sf-tabs-toggle-actv a:link,
:root .sf-pl .sf-tabs-toggle-list .sf-tabs-toggle-actv a:visited {
  filter: none  \0/IE9; }

.sf-pl .sf-tabs-toggle-list .sf-tabs-toggle-actv a:before {
  border-left: 4px solid #9dcdfd; }

/** 
 * ------------------------------------------------------------------
 * @section DIALOG WIZARD
 * ------------------------------------------------------------------
 */
.sf-tabs-wiz {
  background-image: url('//img1.wsimg-com.ide/starfield/duel/v2.5.1/sf.core/images/sf-tabs-wiz-sprt.png');
  background-repeat: repeat-x;
  background-position: left bottom;
  padding: 9px 7.5px 0;
  text-align: left;
  zoom: 1;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  height: 42px;
  overflow: hidden; }

.sf-g-modal .sf-tabs-wiz {
  border-top: 1px solid #ccc; }

.sf-tabs-wiz-list {
  display: inline-block;
  *display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
  zoom: 1; }

.sf-tabs-wiz-list li {
  float: left;
  white-space: nowrap;
  margin: 0 2.5px;
  padding-bottom: 10px;
  position: relative; }

.sf-tabs-wiz-list a,
.sf-tabs-wiz-list a:link,
.sf-tabs-wiz-list a:visited {
  display: inline-block;
  height: 33px;
  padding-right: 17px;
  color: #565656;
  text-decoration: none;
  background-image: url('//img1.wsimg-com.ide/starfield/duel/v2.5.1/sf.core/images/sf-tabs-wiz-sprt.png');
  background-repeat: no-repeat;
  line-height: 31.1px;
  cursor: pointer; }

.sf-tabs-wiz-list .sf-tabs-wiz-txt {
  display: inline-block;
  height: 33px;
  cursor: pointer;
  padding-left: 11px;
  background-image: url('//img1.wsimg-com.ide/starfield/duel/v2.5.1/sf.core/images/sf-tabs-wiz-sprt.png');
  background-repeat: no-repeat;
  text-shadow: 0 0 0 transparent, 1px 1px 0 rgba(255, 255, 255, 0.6); }

.sf-tabs-wiz-list .sf-tabs-wiz-list-last {
  padding-right: 11px; }

.sf-tabs-wiz-list .sf-tabs-wiz-step-current:before {
  content: "";
  width: 20px;
  height: 10px;
  display: block;
  background-image: url('//img1.wsimg-com.ide/starfield/duel/v2.5.1/sf.core/images/sf-tabs-wiz-sprt.png');
  background-repeat: no-repeat;
  background-position: -11px -292px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -10px; }

.sf-tabs-wiz-list .sf-tabs-wiz-step-current .sf-tabs-wiz-txt {
  color: #fff;
  text-shadow: 0 0 0 transparent, 0 -1px 0 rgba(0, 0, 0, 0.2); }

.sf-tabs-wiz-list .sf-tabs-wiz-step-current a,
.sf-tabs-wiz-list .sf-tabs-wiz-step-current .sf-tabs-wiz-txt,
.sf-tabs-wiz-list .sf-tabs-wiz-step-incomplete a,
.sf-tabs-wiz-list .sf-tabs-wiz-step-incomplete .sf-tabs-wiz-txt {
  cursor: default; }

/** 
 * @subsection complete
 */
.sf-tabs-wiz-list .sf-tabs-wiz-step-complete a {
  background-position: 100% -140px; }

.sf-tabs-wiz-list .sf-tabs-wiz-step-complete .sf-tabs-wiz-txt {
  background-position: 0 -140px; }

.sf-tabs-wiz-list .sf-tabs-wiz-step-complete a:hover {
  background-position: 100% -212px; }

.sf-tabs-wiz-list .sf-tabs-wiz-step-complete a:hover .sf-tabs-wiz-txt {
  background-position: 0 -212px; }

.sf-tabs-wiz-list .sf-tabs-wiz-step-complete .sf-tabs-wiz-list-last {
  background-position: 100% -176px; }

.sf-tabs-wiz-list .sf-tabs-wiz-step-complete .sf-tabs-wiz-list-last .sf-tabs-wiz-txt {
  background-position: 0 -176px; }

.sf-tabs-wiz-list .sf-tabs-wiz-step-complete .sf-tabs-wiz-list-last:hover {
  background-position: 100% -248px; }

.sf-tabs-wiz-list .sf-tabs-wiz-step-complete .sf-tabs-wiz-list-last:hover .sf-tabs-wiz-txt {
  background-position: 0 -248px; }

/** 
 * @subsection incomplete
 */
.sf-tabs-wiz-list .sf-tabs-wiz-step-incomplete a {
  background-position: 100% 0; }

.sf-tabs-wiz-list .sf-tabs-wiz-step-incomplete .sf-tabs-wiz-txt {
  background-position: 0 0; }

.sf-tabs-wiz-list .sf-tabs-wiz-step-incomplete .sf-tabs-wiz-list-last {
  background-position: 100% -35px; }

.sf-tabs-wiz-list .sf-tabs-wiz-step-incomplete .sf-tabs-wiz-list-last .sf-tabs-wiz-txt {
  background-position: 0 -35px; }

/** 
 * @subsection current
 */
.sf-tabs-wiz-list .sf-tabs-wiz-step-current a {
  background-position: 100% -70px; }

.sf-tabs-wiz-list .sf-tabs-wiz-step-current .sf-tabs-wiz-txt {
  background-position: 0 -70px; }

.sf-tabs-wiz-list .sf-tabs-wiz-step-current .sf-tabs-wiz-list-last {
  background-position: 100% -105px; }

.sf-tabs-wiz-list .sf-tabs-wiz-step-current .sf-tabs-wiz-list-last .sf-tabs-wiz-txt {
  background-position: 0 -105px; }

/** 
 * @subsection modal wizrard pl
 */
.sf-pl .sf-tabs-wiz,
.sf-pl .sf-tabs-wiz-list a,
.sf-pl .sf-tabs-wiz-list .sf-tabs-wiz-txt,
.sf-pl .sf-tabs-wiz-list .sf-tabs-wiz-step-current:before {
  background-image: url('//img1.wsimg-com.ide/starfield/duel/v2.5.1/sf.core/images/sf-tabs-wiz-sprt-pl.png'); }

.sf-tabs a,
.sf-tabs a:link,
.sf-tabs a:visited,
.sf-tabs a:hover {
  color: #3282e6;
  background: #f0f0f0;
  background: -moz-linear-gradient(top, white 0, #eeeeee 83%, #e1e1e1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(83%, #eeeeee), color-stop(100%, #e1e1e1));
  background: -webkit-linear-gradient(top, white 0, #eeeeee 83%, #e1e1e1 100%);
  background: -o-linear-gradient(top, white 0, #eeeeee 83%, #e1e1e1 100%);
  background: -ms-linear-gradient(top, white 0, #eeeeee 83%, #e1e1e1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#e1e1e1', GradientType=0);
  background: linear-gradient(top, white 0, #eeeeee 83%, #e1e1e1 100%);
  border: 1px solid #e1e1e1; }

:root .sf-tabs a {
  filter: none 0/IE9; }

.sf-tabs .sf-tabs-actv-tab a,
.sf-tabs .sf-tabs-actv-tab a:link,
.sf-tabs .sf-tabs-actv-tab a:visited,
.sf-tabs .sf-tabs-actv-tab a:hover {
  border: 1px solid #e1e1e1;
  border-bottom: 1px solid white;
  color: #707070;
  background: white; }

.sf-tabs .sf-tabs-disabled-tab a,
.sf-tabs .sf-tabs-disabled-tab a:link,
.sf-tabs .sf-tabs-disabled-tab a:visited,
.sf-tabs .sf-tabs-disabled-tab a:hover {
  background-color: #e9e9e9; }

/** 
 * @subsection tabs content
 */
.sf-tabs-content-wrap {
  border: 1px solid #E1E1E1; }

/** 
 * @subsection dialog adjustment
 */
.sf-tabs-bborder {
  border-bottom: 1px solid #E1E1E1; }


/** 
 * ------------------------------------------------------------------
 * @section DIALOG
 * ------------------------------------------------------------------
 */
.sf-dialog {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
  margin: 0;
  padding: 15px 20px 20px;
  width: 600px;
  border-radius: 5px;
  background-color: #FFF;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.8) 9;
  color: #707070;
  font-size: 14px;
  font-family: Arial, Helvetica, FreeSans, sans-serif;
  line-height: 1.3;
  display: none; }

.sf-dialog-title {
  border-bottom: 1px solid #CCC;
  color: #000;
  font-size: 24px;
  font-weight: normal;
  padding-bottom: 2px;
  margin: 0; }

.sf-dialog-content {
  position: relative;
  padding-top: 6px; }

.sf-dialog-inner {
  position: relative;
  overflow: auto;
  margin: 0;
  border: 0;
  width: 100%; }

.sf-dialog a {
  color: #3282e6; }

/** 
 * @subsection button pane
 */
.sf-dialog-buttons {
  position: relative;
  margin-top: 20px;
  text-align: center;
  font-size: 12px; }

.sf-dialog-buttons [class*="sf-btn"] {
  min-width: auto !important; }

.sf-dialog-buttons a,
.sf-dialog-buttons a:link {
  margin: 0 2px; }

.sf-dialog-buttons-left {
  text-align: left; }

.sf-dialog-buttons-left a,
.sf-dialog-buttons-left a:link {
  margin-right: 10px; }

div.sf-dialog-buttons-right {
  text-align: right; }

.sf-dialog-buttons-right a,
.sf-dialog-buttons-right a:link {
  margin-left: 10px;
  margin-right: 0; }

/** 
 * @subsection close icon
 */
.sf-dialog-close {
  position: absolute;
  right: 7px;
  top: 7px;
  cursor: pointer; }

/** 
 * @subsection footer
 */
.sf-dialog-footer {
  background-color: #EEEEEE;
  color: #707070;
  font-size: 11px;
  margin-top: 10px;
  padding: 4px 10px 5px;
  position: relative; }

.sf-dialog-footer:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0; }

/** 
 * @subsection ui state
 */
.sf-dialog.ui-state-disabled {
  opacity: 1 !important; }

/** 
 * @subsection overlay
 */
.sf-dialog-overlay {
  background-color: #363636;
  opacity: .85;
  filter: alpha(opacity=85);
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none; }

.sf-dialog-overlay-alt {
  opacity: 0.60 !important;
  filter: alpha(opacity=60) !important;
  background: #fff !important; }

/** 
 * @subsection veil
 */
.sf-dialog-veil {
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top-width: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  border-top-right-radius: 0; }

/** 
 * @subsection wizard
 */
.sf-dialog-wiz-title-steps {
  padding-left: 10px;
  color: #999;
  font-weight: normal; }

.sf-dialog-tabs .sf-tabs-wiz,
.sf-dialog-tabs .sf-tabs-toggle {
  border-top: 1px solid #CCCCCC; }

/** 
 * @subsection tabs
 */
.sf-dialog-tabs .sf-dialog-title {
  border-bottom: none; }

.sf-dialog-tabs .sf-tabs {
  padding: 10px 5px 0 10px;
  margin-bottom: 4px; }

.sf-dialog-tabs .sf-tabs a {
  min-width: 50px; }


/** 
 * ------------------------------------------------------------------
 * @section HELP AREA
 * ------------------------------------------------------------------
 */
.sf-pagehelp {
  font-family: Arial, Helvetica, FreeSans, sans-serif;
  background: #a1d5ea url('//img1.wsimg-com.ide/starfield/duel/v2.5.1/sf.core/images/sf-pagehelp-grad.gif') repeat-y;
  /*cannot use filter bc toggle pos*/
  background: -moz-linear-gradient(left, #cae8f3 0%, #a1d5ea 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #cae8f3), color-stop(100%, #a1d5ea));
  background: -webkit-linear-gradient(left, #cae8f3 0%, #a1d5ea 100%);
  background: -o-linear-gradient(left, #cae8f3 0%, #a1d5ea 100%);
  background: -ms-linear-gradient(left, #cae8f3 0%, #a1d5ea 100%);
  background: linear-gradient(left, #cae8f3 0%, #a1d5ea 100%);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  border-right: 1px solid #8BC2D7;
  -webkit-box-shadow: 0px 0px 15px 0px #858585;
  -moz-box-shadow: 0px 0px 15px 0px #858585;
  box-shadow: 0px 0px 15px 0px #858585;
  z-index: 2100000001;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.3;
  color: #27728F; }

.sf-pagehelp-wrap {
  margin: 0 5px 5px;
  width: 220px;
  min-width: 220px; }

.sf-pagehelp-wrap a,
.sf-pagehelp-wrap a:link,
.sf-pagehelp-wrap a:visited {
  color: blue;
  text-decoration: underline; }

/** 
 * @subsection control
 */
.sf-pagehelp-pin {
  background-image: url('//img1.wsimg-com.ide/starfield/duel/v2.5.1/sf.core/images/sf-pagehelp-sprt.png');
  background-position: 0 -67px;
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  padding: 1px;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 16px;
  height: 13px;
  text-decoration: none; }

.sf-pagehelp-pin.sf-pagehelp-pinned {
  background-position: 0 -34px; }

/** 
 * @subsection show/hide tab
 */
.sf-pagehelp-toggle {
  width: 20px;
  height: 115px;
  background-image: url('//img1.wsimg-com.ide/starfield/duel/v2.5.1/sf.core/images/sf-pagehelp-sprt.png');
  background-position: 0 -166px;
  position: absolute;
  right: -20px;
  top: 50%;
  margin-top: -57px;
  cursor: pointer;
  display: block; }

.sf-pagehelp-hidden .sf-pagehelp-toggle {
  background-position: -20px -166px; }

/** 
 * @subsection header
 */
.sf-pagehelp-hdr {
  margin: 8px 15px 10px; }

.sf-pagehelp-hdr h3 {
  font-size: 24px;
  font-weight: normal;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.75);
  padding: 0;
  margin: 0; }

.sf-pagehelp-subtext {
  border-top: 1px dotted #71ADC4;
  margin: 0;
  padding-top: 5px; }

/** 
 * @subsection tabs
 */
.sf-pagehelp .sf-tabs a,
.sf-pagehelp .sf-tabs a:link,
.sf-pagehelp .sf-tabs a:visited {
  border-color: #66b0ca;
  background-color: #6ec1e1;
  color: #fff;
  text-shadow: 0 -1px 0 #46a0c2;
  -webkit-box-shadow: 0 1px 0 #A6D7EB inset;
  -moz-box-shadow: 0 1px 0 #A6D7EB inset;
  box-shadow: 0 1px 0 #A6D7EB inset;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 14px;
  text-decoration: none; }

.sf-pagehelp .sf-tabs-actv-tab a,
.sf-pagehelp .sf-tabs-actv-tab a:link,
.sf-pagehelp .sf-tabs-actv-tab a:visited {
  background-color: #fff;
  border-color: #8BC2D7;
  color: #277290;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.sf-pagehelp .sf-tabs-content {
  padding: 10px; }

/** 
 * @subsection content
 */
.sf-pagehelp-tabs {
  background-color: #fff;
  border: 1px solid #8bc2d7;
  position: relative;
  z-index: 0;
  margin: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  color: #555555;
  overflow-y: auto;
  overflow-x: hidden; }

.sf-pagehelp-tabs .sf-pagehelp-hidden {
  display: none; }

.sf-pagehelp-tabs h5 {
  font-weight: bold;
  font-size: 1em;
  margin: 0; }

.sf-pagehelp-tabs p {
  padding: 0;
  margin: 0 0 1em; }

.sf-pagehelp-tabs ul,
.sf-pagehelp-tabs ol {
  margin-bottom: 1em;
  margin-left: 25px;
  padding-left: 0; }

.sf-pagehelp-tabs ul {
  list-style: square outside; }

.sf-pagehelp-tabs ol {
  list-style: decimal outside; }

.sf-pagehelp-tabs .sf-pagehelp-mlist {
  list-style: disc inside;
  margin: 0;
  padding: 0; }

.sf-pagehelp-tabs .sf-pagehelp-mlist-hdr {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: -5px;
  margin: 0 0 2px -10px \0/IE89;
  /* IE8+9  */
  *margin-left: -5px;
  /* IE6+7  */ }

/** 
 * @subsection slidnav
 */
.sf-pagehelp-tabs .sf-slidenav {
  margin: 0 -10px; }

.sf-pagehelp-tabs .sf-slidenav-menu {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  *zoom: 1; }

.sf-pagehelp-tabs .sf-slidenav-crumbs {
  color: #28728F;
  border-bottom: 1px solid #d6eaf3;
  padding: 0 10px 10px;
  font-size: 11px;
  *zoom: 1; }

.sf-pagehelp-tabs .sf-slidenav-home {
  background: url('//img1.wsimg-com.ide/starfield/duel/v2.5.1/sf.core/images/sf-pagehelp-sprt.png') no-repeat scroll 0 0 transparent;
  height: 14px;
  line-height: 14px;
  padding-left: 19px;
  vertical-align: bottom;
  display: inline-block;
  *display: inline;
  *zoom: 1; }

.sf-pagehelp-tabs .sf-slidenav-menu li.sf-slidenav-alt {
  background: url('//img1.wsimg-com.ide/starfield/duel/v2.5.1/sf.core/images/sf-pagehelp-rightarrow.png') right 50% no-repeat #ebf4f9; }

.sf-pagehelp-tabs .sf-slidenav-menu li {
  padding: 10px 30px 10px 10px;
  background: url('//img1.wsimg-com.ide/starfield/duel/v2.5.1/sf.core/images/sf-pagehelp-rightarrow.png') right 50% no-repeat;
  cursor: pointer;
  border-bottom: 1px solid #d6eaf3; }

.sf-pagehelp-tabs .sf-slidenav-content {
  position: relative;
  padding: 10px 10px 0; }


.sf-msg-overlay {
  background-color: #FFFFFF;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  margin-bottom: 12px;
  top: 50%;
  padding: 25px 5%;
  position: absolute;
  text-align: center;
  width: 90%;
  border-top: 1px solid #dcdcdc \0/IE8;
  /* IE8 */
  border-bottom: 1px solid #dcdcdc \0/IE8;
  *border-top: 1px solid #dcdcdc;
  /* IE6+7 */
  *border-bottom: 1px solid #dcdcdc; }

.sf-msg-overlay:before,
.sf-msg-overlay:after {
  content: "";
  display: block;
  width: 100%;
  height: 12px;
  position: absolute;
  left: 0;
  background: url('//img1.wsimg-com.ide/starfield/duel/v2.5.1/sf.core/images/sf-msg-overlay.png') no-repeat;
  background-size: 100% 24px; }

.sf-msg-overlay:before {
  top: -12px;
  background-position: 50% 0; }

.sf-msg-overlay:after {
  bottom: -12px;
  background-position: 50% 100%; }

.sf-msg-overlay-wrap {
  background: rgba(255, 255, 255, 0.9);
  _background: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ddffffff,endColorstr=#ddffffff);
  _filter: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  _left: auto;
  z-index: 9999999; }

:root .sf-msg-overlay-wrap {
  filter: none \0/IE9; }

.sf-msg-overlay-status {
  vertical-align: middle;
  margin-right: 5px; }


/** 
 * ------------------------------------------------------------------
 * @section CAROUSEL
 * ------------------------------------------------------------------
 */
/** 
 * @subsection arrows
 */
.sf-pc-car-arrow {
  background: url('//img1.wsimg-com.ide/starfield/duel/v2.5.1/sf.core/images/sf-pagecast-sprt.png') no-repeat 0 0;
  width: 47px;
  height: 54px;
  display: block;
  position: absolute;
  text-indent: -99999em;
  top: 196px;
  z-index: 1;
  cursor: pointer;
  outline: none; }

.sf-pc-car-arrow:active {
  margin-top: 2px; }

.sf-pc-car-arrow-prev {
  background-position: 0 0;
  left: -28px; }

.sf-pc-car-arrow-next {
  background-position: -53px 0;
  right: -28px; }

.sf-pc-car-arrow-prev:hover {
  background-position: -106px 0; }

.sf-pc-car-arrow-next:hover {
  background-position: -159px 0; }

.sf-pc-car-arrow-prev:active {
  background-position: -212px 0; }

.sf-pc-car-arrow-next:active {
  background-position: -265px 0; }

/** 
 * @subsection arrows pl
 */
.sf-pl .sf-pc-car-arrow-prev {
  background-position: 0 -76px; }

.sf-pl .sf-pc-car-arrow-next {
  background-position: -53px -76px; }

.sf-pl .sf-pc-car-arrow-prev:hover {
  background-position: -106px -76px; }

.sf-pl .sf-pc-car-arrow-next:hover {
  background-position: -159px -76px; }

.sf-pl .sf-pc-car-arrow-prev:active {
  background-position: -212px -76px; }

.sf-pl .sf-pc-car-arrow-next:active {
  background-position: -265px -76px; }

/** 
 * @subsection dots
 */
.sf-pc-car .sf-pc-description {
  padding-top: 38px; }

.sf-pc-car-nav {
  position: absolute;
  top: 7px;
  left: 0;
  z-index: 2;
  width: 100%; }

.sf-pc-car-nav ul {
  text-align: center;
  height: 12px;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none; }

.sf-pc-car-nav li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 5px; }

.sf-pc-car-nav a {
  background-image: url('//img1.wsimg-com.ide/starfield/duel/v2.5.1/sf.core/images/sf-pagecast-sprt.png');
  display: block;
  width: 12px;
  height: 12px;
  text-indent: -99999em;
  cursor: pointer;
  outline: none; }

.sf-pc-car-nav-inactive a {
  background-position: -20px -55px; }

.sf-pc-car-nav-active a,
.sf-pc-car-nav-inactive a:hover {
  background-position: 0 -55px; }

/** 
 * @subsection dots pl
 */
.sf-pl .sf-pc-car-nav-inactive a {
  background-position: -61px -55px; }

.sf-pl .sf-pc-car-nav-active a,
.sf-pl .sf-pc-car-nav-inactive a:hover {
  background-position: -41px -55px; }










/*-----------------------
 	  Standard Icons
-----------------------*/
.sf-icn,
.sf-icn:link {
  display: inline-block;
  vertical-align: middle;
  background-image: url('//img1.wsimg-com.ide/starfield/duel/v2.5.1/sf.core/images/sf-icn-sprt.png');
  background-repeat: no-repeat;
  overflow: hidden;
  text-decoration: none; }

.sf-icn-cal {
  background-position: 0 0;
  width: 17px;
  height: 17px; }

.sf-icn-calnext {
  background-position: 0 -37px;
  width: 14px;
  height: 14px; }

.sf-icn-calprev {
  background-position: 0 -71px;
  width: 14px;
  height: 14px; }

.sf-icn-close1 {
  background-position: 0 -105px;
  width: 15px;
  height: 15px; }

.sf-icn-close2 {
  background-position: 0 -140px;
  width: 13px;
  height: 13px; }

.sf-icn-copy {
  background-position: 0 -173px;
  width: 16px;
  height: 18px; }

.sf-icn-edit {
  background-position: 0 -211px;
  width: 15px;
  height: 15px; }

.sf-icn-email {
  background-position: 0 -246px;
  width: 18px;
  height: 13px; }

.sf-icn-export {
  background-position: 0 -279px;
  width: 19px;
  height: 11px; }

.sf-icn-favorite {
  background-position: 0 -310px;
  width: 17px;
  height: 15px; }

.sf-icn-feedback {
  background-position: 0 -345px;
  width: 16px;
  height: 15px; }

.sf-icn-import {
  background-position: 0 -380px;
  width: 19px;
  height: 11px; }

.sf-icn-print {
  background-position: 0 -411px;
  width: 16px;
  height: 16px; }

.sf-icn-rdadd {
  background-position: 0 -447px;
  width: 20px;
  height: 20px; }

.sf-icn-rdcheck {
  background-position: 0 -487px;
  width: 20px;
  height: 20px; }

.sf-icn-rddelete {
  background-position: 0 -527px;
  width: 20px;
  height: 20px; }

.sf-icn-rdremove {
  background-position: 0 -567px;
  width: 20px;
  height: 20px; }

.sf-icn-rdrenew {
  background-position: 0 -607px;
  width: 20px;
  height: 20px; }

.sf-icn-rdupgrade {
  background-position: 0 -647px;
  width: 20px;
  height: 20px; }

.sf-icn-refresh {
  background-position: 0 -687px;
  width: 14px;
  height: 14px; }

.sf-icn-restore {
  background-position: 0 -721px;
  width: 14px;
  height: 14px; }

.sf-icn-searchgd {
  background-position: 0 -755px;
  width: 14px;
  height: 14px; }

.sf-icn-searchpl {
  background-position: 0 -789px;
  width: 14px;
  height: 14px; }

.sf-icn-settings {
  background-position: 0 -823px;
  width: 16px;
  height: 16px; }

.sf-icn-sync {
  background-position: 0 -859px;
  width: 17px;
  height: 18px; }

.sf-icn-ascend {
  background-position: 0 -922px;
  width: 7px;
  height: 4px; }

.sf-icn-descend {
  background-position: 0 -896px;
  width: 7px;
  height: 4px; }

.sf-icn-chkmark {
  background-position: 1px -948px;
  height: 12px;
  width: 13px; }

.sf-icn-save {
  background-position: 0 -1016px;
  width: 16px;
  height: 16px; }

.sf-icn-cancel {
  background-position: 0 -980px;
  width: 16px;
  height: 16px; }

.sf-icn-rdrenew2 {
  background-position: 0 -1052px;
  width: 20px;
  height: 20px; }

.sf-icn-rdrenew3 {
  background-position: 0 -1092px;
  width: 20px;
  height: 20px; }

.sf-icn-rddelete2 {
  background-position: 0 -1132px;
  width: 14px;
  height: 14px; }

/*-----------------------
 	  Pill Icons
-----------------------*/
.sf-icn-pil {
  display: inline-block;
  vertical-align: middle;
  background-image: url('//img1.wsimg-com.ide/starfield/duel/v2.5.1/sf.core/images/sf-icn-pil-sprt.png');
  background-repeat: no-repeat;
  overflow: hidden;
  text-decoration: none;
  height: 15px;
  width: 15px; }

.sf-btn-dsabld .sf-icn-pil {
  zoom: 1;
  filter: alpha(opacity=40);
  opacity: 0.4;
  cursor: default !important; }

.sf-icn-pil-purchase {
  background-position: 0 0; }

.sf-icn-pil-delete {
  background-position: 0 -25px; }

.sf-icn-pil-add {
  background-position: 0 -50px; }

.sf-icn-pil-edit {
  background-position: 0 -75px; }

/*-----------------------
	   Alert Icons
-----------------------*/
.sf-icn-alert,
.sf-icn-alert:link {
  display: inline-block;
  vertical-align: middle;
  background-image: url('//img1.wsimg-com.ide/starfield/duel/v2.5.1/sf.core/images/sf-icn-alert.png');
  background-repeat: no-repeat;
  overflow: hidden;
  text-decoration: none;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -12px;
  height: 23px; }

.sf-icn-alert-error {
  background-position: 0px -10px;
  width: 26px; }

.sf-icn-alert-warning {
  background-position: 0px -61px;
  width: 26px; }

.sf-icn-alert-success {
  background-position: -1px -112px;
  width: 24px; }

.sf-icn-alert-info {
  background-position: -1px -162px;
  width: 24px; }

.sf-pl .sf-icn-alert-info {
  background-position: -1px -211px;
  width: 24px; }

/*-- PL Version --*/
/*-- Send that text offscreen --*/
.sf-offscrn {
  /* Hides text inside icons etc. */
  position: absolute;
  left: -999999em; }

/*----------------------------------
	  Primary Buttons
----------------------------------*/
.sf-btn-primary,
.sf-btn-primary:link,
.sf-btn-primary:visited,
.sf-btn-primary.sf-btn-dsabld:hover {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  font-family: arial;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  min-width: 50px;
  padding: 6px 15px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle; }

.sf-btn-primary:hover,
.sf-btn-primary:active {
  text-decoration: none; }

.sf-btn-primary.sf-btn-dsabld {
  opacity: .3;
  filter: alpha(opacity=30);
  cursor: default !important; }

input.sf-btn-primary,
button.sf-btn-primary {
  height: 15px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  .height: 29px;
  .padding: 0 14px 1px;
  .line-height: normal;
  .overflow: visible; }

button.sf-btn-primary::-moz-focus-inner,
input.sf-btn-primary::-moz-focus-inner {
  padding: 0;
  border: 0; }

/*----------------------------------
      Secondary Buttons
----------------------------------*/
.sf-btn-secondary,
.sf-btn-secondary:link,
.sf-btn-secondary:visited,
.sf-btn-secondary.sf-btn-dsabld:hover {
  background: #d8d8d8;
  background: -moz-linear-gradient(top, #e3e3e3 0, #b0b0b0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e3e3e3), color-stop(100%, #b0b0b0));
  background: -webkit-linear-gradient(top, #e3e3e3 0, #b0b0b0 100%);
  background: -o-linear-gradient(top, #e3e3e3 0, #b0b0b0 100%);
  background: -ms-linear-gradient(top, #e3e3e3 0, #b0b0b0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3e3e3', endColorstr='#b0b0b0', GradientType=0);
  background: linear-gradient(top, #e3e3e3 0, #b0b0b0 100%);
  border: 1px solid #aaa;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-shadow: inset 0 1px 1px white;
  color: #666;
  cursor: pointer;
  display: inline-block;
  font-family: arial;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  min-width: 50px;
  padding: 6px 15px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 1px #f5f5f5;
  vertical-align: middle; }

.sf-btn-secondary:hover {
  background: #dfdfdf;
  background: -moz-linear-gradient(top, #ebebeb 0, #c2c2c2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(100%, #c2c2c2));
  background: -webkit-linear-gradient(top, #ebebeb 0, #c2c2c2 100%);
  background: -o-linear-gradient(top, #ebebeb 0, #c2c2c2 100%);
  background: -ms-linear-gradient(top, #ebebeb 0, #c2c2c2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#c2c2c2', GradientType=0);
  background: linear-gradient(top, #ebebeb 0, #c2c2c2 100%);
  border-color: #cecece;
  box-shadow: inset 0 1px 1px white;
  text-shadow: 0 1px 1px #f5f5f5;
  text-decoration: none; }

.sf-btn-secondary:active {
  background: #c9c9c9;
  background: -moz-linear-gradient(top, #c4c4c4 0, #cfcfcf 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c4c4c4), color-stop(100%, #cfcfcf));
  background: -webkit-linear-gradient(top, #c4c4c4 0, #cfcfcf 100%);
  background: -o-linear-gradient(top, #c4c4c4 0, #cfcfcf 100%);
  background: -ms-linear-gradient(top, #c4c4c4 0, #cfcfcf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c4c4c4', endColorstr='#cfcfcf', GradientType=0);
  background: linear-gradient(top, #c4c4c4 0, #cfcfcf 100%);
  border-color: #999;
  box-shadow: inset 0 0 3px #666;
  text-shadow: 0 1px 1px #f5f5f5;
  text-decoration: none; }

:root .sf-btn-secondary,
:root .sf-btn-secondary:hover,
:root .sf-btn-secondary:active {
  filter: none 0/IE9; }

.sf-btn-secondary.sf-btn-dsabld {
  opacity: .3;
  filter: alpha(opacity=30);
  cursor: default !important; }

input.sf-btn-secondary,
button.sf-btn-secondary {
  height: 15px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  .height: 29px;
  .padding: 0 14px 1px;
  .line-height: normal;
  .overflow: visible; }

button.sf-btn-secondary::-moz-focus-inner,
input.sf-btn-secondary::-moz-focus-inner {
  padding: 0;
  border: 0; }

/*----------------------------------
      Minor Buttons
----------------------------------*/
.sf-btn-minor,
.sf-btn-minor:link,
.sf-btn-minor:visited {
  background: url('//img1.wsimg-com.ide/starfield/duel/v2.5.1/sf.core/images/sf-btn-minor-sprt.png') 0 0 repeat-x #b1b1b1;
  border-width: 1px;
  border-style: solid;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  font-family: verdana;
  font-size: 10px;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  vertical-align: middle;
  line-height: 12px;
  padding: 3px 10px 4px;
  margin: 0; }

button.sf-btn-minor,
input.sf-btn-minor {
  height: 12px;
  line-height: 10px;
  /*Safari fix*/
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  .height: 21px;
  .padding: 0 9px 1px;
  .line-height: normal;
  .overflow: visible; }

button.sf-btn-minor::-moz-focus-inner,
input.sf-btn-minor::-moz-focus-inner {
  padding: 0;
  border: 0; }

/*Regular*/
.sf-btn-minor,
.sf-btn-minor:link,
.sf-btn-minor:visited {
  background-position: 0 0;
  border-color: #b1b1b1;
  color: #000; }

.sf-btn-minor:hover, .sf-btn-minor.hover {
  background-position: 0 -30px; }

.sf-btn-minor:active {
  background-position: 0 -60px; }

/*dsabld*/
.sf-btn-minor.sf-btn-dsabld,
.sf-btn-minor.sf-btn-dsabld:link,
.sf-btn-minor.sf-btn-dsabld:visited {
  background-position: 0 -90px;
  border-color: #E0E0E0;
  color: #999;
  cursor: default; }

/*----------------------------------
     Pill Buttons
----------------------------------*/
.sf-btn-pil,
.sf-btn-pil:link,
.sf-btn-pil:visited {
  border-width: 1px;
  border-style: solid;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  display: inline-block;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  text-decoration: none;
  vertical-align: middle;
  line-height: 14px;
  padding: 2px 10px 3px;
  white-space: nowrap; }

button.sf-btn-pil,
input.sf-btn-pil {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  .height: 21px;
  .padding: 0 9px 1px;
  .line-height: normal;
  .overflow: visible; }

button.sf-btn-pil::-moz-focus-inner,
input.sf-btn-pil::-moz-focus-inner {
  padding: 0;
  border: 0; }

/*Regular*/
.sf-btn-pil,
.sf-btn-pil:link,
.sf-btn-pil:visited {
  background: #f9f9f9;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  *background: #f9f9f9;
  background: -moz-linear-gradient(top, white 5%, #ededed 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, white), color-stop(100%, #ededed));
  background: -webkit-linear-gradient(top, white 5%, #ededed 100%);
  background: -o-linear-gradient(top, white 5%, #ededed 100%);
  background: -ms-linear-gradient(top, white 5%, #ededed 100%);
  background: linear-gradient(top, white 5%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
  border-color: #cfcfcf;
  color: blue; }

.sf-btn-pil:hover {
  border-color: #afafaf; }

.sf-btn-pil:active {
  background: #ededed;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1JSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  *background: #ededed;
  background: -moz-linear-gradient(top, #ededed 5%, white 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #ededed), color-stop(100%, white));
  background: -webkit-linear-gradient(top, #ededed 5%, white 100%);
  background: -o-linear-gradient(top, #ededed 5%, white 100%);
  background: -ms-linear-gradient(top, #ededed 5%, white 100%);
  background: linear-gradient(top, #ededed 5%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 ); }

/*dsabld*/
.sf-btn-pil.sf-btn-dsabld,
.sf-btn-pil.sf-btn-dsabld:link,
.sf-btn-pil.sf-btn-dsabld:visited {
  border-color: #f1f1f1;
  color: #b2b2ff;
  cursor: default;
  background: #ffffff;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYWZhZmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  *background: #ffffff;
  background: -moz-linear-gradient(top, white 5%, #fafafa 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, white), color-stop(100%, #fafafa));
  background: -webkit-linear-gradient(top, white 5%, #fafafa 100%);
  background: -o-linear-gradient(top, white 5%, #fafafa 100%);
  background: -ms-linear-gradient(top, white 5%, #fafafa 100%);
  background: linear-gradient(top, white 5%, #fafafa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fafafa',GradientType=0 ); }

/*Filters*/
:root .sf-btn-pil {
  filter: none \0/IE9; }

/*Icons*/
.sf-btn-pil .sf-icn-pil {
  margin: -3px 5px -2px -4px;
  .margin-top: -2px; }

/*----------------------------------
     Large Pill Buttons
----------------------------------*/
.sf-btn-pil-lg,
.sf-btn-pil-lg:link,
.sf-btn-pil-lg:visited,
.sf-btn-pil-lg:active {
  cursor: pointer;
  display: inline-block;
  line-height: 15px;
  margin-bottom: 0;
  padding: 4px 12px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 12px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background: #fefefe;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU1JSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmY2ZjZmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  *background: #fefefe;
  background: -moz-linear-gradient(top, #fefefe 0%, #f3f3f3 50%, #ededed 55%, #fcfcfc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(50%, #f3f3f3), color-stop(55%, #ededed), color-stop(100%, #fcfcfc));
  background: -webkit-linear-gradient(top, #fefefe 0%, #f3f3f3 50%, #ededed 55%, #fcfcfc 100%);
  background: -o-linear-gradient(top, #fefefe 0%, #f3f3f3 50%, #ededed 55%, #fcfcfc 100%);
  background: -ms-linear-gradient(top, #fefefe 0%, #f3f3f3 50%, #ededed 55%, #fcfcfc 100%);
  background: linear-gradient(to bottom, #fefefe 0%, #f3f3f3 50%, #ededed 55%, #fcfcfc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#fcfcfc',GradientType=0 );
  border: 1px solid #cfcfcf;
  color: #000;
  box-shadow: 2px 4px 2px rgba(0, 0, 0, 0.08), 0 0 1px 1px white inset; }

.sf-btn-pil-lg:hover {
  border-color: #afafaf; }

/*dsabld*/
.sf-btn-pil-lg.sf-btn-dsabld,
.sf-btn-pil-lg.sf-btn-dsabld:link,
.sf-btn-pil-lg.sf-btn-dsabld:visited {
  border-color: #f1f1f1;
  color: #c6c6c6;
  cursor: default;
  background: #ffffff;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU1JSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWZlZmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  *background: #ffffff;
  background: -moz-linear-gradient(top, white 0%, #fafafa 55%, #fefefe 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(55%, #fafafa), color-stop(100%, #fefefe));
  background: -webkit-linear-gradient(top, white 0%, #fafafa 55%, #fefefe 100%);
  background: -o-linear-gradient(top, white 0%, #fafafa 55%, #fefefe 100%);
  background: -ms-linear-gradient(top, white 0%, #fafafa 55%, #fefefe 100%);
  background: linear-gradient(to bottom, white 0%, #fafafa 55%, #fefefe 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fefefe',GradientType=0 ); }

/*Filters*/
:root .sf-btn-pil-lg {
  filter: none \0/IE9; }

button.sf-btn-pil-lg {
  *padding-top: 3px;
  *padding-bottom: 2px; }

button.sf-btn-pil-lg::-moz-focus-inner {
  padding: 0;
  border: 0; }

/*Icons*/
.sf-btn-pil-lg .sf-icn-pil {
  margin: -1px 5px 0 -6px;
  .margin-top: -2px; }

/*----------------------------------
      Previous Buttons
----------------------------------*/
.sf-btn-previous,
.sf-btn-previous:link,
.sf-btn-previous:visited {
  background: url('//img1.wsimg-com.ide/starfield/duel/v2.5.1/sf.core/images/sf-btn-prev-next-sprt.png');
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 0 0;
  overflow: hidden;
  text-decoration: none;
  height: 17px;
  width: 17px; }

/*Regular*/
.sf-btn-previous:active,
.sf-btn-previous:hover {
  background-position: 0 -32px; }

/*dsabld*/
.sf-btn-previous.sf-btn-dsabld,
.sf-btn-previous.sf-btn-dsabld:link,
.sf-btn-previous.sf-btn-dsabld:visited {
  background-position: 0 -64px; }

/*----------------------------------
      Next Buttons
----------------------------------*/
.sf-btn-next,
.sf-btn-next:link,
.sf-btn-next:visited {
  background: url('//img1.wsimg-com.ide/starfield/duel/v2.5.1/sf.core/images/sf-btn-prev-next-sprt.png');
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 0 -95px;
  overflow: hidden;
  text-decoration: none;
  height: 17px;
  width: 17px;
  border: 0 none; }

/*Regular*/
.sf-btn-next:active,
.sf-btn-next:hover {
  background-position: 0 -127px; }

/*dsabld*/
.sf-btn-next.sf-btn-dsabld,
.sf-btn-next.sf-btn-dsabld:link,
.sf-btn-next.sf-btn-dsabld:visited {
  background-position: 0 -159px; }

/*button.sf-btn-next,
input.sf-btn-next {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing:content-box;
	.height:21px;
	.line-height:normal;
	.overflow: visible;
}*/
/*----------------------------------
    File Input Buttons
----------------------------------*/
.sf-btn-file {
  position: relative;
  overflow: hidden; }

.sf-btn-file input {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 100px;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  *vertical-align: text-top; }

.sf-btn-m-right,
.sf-btn-m-right:link,
.sf-btn-m-right:visited {
  margin-right: 7px; }

.sf-btn-m-left,
.sf-btn-m-left:link,
.sf-btn-m-left:visited {
  margin-left: 7px; }

.sf-clear:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 1px;
  clear: both; }

.sf-clear {
  zoom: 1; }

/*-------------------------------------
		Header Main Styles
--------------------------------------*/
.sf-clear:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 1px;
  clear: both; }

.sf-clear {
  zoom: 1; }

.sf-header-wrap {
  height: auto !important;
  line-height: 1;
  min-width: 980px;
  color: #000000;
  font-family: Arial, verdana, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0;
  line-height: 1; }

.sf-header-wrap a,
.sf-header-wrap a:link,
.sf-header-wrap a:visited {
  text-decoration: underline; }

.sf-header-wrap a:hover {
  text-decoration: none; }

.sf-offscrn {
  position: absolute;
  left: -999999em; }

/*-------------------------------------
		End Header Main Styles
--------------------------------------*/
/*-------------------------------------
		Header Top Black Bar
--------------------------------------*/
.sf-header-top {
  height: 26px;
  background-color: #000000; }

.sf-header-top a,
.sf-header-top a:link,
.sf-header-top a:visited {
  color: #a9caf3; }

/* Logo */
.sf-header-logo,
.sf-header-logo:link,
.sf-header-logo:visited,
.sf-header-logo:hover {
  float: left;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  vertical-align: middle;
  max-width: 300px;
  margin: 0 0 0 15px;
  white-space: nowrap;
  font-size: 11px;
  color: #FFFFFF;
  overflow: hidden;
  text-overflow: ellipses; }

/* Suite Logo */
.sf-header-suite-logo,
a.sf-header-suite-logo:link,
a.sf-header-suite-logo:visited,
a.sf-header-suite-logo:hover {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Arial, Helvetica, FreeSans, sans-serif;
  font-weight: normal;
  display: inline-block;
  overflow: hidden;
  margin: 6px 0 0 23px;
  height: 20px;
  line-height: 1;
  -webkit-box-reflect: below -15px -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5)));
  float: left;
  text-decoration: none;
  color: #fff;
  display: inline-block; }

.sf-header-suite-logo-first-word {
  background: -webkit-gradient(linear, left top, left bottom, from(#feb228), to(#ffc95d));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  color: #feb228; }

.sf-header-version {
  float: left;
  margin: 8px 0 0 10px;
  color: #FFFFFF;
  font-size: 11px; }

/*-----------------------
	Top Right Bar 
------------------------*/
.sf-header-topbar {
  height: 19px;
  color: #ffffff;
  padding: 7px 10px 0 0;
  font-size: 11px;
  float: right;
  z-index: 1;
  position: relative; }

.sf-header-topbar-item {
  float: left;
  margin-left: 25px;
  display: inline; }

/*----------------
	Top Right Bar 
------------------*/
.sf-header-slideout-item {
  position: relative;
  overflow: visible;
  height: 20px;
  top: -4px; }

a.sf-header-slideout-button,
a.sf-header-slideout-button:link,
a.sf-header-slideout-button:visited,
a.sf-header-slideout-button:hover {
  cursor: pointer;
  background: #bebebe;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JlYmViZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5Njk2OTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  *background: #bebebe;
  background: -moz-linear-gradient(top, #bebebe 0%, #969696 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bebebe), color-stop(100%, #969696));
  background: -webkit-linear-gradient(top, #bebebe 0%, #969696 100%);
  background: -o-linear-gradient(top, #bebebe 0%, #969696 100%);
  background: -ms-linear-gradient(top, #bebebe 0%, #969696 100%);
  background: linear-gradient(to bottom, #bebebe 0%, #969696 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bebebe', endColorstr='#969696',GradientType=0 );
  border: 0 none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  line-height: 18px;
  height: 20px;
  text-align: right;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-decoration: none;
  color: #ffffff;
  padding: 0 25px 0 15px; }

.sf-header-slideout-button-icon {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 12px;
  height: 12px;
  background-color: #787878;
  display: block;
  border-radius: 10px; }

.sf-header-slideout-button-grayarrow {
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #fff;
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 5px; }

/*-------------------------------------
	   End Header Top Black Bar
--------------------------------------*/
/*-------------------------------------
		Header Tabs Menu
--------------------------------------*/
/* Black gradient bg */
.sf-header-tabs-menu-wrap {
  height: 36px;
  font-size: 11px;
  color: #ffffff;
  background-position: 0 -305px;
  background-repeat: repeat-x;
  height: 36px;
  background: #3d4045;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNkNDA0NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMjAyMDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  *background: #3d4045;
  background: -moz-linear-gradient(top, #3d4045 0%, #020202 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3d4045), color-stop(100%, #020202));
  background: -webkit-linear-gradient(top, #3d4045 0%, #020202 100%);
  background: -o-linear-gradient(top, #3d4045 0%, #020202 100%);
  background: -ms-linear-gradient(top, #3d4045 0%, #020202 100%);
  background: linear-gradient(to bottom, #3d4045 0%, #020202 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d4045', endColorstr='#020202',GradientType=0 ); }

:root .sf-header-tabs-menu-wrap {
  filter: none \0/IE9; }

.sf-header-tabs-menu-wrap a,
.sf-header-tabs-menu-wrap a:link,
.sf-header-tabs-menu-wrap a:visited {
  color: #a9caf3; }

.sf-header-custom-list {
  float: right;
  padding: 7px 10px 0px 0;
  margin: 0;
  list-style: none;
  z-index: 0;
  position: relative; }

.sf-header-custom-item {
  margin-left: 20px;
  float: left;
  position: relative; }

.sf-header-tabs-menu {
  margin: 0 0 0 100px;
  padding: 0;
  float: left;
  list-style: none;
  font-size: 12px;
  height: 24px;
  position: relative;
  z-index: 1000;
  top: 12px; }

.sf-header-tabs-menu li {
  float: left;
  position: relative;
  margin-right: 1px;
  z-index: 1000; }

.sf-header-tabs-menu li a,
.sf-header-tabs-menu li a:link,
.sf-header-tabs-menu li a:visited {
  display: block;
  float: left;
  padding: 5px 15px 0 15px;
  text-decoration: none;
  min-height: 17px;
  height: 17px;
  outline: none;
  color: #000;
  -moz-border-radius: 7px 7px 0 0;
  -webkit-border-radius: 7px 7px 0 0;
  border-radius: 7px 7px 0 0; }

.sf-header-tabs-menu li:hover a,
.sf-header-tabs-menu li a:hover,
.sf-header-tabs-menu li.sf-active a,
.sf-header-tabs-menu li.sf-active a:link,
.sf-header-tabs-menu li.sf-active a:visited {
  background: #fff;
  border: 1px solid #fff;
  -webkit-box-shadow: inset 0px 7px 5px 0px #d8d8d8;
  box-shadow: inset 0px 7px 5px 0px #d8d8d8; }

.sf-header-tabs-menu ul {
  background-color: #ffffff;
  position: absolute;
  top: 24px;
  left: -999em;
  z-index: 10000;
  height: auto !important;
  width: 172px;
  float: none;
  clear: left;
  padding: 0;
  margin: 0;
  list-item: none; }

.sf-header-tabs-menu li:hover ul {
  left: auto; }

.sf-header-tabs-menu ul li a,
.sf-header-tabs-menu ul li a:link,
.sf-header-tabs-menu ul li a:visited,
.sf-header-tabs-menu li.sf-active ul li a,
.sf-header-tabs-menu li.sf-active ul li a:link,
.sf-header-tabs-menu li.sf-active ul li a:visited {
  height: auto !important;
  text-align: left;
  display: block;
  background: none !important;
  border-radius: 0;
  padding: 5px 6px 5px 10px;
  line-height: 17px;
  width: 155px;
  min-height: 0;
  white-space: normal;
  box-shadow: none;
  -webkit-box-shadow: none;
  float: left; }

.sf-header-tabs-menu ul li.sf-last-nav-item a,
.sf-header-tabs-menu ul li.sf-last-nav-item a:link,
.sf-header-tabs-menu ul li.sf-last-nav-item a:visited {
  border-bottom: 1px solid #c9c9c9 !important; }

/*-------------------------------------
		End Header Tabs Menu
--------------------------------------*/
/*-------------------------------------
		Secondary Menu Styles
--------------------------------------*/
.sf-header-menu-wrap {
  background-position: left 0;
  background-color: #fdfdfd;
  height: 28px;
  background-repeat: repeat-x;
  clear: both;
  border-bottom: 1px solid #ccc; }

.sf-header-menu {
  float: left;
  position: relative;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
  height: 27px; }

.sf-header-menu li {
  float: left;
  position: relative;
  background-position: right -45px;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 999;
  cursor: pointer; }

.sf-header-menu li.sf-header-menu-last {
  background-image: none; }

.sf-header-menu li a,
.sf-header-menu li a:link,
.sf-header-menu li a:visited,
.sf-header-menu li a:hover {
  display: block;
  padding: 8px 15px 8px;
  color: #000;
  text-decoration: none;
  float: left; }

.sf-header-menu li.sf-active a,
.sf-header-menu li.sf-active a:link,
.sf-header-menu li.sf-active a:visited {
  background-repeat: no-repeat;
  font-weight: bold; }

.sf-header-menu li.sf-active ul li a,
.sf-header-menu li.sf-active ul li a:link,
.sf-header-menu li.sf-active ul li a:visited {
  background-repeat: no-repeat;
  font-weight: normal; }

/*-----------------------
 Secondary menu dropdown 
------------------------*/
.sf-header-menu li.sf-header-menu-dropdown {
  padding-right: 16px; }

.sf-header-menu li.sf-header-menu-dropdown a,
.sf-header-menu li.sf-header-menu-dropdown a:link,
.sf-header-menu li.sf-header-menu-dropdown a:visited {
  padding: 8px 19px 8px 15px !important;
  background-position: right -70px;
  background-repeat: no-repeat; }

.sf-header-menu ul {
  position: absolute;
  top: 28px;
  left: -999em;
  z-index: 999;
  padding: 0;
  margin: 0;
  border-right: 1px solid #c9c9c9;
  border-top: 1px solid #ccc;
  width: 172px;
  float: none;
  clear: left;
  background-color: #ffffff;
  zoom: 1; }

.sf-header-menu ul li {
  background-image: none;
  border-bottom: none;
  padding: 0;
  margin: 0;
  position: relative;
  display: block;
  height: 1%;
  z-index: 999; }

.sf-header-menu li.sf-header-menu-dropdown ul li a,
.sf-header-menu li.sf-header-menu-dropdown ul li a:link,
.sf-header-menu li.sf-header-menu-dropdown ul li a:visited {
  height: auto !important;
  text-align: left !important;
  display: block !important;
  background-image: none !important;
  padding: 5px 6px 5px 10px !important;
  width: 155px !important;
  background-color: #ffffff;
  border-bottom: 1px dotted #c9c9c9;
  border-left: 1px solid #c9c9c9 !important;
  min-height: 0 !important;
  white-space: normal !important;
  line-height: 17px !important; }

.sf-header-menu ul li.sf-last-nav-item a,
.sf-header-menu ul li.sf-last-nav-item a:link,
.sf-header-menu ul li.sf-last-nav-item a:visited {
  border-bottom: 1px solid #c9c9c9 !important;
  background-image: none !important; }

.sf-header-menu ul li ul li.sf-last-nav-item li a,
.sf-header-menu ul li ul li.sf-last-nav-item li a:link,
.sf-header-menu ul li ul li.sf-last-nav-item li a:visited {
  border-bottom: 1px dashed #c9c9c9 !important; }

.sf-header-menu ul li ul li.sf-first-nav-item a,
.sf-header-menu ul li ul li.sf-first-nav-item a:link,
.sf-header-menu ul li ul li.sf-first-nav-item a:visited {
  border-bottom: 1px dashed #c9c9c9 !important; }

.sf-header-menu li:hover ul {
  left: auto; }

.sf-header-menu li ul li:hover {
  border-bottom: none; }

.sf-header-menu-gradient {
  background-position: left -34px;
  background-repeat: repeat-x;
  height: 4px;
  font-size: 0; }

.sf-header-menu-right-wrap {
  float: right; }

/*-------------------------------------
          End Secondary Menu
--------------------------------------*/
/*-------------------------------------
          GD styeles
--------------------------------------*/
.sf-header-menu-wrap,
.sf-header-menu li,
.sf-header-menu li.sf-header-menu-dropdown a,
.sf-header-menu li.sf-header-menu-dropdown a:link,
.sf-header-menu li.sf-header-menu-dropdown a:visited,
.sf-header-menu-gradient,
.sf-header-logo {
  background-image: url('//img1.wsimg-com.ide/starfield/duel/v2.5.1/sf.core/images/sf-header-sprt-gd.png'); }

.sf-header-logo {
  background-position: 0 -124px;
  background-repeat: no-repeat;
  width: 64px;
  height: 26px;
  display: block;
  background-repeat: no-repeat;
  text-indent: -999999em; }

/* Tabs Menu */
.sf-header-tabs-menu li a,
.sf-header-tabs-menu li a:link,
.sf-header-tabs-menu li a:visited {
  border: 1px solid #5b9400;
  background: #7ec013;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzkxYzkzOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ExZDU0ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzdkYmUwYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  *background: #7ec013;
  background: -moz-linear-gradient(top, #91c939 0%, #a1d54f 50%, #7dbe0c 50%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #91c939), color-stop(50%, #a1d54f), color-stop(50%, #7dbe0c));
  background: -webkit-linear-gradient(top, #91c939 0%, #a1d54f 50%, #7dbe0c 50%);
  background: -o-linear-gradient(top, #91c939 0%, #a1d54f 50%, #7dbe0c 50%);
  background: -ms-linear-gradient(top, #91c939 0%, #a1d54f 50%, #7dbe0c 50%);
  background: linear-gradient(to bottom, #91c939 0%, #a1d54f 50%, #7dbe0c 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a0d54e', endColorstr='#589400',GradientType=0 ); }

:root .sf-header-tabs-menu li a,
:root .sf-header-tabs-menu li a:link,
:root .sf-header-tabs-menu li a:visited {
  filter: none \0/IE9; }

/* Secondary Menu */
.sf-header-tabs-menu li:hover a,
.sf-header-tabs-menu li a:hover,
.sf-header-tabs-menu li.sf-active a,
.sf-header-tabs-menu li.sf-active a:link,
.sf-header-tabs-menu li.sf-active a:visited {
  background: #ffffff;
  filter: none;
  border: 1px solid #fff;
  -webkit-box-shadow: inset 0px 7px 5px 0px #d8d8d8;
  box-shadow: inset 0px 7px 5px 0px #d8d8d8; }

.sf-header-tabs-menu ul li a,
.sf-header-tabs-menu ul li a:link,
.sf-header-tabs-menu ul li a:visited,
.sf-header-tabs-menu li.sf-active ul li a,
.sf-header-tabs-menu li.sf-active ul li a:link,
.sf-header-tabs-menu li.sf-active ul li a:visited {
  background: #ffffff;
  border-bottom: 1px dotted #c9c9c9;
  border-left: 1px solid #c9c9c9;
  border-right: 1px solid #c9c9c9;
  border-top: 0;
  box-shadow: none;
  -webkit-box-shadow: none; }

/* Menu hovers */
.sf-header-tabs-menu ul li a:hover,
.sf-header-tabs-menu li.sf-active ul li a:hover,
.sf-header-menu ul li a:hover {
  background-color: #e4efc7 !important; }

/*-------------------------------------
          PL Styles
--------------------------------------*/
.sf-pl .sf-header-menu-wrap,
.sf-pl .sf-header-menu li,
.sf-pl .sf-header-menu li.sf-header-menu-dropdown a,
.sf-pl .sf-header-menu li.sf-header-menu-dropdown a:link,
.sf-pl .sf-header-menu li.sf-header-menu-dropdown a:visited,
.sf-pl .sf-header-menu-gradient,
.sf-pl .sf-header-logo {
  background-image: url('//img1.wsimg-com.ide/starfield/duel/v2.5.1/sf.core/images/sf-header-sprt-pl.png'); }

.sf-pl .sf-header-logo {
  display: none !important; }

/* Tabs Menu */
.sf-pl .sf-header-tabs-menu li a,
.sf-pl .sf-header-tabs-menu li a:link,
.sf-pl .sf-header-tabs-menu li a:visited {
  border: 1px solid #1f54bc;
  background: #3a7ee4;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzcwYjJmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzZkYjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzUyOWZmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzYzgxZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  *background: #3a7ee4;
  background: -moz-linear-gradient(top, #70b2f1 0%, #6db1f1 50%, #529ff1 50%, #3c81e5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #70b2f1), color-stop(50%, #6db1f1), color-stop(50%, #529ff1), color-stop(100%, #3c81e5));
  background: -webkit-linear-gradient(top, #70b2f1 0%, #6db1f1 50%, #529ff1 50%, #3c81e5 100%);
  background: -o-linear-gradient(top, #70b2f1 0%, #6db1f1 50%, #529ff1 50%, #3c81e5 100%);
  background: -ms-linear-gradient(top, #70b2f1 0%, #6db1f1 50%, #529ff1 50%, #3c81e5 100%);
  background: linear-gradient(to bottom, #70b2f1 0%, #6db1f1 50%, #529ff1 50%, #3c81e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6db1f1', endColorstr='#3a7ee4',GradientType=0 ); }

:root .sf-pl .sf-header-tabs-menu li a,
:root .sf-pl .sf-header-tabs-menu li a:link,
:root .sf-pl .sf-header-tabs-menu li a:visited {
  filter: none \0/IE9; }

/* Secondary Menu */
.sf-pl .sf-header-tabs-menu li:hover a,
.sf-pl .sf-header-tabs-menu li a:hover,
.sf-pl .sf-header-tabs-menu li.sf-active a,
.sf-pl .sf-header-tabs-menu li.sf-active a:link,
.sf-pl .sf-header-tabs-menu li.sf-active a:visited {
  background: #ffffff;
  filter: none;
  border: 1px solid #fff;
  -webkit-box-shadow: inset 0px 7px 5px 0px #d8d8d8;
  box-shadow: inset 0px 7px 5px 0px #d8d8d8; }

.sf-pl .sf-header-tabs-menu ul li a,
.sf-pl .sf-header-tabs-menu ul li a:link,
.sf-pl .sf-header-tabs-menu ul li a:visited,
.sf-pl .sf-header-tabs-menu li.sf-active ul li a,
.sf-pl .sf-header-tabs-menu li.sf-active ul li a:link,
.sf-pl .sf-header-tabs-menu li.sf-active ul li a:visited {
  background: #ffffff;
  border-bottom: 1px dotted #c9c9c9;
  border-left: 1px solid #c9c9c9;
  border-right: 1px solid #c9c9c9;
  border-top: 0;
  box-shadow: none;
  -webkit-box-shadow: none; }

/* Menu hovers */
.sf-pl .sf-header-tabs-menu ul li a:hover,
.sf-pl .sf-header-tabs-menu li.sf-active ul li a:hover,
.sf-pl .sf-header-menu ul li a:hover {
  background-color: #D9E5F3 !important; }

/** 
 * ------------------------------------------------------------------
 * @section FORMS
 * ------------------------------------------------------------------
 */
.sf-form-row {
  margin-bottom: 12px;
  line-height: 1;
  *zoom: 1; }

.sf-form-row:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0; }

.sf-form-label {
  display: block;
  margin-bottom: 4px; }

.sf-form-input,
.sf-form-select {
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 12px;
  border: 1px solid #ccc;
  padding: 2px;
  margin: 0; }

.sf-form-radio,
.sf-form-check {
  padding: 0 0 0 20px;
  text-indent: -20px;
  *text-indent: -10px;
  display: inline-block;
  *zoom: 1;
  margin-right: 26px; }

.sf-form-check input[type="checkbox"],
.sf-form-radio input[type="radio"] {
  border: 0 none;
  height: 13px;
  margin: 0 3px 0 0;
  padding: 0;
  vertical-align: -2px;
  *vertical-align: 0;
  width: 13px; }

.sf-form-help {
  display: block;
  margin-top: 3px;
  font-size: 11px; }

.sf-form-error {
  color: #D00000;
  border-color: #D00000; }

.sf-form-error .sf-form-input,
.sf-form-error .sf-form-select {
  border-color: #D00000; }

.sf-search {
  border: 1px solid #ccc;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 12px;
  padding: 2px 25px 2px 2px;
  background-image: url('//img1.wsimg-com.ide/starfield/duel/v2.5.1/sf.core/images/sf-icn-sprt.png');
  background-position: 100% -753px;
  background-repeat: no-repeat;
  height: 17px; }

.sf-pl .sf-search {
  background-position: 100% -787px; }

.sf-search:-moz-placeholder {
  color: #999999; }

.sf-search::-webkit-input-placeholder {
  color: #999999; }

.sf-menu {
  border: 1px solid #bcbcbc;
  padding: 0;
  margin: 0;
  list-style: none; }

.sf-menu-li {
  border-top: 1px dotted #CCCCCC;
  word-wrap: break-word;
  _zoom: 1; }

.sf-menu-li:first-child {
  border-top: 0 none; }

.sf-menu-input {
  padding: 5px;
  display: block;
  position: relative; }

.sf-menu-a,
.sf-menu-a:link,
.sf-menu-a:visited {
  text-decoration: none;
  color: #000;
  padding: 7px 15px;
  display: block;
  position: relative;
  _zoom: 1; }

.sf-menu-a:hover {
  text-decoration: underline;
  background-color: #e7f1cc; }

.sf-pl .sf-menu-a:hover {
  background-color: #d9e5f3; }

.sf-menu-highlight {
  color: #FF9900; }

/** 
 * @subsection menu w/ icons
 */
.sf-menu-icns .sf-menu-a {
  padding-left: 34px; }

.sf-menu-icn {
  display: block;
  height: 24px;
  width: 30px;
  position: absolute;
  left: 2px;
  top: 50%;
  margin-top: -12px; }

.sf-menu-icn.sf-icn {
  margin-left: 5px;
  margin-top: -8px;
  height: 20px; }

/** 
 * @subsection menu w/ search
 */
.sf-menu .sf-search {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 21px;
  *height: 15px;
  width: 100%;
  *width: auto; }

/* ----------- UL/OL Lists ----------- */
.sf-list-ul ul, .sf-list-ol ol, .sf-list-un ul {
  margin-bottom: 0; }

.sf-list-ul {
  list-style: disc outside none; }

.sf-list-ol, .sf-list-ul {
  margin: 0 0 9px 25px; }

.sf-list-ol, .sf-list-ul, .sf-list-un {
  padding: 0; }

.sf-list-un {
  margin: 0 0 9px 0;
  list-style: none outside none; }

.sf-list-li {
  line-height: 18px; }

.sf-list-ol {
  list-style: decimal outside none; }

/** 
 * ------------------------------------------------------------------
 * @section DATAGRID - FILTER BAR
 * ------------------------------------------------------------------
 */
.sf-datagrid-filterbar {
  border-left: 1px solid #B2B2B2;
  border-right: 1px solid #B2B2B2;
  border-top: 1px solid #B2B2B2;
  font-size: 11px;
  text-align: left;
  padding: 3px 10px;
  clear: both;
  background: #e3dc9f;
  background: -moz-linear-gradient(top, #e3dc9f 0%, #fbf5bc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e3dc9f), color-stop(100%, #fbf5bc));
  background: -webkit-linear-gradient(top, #e3dc9f 0%, #fbf5bc 100%);
  background: -o-linear-gradient(top, #e3dc9f 0%, #fbf5bc 100%);
  background: -ms-linear-gradient(top, #e3dc9f 0%, #fbf5bc 100%);
  background: linear-gradient(to bottom, #e3dc9f 0%, #fbf5bc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3dc9f', endColorstr='#fbf5bc', GradientType=0 );
  box-shadow: 0 1px 0 #fffeae inset;
  *zoom: 1; }

.sf-datagrid-filterbar:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0; }

.sf-datagrid-filterbar-left {
  float: left;
  margin-right: 10px; }

.sf-datagrid-filterbar-right {
  float: right;
  margin-left: 10px; }

.sf-datagrid-filterbar label {
  vertical-align: middle;
  margin-right: 1px; }

.sf-datagrid-search {
  background-position: 5px -753px;
  border: 1px solid #B2B2B2;
  color: #838383;
  font-size: 11px;
  height: 16px;
  padding-left: 25px;
  width: 110px; }

.sf-datagrid-filterbar-right select {
  vertical-align: middle;
  height: 20px;
  border: 1px solid #b2b2b2;
  font-size: 11px;
  margin: 0; }

/** 
 * ------------------------------------------------------------------
 * @section DATAGRID - PAGINATION
 * ------------------------------------------------------------------
 */
.sf-datagrid-pagn {
  background: #ddd;
  border: 1px solid #b2b2b2;
  font-size: 11px;
  padding: 3px 10px;
  text-align: right;
  position: relative;
  *zoom: 1; }

.sf-datagrid-pagn:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0; }

.sf-datagrid-pagn-top {
  margin-bottom: -1px; }

.sf-datagrid-pagn-bottom {
  margin-top: -1px; }

.sf-datagrid-pagn-left {
  float: left;
  margin-right: 20px; }

.sf-datagrid-pagn-right {
  float: right;
  margin-left: 20px; }

.sf-datagrid-pagn-prev,
.sf-datagrid-pagn-next {
  vertical-align: -4px !important;
  *vertical-align: 2px !important; }

.sf-datagrid-pagn label {
  margin-right: 1px; }

.sf-datagrid-pagn select {
  font-size: 11px;
  font-family: arial;
  padding: 1px 1px 1px 0;
  margin: 0 1px 0 0;
  border: 1px solid #b2b2b2; }

.sf-datagrid-pagn-pager {
  margin: 0 10px; }

.sf-datagrid-pagn-refresh {
  margin-right: 10px; }

.sf-datagrid-pagn-right,
.sf-datagrid-pagn-left {
  height: 20px;
  line-height: 20px; }

.sf-datagrid-pagn-pager label,
.sf-datagrid-pagn-pager span {
  *vertical-align: 3px; }

.sf-datagrid-pagn-displaycount {
  margin-right: 30px; }

/** 
 * ------------------------------------------------------------------
 * @section DATAGRID - TABLE
 * ------------------------------------------------------------------
 */
/** 
 * @subsection wrap
 */
.sf-datagrid-main {
  overflow: hidden; }

/** 
 * @subsection table
 */
.sf-datagrid {
  width: 100%;
  font-size: 12px;
  font-family: arial, verdana, helvetica, sans-serif;
  border-right: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
  background-color: #ffffff;
  border-collapse: collapse;
  border-spacing: 0; }

.sf-datagrid th,
.sf-datagrid td {
  border-top: 1px solid #b2b2b2;
  border-left: 1px solid #b2b2b2; }

.sf-datagrid th {
  background-image: url('//img1.wsimg-com.ide/starfield/duel/v2.5.1/sf.core/images/sf-datgrid-hdr.png');
  background-repeat: repeat-x;
  background-color: #f7f7f7;
  background: -moz-linear-gradient(top, #fefefe 0%, #f4f4f4 50%, #e5e5e5 51%, #f7f7f7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(50%, #f4f4f4), color-stop(51%, #e5e5e5), color-stop(100%, #f7f7f7));
  background: -webkit-linear-gradient(top, #fefefe 0%, #f4f4f4 50%, #e5e5e5 51%, #f7f7f7 100%);
  background: -o-linear-gradient(top, #fefefe 0%, #f4f4f4 50%, #e5e5e5 51%, #f7f7f7 100%);
  background: -ms-linear-gradient(top, #fefefe 0%, #f4f4f4 50%, #e5e5e5 51%, #f7f7f7 100%);
  background: linear-gradient(top, #fefefe 0%, #f4f4f4 50%, #e5e5e5 51%, #f7f7f7 100%);
  background-size: 100% 100%;
  font-weight: bold;
  padding: 2px 10px;
  font-size: 11px;
  vertical-align: middle;
  text-align: left;
  height: 22px;
  vertical-align: middle; }

.sf-datagrid td {
  padding: 0px 10px;
  height: 26px;
  vertical-align: middle;
  empty-cells: show;
  overflow: hidden; }

.sf-datagrid-action-sort {
  color: #000;
  text-decoration: underline;
  display: block;
  position: relative; }

.sf-datagrid-action-sort:hover {
  text-decoration: none; }

.sf-datagrid-action-sort-active {
  padding-right: 12px; }

.sf-datagrid th .sf-icn-ascend,
.sf-datagrid th .sf-icn-descend {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -3px; }

.sf-datagrid .sf-datagrid-odd td {
  background-color: #f5f5f5; }

.sf-datagrid .sf-datagrid-hover td {
  background-color: #fffcd6; }

.sf-datagrid .sf-datagrid-selected td {
  background-color: #e4efc7; }

.sf-datagrid .sf-datagrid-error td {
  background-color: #fedada; }

.sf-datagrid .sf-datagrid-rowstate-edit td[data-editable="true"],
.sf-datagrid .sf-datagrid-rowstate-edit td[data-editable="row"],
.sf-datagrid .sf-datagrid-cellstate-edit {
  padding: 0 1px; }

.sf-datagrid .sf-datagrid-rowstate-edit td[data-editable="true"] input[type=text],
.sf-datagrid .sf-datagrid-rowstate-edit td[data-editable="row"] input[type=text],
.sf-datagrid .sf-datagrid-cellstate-edit input[type=text] {
  border: 1px solid #88D702;
  margin: 0;
  padding: 0 7px 0 7px;
  font-size: 12px;
  font-family: arial, verdana, helvetica, sans-serif;
  line-height: 21px; }

.sf-datagrid td[data-editable="true"],
.sf-datagrid td[data-editable="cell"] {
  cursor: pointer; }

.sf-datagrid td.sf-datagrid-cellstate-edit[data-editable="true"],
.sf-datagrid td.sf-datagrid-cellstate-edit[data-editable="cell"] {
  cursor: default; }

.sf-datagrid .sf-datagrid-cellstate-edit .sf-datagrid-celledit-btns {
  padding: 3px 4px 0 4px; }

.sf-datagrid-celledit-btnsext {
  background-color: #fff;
  padding: 3px;
  border-left: 1px solid #88D702;
  border-right: 1px solid #88D702;
  border-bottom: 1px solid #88D702;
  overflow: hidden;
  position: absolute; }

.sf-datagrid-celleditbtns a {
  margin-left: 7px; }

.sf-datagrid-celleditbtns a:first-child {
  margin-left: 0; }

.sf-datagrid .dgdatepicker input {
  *vertical-align: top; }

.sf-datagrid input[type=checkbox],
.sf-datagrid input[type=radio] {
  width: 13px;
  height: 13px;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  overflow: hidden; }

.sf-datagrid-actions {
  font-size: 11px;
  line-height: 20px;
  text-indent: -10px; }

.sf-datagrid-actions a {
  margin-left: 10px; }

colgroup.sf-datagrid-check col,
.sf-datagrid-check {
  width: 34px;
  *width: 13px; }

.sf-datagrid-sort-inactive {
  display: none !important; }

/** 
 * @subsection scroll
 */
.sf-datagrid-xhead,
.sf-datagrid-xbody {
  border: 1px solid #b2b2b2;
  border-top: 0 none; }

.sf-datagrid-xhead {
  background-image: url("http://img1.wsimg.com/starfield/duel/v2.4.1/sf.core/images/sf-datgrid-hdr.png");
  background-repeat: repeat-x;
  background-color: #f7f7f7;
  background: -moz-linear-gradient(top, #fefefe 0, #f4f4f4 50%, #e5e5e5 51%, #f7f7f7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(50%, #f4f4f4), color-stop(51%, #e5e5e5), color-stop(100%, #f7f7f7));
  background: -webkit-linear-gradient(top, #fefefe 0, #f4f4f4 50%, #e5e5e5 51%, #f7f7f7 100%);
  background: -o-linear-gradient(top, #fefefe 0, #f4f4f4 50%, #e5e5e5 51%, #f7f7f7 100%);
  background: -ms-linear-gradient(top, #fefefe 0, #f4f4f4 50%, #e5e5e5 51%, #f7f7f7 100%);
  background: linear-gradient(top, #fefefe 0, #f4f4f4 50%, #e5e5e5 51%, #f7f7f7 100%);
  background-size: 100% 100%;
  border-top: 1px solid #B2B2B2; }

.sf-datagrid-xbody {
  background-color: #F7F7F7; }

.sf-datagrid-xhead th:first-child,
.sf-datagrid-xbody td:first-child {
  border-left: 0 none;
  *border-left: 1px solid transparent; }

.sf-datagrid-xhead .sf-datagrid,
.sf-datagrid-xbody .sf-datagrid {
  border: 0 none; }

.sf-datagrid-xhead table {
  background: none; }

.sf-datagrid-xhead th {
  border-top: 0 none !important;
  background: none; }

.sf-datagrid-xbody .sf-datagrid {
  margin-top: -1px;
  -moz-box-shadow: 0 1px 0 #b2b2b2;
  -webkit-box-shadow: 0 1px 0 #b2b2b2;
  box-shadow: 0 1px 0 #b2b2b2;
  *width: auto; }

/** 
 * @subsection actionbar
 */
.sf-datagrid-action-bar {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  background-image: url('//img1.wsimg-com.ide/starfield/duel/v2.5.1/sf.core/images/sf-datagrid-action-bar.png');
  background-repeat: repeat-x;
  height: 42px;
  font-family: arial; }

/** 
 * ------------------------------------------------------------------
 * @section PAGECAST
 * ------------------------------------------------------------------
 */
.sf-pc {
  border: 8px solid #adadad;
  background-color: #4f4f4f;
  width: 585px;
  margin: 0 auto;
  font-family: arial,helvetica,sanserif;
  font-weight: normal;
  position: relative;
  color: #fff;
  font-size: 12px;
  line-height: 1; }

.sf-pc-close {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2; }

.sf-pc-title {
  background: #45494d;
  background: -moz-linear-gradient(top, #45494d 0%, #010101 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #45494d), color-stop(100%, #010101));
  background: -webkit-linear-gradient(top, #45494d 0%, #010101 100%);
  background: -o-linear-gradient(top, #45494d 0%, #010101 100%);
  background: -ms-linear-gradient(top, #45494d 0%, #010101 100%);
  background: linear-gradient(top, #45494d 0%, #010101 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45494d', endColorstr='#010101',GradientType=0 );
  font-size: 30px;
  text-align: center;
  padding: 15px 25px;
  border-bottom: 1px solid #323232;
  -webkit-box-shadow: 0 6px 6px -6px #000000;
  box-shadow: 0 6px 6px -6px #000000;
  position: relative;
  z-index: 1;
  zoom: 1;
  text-shadow: 0 -2px 0 #000; }

.sf-pc-content,
.sf-pc-main {
  position: relative; }

.sf-pc-content:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0; }

.sf-pc-banner {
  position: relative;
  background: #000;
  min-height: 310px;
  *zoom: 1; }

.sf-pc-banner img {
  vertical-align: top; }

.sf-pc-description {
  background: #3b3b3b;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNiM2IzYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ZjRmNGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  *background: #3b3b3b;
  background: -moz-linear-gradient(top, #3b3b3b 0%, #4f4f4f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3b3b3b), color-stop(100%, #4f4f4f));
  background: -webkit-linear-gradient(top, #3b3b3b 0%, #4f4f4f 100%);
  background: -o-linear-gradient(top, #3b3b3b 0%, #4f4f4f 100%);
  background: -ms-linear-gradient(top, #3b3b3b 0%, #4f4f4f 100%);
  background: linear-gradient(top, #3b3b3b 0%, #4f4f4f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b3b3b', endColorstr='#4f4f4f',GradientType=0 );
  padding: 20px 30px;
  zoom: 1;
  border-top: 1px solid #5d5d5d;
  -webkit-box-shadow: 0 -6px 6px -6px #000000;
  box-shadow: 0 -6px 6px -6px #000000;
  position: relative;
  z-index: 1;
  line-height: 16px;
  font-size: 12px; }

.sf-pc-description:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0; }

.sf-pc-hdr {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 15px; }

.sf-pc-hdr2 {
  font-size: 12px;
  font-weight: bold; }

.sf-pc-left {
  float: left;
  text-align: left; }

.sf-pc-right {
  float: right;
  text-align: right; }

.sf-pc-center {
  text-align: center; }

.sf-pc p {
  margin-bottom: 1em; }

/** 
 * @subsection buttons
 */
.sf-pc-buttons {
  margin-top: 20px;
  *zoom: 1; }

.sf-pc-buttons:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0; }

.sf-pc-buttons a,
.sf-pc-buttons button,
.sf-pc-buttons input[type=text] {
  margin-left: 5px;
  margin-right: 5px; }

.sf-pc-buttons .sf-pc-left a:first-child,
.sf-pc-buttons .sf-pc-left button:first-child,
.sf-pc-buttons .sf-pc-left input[type=text]:first-child {
  margin-left: 0; }

.sf-pc-buttons .sf-pc-right a:first-child,
.sf-pc-buttons .sf-pc-right button:first-child,
.sf-pc-buttons .sf-pc-right input[type=text]:first-child {
  margin-right: 0; }

.sf-pc-buttons input[type=checkbox] {
  vertical-align: -2px;
  margin: 0 2px 0 0;
  padding: 0; }

/** 
 * @subsection hide/show items
 */
.sf-pc-car-item {
  display: none; }

.sf-pc-car-item-active {
  display: block; }

/*----------------------------------
	  Primary Buttons
----------------------------------*/
.sf-btn-primary,
.sf-btn-primary:link,
.sf-btn-primary:visited,
.sf-btn-primary.sf-btn-dsabld:hover {
  background: #7fb133;
  background: -moz-linear-gradient(top, #99ca4b 0, #66991c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #99ca4b), color-stop(100%, #66991c));
  background: -webkit-linear-gradient(top, #99ca4b 0, #66991c 100%);
  background: -o-linear-gradient(top, #99ca4b 0, #66991c 100%);
  background: -ms-linear-gradient(top, #99ca4b 0, #66991c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99ca4b', endColorstr='#66991c', GradientType=0);
  background: linear-gradient(top, #99ca4b 0, #66991c 100%);
  border: 1px solid #668f28;
  box-shadow: inset 0 1px 1px #cde7a4;
  color: #FFF;
  text-shadow: 0 -1px 1px #5a8a11; }

.sf-btn-primary:hover {
  background: #a3d061;
  background: -moz-linear-gradient(top, #bde086 0, #85bc34 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bde086), color-stop(100%, #85bc34));
  background: -webkit-linear-gradient(top, #bde086 0, #85bc34 100%);
  background: -o-linear-gradient(top, #bde086 0, #85bc34 100%);
  background: -ms-linear-gradient(top, #bde086 0, #85bc34 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bde086', endColorstr='#85bc34', GradientType=0);
  background: linear-gradient(top, #bde086 0, #85bc34 100%);
  border-color: #9abf64;
  box-shadow: inset 0 1px 1px #d5ebb1;
  text-shadow: 0 -1px 1px #7fb134; }

.sf-btn-primary:active {
  background: #7db032;
  background: -moz-linear-gradient(top, #87b940 0, #72a824 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #87b940), color-stop(100%, #72a824));
  background: -webkit-linear-gradient(top, #87b940 0, #72a824 100%);
  background: -o-linear-gradient(top, #87b940 0, #72a824 100%);
  background: -ms-linear-gradient(top, #87b940 0, #72a824 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#87b940', endColorstr='#72a824', GradientType=0);
  background: linear-gradient(top, #87b940 0, #72a824 100%);
  border-color: #417c0c;
  box-shadow: inset 0 0 3px #376e06;
  text-shadow: 0 -1px 1px #56870d; }

:root .sf-btn-primary,
:root .sf-btn-primary:hover,
:root .sf-btn-primary:active {
  filter: none 0/IE9; }
