/*
 * reset
 */



body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
  margin: 0;
  padding: 0;
}

fieldset, img { border: 0; }


a:focus { outline: none; }


html { min-height: 100%; }


body { overflow-y: scroll; }

/*
 * default values
 */

p {
  margin-top: 10px;
  margin-bottom: 15px;
}


ul, ol, dl {
  margin: 10px 0;
  padding-left: 30px
}

dl { margin: 10px 0; }
dd { padding-left: 40px; }


td, th { padding: 1px; }


a:link, a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }


fieldset {
  margin: 10px 0 10px 0;
  padding: 0 10px 10px 10px;
  border: 1px solid #c8c8c8;
}

legend {
  padding: 0 10px 0 10px;
  background: #ffffff;
}

form div { margin: 10px 0 10px 0; }

textarea { padding: 1px 0 1px 5px; }

option { padding: 0 0 1px 5px; }

input[type='hidden'] { display: none; }

input[type='text'],
input[type='password'] { padding: 1px 0 1px 5px; }

button,
input[type='button'],
input[type='submit'] {
  padding: 2px 4px 2px 1px;
  line-height: 100%;
}

input[type='button'],
input[type='submit'],
input[type='checkbox'],
input[type='image'],
input[type='radio'],
input[type='reset'],
select,
button { cursor: pointer; }


textarea,
input[type='text'],
input[type='password'],
select {
  border: 1px solid #c8c8c8;
  background: #ffffff;
}


textarea:hover,
input[type='text']:hover,
input[type='password']:hover,
select:hover { border-color: #aaaaaa; }


textarea:focus,
input[type='text']:focus,
input[type='password']:focus,
select:focus {
  border-color: #8c8c8c;
  outline: 2px solid #dcdcdc;
}


h1, h2, h3, h4, h5, h6 {
  margin-bottom: 10px;
  font-weight: normal;
}

h1 { font-size: 36px; line-height: 36px; margin-top: 25px; }
h2 { font-size: 24px; line-height: 24px; margin-top: 25px; }
h3 { font-size: 18px; line-height: 18px; margin-top: 15px; }
h4 { font-size: 16px; line-height: 16px; margin-top: 15px; }
h5 { font-size: 14px; line-height: 14px; margin-top: 10px; }
h6 { font-size: 14px; line-height: 14px; margin-top: 10px; }


hr {
  margin: 15px 0 15px 0;
  display: block;
  background: #293c5d;
  height: 1px;
  border: none;
}


q { font-style: italic; }

blockquote {
  margin: 10px 0 10px 15px;
  font-style: italic;
  font-size: 130%
}
blockquote > *:first-child:first-letter { font-size: 150% }


pre {
  margin: 10px 0 10px 0px;
  padding: 5px 0 5px 10px;
  border: 1px dotted #aab4be;
  border-left: 20px solid #b4b4b4;
  background: #fafafa;
  font-size: 90%;
  color: #2E8B57;
  font-family: "Courier New", Courier, monospace;
  white-space: pre-wrap;
}


acronym, abbr {
  border-bottom: 1px dashed #969696;
  cursor: help;
  font-variant: small-caps;
  text-transform: lowercase;
}






body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 150%;
  color: #525253;
  position: relative;
}



.wrapper { margin: auto; }

#header {
  margin: 0px;
  padding: 0px;
  height: 320px;
  position: relative;
  z-index: 10;
  clear: both;
}

#top {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background: #ffffff;
  overflow: hidden;
  clear: both;
}

#middle {
  clear: both;
  min-height: 300px;
  background: #ffffff;
}

#bottom {
  padding: 0px;
  color: #7A7A81;
  text-shadow: 0 1px 0 rgba(0,0,0,1);
  overflow: hidden;
  clear: both;
  margin: 0px auto 10px auto;
  width:960px;
}
#bottom-wrapper {
  width:100%;
  background: #1b3561 url(https://d235gwso45fsgz.cloudfront.net/u/subdomains/120520393/bg_bottom.png) 0 bottom repeat-x;
  padding:10px 0;
}
#footer {
  position: relative;
  margin: 0px 10px;
  padding: 0px 20px;
  clear: both;
  color: #7A7A81;
  font-size: 10px;
  text-shadow: 0 1px 0 rgba(0,0,0,1);
  margin: 0px auto;
  width:960px;
}



#middle {
  width: 100%;

  overflow: hidden;
  position: relative;
}

#middle-expand { width: 200%; }


#main {
  position: relative;
  left: 50%;
  width: 50%;
  float: left;
}

#main-shift {
  position: relative;
  left: -100%;


  overflow: hidden;
}


#left {
  position: relative;
  left: -50%;

  float: left;
  overflow:hidden;
}


#right {


  position: relative;
  float: left;
  overflow:hidden;
}



#maintop,
#contenttop {
  margin: 0px 0px 0px 0px;
  overflow: hidden;
}

#contentbottom,
#mainbottom {
  margin: 0px 0px 0px 0px;
  overflow: hidden;
}



#mainmiddle {
  width: 100%;

  overflow: hidden;
  position: relative;
}

#mainmiddle-expand {
  width: 200%;
}


#content {
  position: relative;
  left: 50%;
  width: 50%;
  float: left;
}

#content-shift {
  position: relative;
  left: -100%;


  overflow: hidden;
}


#contentleft {
  position: relative;
  left: -50%;

  float: left;
  overflow:hidden;
}


#contentright {


  position: relative;
  float: left;
  overflow:hidden;
}



.floatbox { overflow:hidden; }

.float-left { float: left; overflow: hidden; }
.float-right { float: right; overflow: hidden; }

.width15 { width: 15%; }
.width18 { width: 18%; }
.width20 { width: 20%; }
.width23 { width: 23%; }
.width25 { width: 25%; }
.width33 { width: 33%; }
.width34 { width: 34%; }
.width35 { width: 35%; }
.width40 { width: 40%; }
.width46 { width: 46%; }
.width50 { width: 50%; }
.width54 { width: 54%; }
.width65 { width: 65%; }
.width67 { width: 67%; }
.width75 { width: 75%; }
.width100 { width: 100%; }

#top > .vertical,
#bottom > .vertical { float: left; }

