html, body {
  margin: 0px;
  padding: 0px;
  font-family: Calibri, Tahoma, Verdana, Arial, Helvetica, sans-serif;
  }

body {
  background: #fff;
  font-size: 80%;
  }
body.default {
  background: #ddd;
  }
body.backoffice {
  background: #fff;
  }
body.popup {
  background: #fff;
  }
body.form {
  background: #fff;
  }

strong
{
    font-weight: bold;
    color: black;
}

strong.highlight
{
    color: #336699;
}

#base {
  background: #fff;
  width: 67.1em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin: 0px auto 11px auto;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  -webkit-box-shadow: 0px 0px 10px #bbb;
  -moz-box-shadow: 0px 0px 10px #bbb;
  box-shadow: 0px 0px 10px #bbb;
  }
body.popup #base {
  margin: 0;
  /*
  width: 570px;
  margin: 0px auto 0px auto;
  */
  }
#header {
  margin: 0px;
  text-align: left;
  background: #fff;
  }

#nav {
    /*
    width: 858px;
    */
    margin: 0px;
    height: 28px;
    text-align: left;
    /*
    color: white;
    color: black;
    background: #CD9933;
    background: #e4bb69;
    border-top: 1px solid #B38D1B;
    border-bottom: 1px solid #B38D1B;
    */
    background: #ddd;
    -webkit-box-shadow: -3px 3px 10px #bbb;
    -moz-box-shadow: -3px 3px 10px #bbb;
    box-shadow: -3px 3px 10px #bbb;
  }
#nav_left {
  /*
  background: url(../images/nav_edge_left.gif) 0 0 no-repeat;
  */
  height: 29px;
  padding: 0px 10px;
  float: left;
  position: absolute;
  }
#nav_right {
  /*
  background: url(../images/nav_edge_right.gif) 100% 0 no-repeat;
  */
  height: 25px;
  padding: 3px 15px;
  float: right;
  }
#nav_right form {
  margin: 0px;
  padding: 0px;
  }
#nav_right option {
  /*
  background: #b8bbc8;
  */
  background: #fff;
  }
#nav_right select {
  /*
  background: #b8bbc8;
  */
  background: #fff;
  color: #888;
  margin-top: 1px;
  font-size: 7pt;
}

ul#nav_main {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  z-index: 10;
}
ul#nav_main li {
  float: left;
  margin: 0px;
  padding: 0 0 5px 0;
}
ul#nav_main li a {
  display: block;
  margin: 0px;
  /*
  color: #fff;
  color: black;
  */
  color: #402d00;
  text-decoration: none;
  font-size: 13px;
  padding: 6px 8px 6px 8px;
}
ul#nav_main li a:hover {
  color: black;
}

/* Submenu */
ul#nav_main li ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  position: absolute;
  top: 28px;
  left: -999em;
  /*
  background-color: #9AC287;
  background-color: #e5bf7c;
  border-left: 1px dotted #76A063;
  border-right: 1px dotted #76A063;
  border-top: 1px dotted #76A063;
  */
  background-color: #ddd;
  width: 11em;
  border-left: 1px dotted #bbbbbb;
  border-right: 1px dotted #bbbbbb;
  border-top: 1px dotted #bbbbbb;
}

