/* Minification failed. Returning unminified contents.
(2049,3): run-time error CSS1035: Expected colon, found 'background-color'
(2050,3): run-time error CSS1035: Expected colon, found 'padding-top'
 */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font:inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section { display: block }

body { line-height: 1 }

ol,
ul { list-style: none }

blockquote,
q { quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ *\
    $STANDARDS
    standardize HTML elements
\* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
body {
  background-color: #efefef;
  min-width: 1000px;
  font-family: arial, helvetica, FreeSans, "Nimbus Sans L", Garuda, Utkal, sans-serif;
  font-size: 12px;
  color: #414141
}

a,.form-reset-link {
  text-decoration: none;
  color: #034678;
}

a:hover, .form-reset-link:hover {
  color: #02113a;
  text-decoration: underline;
  cursor: pointer;
}

b,
strong { font-weight: bold; }

i,
em { font-style: italic; }

img { border: none; }

input,
button {
  font-family: arial, helvetica, FreeSans, Nimbus Sans L, Garuda, Utkal, sans-serif;
  margin: 0;
  padding: 0;
}

p:first-child { margin-top: 0; }

p {
  margin: 1em 0;
  line-height: 1.3em
}




/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ *\
    $HEADER
    global header elements
\* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#site-header-anchor {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 50px;
  background: transparent url("../images/header.jpg") center top repeat-x;
  z-index: 50;
  min-width: 1000px;
}

#site-header-anchor.on-scroll { background-position: center -80px }

#site-header-anchor .frame {
  width: 1000px;
  margin: 0 auto;
}

#site-header-anchor .frame > ul { height: 50px; }

#site-header-anchor .frame > ul >li {
  float: left;
  height: 50px;
}


.topnav {
    background: url("../images/header/nav-bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 53px;
    margin-top: -41px;
}
#site-nav-anchor { float: left; }

#site-nav-anchor a {
  display: block;
  text-align: center;
  position: relative;
  height: 35px;
}

#site-nav-anchor li { width: 126px; }

#site-nav-anchor li a:hover,
#site-nav-anchor li a:active,
#site-nav-anchor li a:focus {
  background-color: #222;
  background: -moz-linear-gradient(top, #2e2e2e 0%, #0d0d0d 100%); /* FF3.6+ */
  background: -webkit-linear-gradient(top, #2e2e2e 0%, #0d0d0d 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #2e2e2e 0%, #0d0d0d 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #2e2e2e 0%, #0d0d0d 100%); /* IE10+ */
  background: linear-gradient(to bottom, #2e2e2e 0%, #0d0d0d 100%); /* W3C */
  outline: 0 none;
}

#site-nav-anchor li.on a {
  background: url("../images/header/anchored-header-sprites.png") left -140px no-repeat;
  height: 50px;
}

#site-nav-anchor li.on a:hover,
#site-nav-anchor li.on a:active,
#site-nav-anchor li.on a:focus {
  background-color: transparent;
  background-position: left -201px;
  outline: 0 none
}

#site-nav-anchor-secondary {
  float: right;
  line-height: 30px;
  margin-right: 10px;
}

#site-nav-anchor-secondary li { margin-left: 25px; }

#site-nav-anchor-secondary a {
  color: #ccc;
  text-decoration: none;
  font-size: 12px;
}

#site-nav-anchor-secondary a:hover {
  color: #fff;
  text-decoration: none;
}

#site-header {
  background: none repeat scroll 0 0 #ECECEC;
  padding-top: 20px;
  min-width: 1000px;
  position: relative; /* IE 7 z-index fix */
  z-index: 10; /* IE 7 z-index fix */
}

#site-header .frame {
  width: 980px;
  margin: 0 auto;
  padding-bottom: 48px;
  position: relative;
}

#site-header-anchor .caret-top,
#site-header .caret-top {
  right: 10px;
  height: 9px;
  width: 15px;
  z-index: 10;
}

#site-logo {
  float: left;
  white-space: nowrap
}

#site-tagline {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  padding-left: 15px;
}


/* GLOBAL SEARCH */
#site-search {
  float: right;
  height: 44px;
  max-width: 470px;
  text-align: right;
  z-index: 5;
}

#site-search .search-wrap {
  padding: 1px 10px 1px 15px;
  border: 3px solid #808080;
  border-radius: 38px;
}

#site-search .form-textfield {
  width: 200px;
  height: 23px;
  font-size: 14px;
}

#site-search .form-textfield.expand { width: 300px }

#site-search .search-suggest { width: 430px }

#site-search .button,
#mini-search .button {
  border-radius: 16px;
  vertical-align: middle
}

#mini-search {
  display: none;
  float: right;
  max-width: 450px;
  height: 26px;
  padding: 0;
  margin: 3px 10px 0;
}

#mini-search .search-wrap {
  padding: 3px 3px 3px 10px;
  border-radius: 26px;
}

#mini-search .form-textfield {
  height: 23px;
  width: 180px;
}

#mini-search .form-textfield.expand { width: 300px }

#mini-search .search-suggest { 
  top: 39px;
  width: 411px  
}


/* GLOBAL NAV */
#site-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 35px;
  white-space: nowrap
}

#site-nav > li {
  float: left;
  height: 35px;
  margin-right: 30px;
}

#site-options {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 35px;
  list-style-type: none;
  white-space: nowrap;
  padding: 0;
  z-index: 2;
}


/* LOCALE & ACCOUNT OPTIONS */
#site-options > li {
  float: left;
  margin-left: 30px;
  height: 35px;
}

#site-options .error { white-space: normal }