.yoopage { background: #f1f0ef url(https://d235gwso45fsgz.cloudfront.net/u/subdomains/120520393/bg_horizontal.png) 50% 0 repeat-x; }



@font-face {
    font-family: 'DroidSansRegular';
    src: url('/static/dunamaise/fonts/DroidSans-webfont.eot');
    src: url('/static/dunamaise/fonts/DroidSans-webfont-ieifx.eot') format('embedded-opentype'),
         url('/static/dunamaise/fonts/DroidSans-webfont.woff') format('woff'),
         url('/static/dunamaise/fonts/DroidSans-webfont.ttf') format('truetype'),
         url('/static/dunamaise/fonts/DroidSans-webfont.svg#DroidSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DroidSansBold';
    src: url('/static/dunamaise/fonts/DroidSans-Bold-webfont.eot');
    src: url('/static/dunamaise/fonts/DroidSans-Bold-webfont-iefix.eot') format('embedded-opentype'),
         url('/static/dunamaise/fonts/DroidSans-Bold-webfont.woff') format('woff'),
         url('/static/dunamaise/fonts/DroidSans-Bold-webfont.ttf') format('truetype'),
         url('/static/dunamaise/fonts/DroidSans-Bold-webfont.svg#DroidSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'MuliLight';
    src: url('/static/dunamaise/fonts/Muli-Light-webfont.eot');
    src: url('/static/dunamaise/fonts/Muli-Light-webfont-iefix.eot') format('embedded-opentype'),
         url('/static/dunamaise/fonts/Muli-Light-webfont.woff') format('woff'),
         url('/static/dunamaise/fonts/Muli-Light-webfont.ttf') format('truetype'),
         url('/static/dunamaise/fonts/Muli-Light-webfont.svg#MuliLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MuliLightItalic';
    src: url('/static/dunamaise/fonts/Muli-LightItalic-webfont.eot');
    src: url('/static/dunamaise/fonts/Muli-LightItalic-webfont-iefix.eot') format('embedded-opentype'),
         url('/static/dunamaise/fonts/Muli-LightItalic-webfont.woff') format('woff'),
         url('/static/dunamaise/fonts/Muli-LightItalic-webfont.ttf') format('truetype'),
         url('/static/dunamaise/fonts/Muli-LightItalic-webfont.svg#MuliLightItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MuliRegular';
    src: url('/static/dunamaise/fonts/Muli-Regular-webfont.eot');
    src: url('/static/dunamaise/fonts/Muli-Regular-webfont-iefix.eot') format('embedded-opentype'),
         url('/static/dunamaise/fonts/Muli-Regular-webfont.woff') format('woff'),
         url('/static/dunamaise/fonts/Muli-Regular-webfont.ttf') format('truetype'),
         url('/static/dunamaise/fonts/Muli-Regular-webfont.svg#MuliRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MuliItalic';
    src: url('/static/dunamaise/fonts/Muli-Italic-webfont.eot');
    src: url('/static/dunamaise/fonts/Muli-Italic-webfont-iefix.eot') format('embedded-opentype'),
         url('/static/dunamaise/fonts/Muli-Italic-webfont.woff') format('woff'),
         url('/static/dunamaise/fonts/Muli-Italic-webfont.ttf') format('truetype'),
         url('/static/dunamaise/fonts/Muli-Italic-webfont.svg#MuliItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}





#absolute {
  position: absolute;
  z-index: 15;
  top: 0px;
  left: 0px;
  width: 100%;
}



#toolbar {
  height: 60px;
  padding: 0px 240px 0px 0px;
  overflow: hidden;
  color: #f1f1f1;
  line-height: 40px;
  font-size: 13px;
  text-shadow: 0 1px 0 rgba(0,0,0,1);
}

#date {
  padding: 0px 10px 0px 0px;
  float: right;
}

#headerbar {
  padding: 0px 0px 0px 0px;
  overflow: hidden;
}

div.menubar {
  position: absolute;
  top: 244px;
  left: 240px;
  right: 0px;
  z-index: 10;
  height: 54px;
  padding: 0px 20px 0px 0px;
  background:#003263;
}

div.menushadow {
  position: absolute;
  top: 299px;
  left: 240px;
  right: 0px;
  height: 3px;
  background: #c4c4c4;
}

#logo {
  position: absolute;
  top: 60px;
  left: 0px;
  z-index: 10;
}

#search {
  position: absolute;
  top: 2px;
  right: 7px;
  z-index: 12;
}

#banner {
  position: absolute;
  top: 138px;
  right: -43px;
  width: 0px;
  z-index: 3;
}

#socialbookmarks {
  position: absolute;
  top: 320px;
  right: -31px;
  z-index: 3;
  border:1px solid #f1f1f1;
  border-left:0px;
  background: #fff;
}



#footer a.anchor {
  position: absolute;
  right: 20px;
  top: 15px;
  width: 25px;
  height: 25px;
  background: url(https://d235gwso45fsgz.cloudfront.net/u/subdomains/120520393/footer_anchor.png) 0 0 no-repeat;
  display: block;
  text-decoration: none;
}

#footer a.anchor:hover { background-position: 0 -25px; }



#component { padding: 4px 20px 20px 20px; }

#left div.left-1,
#contentleft div.contentleft-1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-right: 1px solid #E8E8E9;
}

#right div.right-1,
#contentright div.contentright-1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-left: 1px solid #E8E8E9;
}
div.bottom-1 {
  border-bottom:1px solid #293c5d;
  overflow: hidden;
}
#bottom div.vertical {
  border-bottom: 1px solid #293c5d;
  /*background: #151515 url(https://d235gwso45fsgz.cloudfront.net/u/subdomains/120520393/bottomblock_bg.png) 0 0 repeat-x;*/
}

div.wrapper-1,
div.wrapper-2 { /*background: url(https://d235gwso45fsgz.cloudfront.net/u/subdomains/120520393/wrapper_bg.png) 0 0 repeat-y;*/ }

div.wrapper-2 {
  padding: 0px 30px 0px 30px;
  background-position: 100% 0;
}

div.wrapper-3 { /*background: #fff;*/
background-color: #FFF;
  background-image: url(https://d235gwso45fsgz.cloudfront.net/u/subdomains/120520393/bg-header.jpg);
  background-repeat: repeat-x;
  background-position: center top;
  padding: 0px 10px 0px 10px;}


/*
 * headings
 */

h1, h2, h3, h4, h5, h6 { font-family: Arial, Helvetica, sans-serif; }

h1 {
  font-weight: normal;
  color: #111213;
}

#page h1 a {
  color: #111213;
  text-decoration: none;
}