ul#nav_main li a[href *= 'pdf_open'],
ul#nav_main li a[href $= '.pdf']
{ 
  padding-right: 25px;
  background-color: transparent;
  background-image: url(../images/icons/pdf_16px.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 95% 50%;
}

/*
ul#nav_main li a[href *= 'login'],
ul#nav_main li a[href *= 'enroll'],
ul#nav_main li a[href *= 'shop']
{ 
  padding-right: 17px;
  background-color: transparent;
  background-image: url(../images/icons/link_external.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: right center;
}
*/

/* Add icons for some submenu items */
ul#nav_main li ul li a[href *= 'video_play'], 
ul#nav_main li ul li a[href *= 'page=video']
{ 
  padding-right: 17px;
  background-color: transparent;
  background-image: url(../images/icons/film.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 95% center;
}

ul#nav_main li ul li a[href *= 'page=home']
{ 
  padding-right: 17px;
  background-color: transparent;
  background-image: url(../images/icons/house.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 95% center;
}

ul#nav_main li ul li a[href *= 'page=audio']
{ 
  padding-right: 17px;
  background-color: transparent;
  background-image: url(../images/icons/audio_mix.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 95% center;
}

ul#nav_main li ul li a[href *= 'page=articles']
{ 
  padding-right: 17px;
  background-color: transparent;
  background-image: url(../images/icons/file_text.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 95% center;
}

ul#nav_main li ul li a[href *= 'page=contact']
{ 
  padding-right: 17px;
  background-color: transparent;
  background-image: url(../images/icons/cellphone_16px.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 95% center;
}

/* Attach an Acrobat PDF icon to all PDF links */
a[href *= 'pdf_open'],
a[href $= '.pdf'],
.pdf
{ 
  padding: 1px 0 1px 22px;
  background-color: transparent;
  background-image: url(../images/icons/pdf_16px.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 0% 50%;
  line-height: 150%;
}

a[href *= 'mailto:'], a.mailto
{ 
  padding: 1px 0 1px 22px;
  background-color: transparent;
  background-image: url(../images/icons/email_16px.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: top middle;
}

a.more
{ 
  padding-left: 0px;
  padding-right: 12px;
  background-color: transparent;
  background-image: url(../images/greenarrow.gif);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: right center;
}
a.more:hover {
  background-image: url(../images/redarrow.gif);
}

a.gotomeeting
{ 
  padding: 2px 0 2px 20px;
  background-color: transparent;
  background-image: url(../images/icons/gotomeeting_16.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: left center;
}

a.download
{ 
  padding-left: 17px;
  background-color: transparent;
  background-image: url(../images/icons/download.gif);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: left center;
}

a.film
{ 
  padding-left: 17px;
  background-color: transparent;
  background-image: url(../images/icons/film.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: left center;
}

a[onclick *= 'video_show']
{ 
  padding-left: 20px;
  background-color: transparent;
  background-image: url(../images/icons/film.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 0% center;
}

a.button {
    /*
    background-color: #F2D47C;
    color: #6B5411;
    border: 1px solid #B38D1B;
    */

    /*
    background-color: #660000;
    color: white;
    border: 1px solid #894c4c;
    */

    /*
    background-color: #e4bb69;
    color: #402d00;
    border: 1px solid #B38D1B;
    */

    background-color: #781f1c;
    color: white;
    border: 1px solid #894c4c;

    text-align: center;
    display: block;
    padding: 3px 3px 3px 3px;
    margin-bottom: 5px;
    -webkit-box-shadow: -3px 3px 10px #bbb;
    -moz-box-shadow: -3px 3px 10px #bbb;
    box-shadow: -3px 3px 10px #bbb;
}
a.button:hover {
    /*
    background-color: #894c4c;
    background-color: #EDC342;
    background-color: #d2aa59;
    */
    background-color: #9b3e36;
}

/* This class has to added last */
a.clean, a.noicon {
  background: none;
  margin: 0;
  padding: 0;
}

/* Submenu items */
ul#nav_main li ul li {
  /*
  border-bottom: 1px dotted #B38D1B;
  */
  border-bottom: 1px dotted #bbbbbb;
  padding: 0;
  z-index: 99;
  }
/* Submenu item hover */
ul#nav_main li ul li a:hover {
  /*
  background-color: #AFD0A0;
  background-color: #E1A838;
  */
  background-color: #bbb;
  }

/* the Owen hack -- http://www.albin.net/css/owen-hack */
/* the following selector is NOT seen by Opera 6 (and below) or by IE6/win */
/*
head:first-child+body ul#nav_main li ul {
  position: absolute;
  }
*/

ul#nav_main li ul li {
  float: none;
  }
ul#nav_main li:hover ul, ul#nav_main li.over ul {
  left: auto;
  z-index: 99;
  }
ul#nav_main li:hover a, ul#nav_main li.over a {
  /*
  color: #fff;
  */
  }
ul#nav_main li:hover ul a, ul#nav_main li.over ul a {
  /*
  color: #fff;
  */
  }
ul#nav_main li:hover ul a:hover, ul#nav_main li.over ul a:hover {
  /*
  color: #fff;
  */
  }

#main_edge {
  /*
  width: 858px;
  */
}

#main {
  display: block;
  text-align: left;
  padding: 8px 0px 8px 10px;
  }

#left_column {
  margin-left: 8px;
  width: 189px;
  float: left;
  }
#middle_column {
  margin-left: 8px;
  width: 50%;
  }
#right_column {
  margin-left: 12px;
  width: 25%; 
  float: left;
/* border: 3px solid green; */
  }
#main_column {
  border-right: 1px solid #DDD;
  margin: 0;
  padding: 0 12px 0 0;
  width: 70%;
  float: left;
  }
body.popup #main_column {
  margin-left: 8px;
  width: 542px;
  /*
  width: 100%;
  width: auto;
  */
  float: left;
  padding-bottom: 11px;
  text-align: left;
  border: none;
}
body.popup #main_column .module .content {
  border: none;
}

#main:after {
  content: "."; 
  display: block; 
  height: 120px;
  font-size: 1px; 
  clear: both; 
  visibility: hidden;
  }


.clear {
  clear: both;
  }