#location-list .nav-theme {
  background: url("../images/header/header-icon-sprites.png") 0 0 no-repeat;
  padding-left: 17px;
}

#location-list .nav-theme:hover,
#location-list .nav-theme:active,
#location-list .nav-theme:focus,
#location-list .nav-theme.on { background-position: left -29px }

#location-list .dd-list {
  right: -12px;
  padding: 20px;
  width: 275px;
  white-space: normal;
}

#location-list .dd-list label {
  font-size: 12px;
  font-weight: normal;
  text-transform: none;
  margin-bottom: 5px;
  display: block
}

#location-list .dd-list .form-textfield {
  width: 180px;
  height: 21px;
  line-height: normal;
  font-size: 14px;
  padding: 4px 8px;
  margin: 0 10px 15px 0
}

#location-list .dd-list input { vertical-align: top; }

#location-list .select-list-theme { 
  margin-bottom: 18px; 
  max-height: 140px;
  overflow-x: hidden;
  overflow-y: auto;
}

#account-list .nav-theme {
  background: url("../images/header/header-icon-sprites.png") 0 -58px no-repeat;
  padding-left: 21px;
}

#account-list .nav-theme:hover,
#account-list .nav-theme:active,
#account-list .nav-theme:focus,
#account-list .nav-theme.on { background-position: left -84px }

#account-list .dd-list { right: -12px; }

#account-list .dd-list .list-options {
  padding: 15px 10px;
  margin: 0;
}

#account-list .dd-list .bg-gradient { background: url("../images/header/bg_account-container.png") 0 0 repeat-x; }

#account-list .dd-list .padded-action {
  padding: 20px;
  text-align: center
}

.select-list-theme li a {
  color: #414141;
  padding: 8px 10px;
  font-size: 12px;
  display: block;
}

.select-list-theme li a:hover,
.select-list-theme li a:active,
.select-list-theme li a:focus,
.select-list-theme li .on {
  color: #414141;
  background-color: #efefef;
  text-decoration: none;
}

.nav-theme {
  position: relative;
  color: #3C3C3B;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  overflow: visible;
}

.nav-theme:hover,
.nav-theme:active,
.nav-theme:focus,
.nav-theme.on {
  color: #ff9900;
  text-decoration: none
}


.loginMember
{
  position: relative; 
  color: #3C3C3B;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  background-color: transparent;
  border: none;
  overflow: visible;
}

.loginMember .userName{
  float: right;
  border-left: 1px solid #D3D3D3;
  margin-left: 10px;
  padding-left: 10px;
}

#LoginMemberContent_logoff {
  position: relative;
  float:left;
  color: #3C3C3B;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  overflow: visible;
}

#LoginMemberContent_logoff:hover,
#LoginMemberContent_logoff:active,
#LoginMemberContent_logoff:focus,
#LoginMemberContent_logoff.on {
  color: #ff9900;
  text-decoration: none
}


#site-header .dd {
  background: url("../images/header/header-icon-sprites.png") right bottom no-repeat;
  padding-right: 17px;
}

.dd-listener:hover > .dd-list,
.dd-listener:active > .dd-list,
.dd-listener:focus > .dd-list { display: block }

.dd-listener,
.dd-open { position: relative }

.dd-open > .dd-list { display: block }

.dd-open > .nav-option { color: #fff; }

.dd-list {
  display: none;
  position: absolute;
  top: 27px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  border: 1px solid #ccc;
}

.search-wrap {
  border-radius: 38px;
  background-color: #fff;
  vertical-align: top;
  text-align: left;
}

.search-wrap .form-textfield {
  border: none;
  padding: 0 15px 0 0;
  margin: 0;
  font-weight: normal;
  outline: none;
  line-height: normal;
  white-space: nowrap;
}

.search-suggest {
  padding: 20px 10px 10px;
  top: 52px;
  left: 0;
  z-index:1 0;
  text-align: left;
}

.suggest-header {
  color: #afafaf;
  font-size: 11px;
  position: absolute;
  right: 10px;
  top: 5px;
  line-height: 0.8em
}

.search-suggest .suggest-cat { color: #afafaf }

.search-suggest .select-list-theme li a:hover,
.search-suggest .select-list-theme li a:active,
.search-suggest .select-list-theme li a:focus,
.search-suggest .select-list-theme li a:hover .suggest-cat,
.search-suggest .select-list-theme li a:active .suggest-cat,
.search-suggest .select-list-theme li a:focus .suggest-cat,
.search-suggest .select-list-theme li .on {
  background-color: #ff9900;
  color: #fff
}

.search-suggest .caret-top { left: 10px }

.badge-new {
  position: absolute;
  top: -8px;
  right: -25px;
}

.badge-comingsoon {
  position: absolute;
  bottom: -6px;
  left: 30px;
}




/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ *\
    $FOOTER
    global footer elements
\* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#site-footer { 
  width: 100%;
  height:203px;
  color:#B1B1B1;
  line-height:21px;
  background: url("../images/footer/footer-bg.png") repeat scroll center top rgba(0, 0, 0, 0);
 
}

#site-footer-frame {
  width: 980px;
  margin: 0 auto;
  height: 150px;
  padding-top:8px;
}

#site-footer-copyright {
  width: 980px;
  margin: 0 auto;
  height: 40px;
  padding-top:6px;
  color:#9C9C9B;
  text-align:center;
  font-size:11px;
}

#site-footer .footer-columns .column { 
  display:inline-block; 
  vertical-align: top; 
}