h2 { color: #B90000; }
h3 { color: #111213; }
h4 { color: #B90000; }
h5 { color: #111213; }
h6 { color: #B90000; }

h1 { font-size: 32px; line-height: 36px; }
h2 { font-size: 26px; line-height: 30px; }

/*
 * anchor
 */

a:link,
a:visited { color: #B90000; text-decoration: none; }
a:hover { text-decoration: underline; }

a.icon-folder {
        padding-left: 17px;
        background: url(https://d235gwso45fsgz.cloudfront.net/u/subdomains/120520393/icon_folder.png) 0 40% no-repeat;
}

a.icon-file {
        padding-left: 17px;
        background: url(https://d235gwso45fsgz.cloudfront.net/u/subdomains/120520393/icon_file.png) 0 40% no-repeat;
}

a.icon-download {
        padding-left: 17px;
        background: url(https://d235gwso45fsgz.cloudfront.net/u/subdomains/120520393/icon_download.png) 0 40% no-repeat;
}

a.icon-external {
        padding-left: 17px;
        background: url(https://d235gwso45fsgz.cloudfront.net/u/subdomains/120520393/icon_external.png) 0 40% no-repeat;
}

a.icon-pdf {
        padding-left: 17px;
        background: url(https://d235gwso45fsgz.cloudfront.net/u/subdomains/120520393/pdf_button.png) 0 40% no-repeat;
}

/*
 * emphasis
 */

em.box {
  padding: 0px 3px 0px 3px;
  border: 1px dotted #ACACAC;
  background: #F5F6F7;
  font-family: "Courier New", Courier, monospace;
  color: #7F7F7F;
  font-style: normal;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
  white-space: nowrap;
}

#bottom em.box {
  background-color: #232425;
  border-color: #414243;
  text-shadow: 0 1px 0 rgba(0,0,0,1);
}

/*
 * unsorted lists
 */

/* icon style */
ul.plus,
ul.heart,
ul.check,
ul.star,
ul.arrow {
  margin: 10px 0px 10px 0px;
  padding-left: 20px;
  list-style: none;
}

ul.plus li,
ul.heart li,
ul.check li,
ul.star li,
ul.arrow li {
  margin: 5px 0px 5px 0px;
  padding-left: 20px;
  font-weight: bold;
  line-height: 30px;
}

ul.plus li { background: url(https://d235gwso45fsgz.cloudfront.net/u/subdomains/120520393/list_plus.png) 0 0 no-repeat; }
ul.heart li { background: url(https://d235gwso45fsgz.cloudfront.net/u/subdomains/120520393/list_heart.png) 0 0 no-repeat; }
ul.check li { background: url(https://d235gwso45fsgz.cloudfront.net/u/subdomains/120520393/list_check.png) 0 0 no-repeat; }
ul.star li { background: url(https://d235gwso45fsgz.cloudfront.net/u/subdomains/120520393/list_star.png) 0 0 no-repeat; }
ul.arrow li { background: url(https://d235gwso45fsgz.cloudfront.net/u/subdomains/120520393/list_arrow.png) 0 0 no-repeat; }

/* links style */
ul.links {
  margin: 10px 0px 20px 0px;
  padding-left: 0px;
  list-style: none;
}
.module ul.links { margin: 0; }

ul.links li {
  padding-left: 18px;
  height: 30px;
  border-top: 1px solid #E5E5E5;
  line-height: 30px;
  background: url(https://d235gwso45fsgz.cloudfront.net/u/subdomains/120520393/list_links.png) 0px 0 no-repeat;
  cursor: pointer;
}

ul.links li:first-child { border: none; }

ul.links li:hover { background-position: 0px -30px; }

ul.links li a {
  display: block;
  color: #525252;
  text-decoration: none;
}

ul.links li:hover a,
#bottom ul.links li:hover a { color: #B90000; }

#bottom ul.links li { border-color: #252525; }

#bottom ul.links li a { color: #7A7A81; }

/*
 * ordered lists
 */

ol.disc {
  margin: 10px 0px 10px 0px;
  padding: 0px 0px 0px 45px;
  background: url(https://d235gwso45fsgz.cloudfront.net/u/subdomains/120520393/list_disc.png) 20px 0px repeat-y;
}

ol.disc li {
  margin: 5px 0px 5px 0px;
  padding-left: 10px;
  font-weight: bold;
  line-height: 26px;
}

/*
 * horizontal rule
 */

hr.dotted {
  margin: 15px 0px 15px 0px;
  display: block;
  background: url(https://d235gwso45fsgz.cloudfront.net/u/subdomains/120520393/line_dotted.png) 0 0 repeat-x;
  height: 1px;
  border: none;
}


/*
 * highlighted div and span tags
 */

span.note,
span.info,
span.alert,
span.download,
span.tip { display: block; }

div.note, span.note {
  color: #323232;
  margin: 10px 0px 10px 0px;
  padding: 5px 10px 5px 10px;
  background: #E4EBF1;
  border-top: 1px solid #D4D9DE;
  border-bottom: 1px solid #D4D9DE;
  text-align:justify;
}

div.info, span.info,
div.alert, span.alert,
div.download, span.download,
div.tip, span.tip {
  color: #323232;
  margin: 10px 0px 10px 0px;
  padding: 8px 10px 8px 40px;
}

div.info, span.info {
  background: #E4EBF1 url(https://d235gwso45fsgz.cloudfront.net/u/subdomains/120520393/box_info.png) 8px 5px no-repeat;
  border-top: 1px solid #D4D9DE;
  border-bottom: 1px solid #D4D9DE;
}

div.alert, span.alert {
  background: #FFE6DF url(https://d235gwso45fsgz.cloudfront.net/u/subdomains/120520393/box_alert.png) 8px 5px no-repeat;
  border-top: 1px solid #FFD9CF;
  border-bottom: 1px solid #FFD9CF;
}

div.download, span.download {
  background: #f5faeb url(https://d235gwso45fsgz.cloudfront.net/u/subdomains/120520393/box_download.png) 8px 5px no-repeat;
  border-top: 1px solid #D6EBCD;
  border-bottom: 1px solid #D6EBCD;
}

div.tip, span.tip {
  background: #FDF9E3 url(https://d235gwso45fsgz.cloudfront.net/u/subdomains/120520393/box_tip.png) 8px 5px no-repeat;
  border-top: 1px solid #FAE7BE;
  border-bottom: 1px solid #FAE7BE;
}


/*
 * p tag with dropcaps
 */

p.dropcap:first-letter {
  display: block;
  margin: 7px 4px 0px 0px;
  float: left;
  font-size: 280%;
  font-family: Georgia, "Times New Roman", Times, serif;
}

/*
 * blockquotes
 */

blockquote { font-family: Georgia, "Times New Roman", Times, serif; }

q.blockquote {
  margin: 10px 0 10px 15px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 120%;
}

q.blockquote:first-letter { font-size: 150%; }

q.blockquote:before,
q.blockquote:after { content: ""; }

blockquote.quotation {
  margin: 10px 0px 10px 0px;
  padding: 10px 35px 10px 35px;
  border: none;
  background: url(https://d235gwso45fsgz.cloudfront.net/u/subdomains/120520393/blockquote_start.png) 0 0 no-repeat;
  text-align:justify;
}

blockquote.quotation p {
  margin: 0px -35px -10px 0px;
  padding: 0px 35px 10px 0px;
  background: url(https://d235gwso45fsgz.cloudfront.net/u/subdomains/120520393/blockquote_end.png) 100% 100% no-repeat;
}

/*
 * floating boxes
 */

body .inset-left {
  margin: 15px 15px 10px 0px;
  float: left;
}

body .inset-right {
  margin: 15px 0px 10px 15px;
  float: right;
}

.webfonts .module h3.header,
.webfonts #system .title,
.webfonts .spotlight.bottom h3 {
  font-family: 'DroidSansRegular', Arial, sans-serif;
  letter-spacing: 0px;
}

.webfonts .module h3.header,
.webfonts .module h3.header span.title { font-size: 24px; }

.webfonts #system .title { font-size: 36px; }

.webfonts .spotlight.bottom h3 { font-size: 26px; }

/*
 * spotlight
 */

.spotlight .spotlight1 { visibility: hidden; }

.spotlight.fade .spotlight1 > div > a:first-child,
.spotlight.bottom .spotlight1 > div > a:first-child {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}


/* fade: zoom */
.spotlight.fade .spotlight1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.spotlight.fade.zoom .spotlight1 { background: url(https://d235gwso45fsgz.cloudfront.net/u/subdomains/120520393/spotlight_fade_zoom.png) 50% 50% no-repeat; }

#headerbar .spotlight.fade .spotlight1 { top: 60px; }

/* fade: bottom */
.spotlight.bottom .spotlight1 > * {
  padding: 20px;
  background: #323232;
  background: rgba(0,0,0,0.8);
  color: #ffffff;
}

.spotlight.bottom h3 {
  margin: 0px 0px 3px 0px;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 2px 2px 0 rgba(0,0,0,1);
}

.spotlight.bottom a,
.spotlight.bottom a:hover { color: #ffffff; }
.spotlight.bottom a { text-decoration: underline; }

/*
 * top and footer menu
 */


#toolbar ul.menu,
#footer ul.menu {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#footer ul.menu {
  display: block;
  line-height: 15px;
}

#toolbar .menu li,
#footer .menu li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
}

#toolbar .menu li a,
#footer .menu li a {
  display: inline-block;
  margin-right: 15px;
  padding: 0px 0px 0px 10px;
  overflow: hidden;
  color: #f1f1f1;
  text-decoration: none;
}

#toolbar .menu li a.active,
#toolbar .menu li a:hover,
#footer .menu li a:hover {
  color: #fff;
  text-decoration: underline;
  background-position: 0 -40px;
}

#footer .menu li a { background: url(https://d235gwso45fsgz.cloudfront.net/u/subdomains/120520393/footermenu_item_bg.png) 0 0 no-repeat; }
#footer .menu li a:hover { background-position: 0 -15px; }
#footer .menu li a.first { margin-left: 0px; }

/*
 * menu
 */


#menu ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#menu li {
  position: relative;

  margin: 0px;
  padding: 0px;
}

#menu a,
#menu span { display: block; }
#menu a { text-decoration: none; }


#menu span.icon {
  background-repeat: no-repeat;
  background-position: 0 50%;
}


#menu ul.menu,
#menu li.level1 { float: left; }

#menu a.level1,
#menu span.level1 {
  float: left;
  padding: 0px 20px 0px 20px;
}

#menu a.level1 span.bg,
#menu span.level1 span.bg {
  height: 54px;
  float: left;
  line-height: 54px;
  font-size: 15px;
  color: #fff;
  letter-spacing: 0px;
  text-shadow: 0 1px 0 rgba(0,0,0,1);
  font-family: 'MuliRegular', Arial, sans-serif;
  letter-spacing: 0px;
}


#menu li.level1:hover .level1 span.bg,
#menu li.level1.remain .level1 span.bg {
  color: #ffffff;
  text-shadow: 0 0 8px rgba(255,255,255,0.7);
}

#menu li.level1.active,
#menu li.active a.level1,
#menu li.active span.level1,
#menu li.active .level1 span.bg { background: #f8981d; }

#menu li.level1:hover,
#menu li:hover a.level1,
#menu li:hover span.level1,
#menu li:hover .level1 span.bg { background:#f8981d;}

#menu li.active.first { background-position: 0 -70px; }

#menu li.active a.level1,
#menu li.active span.level1 { background-position: 100% -140px; }

#menu li.active .level1 span.bg {
  background-position: 50% -210px;
  background-repeat: repeat-x;
  text-shadow: 0 1px 2px rgba(237,145,26,1);
}


#menu a.level1 span.title,
#menu span.level1 span.title {
  font-size: 14px;
  line-height: 45px;
  text-align: center;
  letter-spacing: 0px;
}


#menu a.level1 span.subtitle,
#menu span.level1 span.subtitle {
  margin-top: -12px;
  font-size: 9px;
  font-weight: normal;
  line-height: 10px;
  text-transform: none;
  text-align: center;
  letter-spacing: 0px;
}


#menu .dropdown {
  position: absolute;
  top: 54px;
 	left: -999em;
  z-index: 100;

}

#menu li:hover .dropdown,
#menu li.remain .dropdown { left: 0px; }

#menu .dropdown-t3,
#menu .dropdown-b1,
#menu .dropdown-b2,
#menu .dropdown-b3 { background: #f8981d; }

#menu .dropdown-t1,
#menu .dropdown-t2,
#menu .dropdown-1,
#menu .dropdown-2 { 	background: #f8981d; }

#menu .dropdown-t2 {
  padding: 0px 5px 0px 5px;
  background-position: 100% 0;
}
#menu .dropdown-t3 {
  height: 11px;
  background-repeat: repeat-x;
}

#menu .dropdown-2 {
  padding: 0px;
  background-position: 100% 0;
}

#menu .dropdown-3 {
  padding: 0px 0px 0px 0px;
  background:#f8981d;
  overflow: hidden;
}

#menu .dropdown-b1 { background-position: 0 -20px; }
#menu .dropdown-b2 {
  padding: 0px 5px 0px 5px;
  background-position: 100% -30px;
}
#menu .dropdown-b3 {
  height: 5px;
  background-position: 0 -40px;
  background-repeat: repeat-x;
}


#menu li.level2 .group-box1 {
  margin: 0px 0px 0px 0px;
  border-right: 1px solid #000000;
  border-right: 1px solid rgba(246,246,246,0.7);
  overflow: hidden;
}

#menu ul.level2.last li.level2 .group-box1 { border-right: none; }

#menu li.level2 .hover-box1 { overflow: hidden; }

#menu a.level2,
#menu span.level2,
#menu li.level2.last.parent a.level2 {
  /*border-bottom: 1px solid #000000;
  border-bottom: 1px solid rgba(0,0,0,0.7);
  background: url(https://d235gwso45fsgz.cloudfront.net/u/subdomains/120520393/menu_level2_item.png) 0 -500px repeat-x;*/
  overflow: hidden;
}

#menu li.level2.last a.level2,
#menu li.level2.last span.level2,
#menu li.level2.parent span.level2 { border: none; }

#menu a.level2:hover,
#menu li.level2.last.parent a.level2:hover { background-position: 0 0;
  background:#f8981d;}

#menu a.level2 span.bg,
#menu span.level2 span.bg {
  padding: 5px 15px 5px 25px;
  margin: 0 5px;
  line-height: 20px;
  font-size: 12px;
  color: #efefef;
  text-shadow: 0 0 4px rgba(255,255,255,0.7);
}

#menu li.level2 a:hover span.bg { color: #000; background-color:#d9831c;}


#menu li.level2 .current,
#menu li.level2.last.parent a.current { background-position: 0 -60px; }

#menu li.level2 .current span.bg { color: #ffffff; }


#menu a.level2 span.title,
#menu span.level2 span.title { line-height: 33px; }

#menu a.level2 span.subtitle,
#menu span.level2 span.subtitle {
  margin-top: -18px;
  font-size: 10px;
  font-weight: normal;
  text-transform: none;
  line-height: 30px;
}


#menu a.level2 span.icon,
#menu span.level2 span.icon {
  min-height: 45px;
  padding-left: 50px;
  line-height: 45px;
}


#menu .sub {
  padding: 0px 0px 10px 0px;
  /*border-bottom: 1px solid #000000;
  border-bottom: 1px solid rgba(0,0,0,0.7);*/
}

#menu ul.level3 { padding: 5px 15px 0px 15px; }

#menu a.level3 span.bg,
#menu span.level3 span.bg {
  padding-left: 18px;
  line-height: 18px;
  font-size: 11px;
  color: #ACACAD;
  background: url(https://d235gwso45fsgz.cloudfront.net/u/subdomains/120520393/menu_level3_item.png) 0 0 no-repeat;
  text-shadow: 0 1px 0 rgba(0,0,0,1);
}

#menu a.level3.current span.bg,
#menu li.level3 a.level3:hover span.bg {
  color: #D30101;
  background-position: 0 -38px;
}






#menu .columns2 ul.level2,
#menu .columns3 ul.level2,
#menu .columns4 ul.level2 { float: left; }

#menu .columns2 ul.level2 {	width: 50%; }

#menu .columns3 ul.level2 { width: 34%; }
#menu .columns3 ul.first,
#menu .columns3 ul.last { width: 33%; }

#menu .columns4 ul.level2 { width: 25%; }

/*
 * sub menus
 */


div.mod-menu ul {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  list-style: none;
}

div.mod-menu ul.menu li {
  margin: 0px;
  padding: 0px;
}

div.mod-menu ul.menu a,
div.mod-menu ul.menu span { display: block; }
div.mod-menu ul.menu a { text-decoration: none; }


div.mod-menu ul.menu span.icon {
  background-repeat: no-repeat;
  background-position: 5px 50%;
  text-indent: 35px;
}


div.mod-menu ul.menu li.parent span.separator { cursor: pointer; }


div.mod-menu ul.menu span.subtitle { display: none; }


/*
 * sub menu: mod-line
 */

div.mod-line ul.menu span.bg {
  height: 30px;
  line-height: 30px;
  color: #525253;
  font-size: 14px;
}


div.mod-line ul.menu a:hover span.bg,
div.mod-line ul.menu span:hover span.bg,
div.mod-line ul.menu a.current span.bg { color: #B90000; }


div.mod-line ul.menu a.level1,
div.mod-line ul.menu span.level1 {
  padding: 0px 20px 0px 20px;
  background: url(https://d235gwso45fsgz.cloudfront.net/u/subdomains/120520393/submenu_level1_item.png) 0 0 repeat-x;
}

div.mod-line ul.menu a.level1.current { background-position: 0 -40px; }
div.mod-line ul.menu a.level1.current span.bg {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}

div.mod-line ul.menu li.parent .level1 span.bg { background: url(https://d235gwso45fsgz.cloudfront.net/u/subdomains/120520393/submenu_level1_item_parent.png) 100% 0 no-repeat; }
div.mod-line ul.menu li.parent:hover .level1 span.bg { background-position: 100% -30px; }
div.mod-line ul.menu li.parent.current .level1 span.bg { background-position: 100% -60px; }
div.mod-line ul.menu li.parent.active .level1 span.bg { background-position: 100% -90px; }
div.mod-line ul.menu li.parent.active .level1:hover span.bg { background-position: 100% -120px; }
div.mod-line ul.menu li.parent.active.current .level1 span.bg { background-position: 100% -150px; }


div.mod-line ul.menu ul.level2 { padding: 10px 20px 10px 20px; }

div.mod-line ul.menu li.level2 {}
div.mod-line ul.menu li.level2 a:hover {}

div.mod-line ul.menu li.level2 span.bg {
  height: 20px;
  line-height: 20px;
  text-indent: 17px;
  font-size: 12px;
  background: url(https://d235gwso45fsgz.cloudfront.net/u/subdomains/120520393/submenu_level2_item.png) 0px 0px no-repeat;
}

div.mod-line ul.menu li.level1 li.level2 a.current span.bg,
div.mod-line ul.menu li.level1 li.level2 span.bg:hover { background-position: 0 -30px; }


div.mod-line ul.menu a.level3 span.bg { margin-left: 18px; }


div.mod-line ul.menu a.level4 span.bg { margin-left: 36px; }


/*
 * module headers
 */

.module h3.header {
  margin: 0px 0px 10px 0px;
  padding: 0px;
  font-size: 26px;
  line-height: 30px;
  color: #f8981d;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: normal;
}

.module h3.header span.color { color: #003263; }


.module h3.header span.title {
  display: block;
  font-size: 26px;
  line-height: 28px;
}

.module h3.header span.subtitle {
  display: block;
  margin-top: 10px;
  line-height: 20px;
  font-size: 18px;
  font-weight: normal;
  text-indent: 1px;
  letter-spacing: 0px;
}

/*
 * space between modules
 */

#left .module,
#contentleft .module { margin-right: 1px; }

#right .module,
#contentright .module { margin-left: 1px; }

/*
 * header module positions
 */

#toolbar .left .module {
  margin-right: 15px;
  float: left;

}

#toolbar .right .module {
  margin-left: 15px;
  float: right;
}

/*
 * badge styles
 */

div.module { position: relative; }

div.module div.badge {
  position: absolute;
  top: 0px;
  right: 10px;
  width: 46px;
  height: 46px;
  background: url(https://d235gwso45fsgz.cloudfront.net/u/subdomains/120520393/module_badges.png) 0 0 no-repeat;
  overflow: hidden;
  z-index: 1;
}

div.module div.badge-hot { background-position: 0 0; }
div.module div.badge-top { background-position: 0 -50px; }
div.module div.badge-pick { background-position: 0 -100px; }
div.module div.badge-new { background-position: 0 -150px; }

/*
 * icon styles
 */

div.module h3.header span.icon {
  display: block;
  position: relative;
  top: -3px;
  left: 0px;
  width: 35px;
  height: 30px;
  background: url(https://d235gwso45fsgz.cloudfront.net/u/subdomains/120520393/module_icons.png) 0 0 no-repeat;
  overflow: hidden;
  float: left;
}

div.module h3.header span.icon-feed { background-position: 0 0; }
div.module h3.header span.icon-download { background-position: 0 -30px; }
div.module h3.header span.icon-twitter { background-position: 0 -60px; }
div.module h3.header span.icon-mail { background-position: 0 -90px; }
div.module h3.header span.icon-message { background-position: 0 -120px; }
div.module h3.header span.icon-users { background-position: 0 -150px; }
div.module h3.header span.icon-shopping { background-position: 0 -180px; }
div.module h3.header span.icon-lock { background-position: 0 -210px; }

/*
 * module: blank
 */

div.mod-blank { overflow: hidden; }

/*
 * module: dropdown
 */

#menu ul.mod-dropdown {
  padding-left: 0px;
  background: none;
}

#menu ul.mod-dropdown span.level1 span.color { display: inline; }

#menu .mod-dropdown .module {
  color: #fefefe;
  padding: 5px;
  overflow: hidden;
}

#menu .mod-dropdown .dropdown { width: 300px; }

/*
 * module: box
 */

div.mod-box div.box-1 {	/*background: #EBEBEB url(https://d235gwso45fsgz.cloudfront.net/u/subdomains/120520393/module_box_bg.png) 0 0 repeat-x;*/ }

div.mod-box div.box-2 {
  padding: 7px;
  margin: 0px 0px 10px 0px;
  border: 1px solid #DEDEDE;
  /*text-shadow: 0 1px 0 rgba(255,255,255,1);*/
  color:#c3c3c3;
  overflow: hidden;
}

.horizontal div.mod-box.last div.box-2 { background: none; }

div.mod-box h3.header {
  color: #121314;
  text-shadow: 0 1px 0 rgba(255,255,255,1);
  font-size:90%;
}

/* color black */
div.mod-box-black div.box-1 { background: #003263; }
div.mod-box-black div.box-2 {
  padding: 10px;
  border:0px;
  border-right:10px solid white;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0,0,0,1);
}

div.mod-box-black h3.header {
  color: #f68718;
  text-shadow: 0 1px 0 rgba(0,0,0,0.5);
}
div.mod-box-black h3.header span.color { color: #ffffff; }

div.mod-box-black a { color: #ffffff; }

/* color silver */
div.mod-box-silver div.box-1 { background: #c3c3c3; }
div.mod-box-silver div.box-2 {
  padding: 10px;
  border:1px;
  color: #fff;
  text-shadow: 0 1px 3px rgba(170,170,170,1);
}

div.mod-box-silver h3.header {
  color: #F68718;
  text-shadow: 0 0 3px rgba(160,160,160,0.3);
}
div.mod-box-silver h3.header span.color { color: #003263; }

div.mod-box-silver a { color: #1b3561; }

/* color templatecolor */
div.mod-box-templatecolor div.box-1 { background: #f68718; }
div.mod-box-templatecolor div.box-2 {
  padding: 10px;
  border:0px;
  border-right:10px solid white;
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0,0,0,0.3);
}

div.mod-box-templatecolor h3.header { text-shadow: none; }
div.mod-box-templatecolor h3.header span.color {
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0,0,0,0.3);
}
div.mod-box-templatecolor h3.header span.subtitle {
  color: #7D0000;
  text-shadow: 0 1px 0 rgba(255,255,255,0.25);
}

div.mod-box-templatecolor a {
  color: #4F0000;
  text-shadow: 0 1px 0 rgba(255,255,255,0.2);
}

/*
 * module: line
 */

div.mod-line div.box-1 {
  padding: 10px;
  overflow: hidden;
}

.horizontal div.mod-line div.box-1 { border-right: 1px solid #E5E5E5; }
#contentbottom div.mod-line div.box-1,
#mainbottom div.mod-line div.box-1 {
  border-top: 1px solid #E5E5E5;
  border-bottom: none;
}

#bottom div.mod-line div.box-1 { border-color: #252525; }

.horizontal div.mod-line.last div.box-1 { border-right: none; }

#left div.mod-line.last div.box-1,
#right div.mod-line.last div.box-1,
#contentleft div.mod-line.last div.box-1,
#contentright div.mod-line.last div.box-1,
#bottom .horizontal div.mod-line div.box-1,
#bottom .vertical div.mod-line.last div.box-1 { border-bottom: none; }

#bottom .horizontal div.mod-line div.box-1 {
  border-right: none;
  background: url(https://d235gwso45fsgz.cloudfront.net/u/subdomains/120520393/module_line_bg.png) 100% 0 repeat-y;
}

#bottom .horizontal div.mod-line.last div.box-1 { background: none; }

/*
 * module: menu
 */

div.mod-menu-line div.box-1 { padding: 10px 0px 20px 0px; }
#left div.mod-menu-line div.box-1,
#contentleft div.mod-menu-line div.box-1 { padding: 10px 0px 20px 0px; }

div.mod-menu-line div.box-1 h3.header { margin: 0px 20px 10px 20px; }

/*
 * module: polaroid
 */

div.mod-polaroid,
#right div.mod-polaroid,
#contentright div.mod-polaroid,
#left div.mod-polaroid,
#contentleft div.mod-polaroid { margin: 10px; }

div.mod-polaroid div.badge-tape {
  position: absolute;
  top: -13px;
  left: 50%;
  width: 114px;
  height: 38px;
  margin-left: -57px;
  background: url(https://d235gwso45fsgz.cloudfront.net/u/subdomains/120520393/module_polaroid_tape.png) 0 0 no-repeat;
  z-index: 1;
}

div.mod-polaroid div.box-1 {
  margin-top: 13px;
  padding: 10px 10px 5px 10px;
  border-top: 1px solid #C8C8C8;
  border-left: 1px solid #C8C8C8;
  border-right: 1px solid #C8C8C8;
  background: #ffffff url(https://d235gwso45fsgz.cloudfront.net/u/subdomains/120520393/module_polaroid_bg.png) 0 100% repeat-x;
  overflow: hidden;
}

div.mod-polaroid div.box-2 {
  margin-bottom: 5px;
  background: #000000;
}

div.mod-polaroid div.box-3 {
  padding: 10px 15px 10px 15px;
  overflow: hidden;
  font-family: "Comic Sans MS", "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-style: italic;
  color: #C8C8C8;
}

div.mod-polaroid div.box-b1,
div.mod-polaroid div.box-b2,
div.mod-polaroid div.box-b3 { background: url(https://d235gwso45fsgz.cloudfront.net/u/subdomains/120520393/module_polaroid_shadows.png) 0 0 no-repeat; }

div.mod-polaroid div.box-b2 {
  padding: 0px 70px 0px 70px;
  background-position: 100% -5px;
}

div.mod-polaroid div.box-b3 {
  height: 5px;
  background-position: 0 -10px;
  background-repeat: repeat-x;
}

div.mod-polaroid h3.header {
  height: 25px;
  margin: 0px 0px 0px 0px;
  line-height: 25px;
  text-align: center;
  letter-spacing: -1px;
  font-family: "Comic Sans MS", "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-style: italic;
  color: #323232;
  font-size: 18px;
  text-shadow: none;
}

/*
 * module: postit
 */

div.mod-postit,
#right div.mod-postit,
#contentright div.mod-postit,
#left div.mod-postit,
#contentleft div.mod-postit { margin: 10px; }

div.mod-postit div.box-1 {
  background: #FFFFAA;
  color: #323232;
}

div.mod-postit div.box-2 {
  padding: 15px 15px 0px 15px;
  overflow: hidden;
  font-family: "Comic Sans MS", "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-style: italic;
}

div.mod-postit div.box-b1,
div.mod-postit div.box-b2,
div.mod-postit div.box-b3 { background: url(https://d235gwso45fsgz.cloudfront.net/u/subdomains/120520393/module_postit_shadows.png) 0 0 no-repeat; }

div.mod-postit div.box-b2 {
  padding: 0px 90px 0px 60px;
  background-position: 100% -40px;
}

div.mod-postit div.box-b3 {
  height: 40px;
  background-position: 0 -80px;
  background-repeat: repeat-x;
}

div.mod-postit h3.header {
  height: 30px;
  margin: -15px -15px 5px -15px;
  background: #FFFFDA;
  font-size: 18px;
  line-height: 30px;
  text-indent: 15px;
  letter-spacing: -1px;
  font-family: "Comic Sans MS", "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-style: italic;
  color: #323232;
  text-shadow: none;
}


/*
 * item
 */

#system .title {
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 30px;
  letter-spacing: -1px;
  color: #003263;
}

#system .item > .date {
  margin-right: 10px;
  width: 36px;
  height: 36px;
  background: url(https://d235gwso45fsgz.cloudfront.net/u/subdomains/120520393/system_date.png) 0 0 no-repeat;
  float: left;
  text-align: center;
  color: #FFFFFF;
}

#system .item > .date .day {
  margin-top: 2px;
  font-size: 18px;
  font-weight: normal;
  line-height: 18px;
  letter-spacing: 1px;
}

#system .item > .date .month {
  margin: 0px 3px 0px 3px;
  padding-bottom: 1px;
  font-size: 9px;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#system .item > .date + .title {
  margin: 0 0 15px 0;
  line-height: 36px;
}

#system .item > .meta {
  font-size: 12px;
  line-height: 15px;
  color: #ACACAD;
}

#system .item > .links a { margin-right: 5px; }

#system .item > .links a:after { content: ""; }

#system .items { margin: 0px -20px 0 -20px; }

#system .items .item {
  margin: 29px 0px 0px 0px;
  padding: 30px 20px 0px 20px;
  border-color: #E5E5E5;
}

#system .item-list {
  margin-top: 29px;
  padding-top: 15px;
  border-color: #E5E5E5;
}

#system .items .item > .meta { margin-top: 20px; }

/* Joomla 1.5/1.6 only */
#system .item > .icon { margin-top: 10px; }

#system .items.leading {
  padding-bottom: 29px;
  margin-bottom: 29px;
  border-color: #E5E5E5;
}

/*
 * searchbox
 */

#searchbox {
    width: 230px;
    height: 62px;
    padding: 8px 0 0 0;
    background: url(https://d235gwso45fsgz.cloudfront.net/u/subdomains/120520393/searchbox_bg.png) 0 0 no-repeat;
}
#searchbox:hover  { background-position: 0 0; }

#searchbox input {
    padding: 3px 0px 3px 0px;
    width: 172px;
    height: 20px;
    color: #909096;
    font-size: 12px;
    line-height:20px;
    border: none;
    background: transparent;
}

#searchbox button {
  border: none;
  background: transparent;
}

#searchbox:hover input,
#searchbox input:focus { color: #000; }

#searchbox button.magnifier {
    width: 26px;
    background: url(https://d235gwso45fsgz.cloudfront.net/u/subdomains/120520393/searchbox_magnifier.png) 50% 50% no-repeat;
}

#searchbox button.reset { background: url(https://d235gwso45fsgz.cloudfront.net/u/subdomains/120520393/searchbox_reset.png) 50% 50% no-repeat; }
#searchbox .loading button.reset { background-image: url(https://d235gwso45fsgz.cloudfront.net/u/subdomains/120520393/searchbox_loader.gif); }

#searchbox .results {
    top: 47px;
    right: -7px;
    border: none;
    background: #c3c3c3;
    -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.4);
    box-shadow: 0 3px 3px rgba(0,0,0,0.4);
}

#searchbox .results li.results-header,
#searchbox .results li.more-results {
    height: 40px;
    border: none;
    line-height: 40px;
    color: #F2F1F0;
    font-size: 18px;
    text-shadow: 0 -1px 0 rgba(0,0,0,1);
    background: #1b3561;
}

#searchbox .results li.result {
    border-color: #000000;
    border-color: 0 0 3px rgba(255,255,255,0.7);
    color:#fff;
}
#searchbox .results li.result.selected {
    color: #ffffff;
    background: #f8981d;
    text-shadow: 0 0 3px rgba(255,255,255,0.7);
}

#searchbox .results li.result h3 { color: #fff; }
#searchbox .results li.result.selected h3 { color: #ffffff; }

#searchbox .results li.more-results {
    padding-left: 20px;
    border-color: #222426;
    font-size: 14px;
    background-position: 0 -40px;
}