h1 {
  /*
  margin: 0px;
  font-size: 1.4em;
  font-weight: normal;
  */
  color: #C46F00;
  font-size: 1.9em;
  font-weight: normal;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin-top: 0;
}
h3 {
  /*
  margin: 0px;
  font-size: 1.4em;
  font-weight: normal;
  color: #804A8E;
  */
  color: #69091D;
  font-size: 1.2em;
}

div.frontpage
{
  background: url('../images/shekel_duo.jpg') 0 0 no-repeat;
  background-position: top center;
  margin-top: -50px;
  _margin-top: -20px;
  *margin-top: -20px;  
  padding-top: 0px;
  height: 275px;
}
h3.frontpage {
  color: black;
  font-size: 2em;
  vertical-align: bottom;
  padding-top: 210px;
  _padding-top: 200px;
  *padding-top: 200px;
  padding-bottom: 0;
}
h4.frontpage
{
  padding-top: 0;
  font-size: 1.9em;
  margin-top: 0px;
}

.module, .module_img, .module_nav {
  margin-top: 0px;
}

.module_title {
  text-align: left;
}

.module_title h1, 
.module_title h2, 
.module_title h3, 
.module_title h4, 
.module_title h5, 
.module_title h6 {
  color: #69091D;
  font-size: 1.2em;
  margin: 4px 0 0 0;
} 

.module .content h4,
.module .content h5,
.module .content h6 {
  color: #69091D;
  font-size: 1.2em;
  margin: 0px 0 15px 0;
}

#main_column .module .module_title h1, 
#main_column .module .module_title h2, 
#main_column .module .module_title h3, 
#main_column .module .module_title h4, 
#main_column .module .module_title h5, 
#main_column .module .module_title h6  {
  margin: 4px 0 0 15px;
}

#right_column .module .module_title,
#right_column .module_img .module_title {
  text-align: center;
}

#left_column .module .module_title {
}
#right_column .module .module_title {
}

#main_column .module .content {
  border-bottom: 1px solid #ddd;
  padding: 12px 12px 12px 12px;
}

.module .content {
  border-bottom: 1px solid #ddd;
  padding: 8px 8px 10px 8px;
  }

.module #dealercontact
{

        margin-bottom: 20px;
        border-bottom: 1px solid #DDDDDD;
        padding-bottom: 10px;
    
}


.module_nav .content {
  border-bottom: 1px solid #ddd;
  padding: 0px 0px 1px 0px;
  }
.module_img .content {
  border: none;
  text-align: center;
  border-bottom:1px solid #DDDDDD;
  padding: 0 0 18px 0;
  }
.module .content p {
  margin: 0pt 0pt 6pt 0pt;
  }

.module .content p.frontpage {
  margin: 0pt 0pt 6pt 0pt;
  padding: 1em;
/*   border: 1px solid blue; */
  }

/* Disable content border for forms */
.form .module .content {
  border: 0px;
}

.module .content hr {
  color: #ddd;
  background-color: #ddd;
  height: 1px;
  border: 0;
  }
#left_column .module, #right_column .module, #left_column .module_nav, #right_column .module_nav {
  /*
  background: url(../images/module_bottom_narrow.gif) 0 100% no-repeat;
  */
  padding-bottom: 6px;
  }
#middle_column .module, #middle_column .module_nav {
  /*
  background: url('../images/module_bottom_wide.gif') 0 100% no-repeat;
  */
  padding-bottom: 6px;
  }
#left_column .module_img, #middle_column .module_img, #right_column .module_img {
  background: transparent;
  padding: 0px;
  }
#main_column .module, #main_column .module_nav {
  /*
  background: url(../images/module_bottom_xwide.gif) 0 100% no-repeat;
  */
  background: #fff;
  padding-bottom: 6px;
  }

.module_nav ul.nav {
  list-style-type: none;
  margin: 0px 20px 0 20px;
  padding: 0px;
  }
.module_nav ul.nav li {
  border-bottom: 1px dotted #aaaaaa;
  }
.module_nav ul.nav li.last {
  border: none;
}
.module_nav ul.nav li a {
  display: block;
  padding: 4px 14px 4px 14px;
  text-decoration: none;
  color: #000000;
  }
.module_nav ul.nav li a:hover {
  background: #eeeeff;
  }
.module_nav ul.nav li.selected a {
  padding-left: 12px;
  padding-right: 0px;
  background-color: transparent;
  background-image: url(../images/redarrow.gif);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: left center;
}

#footer {
  clear: both;
  margin: 0px;
  padding: 3px 0 8px 0;
  color: #777;
  text-align: center;
  }

/* JWS Added Styles */

a img {
  border: 0;
}
a {
  text-decoration: none;
  /*
  color: #5A8845;
  color: #69091D;
  color: #806E3E;
  */
  color: #6B5411;
}
a.underline:hover {
  text-decoration: underline;
}
a.download {
  text-decoration: none;
  color: black;
}
a.download:hover {
  color: #5A8845;
}
table.download {
  font-size: 10px;
}
.floatleft {
  float: left;
  margin-right: 8px;
  }