#site-footer .footer-columns:after { 
  content: "\0020";
  display: inline-block;
  width: 100%;
  height: 1px;
}

#site-footer .footer-columns .column .list > li { margin-bottom: 5px }

#site-footer .footer-columns .column .list > li > a { 
  color: #808080;
  font-size: 13px;
}

#site-footer .footer-columns .program-column .list > li { margin-bottom: 15px; }

#site-footer .footer-columns .program-column .list > li > img { 
  vertical-align: middle;
  margin-right: 5px
}

#site-footer .footer-columns .program-column .list > li > a { 
  vertical-align: middle; 
  color: #414141;
  font-weight: bold;
  font-size: 11px;
}

#site-footer .footer-block {
  text-align: center;
  font-size: 11px;
  color: #808080
}

#site-footer .footer-block p { 
  margin: 10px 0; 
  line-height: 1.8em;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ *\
    $SCAFFOLDING 
    setting up structural layout of content
\* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#site-body {
  background-color: #fff;
  min-width: 1000px;
}

#site-body .frame {
  margin: 0 auto;
  width: 980px;
  min-height: 350px;
  padding: 10px 10px 20px 10px;
}

/* standardize starting point of the page content/header */
.content-header { margin: 0 0 30px; }

/* reduce the starting point to account for breadcrumbs */
.breadcrumbs + .content-header { margin-top: 29px; }




/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ *\
    $TYPOGRAPHY 
    font styling
\* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.content-title,
.event-title {
  font-size: 22px;
  font-weight: bold;
}




/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ *\
   $BREADCRUMBS
\* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* standard breadcrumbs */
.breadcrumbs {
  max-width: 980px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 11px;
}
.breadcrumbs li { display: inline }

/* account breadcrumbs */
.page-account .breadcrumbs {
  max-width: 980px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 21px;
  padding: 0;
  margin: 10px 0 20px;
}
.page-account .breadcrumbs li {
  display: inline;
  background: url("../images/account/breadcrumb-caret.png") no-repeat left center;
  padding: 0 8px 0 20px;
}
.page-account .breadcrumbs li:first-child {
  background: none;
  padding-left: 0;
}
.page-account .breadcrumbs .page-title {
  display: inline;
}




/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ *\
    $COMMON 
    general purpose selectors
\* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* clearfix - used to safely clear floated elements */
.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after { clear: both }

.clearfix { zoom: 1 }

/* skip link */
.skip-link {
  position: absolute;
  left: -1000px;
  top: -1000px;
}

.skip-link:active,
.skip-link:focus { position: static; }