#searchbox .results li.more-results:hover { color: #f8981d; }


/*
 * table zebra
 */

table.zebra th,
table.zebra td {
  padding: 9px;
  border-bottom: 1px solid #E0E0E1;
}

table.zebra tbody tr.odd { background: #F0F1F2; }
table.zebra tbody tr:nth-of-type(odd) { background: #F0F1F2; }

table.zebra tbody tr.even { background: #FEFEFF; }
table.zebra tbody tr:nth-of-type(even) { background: #FEFEFF; }

/*
 * list style line
 */

ul.line > li {
  border-top-style: solid;
  border-color: #E5E5E5;
  color: #525252;
}
ul.line li a {
  color: #525252;
  text-decoration: none;
}
ul.line li a:hover,
#bottom ul.line li a:hover { color: #AC0000; }

#bottom ul.line > li {
  color: #7A7A81;
  border-color: #252525;
}
#bottom ul.line li a { color: #7A7A81; }

/*
 * pagination
 */

#system .pagination a,
#system .pagination strong {
  height: 16px;
  min-width: 16px;
  margin: 0px 3px 0px 3px;
  padding: 0px;
  border: none;
  line-height: 16px;
  overflow: hidden;
}

#system .pagination a { color: #ACACAD; }
#system .pagination strong { color: #AC0000; }
#system .pagination a:hover {
  color: #525254;
  text-decoration: underline;
}

#system .pagination .previous,
#system .pagination .next {
  width: 16px;
  background: url(https://d235gwso45fsgz.cloudfront.net/u/subdomains/120520393/pagination_bg.png) 0 0 no-repeat;
  text-indent: 50px;
}

#system .pagination .previous:hover { background-position: 0 -20px; }
#system .pagination .next { background-position: 0 -40px; }
#system .pagination .next:hover { background-position: 0 -60px; }

#system .pagination .first,
#system .pagination .last { display: none; }

/*
 * breadcrumbs
 */

.breadcrumbs {
  height: 20px;
  padding: 15px 20px 15px 20px;
  border-bottom: 1px solid #E8E8E9;
  line-height: 20px;
}

.breadcrumbs a,
.breadcrumbs span,
.breadcrumbs strong {
  height: 20px;
  padding: 0 10px 0 0;
  line-height: 20px;
}

#page .breadcrumbs a,
#page .breadcrumbs span {
  margin-right: 10px;
  border-right: 1px solid #E8E8E9;
  color: #ACACAC;
}