.floatright {
  float: right;
  margin-left: 8px;
  }

/* News - First level */
ul.newslist {
  margin: 8px 0 0px 0;
  padding: 0px 8px 0 11px;
  /*
  color: #69091D;
  */
  list-style-type: none;
  }
ul.newslist a {
  text-decoration: none;
  /*
  font-size: 8px;
  */
  }
ul.newslist li a {
  text-decoration: none;
  /*
  font-size: 10px;
  */
  color: black;
  }
ul.newslist li {
  background: url(../images/maroonsquare.gif) no-repeat;
  background-position: 0px 1px;
  padding: 0 0 8px 18px;
  }
/* News - Second level */
ul.newslist ul {
  padding: 3px 0 0px 18px;
  margin: 0;
}
ul.newslist ul li {
   list-style-type: disc; 
  background: none;
  font-size: 80%;
/*   color: #000000 !important;  */
  padding: 0 0 3px 0px;
}
ul.newslist ul li span
{   
    color: black;
    font-size: 9px;
}

/* News - Third level */
ul.newslist ul li ul {
  padding: 2px 0 0px 18px;
  margin: 0;
}
ul.newslist ul li ul li {
  list-style-type: circle;
  background: none;
  padding: 0 0 3px 0px;
}

ul.generallist {
  margin: 8px 0 0 0;
  padding: 0px 8px 0 11px;
  color: #444444;
  list-style-type: none;
  text-decoration: none;
}
ul.generallist li {
  background: url(../images/maroonsquare.gif) no-repeat;
  background-position: 0px 1px;
  padding: 0 0 8px 18px;
}
ul.generallist li a {
  text-decoration: none;
  color: red;
  font-size: 10px;
}

ul.linklist {
  list-style-type: none;
  text-decoration: none;
}
ul.linklist li {
  background: url(../images/maroonsquare.gif) no-repeat;
  background-position: 0px 1px;
  padding: 0 0 5px 18px;
}
ul.linklist li a {
  text-decoration: none;
  /*
  color: #5A8845;
  */
  color: #806E3E;
  font-size: 13px;
}

ul.articlelist {
  margin: 0;
  padding: 0 8px 0 8px;
  color: #444444;
  list-style-type: none;
  }