/* hide stuff */
.hide-off {
  position: absolute;
  left: -9999px;
  top: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* module with rounded border and drop shadow */
.module-type1 {
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

/* module with 3px border and 15px padding */
.module-type2 {
  border: 3px solid #e3e3e3;
  padding: 15px;
  margin: 0 0 20px;
}

/* used for filter labels */
.text-type1 { text-shadow: 1px 1px #fff }

/* lists with bullets */
.list-bullet {
  list-style-type: disc;
  margin: 5px 0
}
.list-bullet > li {
  margin: 0 0 0 25px;
  line-height: 1.5
}

.ad-leaderboard {
  background-color: #000;
  padding: 20px 0;
  height: 90px;
}
.ad-leaderboard iframe {
  display: block;
  margin:0 auto
}

.divider {
  margin: 30px 0;
  border: 0;
  border-bottom: 1px solid #e3e3e3;
}

.divider-type2 {
  margin: 28px 0;
  border: 0;
  border-bottom: 3px solid #e3e3e3;	
}

/* sprite has badges spaced at 30px intervals on y-axis */
.slogan-verified  { background-position: 0 0; }
.slogan-guarantee { background-position: 0 -30px; }

.slogan-hdr { 
  font-size: 16px;
  font-weight: bold;
  line-height: 15px;
}


/* caret used in tooltips and some menus */
.caret {
  width: 15px;
  height: 9px;
  display: block;
  background-image: url("../images/common/caret-sprites.gif");
  background-repeat: no-repeat;
}
.caret-top {
  background-position: left top;
  position: absolute;
  top: -8px;
}




/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ *\
    $TABLES
\* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.table-listings {
  width: 100%;
  display: table;
  border-collapse: separate;
}
.data-col-hdr {
  font-size: 11px;
  font-weight: bold;
  text-align: left;
  color: #fff;
  background-color: #494949;
  display: table-cell;
}
.data-sortable-hdr {
  color: #fff;
  padding-right: 10px;
}
.sortable-selected  { background: url("../images/common/sort-arrow-sprites.png") no-repeat; }
.sortable-ascend    { background-position: right 4px }
.sortable-descend   { background-position: right -11px }
.data-sortable-hdr:hover {
  text-decoration: none;
  color: #fff;
}
.data-listings-row td {
  background-color: #fff;
  vertical-align: middle;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ *\
    $TIX-INFO (eg. Section 105   Row L   Seats 13, 14  Seat Map)
\* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

ul.tix-info {
 
}
ul.tix-info.inline { display: inline; }

ul.tix-info > li {
  display: inline-block;
  margin: 0 20px 0 0;
}

ul.tix-info > li.chart-link {
  font-size: 11px;
  margin-right: 0;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ *\
    $TOOLTIP
    flyouts for additional information
\* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.tooltip {
  display: none;
  position: absolute;
  margin-top: 11px; /* creates 3px spacing between trigger and top of caret */
  padding: 15px;
  border: 1px solid #b7b7b7;
  box-shadow: 0 0 10px rgba(0,0,0,0.4);
  background: #fff;
  font-size: 11px;
  line-height: 1.35;
  z-index: 20;
}

/* position the caret */
.tooltip .caret-top-left { left: 15px; }
.tooltip .caret-top-right { right: 15px; }

/* if tooltip comes from the link, adjust margin-top */
.tooltip.from-link { margin-top: 9px }

/* if tooltip has a close button */
.tooltip.has-close { padding-right: 27px }

/* position the close link */
.tooltip-close {
  background: url("../images/common/icon-close.png") right top no-repeat;
  padding-right: 20px;
  line-height:17px;
  color: #acacac;
  font-size: 11px;
  width:20px;
  text-indent:20px;
  border: none;
  position: absolute;
  cursor: pointer;
  overflow: hidden;
  -webkit-appearance: none;
  top: 5px;
  right: 5px;
}

.tooltip-left-align:after,
.tooltip-right-align:after {
  content: '\0020';
  width: 15px;
  height: 9px;
  display: block;
  background-image: url("../images/common/caret-sprites.gif");
  background-repeat: no-repeat;
  background-position: left top;
  position: absolute;
  top: -8px;
}

.tooltip-right-align:after { right: 15px }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ *\
    $FORMS
    standard form styles
\* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.form-label {
  font-size: 11px;
  font-weight: bold;
  color: #acacac;
  text-transform: uppercase;
  margin-bottom: 2px;
  display: block;
}

.form-label .label-link {
  text-transform: none;
  margin-left: 5px;
  font-weight: normal;
}

.form-textfield,
.form-textarea {
  border: 1px solid #acacac;
  background-color: #fff;
  height: 28px;
  font-size: 14px;
  line-height: 2em;
  padding-left: 10px;
  margin: 0 5px 5px 0;
}
.form-textarea { resize: none; }
input::-webkit-input-placeholder, 
textarea::-webkit-input-placeholder {
 color: #999;
 font-weight:normal !important;
}
input:-moz-placeholder, 
textarea:-moz-placeholder,
input::-moz-placeholder, 
textarea::-moz-placeholder  {
 color: #999;
 font-weight:normal !important;
}
input:-ms-input-placeholder, 
textarea:-ms-input-placeholder {
 color: #999;
 font-weight:normal !important;
}

.placeholder {
  color:#999;
  font-weight:normal !important;
}

/* form margins */
.form-margins-right { margin-right: 15px }

.form-margins-bottom { margin-bottom: 15px }

.form-margins {
  margin-right: 15px;
  margin-bottom: 15px;
}

.form-inline { float: left }
.form-block { 
	display: block; 
	clear:both;
}

/* form special buttons */
.form-reset-link {
  background-color: transparent;
  border: 0 none;
  font-size: 11px;
}


/* error styles */
.error { color: #f00 }

.error a {
  color: #f00;
  text-decoration: none;
}

.error a.label-link { 
  color: #034678;
}

.error a.label-link:hover {
  color: #02113a;
  text-decoration: underline
}

.error-header { margin: 0; line-height: 16px; }

.error-mod-name { margin-top: 10px; display: block;}

.error .list-bullet { margin: 0 }

.error .list-bullet > li { line-height: 16px }

input.error,
textarea.error {
  border-color: #f00 !important;
  color: #414141;
}


/* taming button/input elements in firefox */
button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
 padding: 0;
 border: none
}




/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ *\
    $BUTTONS
\* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.button,
.button-secondary {
  cursor: pointer;
  display: inline-block;
  padding: 3px 10px;
  min-width: 18px;
  border-radius: 4px;
  font-weight: bold;
  text-align: center;
  line-height: normal;
  text-decoration: none !important;
  color: #fff !important;
  font-size: 12px;
  white-space: nowrap;
  border-width: 1px !important;
  border-style: solid !important;
  outline: 0 none;
  -webkit-appearance: none;
  vertical-align: bottom; /* use bottom if you are aligning it along with other buttons. Otherwise override this with baseline */
}

.button { border-color: #ee8c00; }

.button-secondary { border-color: #9a9a9a; }

.button {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYWUwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZThjMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ffae00 0%, #ee8c00 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffae00), color-stop(100%, #ee8c00)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffae00 0%, #ee8c00 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffae00 0%, #ee8c00 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffae00 0%, #ee8c00 100%); /* IE10+ */
  background: linear-gradient(to bottom, #ffae00 0%, #ee8c00 100%); /* W3C */
  background-color: #ffae00; /* Old browsers */
}

.button:hover,
.button:active,
.button:focus {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlOGMwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmFlMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ee8c00 0%, #ffae00 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee8c00), color-stop(100%, #ffae00)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ee8c00 0%, #ffae00 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ee8c00 0%, #ffae00 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ee8c00 0%, #ffae00 100%); /* IE10+ */
  background: linear-gradient(to bottom, #ee8c00 0%, #ffae00 100%); /* W3C */
  background-color: #ee8c00; /* Old browsers */
}

.button-secondary {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MzYzNjMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZThlOGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #c3c3c3 0%, #8e8e8e 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c3c3c3), color-stop(100%, #8e8e8e)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #c3c3c3 0%, #8e8e8e 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #c3c3c3 0%, #8e8e8e 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #c3c3c3 0%, #8e8e8e 100%); /* IE10+ */
  background: linear-gradient(to bottom, #c3c3c3 0%, #8e8e8e 100%); /* W3C */
  background-color: #c3c3c3; /* Old browsers */
}

.button-secondary:hover,
.button-secondary:active,
.button-secondary:focus {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhlOGU4ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjM2MzYzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #8e8e8e 0%, #c3c3c3 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8e8e8e), color-stop(100%, #c3c3c3)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #8e8e8e 0%, #c3c3c3 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #8e8e8e 0%, #c3c3c3 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #8e8e8e 0%, #c3c3c3 100%); /* IE10+ */
  background: linear-gradient(to bottom, #8e8e8e 0%, #c3c3c3 100%); /* W3C */
  background-color: #8e8e8e; /* Old browsers */
}

input.button,
input.button-secondary,
button.button,
button.button-secondary { min-width: 40px; }

.button img,
.button-secondary img {
  vertical-align: bottom; /* for IE */
  vertical-align: text-bottom; /* for other non-IE browsers  */
  max-height: 16px;
  max-width: 16px;
  margin-left: -2px;
}

/* large buttons */
.button-large {
  font-size: 16px;
  line-height: 18px;
  padding: 5px 18px !important;
}

.button-large:hover,
.button-large:active,
.button-large:focus { outline: 0 none }

button.button-large, input.button-large { height: 30px }

.has-ribbon { position:relative; text-indent:2px; overflow:visible !important}
img.ribbon { 
  position:absolute; 
  top:-3px; 
  left:-4px; 
  max-height:none; 
  max-width:none; 
  margin:0 
}
.has-ribbon.button-large img.ribbon {
  top:-2px; 
  left:-3px;
}

/* disabled button */
.button-disabled {
  opacity: 0.4;
  cursor: default !important;
}

.button-disabled.button {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYWUwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZThjMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
  background: -moz-linear-gradient(top, #ffae00 0%, #ee8c00 100%) !important; /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffae00), color-stop(100%, #ee8c00)) !important; /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffae00 0%, #ee8c00 100%) !important; /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffae00 0%, #ee8c00 100%) !important; /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffae00 0%, #ee8c00 100%) !important; /* IE10+ */
  background: linear-gradient(to bottom, #ffae00 0%, #ee8c00 100%) !important; /* W3C */
  background-color: #ffae00 !important; /* Old browsers */
}

.button-disabled.button-secondary {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MzYzNjMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZThlOGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
  background: -moz-linear-gradient(top, #c3c3c3 0%, #8e8e8e 100%) !important; /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c3c3c3), color-stop(100%, #8e8e8e)) !important; /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #c3c3c3 0%, #8e8e8e 100%) !important; /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #c3c3c3 0%, #8e8e8e 100%) !important; /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #c3c3c3 0%, #8e8e8e 100%) !important; /* IE10+ */
  background: linear-gradient(to bottom, #c3c3c3 0%, #8e8e8e 100%) !important; /* W3C */
  background-color: #c3c3c3 !important; /* Old browsers */
}

.button-disabled.tm-button { 
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q5NDE0NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5YzA1MDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
  background: -moz-linear-gradient(top, #d94144 0%, #9c0508 100%) !important; /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d94144), color-stop(100%, #9c0508)) !important; /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d94144 0%, #9c0508 100%) !important; /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #d94144 0%, #9c0508 100%) !important; /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #d94144 0%, #9c0508 100%) !important; /* IE10+ */
  background: linear-gradient(to bottom, #d94144 0%, #9c0508 100%) !important; /* W3C */
  background-color: #d00509 !important; /* Old browsers */
}

.button-margin .button + .button,
.button-margin .button-secondary + .button-secondary,
.button-margin .button-secondary + .button,
.button-margin .button + .button-secondary { margin-left: 10px }

.button-margin .button + .form-reset-link,
.button-margin .button-secondary + .form-reset-link { margin-left: 5px }

.button-inline a,
.button-inline input,
.button-inline button { vertical-align: baseline }

#btnSearch {
    text-transform:uppercase;
    font-size:13px;
    letter-spacing:1px;
    font-weight:600;
    height:34px;
    width:75px;
 
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ *\
    $FILTERS 
    set up filter area
\* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.filters {
  height: 64px;
  background: url("../images/common/filters-bg.png") repeat-x 0 0;
  position: relative;
  margin: 0 0 20px;
  z-index: 8;
}

.filter-hdr {
  width: 116px;
  height: 65px;
  background: url("../images/common/filters-reset-bg.png") no-repeat 0 0;
  position: absolute;
  top: 0px;
  left: -1px;
}

.filter-hdr a { font-size: 11px }

.filter-hdr .text-type1 {
  position: absolute;
  top: 25px;
  left: 15px;
}

.filter-list {
  display: table;
  padding: 0 0 0 125px;
}

.filter {
  display: table-cell;
  height: 65px;
  padding-top: 7px;
  vertical-align: middle;
}

.filter > label { font-weight: bold }

.filters .widget-wrapper {
  margin-left: 5px;
  line-height: 12px;
}




/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ *\
    $RESPONSIVE 
    selectors based on media queries
\* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* Activate fixed header only if the browser width is larger than 1024px. Also expand the whole site-header to 1000px */
@media only screen and (min-width: 1024px) {

  #site-header-anchor { position:absolute; }
  
  #site-header-anchor.on-scroll {
    position:fixed;
    top:0 !important;
  }
  
  #site-header-anchor.passed-search #mini-search { display:block }
  
  #site-header-anchor.passed-search #site-nav-anchor-secondary { display:none }

}


/* Module Member Applications */
.module-image
{
	padding: 3px; 
}

.module-info
{
	vertical-align: top; 
	width:180px;
	padding-top: 5px;
}

.module-title
{
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	word-wrap: break-word;
}

.module-desc
{
	font-family: Arial, Helvetica, sans-serif;
	color: #6e6d5e;
	font-size: 8px;
	font-weight: bold;
}

.module-header {
    background-image: url("../Images/header_table_graphic.gif");
    background-repeat: repeat-x;
    color: #ffffff;
    float: left;
    font-family: arial;
    font-size: 10pt;
    font-weight: bold;
    height: 25px;
    padding-left: 5px;
    padding-top: 4px;
    position: relative;
    text-shadow: 0.1em 0.1em 0.2em black;
    width: 99%;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ *\
   $SIGNIN
\* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.module-account {
  min-height: 250px;
  border: 3px solid #e3e3e3;
  padding: 20px;
}
.account-hdr {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 20px;
}
.account-text {
  color: #808080;
  font-size: 11px;
  margin: 10px 0 0;
}
.signin {
  width: 608px;
  margin: 0 20px 0 0;
  float: left;
}
.signin .logo {
  width: 200px;
  margin: 50px 50px 0 20px;
  float: left;
}
.signin .form {
  width: 338px;
  float: left;
}
.signin .form-textfield { width: 260px }
.forgot-password {
  font-size: 11px;
  margin: 0 0 15px;
}
.create {
  width: 600px;
  float: left;
}
.create .form-textfield { width: 235px }
.password-note { 
  position: relative;
  top: -10px;
  margin: 0;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ *\
   $CAROUSEL COMMON (?)
\* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.carousel-container { position: relative }
.carousel .list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  left: 0;
}
.carousel-button {
  width: 16px;
  height: 29px;
  background: url("../images/account/carousel-arrow-sprite.png") no-repeat;
  border: 0;
  text-indent: -9999px;
  vertical-align: top;
  float: left;
}
.carousel-button.prev.off { background-position: 0px -30px }
.carousel-button.prev.on {
  background-position: 0px 0px;
  cursor: pointer;
}
.carousel-button.next.off { background-position: -16px -30px }
.carousel-button.next.on {
  background-position: -16px 0px;
  cursor: pointer;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ *\
   $NAV COLUMN
\* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.nav-col {
  width: 210px;
  margin: 0 0 10px;
  float: left;
}
.nav-list {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
}
.nav-list li {
  font-size: 14px;
  line-height: 25px;
}
.nav-hdr {
  font-size: 14px;
  font-weight: bold;
  line-height: 25px;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ *\
   $EVENT COMMON
\* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.event-info {
  margin: 0 0 5px;
  float: left;
}
.event-name {
  font-size: 18px;
  font-weight: bold;
}
.event-venue,
.event-date { margin: 0 }
ul.tix-info {
  margin: 15px 0 25px;
  font-size: 0;
  line-height: 0;
}
ul.tix-info li {
  font-size: 14px;
  line-height: 18px;
  margin: 0 20px 0 0;
  display: inline;
}
ul.tix-info a {
  font-size: 11px;
  line-height: 18px;
}
.event-order {
  font-weight: normal;
  margin: 0 0 15px;
}
.event-order a,
.event-status a { margin: 0 5px 0 5px }
.event-status {
  font-weight: normal;
  line-height: 1.3em;
  margin: 0 0 15px;
}
.event-status-hdr {
  margin: 0 10px 0 0;
  float: left;
}
.event-status-text {
  margin: 0;
  float: left;
}
.event-buttons a { margin: 0 10px 10px 0 }


.section-title {
  font-size: 20px;
  font-weight:bold;
  margin-bottom: 18px;
  padding-bottom: 6px;
  border-bottom: 3px solid #e3e3e3;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ *\
   $HOME
\* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#site-body.account-home { background: url("../images/account/main-bg.png") repeat-x center bottom #fff }
.upcoming {
  width: 770px;
  margin: 5px 0 10px;
  float: left;
}
.upcoming-hdr {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 30px;
}
.upcoming-hdr .count {
  color: #acacac;
  font-weight: normal;
}
.upcoming-hdr .view-all {
  font-size: 12px;
  font-weight: normal;
  margin: 0 0 0 10px;
}
.module-upcoming {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.5);
  overflow: hidden;
}
.upcoming .carousel {
  height: 75px;
  background: url("../images/account/carousel-bg.png") repeat-x center bottom #f2f2f2;
  padding: 15px;
  margin: 0 0 15px;
}
.upcoming .carousel-container {
  width: 679px;
  overflow: hidden;
  float: left;
}
.upcoming .carousel .list li {
  width: 79px;
  height: 80px;
  margin: 0 9px;
  cursor: pointer;
  position: relative;
  float: left;
}
.upcoming .carousel .list img {
  border: 5px solid #fff;
  box-shadow: 0px 1px 4px rgba(0,0,0,0.5);
  position: relative;
  top: 5px;
  left: 5px;
}
.upcoming .carousel .list img.on { border-color: #fbad18 }
.upcoming .carousel-button { margin: 24px 7px 0 }
.upcoming .carousel .date-container {
  width: 59px;
  height: 20px;
  background: url("../images/account/tag1-fold.png") no-repeat left bottom;
  position: absolute;
  top: 0;
  left: 0;
}
.upcoming .carousel .date {
  width: 59px;
  height: 15px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 15px;
  text-align: center;
  background: #999;
  box-shadow: 0px 1px 0px rgba(102,102,102,0.5);
  display: block;
}
.upcoming .main { padding: 15px }
.upcoming .event-img {
  margin: 0 15px 0 0;
  float: left;
}
.upcoming .event-info { width: 639px }
.upcoming .event-name {
  font-size: 18px;
  font-weight: bold;
}

.upcoming .main-venue,
.upcoming .main-date { margin: 0 }

.upcoming .event-venue,
.upcoming .event-date { margin: 0 }
.upcoming .tix-info {
  margin: 15px 0 25px;
}
.upcoming .tix-info li {
  font-size: 14px;
  line-height: 18px;
  margin: 0 20px 0 0;
  display: inline;
}
.upcoming .tix-info a {
  font-size: 11px;
  line-height: 18px;
}
.upcoming .event-order {
  font-weight: normal;
  margin: 0 0 15px;
}
.upcoming .event-status {
  font-weight: normal;
  line-height: 1.3em;
  margin: 0 0 15px;
}
.upcoming .event-status-hdr {
  margin: 0 10px 0 0;
  float: left;
}
.upcoming .event-status-text {
  margin: 0;
  float: left;
}
.upcoming .event-buttons a { margin: 0 10px 10px 0 }
.upcoming .dont-see {
  padding: 12px 0;
  margin: 0 15px;
  border-top: 1px solid #ccc;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ *\
   $HOME FOOTER
\* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.account-footer {
  background-color: #fff;
  min-width: 1000px;
}
.account-footer .frame {
  margin: 0 auto;
  width: 980px;
  padding: 10px 10px 20px;
}
.value-ribbon {
  width: 980px;
  height: 121px;
  background: url("../images/account/value-ribbon.png") no-repeat 0 0;
  margin: 10px 0;
}
.value-ribbon li {
  margin: 0 15px 0 0;
  float: left;
}
.value-slot1 { width: 325px }
.value-slot2 { width: 323px }
.value-slot3 { width: 287px }
.value-ribbon a {
  color: #414141;
  font-size: 13px;
  line-height: 1.5em;
  padding: 40px 0 0 90px;
  display: block;
}
.value-slot1 a { padding-left: 77px }
.value-ribbon a:hover,
.value-ribbon a:focus {
  color: #f90;
  text-decoration: none;
}
.value-ribbon .header {
  font-size: 19px;
  font-weight: bold;
  display: block;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ *\
   $EDIT
\* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.edit,
.history,
.details {
  width: 770px;
  margin: 5px 0 10px;
  float: left;
}
.edit-text {
  font-size: 14px;
  margin: 0 0 30px;
}
.edit-section-hdr {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 15px;
}
.edit-form { margin: 0 0 10px }
.edit-form-billing,
.edit-form-shipping {
  width: 351px;
  float: left;
}
.edit-form-billing {
  padding: 0 15px 0 0;
  border-right: 1px solid #e3e3e3;
}
.edit-form-shipping { padding: 0 0 0 15px }
.edit-form-email input[type="text"],
.edit-form-password input[type="text"] { width: 260px }
.edit-form-billing input[type="text"],
.edit-form-shipping input[type="text"] { width: 225px }
.edit-form-credit input[type="text"] { width: 190px }
.edit .password-note {
  width: 300px;
  font-size: 11px;
  display: block;
}
.edit .widget-wrapper { margin: 0 15px 15px 0 }
.edit-form-billing .widget-wrapper button,
.edit-form-shipping .widget-wrapper button { min-width: 237px }
.edit-same-check { margin: 0 0 20px }
.edit-same-check label { margin: 0 0 0 10px }
.edit p.error-hdr { margin: 0 }
.widget-card-type > button { min-width: 180px }
.widget-card-month > button,
.widget-card-year > button { min-width: 100px }



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ *\
   $ORDER HISTORY
\* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.history .module-type2 {
  margin-bottom: 0;
  padding-bottom: 0;
}
.history .section-title { margin-bottom: 7px }
.order-by-year {
  padding: 9px 10px;
  background: #eaeaea;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  line-height: 22px;
  text-align: right;
}
.order-by-year label {
  color: #989898;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 5px 0 0;
}
.table-history { width: 100% }
.table-history th {
  padding: 12px 0;
  text-align: left;
}
.table-history th a {
  color: #414141;
  font-weight: bold;
}
.table-history .sortable-selected {
  padding: 0 16px 0 0;
  background: url("../images/account/sort-arrow-sprites.png") no-repeat;
}
.table-history .sortable-ascend { background-position: right -16px }
.table-history .sortable-descend { background-position: right 4px }
.table-history .col-orderdate { width: 150px }
.table-history .col-eventinfo { width: 430px }
.table-history .col-eventdate { width: 154px }
.table-history td {
  padding: 15px 0 5px;
  border-top: 1px solid #d1d1d1;
  vertical-align: top;
}

.table-history .event-info { width:336px; }
.table-history .event-name,
.table-history .event-location {
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  line-height: 14px;
}
.table-history .event-order-no {
  margin: 0 0 10px;
  line-height: 14px;
}
.table-history .tix-info {
  margin: 0 0 10px;
}
.table-history .tix-info li {
  font-size: 12px;
  line-height: 14px;
  margin: 0 5px 0 0;
  display: inline;
}
.table-history .event-buttons a { margin: 0 10px 10px 0 }
.table-history .event-status {
  font-weight: normal;
  line-height: 1.3em;
  margin: 0 0 10px;
}
.table-history .event-status-hdr {
  margin: 0 10px 0 0;
  float: left;
}
.table-history .event-status-text {
  margin: 0;
  float: left;
}
.no-history {
  font-size: 14px;
  margin: 15px 0 30px;
}
.history .dont-see {
  padding: 12px 0 0;
  border-top: 1px solid #ccc;
}
.history .note { margin:20px 0 0 }


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ *\
   $DETAILS
\* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.details-footer .text {
  width: 655px;
  margin: 0 20px 0 0;
  float: left;
}
.details-footer .verified {
  height: 33px;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  padding: 0 0 0 40px;
  background: url("../images/account/icon-verified_33x33.png") no-repeat left center;
  float: right;
}
.details .free { color: #d00509 }


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ *\
   $PAGINATION
\* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.pagination-controls {
  margin-top: 15px;
  float: right;
  font-size: 11px;
  line-height: 1.3;
}
.pagination-heading {
  float: left;
  font-weight: bold;
}
.pagination-button {
  float: left;
  width: 13px;
  height: 13px;
  border: 0;
  background-image: url("../images/search/pagination-sprite.gif");
  background-repeat: no-repeat;
  text-indent: -9999px;
  margin-left: 12px;
}
.pagination-next { background-position: 0 -13px;}
.pagination-list {
  display: inline-block;
  float: left;
}
.pagination-list li {
  display: inline;
  margin-left: 12px;
}
.pagination-current {
  font-weight: bold;
  color: #414141;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ *\
   $SCAFFOLDING
\* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.page-elp-artist .artist-info { width: 645px;}
.results-no-current {
  border-top: 3px solid #e3e3e3;
  padding-top: 20px;
}
.results-region                   { padding: 0; }
.results-region + .results-region { padding-top: 10px; } 
.search-info,
.venue-info   { float: left; }




/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ *\
   $TYPOGRAPHY
\* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.section-title {
  font-size: 18px;
  margin-bottom: 7px;
}
.results-title {
    font-size: 18px;
    padding-left: 5px;
    float: left;
    margin: 15px 0;
}
.result-count { 
  font-weight: normal;
  color: #ababab; 
}
.ftc-text {
  float: right;
  margin-top: -20px;
  font-size: 13px;
}

/* when no results are found */
.no-results-msg {
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  padding-top:10px;
}
.no-current-msg     { font-size: 18px; }
.close-matches-msg  { margin-bottom: 0; }
.section-title + p {
  margin-top: 15px;
  margin-bottom: -5px;
}

.event-name { font-size: 13px; }
.event-venue,
.event-city,
.event-date-range  {
  display: block;
}
.event-venue a { color: #0F6C96; }
.event-venue a:hover { color: #249EE8; }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ *\
   $FILTERS
\* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.filter-search-results .filter { padding-right: 33px; }
.filter-date .widget-wrapper > button,
.filter-city .widget-wrapper > button {
  min-width: 175px;
  text-align: left;
}
.filter-city .widget-dropdown-list { max-height: 170px; }




/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ *\
   $TABLE STYLES
\* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* specific to search results */
.search-results .data-col-hdr  {S
  background-color:#FFF;S
  padding-top: 10px;
  padding-bottom: 7px;
  border-bottom: 1px solid #e3e3e3;
}
.search-results .data-date-hdr {
  padding-left: 10px;
}
.search-results .data-redirect-hdr {
  border-top-right-radius: 0px;
}

/* search results common cell styles*/
.data-listings-row td {
  border-bottom: 1px solid #e3e3e3;
  vertical-align: top;
  padding: 15px 20px 15px 0;
  line-height: 1.4;
}

/* individual cell overrides  */
.data-listings-row .data-date  { 
  width: 63px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  line-height: 1;
}
.data-listings-row .data-event { width: 180px; }
.data-listings-row .data-loc {  width: 160px; }
.data-listings-row .data-price { width: 90px; }
.data-listings-row .data-redirect { 
  padding-right: 10px;
  white-space: nowrap;
  width: 120px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ *\
   $PAGINATION
\* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.pagination-controls {
  margin-top: 15px;
  float: right;
  font-size: 11px;
  line-height: 1.3;
}
.pagination-heading {
  float: left;
  font-weight: 600;
  clear:both;
}
.pagination-button {
  float: left;
  width: 13px;
  height: 13px;
  border: 0;
  background-image: url(../images/search/pagination-sprite.gif);
  background-repeat: no-repeat;
  text-indent: -9999px;
  margin-left: 12px;
}
.pagination-next { background-position: 0 -13px;}
.pagination-list {
  display: inline-block;
  float: left;
}
.pagination-list li {
  display: inline;
  margin-left: 12px;
}
.pagination-current {
  font-weight: bold;
  color: #414141;
}




/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ *\
   $DATE BADGE
\* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.date-badge {
  display: block;
  width: 63px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px #ffffff;
  /*border: 1px solid #e3e3e3;*/
}
.date-badge .event-mdd,
.date-badge .event-multiple,
.date-badge .event-tba {
  display: block;
  background-color: #ececec;
  
}
.date-badge .event-multiple {
  padding: 15px 0;
  height: 45px;
  line-height: 1.1;
  text-transform: capitalize;
  font-size: 14px;
}
.date-badge .event-tba {
  height: 75px;
  line-height: 75px;
  font-size: 24px;
  font-weight: bold;
}
.date-badge .month {
  display: block;
  font-size: 12px;
  letter-spacing: 1px;
  padding-top: 4px;
}
.date-badge .date {
  display: block;
  font-size: 20px;
  font-weight: 600;
}
.date-badge .day {
  display: block;
  font-size: 12px;
  margin-top: 2px;
  padding-bottom: 3px;
}
.date-badge .time {
  display: block;
  color: #ffffff;
  background: #a2a2a2;
  font-size: 11px;
  padding: 5px 0 7px;
  text-shadow: 0 0 0;
}