#page .breadcrumbs a:hover {
  color: #525252;
  text-decoration: underline;
}

.breadcrumbs strong {
  color: #AC0000;
  font-weight: normal;
}

/*
 * readmore button
 */

a.readmore,
a.readmore span.readmore-1,
a.readmore span.readmore-2  { background: url(https://d235gwso45fsgz.cloudfront.net/u/subdomains/120520393/readmore.png) 0 0 no-repeat; }

a.readmore {
  border: none;
  padding: 0px;
  font-size: 10px;
  color: #F2F1F0;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(0,0,0,1);
  background: url(https://d235gwso45fsgz.cloudfront.net/u/subdomains/120520393/readmore.png) 0 0 no-repeat;
}

a.readmore span.readmore-1 {
  padding: 0px 10px 0px 10px;
  background-position: 100% -30px;
  display: block;
}

a.readmore span.readmore-2 {
  height: 25px;
  line-height: 25px;
  color: #464648;
  text-shadow: 0 1px 0 rgba(255,255,255,1);
  background-position: 0 -60px;
  background-repeat: repeat-x;
  display: block;
}

a.readmore:hover { background-position: 0 -90px; }
a.readmore:hover span.readmore-1 { background-position: 100% -120px; }
a.readmore:hover span.readmore-2 {
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0,0,0,0.3);
  background-position: 0 -150px;
}

a.readmore:active { background-position: 0 -180px; }
a.readmore:active span.readmore-1 { background-position: 100% -210px; }
a.readmore:active span.readmore-2 {
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0,0,0,0.3);
  background-position: 0 -240px;
}


#left #form-login fieldset,
#right #form-login fieldset { border: none; }

/*
 * YOOtweet
 */

/* single */
#bottom div.single div.yoo-tweet {
  min-height: 40px;
  padding-right: 80px;
  text-align: right;
  background: url(https://d235gwso45fsgz.cloudfront.net/u/subdomains/120520393/tweet_bg.png) 100% 50% no-repeat;
}

#bottom div.single div.yoo-tweet p.text {
  font-size: 24px;
  line-height: 30px;
  font-style: italic;
  font-family: Georgia, "Times New Roman", Times, serif;
}