ul.articlelist a {
  text-decoration: none;
  color: black;
  padding-left: 24px;
  padding-top: 2px;
  background-color: transparent;
  background-image: url(../images/icons/file_text.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: left center;
  }
ul.articlelist a:hover {
  color: red;
  }
ul.articlelist li {
  padding: 0px 0 8px 5px;
  }
ul.archive {
  font-size: 8pt;
  margin: 0;
  padding: 0 0px 0 0px;
  color: #444444;
  list-style-type: none;
  }
ul.archive a {
  text-decoration: none;
  color: #444444;
  }
ul.archive a:hover {
  text-decoration: underline;
  }
ul.archive li {
  background: url(../images/maroonsquare.gif) no-repeat;
  background-position: 0px 1px;
  padding: 0 0 8px 18px;
  }

ul.contactlist {
  padding: 0;
  margin: 0;
  }
ul.contactlist li {
  background-position: 0px 0px;
  padding: 0 0 8px 25px;
  list-style-type: none;
  }
ul.contactlist li a {
  color: black;
  }
ul.contactlist li a:hover {
  text-decoration: underline;
  }
ul.contactlist li.phone {
  background: url(../images/icons/telephone_16px.png) no-repeat;
  }
ul.contactlist li.fax {
  background: url(../images/icons/fax_16px.png) no-repeat;
  }
ul.contactlist li.address {
  background: url(../images/icons/home_16px.png) no-repeat;
  }
ul.contactlist li.www {
  background: url(../images/icons/www_16px.png) no-repeat;
  }
ul.contactlist li.email {
  background: url(../images/icons/email_16px.png) no-repeat;
  }
ul.contactlist li.label {
  padding: 0 0 8px 0px;
  }
ul.contactlist li.merchant { 
  background: url(../images/icons/dollar_16px.png) no-repeat;
  /*
  list-style-image: url(../images/icons/dollar_16px.png);
  */
  }

p.jws1 {
    font-size: 8pt;
}
p.jws1 br {
    line-height: 0.6em; 
}
p.caption {
    padding-top: 5px;
    font-size: 8pt;
    font-style: italic;
}
p.fineprint {
    color: #777;
    font-size: 11px;
    font-style: normal;
}

div.event {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
div.event div.body {
    padding-left: 50px;
}
div.event span.title {
	color: #336699;
    font-size: 12px;
    font-weight: bold;
}
div.event span.language {
}
div.event span.updated, ul.linklist span.updated {
    font-size: 10px;
    color: red;
}
div.event div.button {
    float: right;
    padding: 10px;
}
div.event .register {
    float: right;
    margin: 10px;
}
div.event .location {
    font-weight: bold;
}
div.event .status {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    border-color: #FFFFFF #666666 #666666 #FFFFFF;
    background-color: red; border-style: solid;
    border-top-width: 1px; border-right-width: 1px;
    border-bottom-width: 1px; border-left-width: 1px;
    padding: 3px 5px 3px 5px;
    text-decoration: none;
    color: #fff;
}
div.event .datetime {
    font-weight: bold;
}
div.event .venue {
    font-style: italic;
}
div.event a {
}
/* Attach an Acrobat PDF icon to all PDF links */
div.event a[onclick *= 'pdf_open'],
div.event a[href *= 'pdf_open'],
div.event a[href $= '.pdf']
{ 
    padding-left: 22px;
    padding-bottom: 3px;
    background-color: transparent;
    background-image: url(../images/icons/pdf_16px.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
}

.greybutton {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    border-color: #FFFFFF #666666 #666666 #FFFFFF;
    background-color: #e5e5e5; border-style: solid;
    border-top-width: 1px; border-right-width: 1px;
    border-bottom-width: 1px; border-left-width: 1px;
    padding: 3px 5px 3px 5px;
    text-decoration: none;
    color: #000000;
    cursor: pointer;
    cursor: hand;
}
.greybutton:visited {
    color: #000000;
}
.greybutton:hover {
    background-color: #f2f2f2;
}

/* Downloadlist Element */
.downloadlist {
    margin-bottom: 15px;
}
.downloadlist .header {
    font-weight: bold;
    color: #336699;
    padding-top: 10px;
}
.downloadlist a { 
    padding-left: 22px;
    padding-bottom: 3px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
}

.downloadlist a[href *= 'pdf_open'],
.downloadlist a[onclick *= 'pdf_open'],
.downloadlist a[href $= '.pdf'] { 
    background-image: url(../images/icons/pdf_16px.png);
}

.downloadlist_right
{
    padding-bottom: 3px;
}

.downloadlist_right a[href $= '.pdf'] { 
    background-image: url(../images/icons/pdf_16px.png);
    background-position: right ;
    text-align: right;
    background-repeat: no-repeat;
    color: black;
    width: 20px;
    float: right;
}

.downloadlist a[href $= '.eps'] { 
    background-image: url(../images/icons/eps_16px.png);
}
a.download[href $= '.png'] { 
    background-image: url(../images/icons/eps_16px.png);
}
a.download[href $= '.jpg'] { 
    background-image: url(../images/icons/eps_16px.png);
}
a.download[href $= '.tif'] { 
    background-image: url(../images/icons/eps_16px.png);
}
a.download[href $= '.mp3'] { 
    background-image: url(../images/icons/audio_mix.png);
}
a.download[href $= '.zip'] { 
    background-image: url(../images/icons/zip_16px.png);
}
a.download[href $= '.xls'] { 
    background-image: url(../images/icons/xls_16px.png);
}

.downloadlist a[href ^= 'http'] { 
    background-image: url(../images/icons/www_16px.png);
}
.downloadlist a[href $= '.xls'] { 
    background-image: url(../images/icons/xls_16px.png);
}

.response {
    margin: 5px 25px 15px 25px;
    padding: 20px;
    background: #ffffe0;
}

div.testimonial {
    font-style: italic;
}

.hidden {
    display: none;
}

.show {
    display: block;
}

form fieldset {
    margin: 0;
    padding: 0;
}
form.popup fieldset {
    padding: 0px 10px 10px 10px;
    margin: 10px 0 0 0;
    border: 1px solid #bbbbbb;
}
form.popup fieldset p {
}
form.popup legend, legend {
    color: #69091D;
    font-size: 1em;
    padding: 0 5px 0px 5px;
    margin-bottom: 5px;
    margin-left: -5px;
}
form.popup .fieldset {
    margin-bottom: 10px;
}
form.popup label {
    clear: both;
    float: left;
    width: 145px;
}
form.popup label.wide {
    width: 185px;
}

form.settings fieldset {
    padding: 10px 10px 10px 10px;
    margin: 10px 0 0 0;
    border: 1px solid #bbbbbb;
}
form.settings .fieldset {
    margin-bottom: 10px;
}
form.settings label {
    clear: both;
    float: left;
    width: 180px;
}
form.settings label.wide {
    width: auto;
}

.recaptcha_theme_red #recaptcha_response_field {
    border: 1px solid #ccc !important;
}

.icon_left {
  padding: 3px 0px 3px 22px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 0% 50%;
}
.icon32_left {
  padding: 5px 0 5px 38px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 0% 50%;
}

.icon_facebook {
  background-image: url(../images/icons/facebook2_16px.png);
}
.icon_twitter {
  background-image: url(../images/icons/twitter2_16px.png);
}
.icon_google {
  background-image: url(../images/icons/google_16px.png);
}
.icon_settings {
  background-image: url(../images/icons/settings_16px.png);
}
.icon32_settings {
  background-image: url(../images/icons/settings_32px.png);
}
.icon_settings_theme {
  background-image: url(../images/icons/settings_theme_16px.png);
}

/*
div.fieldset label:first-child:after {
    white-space: pre;
    content: ": ";  
}
form.popup label.required:after {
    content: ": ";
}
form.popup label:first-child:after {
    content: ": ";
}
form.popup label em.required, form.popup legend em.required{
    color: red;
}
*/
form.popup em.required{
    color: red;
}


div.fieldset label.recaptcha_input_area_text:first-child:after {
    white-space: pre;
    content: "    ";  
}

form.popup input[type *! 'submit'] {
    width: 15em;
}
form.popup select {
    width: 14em;
}

#recaptcha_area {
    margin-left: 90px !important;
}
.recaptcha_image {
}
#recaptcha_area, #recaptcha_table {
    /*
    position: relative;
    left: 134px;
    top: 0px;
    margin-bottom: -120px;
    position: absolute;
    right: 10px;
    top: 45px;
    width: 318px !important;
    */
}
.recaptchatable .recaptcha_r4_c1 { 
    background: none !important;
}
.recaptcha_r1_c1,.recaptcha_r2_c2,  .recaptcha_r4_c2, .recaptcha_r3_c1 ,.recaptcha_r3_c3, .recaptcha_r3_c2,
.recaptcha_r7_c1, .recaptcha_r8_c1,.recaptcha_r4_c4 {
    display: none;
}
.recaptcha_r2_c1 {
    display: none;
}
.recaptcha_r2_c3 {
    display: none;
}