/*
 * YOOlogin
 */


/* quick */
#header span.quick span.yoo-login {}

#header span.quick span.yoo-login span.login { width: 231px; }

#header span.quick span.yoo-login span.login span.login-button-text,
#header span.quick span.yoo-login span.login span.login-button-icon { margin-right: 0px; }

#header span.quick span.yoo-login span.login span.lostpassword,
#header span.quick span.yoo-login span.login span.lostusername,
#header span.quick span.yoo-login span.login span.registration { margin-top: 5px; }

#header span.quick span.yoo-login span.logout {
  margin-top: 10px;
  overflow: visible;
}

#header span.quick span.yoo-login span.logout span.logout-button-text,
#header span.quick span.yoo-login span.logout span.logout-button-icon { margin-right: 0px; }

/* nifty quick */
#header span.niftyquick span.yoo-login {}

#header span.niftyquick span.yoo-login span.login {
  width: 268px;
  height: 50px;
}

#header span.niftyquick span.yoo-login span.login span.login-button { margin-right: 0px; }

#header span.niftyquick span.yoo-login span.login span.lostpassword,
#header span.niftyquick span.yoo-login span.login span.lostusername,
#header span.niftyquick span.yoo-login span.login span.registration { margin-top: 5px; }

#header span.niftyquick span.yoo-login span.logout {
  margin-top: 10px;
  overflow: visible;
}