.sidebyside
{
    float: none;
    display: inline;
    vertical-align:absbottom; 
}

h3.video
{
    color:#336699;
    padding: 0px;
    margin: 0px;
    font-size: 10pt;
    vertical-align:absbottom; 
    display:inline;    
}

.sbs
{
    margin-left: 20px !important;
    padding-left: 0!important;
    background: none !important;
    background-image: none !important;
}
.sbs:before
{
    background-image: none
}

.bar
{
	font-size: 7pt;
	padding-left: 0px;
	margin-left: 0px;
}

.bar a.sbs
{
    margin-left: 0!important;
}
.bar a.sbs:before
{
    content: "| ";
}

span.film-us a, span.film-au a
{
    font-size: 7pt;
}
span.film-us
{
    background-image: url('/images/flags/um.png'); 
    background-repeat: no-repeat;
    background-position: center left;
}

span.film-au
{
    background-image: url('/images/flags/au.png'); 
    background-repeat: no-repeat;
    background-position: center left;
}

a.pres_welcome {
    width: 200px;
    height: 130px;
    display: block;
    padding: 0;
    background: transparent url(../images/welcome_pres_200.jpg) no-repeat;
}
a.pres_welcome:hover {
    background: transparent url(../images/welcome_pres_200_hover.jpg) no-repeat;
}

a.pres_welcome2 {
    width: 188px;
    height: 122px;
    display: block;
    padding: 0;
    background: transparent url(../images/welcome_pres_188.jpg) no-repeat;
}
a.pres_welcome2:hover {
    background: transparent url(../images/welcome_pres_188_hover.jpg) no-repeat;
}

a.video {
    width: 180px;
    height: 122px;
    display: block;
    padding: 0;
    margin-left:auto;
    margin-right:auto;
    -webkit-box-shadow: -3px 3px 10px #bbb;
    -moz-box-shadow: -3px 3px 10px #bbb;
    box-shadow: -3px 3px 10px #bbb;
}
li.video_list
{
    list-style: none;
    margin: 0;
    margin-top: 6px;
    margin-bottom: 6px;
}
a.video_list {
    padding: 1px 0 1px 29px;
    color: black;
    background-color: transparent;
    background-image: url(../images/icons/play.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 0% 50%;
    margin-left: 10px;
}

/* Tutorials ?page=bo_training */

.frontbox {
    background-color: white;
    color: black;
    filter: alpha(opacity=100);
}

.frontbox li
{
    background-color: white;
    color: black;    
    filter: alpha(opacity=100);
}
.frontbox h4
{
    background-color: white;
    color: black;    
    filter: alpha(opacity=100);
}

div.videomain 
{
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 10px;
}
div.videomain div.filmback div
{
    background-image: url('/images/filmback.jpg');
    background-postion:top left;
    background-repeat: no-repeat;
}
div.videomain div.filmback div div
{
    background-postion:top left;
    background-repeat: no-repeat; 
    width: 128px; 
    height: 122px;
    margin-left: 26px;
}

img.film_image
{
    background-postion: top left;
    background-repeat: no-repeat;
}
div.videomain div.descr
{
    margin-left: 200px;
}

div.descr p 
{
    width: 370px;
}

div.imagecontainer img
{
  margin: 10px;
  border: 1px solid #ddd;
}
div.imagecontainer img:hover
{
  border: 1px solid #bbb;
}

#scrollup {
    position: relative;
    overflow: hidden;
    border: 1px solid #000;
    height: 40px;
    width: 300px
}