#header span.niftyquick span.yoo-login span.logout span.logout-button { margin-right: 0px; }


#header span.niftyquick span.yoo-login span.login span.username input,
#header span.niftyquick span.yoo-login span.login span.password input {
  width: 95%;
  height: 12px;
  background: #ffffff;
  border: 1px solid #ffffff;
  overflow: hidden;
}


/* BACKGROUND */
#page.background-desert {
  background-image: url(https://d235gwso45fsgz.cloudfront.net/u/subdomains/120520393/desert_bg.jpg);
  background-color: #130F0C;
  background-repeat: no-repeat;
}

#page.background-grass {
  background-image: url(https://d235gwso45fsgz.cloudfront.net/u/subdomains/120520393/grass_bg.jpg);
  background-color: #0A0C07;
  background-repeat: no-repeat;
}

#page.background-stadium {
  background-image: url(https://d235gwso45fsgz.cloudfront.net/u/subdomains/120520393/stadium_bg.jpg);
  background-color: #19191B;
  background-repeat: no-repeat;
}

#page.background-worldmapblue {
  background-image: url(https://d235gwso45fsgz.cloudfront.net/u/subdomains/120520393/worldmapblue_bg.png);
  background-color: #010115;
  background-repeat: repeat-x;
}
.background-worldmapblue #page-body { background: url(https://d235gwso45fsgz.cloudfront.net/u/subdomains/120520393/worldmapblue_img.jpg) 50% 0 no-repeat; }

#page.background-worldmapwhite {
  background-image: url(https://d235gwso45fsgz.cloudfront.net/u/subdomains/120520393/worldmapwhite_bg.png);
  background-color: #DFE0E2;
  background-repeat: repeat-x;
}
.background-worldmapwhite #page-body { background: url(https://d235gwso45fsgz.cloudfront.net/u/subdomains/120520393/worldmapwhite_img.jpg) 50% 0 no-repeat; }

#page.background-street {
  background-image: url(https://d235gwso45fsgz.cloudfront.net/u/subdomains/120520393/street_bg.jpg);
  background-color: #19191B;
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#page.background-fabricdark {	background-image: url(https://d235gwso45fsgz.cloudfront.net/u/subdomains/120520393/fabricdark_bg.png); }
.background-fabricdark #page-body { background: url(https://d235gwso45fsgz.cloudfront.net/u/subdomains/120520393/fabricdark_img.jpg) 50% 0 no-repeat; }

#page.background-squares {	background-image: url(https://d235gwso45fsgz.cloudfront.net/u/subdomains/120520393/squares_bg.png); }
.background-squares #page-body { background: url(https://d235gwso45fsgz.cloudfront.net/u/subdomains/120520393/squares_img.jpg) 50% 0 no-repeat; }

#page.background-grid {
  background-image: url(https://d235gwso45fsgz.cloudfront.net/u/subdomains/120520393/grid_img.jpg);
  background-repeat: no-repeat;
  background-color: #D3D4D8;
}
.background-grid #page-body { background: url(https://d235gwso45fsgz.cloudfront.net/u/subdomains/120520393/grid_bg.png) 50% 0 repeat; }

#page.background-concert {
  background-image: url(https://d235gwso45fsgz.cloudfront.net/u/subdomains/120520393/concert_bg.jpg);
  background-color: #0B0B09;
  background-repeat: no-repeat;
}

/* set raster overlays */
.background-stadium #page-body,
.background-street #page-body,
.background-grass #page-body,
.background-concert #page-body { background: url(https://d235gwso45fsgz.cloudfront.net/u/subdomains/120520393/raster.png) 50% 0 repeat;}

/* darker wrappers */
#page.background-desert .wrapper-1,
#page.background-desert .wrapper-2,
#page.background-grass .wrapper-1,
#page.background-grass .wrapper-2,
#page.background-stadium .wrapper-1,
#page.background-stadium .wrapper-2,
#page.background-worldmapblue .wrapper-1,
#page.background-worldmapblue .wrapper-2,
#page.background-fabricdark .wrapper-1,
#page.background-fabricdark .wrapper-2,
#page.background-squares .wrapper-1,
#page.background-squares .wrapper-2 { background-image: url(https://d235gwso45fsgz.cloudfront.net/u/subdomains/120520393/wrapper_dark_bg.png); }

/* FONTS */
body.font-lucida,
.font-lucida h1,
.font-lucida h2,
.font-lucida h3,
.font-lucida h4,
.font-lucida h5,
.font-lucida h6 { font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif; }

body.font-georgia,
.font-georgia h1,
.font-georgia h2,
.font-georgia h3,
.font-georgia h4,
.font-georgia h5,
.font-georgia h6 { font-family: Georgia, "Times New Roman", Times, serif; }

body.font-trebuchet,
.font-trebuchet h1,
.font-trebuchet h2,
.font-trebuchet h3,
.font-trebuchet h4,
.font-trebuchet h5,
.font-trebuchet h6 { font-family: "Trebuchet MS", Verdana, Arial, sans-serif; }

/*
 * This CSS file is for customization purpose only
 */

#logo a.logo-icon {
  display: block;
  width: 240px;
  height: 260px;
  background: url(https://d235gwso45fsgz.cloudfront.net/u/subdomains/120520393/logo.png) 0 0 no-repeat;
}
#logo-right {
  display: block;
  position: absolute;
  top: 200px;
  right: 0px;
  width: 700px;
  padding-top:15px;
  font-size:250%;
  color:#003263;
  font-family: 'DroidSansRegular', Arial, sans-serif;
  text-shadow: 0px 4px 4px rgba(160,160,160,0.5);
  text-transform: uppercase;
  text-align:right;
}
/* rss + twitter toolbar icons */
#toolbar a.rss,
#toolbar a.twitter {
  display: inline-block;
  margin-top: 7px;
}

/* demo content: icons page */
.iconbox {
  padding: 19px;
  border: 1px solid #E5E5E5;
  background: #FAFBFB;
  overflow: hidden;
}

/* demo content: social bookmarks */
#socialbookmarks a {
  display: block;
  height: 30px;
  width: 30px;
  background: url(https://d235gwso45fsgz.cloudfront.net/u/subdomains/120520393/socialbookmarks.png) 0 0 no-repeat;
}

#socialbookmarks a.twitter:hover { background-position: 0 -30px; }
#socialbookmarks a.facebook { background-position: 0 -60px; }
#socialbookmarks a.facebook:hover { background-position: 0 -90px; }
#socialbookmarks a.flickr { background-position: 0 -120px; }
#socialbookmarks a.flickr:hover { background-position: 0 -150px; }
#socialbookmarks a.linkedin { background-position: 0 -180px; }
#socialbookmarks a.linkedin:hover { background-position: 0 -210px; }
#socialbookmarks a.myspace { background-position: 0 -240px; }
#socialbookmarks a.myspace:hover { background-position: 0 -270px; }
#socialbookmarks a.youtube { background-position: 0 -240px; }
#socialbookmarks a.youtube:hover { background-position: 0 -270px; }
.gk_ni_6_tab, .gk_ni_6_tab_active { background: #c3c3c3;}

#maintop {	border:1px solid #DEDEDE;}
#bottom .module h3.header span.color {color:#fff;}
#bottom .module p, #bottom .module a {color:#dce9ff;}
#bottom .module hr {color:#293c5d;}


.wrapper { width: 1020px; }
#content-shift { margin-right: 240px; }
#contentright { width: 240px; margin-left: -240px; }
#menu .dropdown { width: 250px; }
#menu .columns2 { width: 500px; }
#menu .columns3 { width: 699px; }
#menu .columns4 { width: 1000px; }










/* ticketsolve */

#ticketsolve, p#member_bar, #ticketsolve p {
}