.headline {
    position: absolute;
    top: 110px;
    left: 5px; 
    height: 37px;
    width:300px;
}

/* Theme Selector */
#bigday_themes
{
    font-size: 120%;
    padding-top: 4px;
}

#bigday_themes img
{
    background-color:#dddddd;
    margin-right: 15px;
    padding: 4px;
    border: 4px solid white;
}

#bigday_themes div
{
    border: 2px solid #dddddd;
    margin-right: 15px;
}

#bigday_themes .active
{
    -moz-border-radius: 4% 4% 4% 4%;
    padding: 4px; 
    border: 4px solid white;
    background-color: #69091D;
}

#bigday_themes .selected
{
    border: 4px solid #CD9933;
    -moz-border-radius: 4% 4% 4% 4%;
}

#bigday_text_options div
{
    background-color: #dddddd;
    border: 4px solid white;
    margin-right: 15px;
}

#bigday_text_options .active
{
    -moz-border-radius: 4% 4% 4% 4%;
    padding: 4px; 
    border: 4px solid white;
    background-color: #69091D;
}

#bigday_text_options .selected
{
    border: 4px solid #CD9933;
    -moz-border-radius: 4% 4% 4% 4%;
}

#bigday_text_options div p
{
    background: #ffffff;
    height: 100%;
}

#settings_submit 
{
    border: 1px solid #B38D1B;
    background: #F2D47C; 
    color: #6B5411;
}
#settings_submit.needsaction
{
    border: 2px solid red;
    -moz-border-radius: 4% 4% 4% 4%; 
}

#countdownbday3
{
    font-size: 2em; 
    color: rgb(196, 111, 0);
}

/* en/elements/home_budapest */
.pics
{ 
    height: 230px; 
    width: 570px; 
    padding: 0; 
    margin: 0; 
    overflow: hidden;
}
.pics img {
    height: 220px;
    width: 565px;
    top: 0;
    left: 0;
}

#videoplayer1,
.videoplayer {
    -webkit-box-shadow: -3px 3px 10px #bbb;
    -moz-box-shadow: -3px 3px 10px #bbb;
    box-shadow: -3px 3px 10px #bbb;
}

.noflash
{
    padding-top: 20px;
    padding-left: 20px;

}

#mj-submit 
{
    border: 1px solid #B38D1B;
    background: #F2D47C; 
    color: #6B5411;
}
#mj-submit.needsaction
{
    border: 2px solid red;
    -moz-border-radius: 4% 4% 4% 4%; 
}
p.err
{
 font-size: 10px;   
 padding: 5px;
 background-color: #F2D47C; 
 border: 2px solid red;
}

div#youtube_player
{
    float: left;
}

div.youtube_video_lang
{
    width: 120px;
    float: right;
    text-align: center;
    margin-right: 22px;
    padding: 0 4px 4px 4px;
}

div.youtube_video_list
{
    overflow-y: scroll;
    height: 323px;
    width: 151px;
    float: right;
}
div.youtube_video_list a
{
    text-decoration: none;
}
div.youtube_video_list .yt_video
{
    padding: 4px;
    border: 1px solid #bbbbbb;
    width: 120px;
    margin-bottom: 10px;
}
div.youtube_video_list .yt_video:hover
{
    border: 1px solid #444444;
}
div.youtube_video_list .yt_caption
{
    margin-top: 3px;
    text-align: center;
    font-size: 11px;
}

.ytselected
{
    background: #870D00;
    color: white;
}

.ytselected_div
{
    background: #870D00;
    color: white;
}

div.ytmgt_wrapper
{
    width: 630px;
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #781D1B;
}

div.ytmgt_wrapper h3
{
    margin: 0;
    padding: 0;
}

div.ytmgt_wrapper img.ytmgt_image
{
    width: 140px;
    float: left;
    margin: 0 15px 0 0;
    display: block;
}

div.ytmgt_wrapper div.ytmgt_info
{
    float: left;
}

div.ytmgt_wrapper div.ytmgt_actions
{
    float: left;
}

div.ytmgt_wrapper div.ytmgt_actions div
{
    display: inline;
    float: left;
}