#dunamaise #ticketsolve {
  font-size:12px;
  width:100%;
}

p#member_bar {
  padding:0;
  margin:0 auto 8px auto;
  width:100%;
  font-size:12px;
}

#dunamaise #shows {
  width:100%;
}

#dunamaise #ticketsolve #events {
  width:620px;
  padding:20px;
}

#dunamaise #ticketsolve #print-page a, #dunamaise #ticketsolve #print-page a:hover, #dunamaise #ticketsolve #print-page a:visited { color:#FFF; text-decoration:none; }

#dunamaise #ticketsolve .event_time ul li a,
#dunamaise #ticketsolve .event_time ul li a:visited,
#dunamaise #ticketsolve .event_time ul li a:link {
  text-decoration:none;
  color:#000;
}

#dunamaise #ticketsolve .event_time ul li a:hover {
  text-decoration:none;
}

#dunamaise #timer.expired a, #dunamaise #timer.expired a:visited, #dunamaise #ticketsolve #timer.expired, #dunamaise #ticketsolve #timer.expired p, #dunamaise #ticketsolve .vevent a:link.book, #dunamaise #ticketsolve .vevent a.book, #dunamaise #ticketsolve .vevent a:visited.book, #dunamaise #ticketsolve .vevent a:hover.book,
#dunamaise #ticketsolve a:link.review-cart, #dunamaise #ticketsolve a.review-cart, #dunamaise #ticketsolve a:visited.review-cart, #dunamaise #ticketsolve a:hover.review-cart,
#dunamaise #ticketsolve a:link.details-payment, #dunamaise #ticketsolve a.details-payment, #dunamaise #ticketsolve a:visited.details-payment, #dunamaise #ticketsolve a:hover.details-payment,
#dunamaise #ticketsolve a:link.edit-cart, #dunamaise #ticketsolve a.edit-cart, #dunamaise #ticketsolve a:visited.edit-cart, #dunamaise #ticketsolve a:hover.edit-cart,
#dunamaise #ticketsolve a#checkout_btn {
  color:#FFF;
  text-decoration:none;
}

#dunamaise #ticketsolve table#cart a.show_name,
#dunamaise #ticketsolve table#cart a.show_name:visited,
#dunamaise #ticketsolve table#cart a.show_name:hover {
  color:#000;
}

#dunamaise #ticketsolve #cart-comment p,
#dunamaise #ticketsolve #cart-comment textarea {
  color:#333;
}

#dunamaise #ticketsolve #member_login h2, #dunamaise #ticketsolve #member_create h2  {
  color:#000;
}

#dunamaise #ticketsolve  form#checkout ol#member_email_questions li label {
  width:120px;
}

#dunamaise #ticketsolve .description strong em {
  font-style:italic;
  font-weight:bold;
}

#dunamaise #ticketsolve .no-properties {
  float:right;
  margin-top:0.7em;
}

#dunamaise #ticketsolve p.location {
  display:none;
}

#dunamaise #ticketsolve p {
  color:#000;
}

#dunamaise #ticketsolve .detail h1, #dunamaise #ticketsolve .detail h1 a, #dunamaise #ticketsolve .detail h1 a:visited {
  font-size:1.4em;
  line-height:1.2em;
}

#dunamaise #ticketsolve h2, #dunamaise #ticketsolve h2 a, #dunamaise #ticketsolve h2 a:visited {
  font-size:1.3em;
}

#dunamaise #ticketsolve h3, #dunamaise #ticketsolve h3 a, #dunamaise #ticketsolve h3 a:visited {
  font-size:1.4em;
}

#dunamaise #ticketsolve h1 a:hover {
  text-decoration:none;
}

#dunamaise #ticketsolve .vevent p.dates, #dunamaise #ticketsolve #show-detail p.location {
  line-height:1.3em;
}

#dunamaise #member_bar a:link,
#dunamaise #ticketsolve a:link {
  color:#F8981D;
  text-decoration:none;
  background-color:transparent;
}
#dunamaise #member_bar a:visited,
#dunamaise #ticketsolve a:visited {
  color:#F8981D;
  text-decoration:none;
  background-color:transparent;
}
#dunamaise #member_bar a:hover,
#dunamaise #ticketsolve a:hover {
  text-decoration:underline;
  background-color:transparent;
}
#dunamaise #member_bar a:active,
#dunamaise #ticketsolve a:active {
  color:#000;
  background-color:transparent;
}

#dunamaise #ticketsolve h1 a:link, #dunamaise #ticketsolve  h1 a, #dunamaise #ticketsolve h1 a:visited
#dunamaise #ticketsolve #shows h2 a:link, #dunamaise #ticketsolve #shows h2 a, #dunamaise #ticketsolve #shows h2 a:visited {
  color:#000;
  text-decoration:none;
}

#dunamaise #ticketsolve h1, #dunamaise #ticketsolve h1 a, #dunamaise #ticketsolve h1 a:visited {
  font-size:1.85em;
  text-decoration:none;
}

#dunamaise #ticketsolve #customer_address_line_2 {
  display:block;
  margin:0.5em 0 0 168px;
}

#dunamaise #ticketsolve #customer_source_other {
  width:120px;
}

#dunamaise .performance form label {
  font-size:1.2em;
}

#dunamaise #ticketsolve h1, #dunamaise #ticketsolve h3,
#dunamaise #ticketsolve h1 a, #dunamaise #ticketsolve h1 a:visited {
  color:#000;
}

#dunamaise #ticketsolve h2  {
  color:#000;
}

#dunamaise #ticketsolve #checkout_validation_errors {
  background: #FFF0F0;
}


#dunamaise #ticketsolve table#cart tr td input {
  float:left;
  display:inline;
  font-size:1.1em;
}

#dunamaise #ticketsolve table#cart tr#cart-total td#total {
  font-size:1em;
}

#dunamaise abbr {
  border:0px;
}

#dunamaise #ticketsolve form#checkout label {
  font-size:1em;
}

#dunamaise #ticketsolve form#checkout small {
  font-size:0.8em;
}

#dunamaise #ticketsolve ol.def li dl dt, #dunamaise #ticketsolve ol.def li dl dd, #dunamaise #ticketsolve ol.def li {
  font-size:1em;
}

body.index_page #ticketsolve h3 {
  margin-bottom:0;
}

#dunamaise #ticketsolve ol.def {
  border-bottom:1px solid #AAA;
  padding-bottom:1em;
  width:auto;
  margin-bottom:1em;
}

#dunamaise #ticketsolve table#cart a.edit-cart,#dunamaise  #ticketsolve table#cart a.edit-cart:link,#dunamaise  #ticketsolve table#cart a.edit-cart:visited, #dunamaise #ticketsolve a.browse_btn,#dunamaise #ticketsolve a.browse_btn:link,#dunamaise #ticketsolve a.browse_btn:visited  {
  color:#444444;
  text-decoration: none;
}

#dunamaise #ticketsolve p.base_bar a.browse_btn_large, #dunamaise #ticketsolve p.base_bar  a.browse_btn_large{color:#444;text-decoration:none;}

#dunamaise #ticketsolve #skip-membership a,
#dunamaise #ticketsolve #skip-membership a:hover{color:#fafafa;text-decoration: none;}

#dunamaise #ticketsolve p#cart_confirm input, #ticketsolve input#confirm-button {
  font-size:1.2em;
}

#dunamaise p#base {
  margin-top:40px;
}

#ticketsolve .event_time ul li.dtstart {
  width:90px;
}

#event_jump {
  display:none;
}

#dunamaise.seat_choose #content-shift {
  margin-right:0;
}
#dunamaise.seat_choose #contentright {
  display:none;
}

#dunamaise #ticketsolve ol#payment {
  margin:0;
}

#ticketsolve p, #ticketsolve li, #ticketsolve label { font-size:1em; }

table.calendar tr.dayName th {
  padding: 0.5em 0.1em;
  font-size: 1em;
}
}