div.ytmgt_wrapper div.ytmgt_actions form
{
    padding: 1px 1px 0px 1px;
    margin-top: 1px;
}

div.ytmgt_wrapper div.ytmgt_actions form input
{
    /*
    background-color: #781C1A;
    margin: 1px 1px 1px 1px;
    color: white;
    border: 0px;
    height: 22px;
    */
}

div.ytmgt_wrapper div.ytmgt_actions form span
{
    font-size: 90%;    
    margin: 1px 1px 0px 1px !important;
    color: #CCCCCC;
    border: 0px;
    padding-left: 6px;
    padding-right: 6px;
    width: 50px;    
    text-align: center;
    vertical-align: absbottom;
}

div.ytmgt_form_msg
{
    border: 1px solid #999999;
    background-color: #F5F6CE;
    padding: 8px 8px 8px 60px;
    width: 400px;
    margin: 0 0 15px 0;
    background-image: url(../images/icons/exclamation_32.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 3% 50%;
}

div.ytmgt_form_msg h3
{
    margin: 0 0 0 0;
    font-size: 130%;
}

div.ytmgt_form_msg p
{
    margin: 0 !important;
}

#addvideo_form
{
    background-color: #781D1B;
    color: white;
    width: 300px;
    padding:10px 10px 10px 10px;
    -moz-box-shadow: -3px 3px 10px #BBBBBB;
    -webkit-box-shadow: -3px 3px 10px #BBBBBB;
}

#addvideo_help
{
    float: left;
    margin-left: 13px;
    width: 275px;
    font-size: 85%;
}

#addvideo_help h4
{
    display: inline;
}

#ytvideo-add div label
{
    width: 100px;
    float: left;
}

#ytvideo-add div
{
    margin-top: 14px;
}

#ytvideo-add div input
{
}

#youtube_player_popup
{
    width:440px;
    height:350px;
}

p.youtube
{
    margin-top: 20px;
}

#addvideo_help h4
{
    float:left;
}

#addvideo_help p
{
    margin-left: 0px;
}
#addvideo_help p strong
{
    font-size: 100%;
    font-weight: bold;
    font-family: sans-serif;
}
a.youtube span
{
    background-image: url(/en/images/YouTube.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: bottom right;
    padding-right: 70px;
    margin-top: 20px;
    padding-top: 20px;
    width: 60px;
    height:25px;
    
}
a.youtube 
{
    
}

#manage-contact
{
    
    
    padding: 10px;
    
}



#manage-contact thead tr th
{
    width: 200px;
    font-size: 120%;
    font-weight: bold;
    padding-top: 6px;
    padding-bottom: 8px;
    border-bottom: 1px solid #830E02;
    margin: 0px;
}


#manage-contact tbody tr td
{
    width: 200px;
    padding-top: 6px;
}

#manage-contact tr.dark
{
    background-color: #cccccc;
}


#videoplayer1
{
    width: 658px;
    height: 404px; 
    clear: both;   
}

#video_player-form fieldset
{
    border: 0px;
    margin-left: 2px;
    margin-bottom: 20px;
}


/*carousel*/
#carousel-container {
    font-size: 62.5%;
    height:120px; 
/*     width:px;  */
    font-family:Tahoma;    

}
#carousel {
    float:left;
    height:127px; 
    width: 386px;  
/*     border:1px solid #000; */
    overflow:hidden;
    overflow-x: auto;
}
#carousel ul { 
    list-style-type:none;
    width: 2000px; 
    margin-left:0; 
    padding:0px;


    
}
#carousel li { 
    display:inline-block;
    
}
#carousel ul li img, #carousel ul li div.img{ 
    width:182px; 
    height:102px; 
    border:1px solid #ccc; 

    padding-left: 6px;
    padding-right: 6px;
    
}
#navPrev {    
    
    margin-top:8px ;
    float:left;

    height: 101px;        
    width: 30px;
    margin-right: 10px;
}
#navNext {
    margin-top:8px ;
    float:left;
    height: 101px;        
    width: 30px;
    margin-right: 10px;
}




.round_button {
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.round_button:hover {
    text-decoration: none;
}
.round_button:active {
    position: relative;
    top: 1px;
}

.hidden
{
    display:none !important;
}

/******* carousel style *******************/
.orange {
    background-color: #fef4e9;
     color: #fcd3a5;
}
.orange:hover {
    background-color: #781F1C;

}
.orange:active {
    background-color: #781F1C;
}


a.grey
{
    background: #F5F4F4!important;
    background-color: #F5F4F4!important;
    border-color:#F5F4F4;
    color: transparent!important;
    text-shadow:none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


div.dpk {
    display: none;
    display: inline;
    display: none;
    color: black;
    background-color: red;
    margin-left: 1px;
}

