
/* Stylesheet for Web-op-Maat  */
@font-face {
  font-family: Skia;
  src: url("/p-httpd/site_style/fonts/Skia/Skia.eot");
  src: local('☺'),
    url('/p-httpd/site_style/fonts/Skia/Skia-Regular.woff') format('woff'),
    url('/p-httpd/site_style/fonts/Skia/Skia.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: TeXGyreSchola;
  src: url('/p-httpd/site_style/fonts/TeX-Gyre-Schola/texgyreschola-italic-webfont.eot');
  src: local('☺'),
    url('/p-httpd/site_style/fonts/TeX-Gyre-Schola/texgyreschola-italic-webfont.woff') format('woff'),
    url('/p-httpd/site_style/fonts/TeX-Gyre-Schola/texgyreschola-italic-webfont.ttf') format('truetype'),
    url('/p-httpd/site_style/fonts/TeX-Gyre-Schola/texgyreschola-italic-webfont.svg#TexGyraScholaItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}


/* For W3C browsers: make sure the entire window is filled. */
html {
  margin:0px;
  padding:0px;
  width:100%;
  height:100%;
}

body {
  width:100%;
  height:100%;
  margin:0px;
  padding:0px;
  color:#000000;
  font-family: Arial, Helvetica, sans-serif;
  overflow:auto;
  background-color: #faf9fa;
  background-image: url(/p-httpd/_style/images/background.png);
  background-repeat: repeat-x;
}

/* From here: normal style definitions */

a {
  color: #9900e8;
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
}

body, p, table {
  color:#000000;
  font-size:16px;
  padding:0px;
  margin:0px;
  margin-bottom:8px;
  line-height:130%;
}

h1 {
  color:#000000;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: bold;
  font-size:20px;
  font-family: Skia, Arial, Helvetica, sans-serif;
}

h1:first-letter {color: #9900e8;}

h2   {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  font-size:16px;
  font-family: Skia, Arial, Helvetica, sans-serif;
  margin-top:14px;
}
h2:first-letter {color: #9900e8;}

h3 {
  text-transform: uppercase;
  font-weight: bold;
  font-size:14px;
  font-family: Skia, Arial, Helvetica, sans-serif;
}

h3:first-letter {color: #9900e8;}

h4 {
  letter-spacing: 2px;
  font-weight: bold;
  font-size:13px;
  color: #9900e8;
  font-family: Skia, Arial, Helvetica, sans-serif;
}

.cms_titel { 
  color:#000000; 
  padding:0px; 
  font-size:20px; 
  font-style:normal; 
  font-weight:normal; 
  line-height:130%;
}

hr {
  color:#e7e7e7;
  color:rgba(221, 221, 221, 0.7);
  height:1px;
  padding:0px;
  margin:0px;
}

ol, ul, ul p {
  font-size:16px;
  margin:0px;
  margin-bottom:0px;
  padding:10px;
  padding-top:5px;
  padding-bottom:0px;
}

li {
  font-size:16px;
  margin-left:15px;
}

ul li {
  list-style-image:url(/p-httpd/_style/images/bullet.gif);
}

#kerst {
  background-image: url(/p-httpd/_style/images/kerstledjes.gif);
  background-repeat: repeat-x;
  height:10px;
}

img {
  border: 0px;
}

#content img {
  padding:0px;
  margin:0px;
  margin-top:3px;
  margin-bottom:3px;
  margin-left:5px;
}

#content .caption {
  display:table;
  -moz-box-shadow: inset -1px 1px 8px #888888;
  -webkit-box-shadow: inset -1px 1px 8px #888888;
  box-shadow: inset -1px 1px 8px #888888;
  padding: 4px;
  line-height:0px;
}
#content .paragraph .caption {
  margin: 5px;
  margin-right: 0px;
}
#content .caption img {
  padding: 0px;
  margin: 0px;
  border: solid 1px #CCCCCC;
}
#content .caption-title {
  text-align: center;
  font-size: 16px;
  font-family: TeXGyreSchola;
  color:#929292;
}

#content .paragraph {
  display: table;
  padding:0px;
  padding-left:20px;
  padding-bottom:50px;
  padding-top:50px;
  margin: 0px;
  -moz-box-shadow: -0px 6px 6px -5px #888888;
  -webkit-box-shadow: -0px 6px 6px -5px #888888;
  box-shadow: -0px 6px 6px -5px #888888;
}

#content .paragraph:last-child {
  display: table;
  padding:0px;
  padding-bottom:50px;
  padding-top:50px;
  margin: 0px;
  margin-left:20px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.title {
  height: 25px;
}


/* From here: positioning all the divs */
/* NOTE: Content divs (like content, columns) may not have top or bottom paddings or margins!!! */

#center{ 
  width:982px; 
  padding:0px; 
  margin:0px; 
  margin-left:auto; 
  margin-right:auto; 
  text-align:left; 
}

#canvas  {
  top:0px;
  width:982px;
  padding:0px;
  margin:0px;
  float:left;
}

#logo1 {
  position:absolute; 
  top: 6px; 
  margin-left: 396px;
  z-index:100;
  background-image:url(/p-httpd/_style/images/webopmaat.png);
  width: 588px;
  height: 215px;
}

#logo2 {
  position:absolute; 
  margin-top: 135px; 
  margin-left: 300px;
  width: 527px;
  height: 325px;
  z-index: 1508; /* 1000 -45 + height + top */
  cursor: pointer;
}
#logo2s {
  position:absolute; 
  margin-top: 330px; 
  margin-left: 206px; 
  width: 620px;
  height: 287px;
  z-index: 1507; /* 1000 -45 + height + top */
  display: none;
}

#search {
  position:static;
}

#site {
  width:983px;
}

#header {
  height:88px;
}
#footer {
  position:absolute; 
  z-index:1629;
  height: 50px;
  bottom: 0px;
  margin-left:190px;
  background-image: url(/p-httpd/_style/images/content-mirror.png);
  background-repeat: no-repeat;
  width:796px;
  display:none;
}

#column_left { 
  position:absolute; 
  z-index:5000;
  top: 88px;
  width:154px;
  margin:0px; 
  padding:2px;
  padding-top:0px;
  background-color:#ffffff;
  border: 3px solid #660099;
  border-radius: 3px;
}

#column_middle {
  float:left;
  position:absolute;
  z-index:1630;
  top: 88px;
  margin:0px;
  margin-top:0px; 
  width:790px;
  padding:0px;
  margin-left:190px;
  background-color:#ffffff;
  border: 3px solid #660099;
  border-radius: 3px;
}

@media only screen and (max-device-width: 1024px) and (orientation:portrait) { 
  #column_middle {
  }
}


#scroller {
  overflow: scroll;
  margin-bottom: 80px;
  overflow-x: hidden;
}


#content {
  margin:8px; 
  padding:0px;
  padding-bottom: 30px;
  width:760px;
  float:left;
}

#extra_info {
  float:right;
  margin:8px;
  width:200px;
}

#hallmarks {
  width:758px;
  height: 60px;
  border-top:solid 2px #660099;
  position:absolute;
  bottom:0px;
  margin:13px;
  margin-bottom: 0px;
  padding:0px;
  padding-right:5px;
  display: none;
}
#hallmarks #linkedin {
  padding-top: 6px;
}
#hallmarks #twitter {
  padding-top: 6px;
}
#hallmarks #cleanbits {
  padding-top: 0px;
}
#hallmarks #ipv6 {
  padding-top: 3px;
}

.blind {
  position:absolute;
  top: 0;
  height: 100%;
  background-color: white;
  border: solid 1px #F6F2F6;
  z-index: 2000;
}



#halmarks img {
  border:0px;
  vertical-align: top;
}

#load_extra2_html {
  position:static;
  width:190px;
  padding:0px;
  margin-top: 10px;
}

/* From here: the menus */
#menu {
  top:200px;
  width:154px;
  margin-top:0px;
  width:154px;
  padding:0px;
}

#menu :last-child {
  border-bottom: 0px solid #CCAAFF;
}

#menu a.head {
  width:154px;
  height:25px;
  cursor:pointer;
  color:#000000;
  background-color:#e7e7e7;
  background-color:rgba(221, 221, 221, 0.7);
  display:block;
  font-size:12px;
  font-weight:bold;
  text-transform: uppercase;
  font-family: Skia, Arial, Helvetica, sans-serif;
  margin:0px;
  margin-top:2px;
  padding:0px;
  text-indent:8px;
  line-height:25px;
  text-decoration: none;
  border-top: 0px solid #CCAAFF;
}

/* Prevent focus/blur rendering around menu items */
#menu .ui-state-focus{
    outline: none;
}

#menu a.head:first-letter {
  color:#9900E8;
}
  
#menu a.head:hover {
  color:#9900E8;
  background-color:#e7e7e7;
  background-color:rgba(221, 221, 221, 0.7);
}

#menu a.cms_selected {
  color:#9900E8;
  background-color:#e7e7e7;
  background-color:rgba(221, 221, 221, 0.7);
  text-decoration:underline;
}

#menu a.current {
  color:#9900E8;
  background-color:#e7e7e7;
  background-color:rgba(221, 221, 221, 0.7);
}

#menu ul {
  width:100%;
  border-width:0px;
  margin:0px;
  padding:0px;
  text-indent:0px;
}

#menu li {
  margin:0px;
  padding:0px;
  width:100%;
  list-style:none outside none;
  display:inline;
}

#menu li li a, #menu li.cms_selected li a {
  height:20px;
  line-height:20px;
  color:#000000;
  background-color:#e7e7e7;
  background-color:rgba(221, 221, 221, 0.7);
  font-size:12px;
  display:block;
  text-decoration: none;
  text-align:left;
  text-indent:20px;
  font-weight:bold;
  padding-right:10px;
  border-top: 0px solid #CCAAFF;
  margin-top: 2px;
}

#menu li li a:first-letter {
  color:#660099;  
}

#menu li li a:hover {
  color:#9900E8;
  background-color:#e7e7e7;
  background-color:rgba(221, 221, 221, 0.7);
}

#menu li li.cms_selected a {
  color:#9900E8;
  background-color:#e7e7e7;
  background-color:rgba(221, 221, 221, 0.7);
  text-decoration: underline;
}


/* Nieuws - Used for news in the subpage... */

.nieuws.par_normal {
  width:500px;
  margin-left:20px;
}
.nieuws.par_block {
  width:200px;
}
.news_title  {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  font-size:15px;
  font-family: Skia, Arial, Helvetica, sans-serif;
  text-align:left;
  font-weight:bold;
  background-color:transparent;
  padding-left:5px;
  padding-right:5px;
}

.news_title:first-letter {
  color:#660099;  
}

.news_title2 {
  text-align:left;
  font-weight:bold;
  background-color:#e7e7e7;
  background-color:rgba(221, 221, 221, 0.7); 
  padding-left:5px;
  padding-right:5px;
}

.news_date {
  text-align:right;
  font-weight:bold;
  background-color:#e7e7e7;
  background-color:rgba(221, 221, 221, 0.7);
  padding-left:5px;
  padding-right:5px;
}

.news_subtitle {
  font-size: 14px;
  font-weight: bold;
}

.news_abstract {
  background-color:#e7e7e7;
  border: 1px solid rgba(221, 221, 221, 0.7); 
  font-size:11px;
  font-weight:normal;
  padding:2px;
}

.news_detail_title {
  text-align:left;
  font-size:14px;
  font-weight:bold;
  background-color:#EFEFEF;
  padding-left:5px;
  padding-right:5px;
}

.news_detail_date {
  text-align:right;
  font-size:14px;
  font-weight:bold;
  background-color:#EFEFEF;
  padding-left:5px;
  padding-right:5px;
}

.news_detail_body {
  border: 1px solid #9900e8;
  font-size:16px;
  font-weight:normal;
}

.news_detail_subtitle {
  font-size: 14px;
  font-weight: bold;
}

.news_more {
  display:block;
  font-size: 11px;
  font-weight: normal;
  font-style:italic;
}

.img_righttop {
  margin:0px;
  padding:0px;
  margin-left:5px; 
  margin-bottom:5px;
}

.img_lefttop {
  margin:0px;
  padding:0px;
  margin-right:5px;
  margin-bottom:5px;
}


/* more class for the user to use in the WYSIWYG editor... */

.cms_more {
  text-decoration:none;
  color: #9900e8;
  font-weight:bold;
  font-size:12px;
  padding-left:10px;
  background-image:url(/p-httpd/_style/images/bullet.gif);
  background-repeat:no-repeat;
  background-position:0px 4px;
}

a.cms_more      { color: #9900e8; }
.cms_more:hover { color: #9900e8; }


/* Buttons in forms, e.g. mail response form... */

.cms_input {
  height:20px; 
  font-weight:bold; 
  font-size:12px; 
  background-color:#ffffff;
}

.cms_subtitel {
  color:#000000;
  font-size:13px;
  font-style:normal;
  font-weight:bold;
}

.cms_meer {
  color: #9900e8;
  font-size:13px;
  font-style:normal;
  font-weight:bold;
}

.cms_meer a, .cms_meer a:hover  { text-decoration:none; }

/* Additional standard colors... */

.cms_rood      {color:#FF0000;}
.cms_wit       {color:#FFFFFF;}
.cms_zwart     {color:#000000;}
.cms_9px_font  {font-size:9px;}
.cms_10px_font {font-size:10px;}
.cms_11px_font {font-size:11px;}

table.cms_prijslijst {
  border:2px solid  #9900e8;
  width:90%;
  padding:5px;
}

.cms_prijslijst {color:#000000;}
.cms_prijslijst td {border-top: 1px solid #BBBBBB; font-size: 12px;}

.cms_prijslijst_titel {
  color: #000000;
  font-size:14px;
  font-weight:bold;
}

/* E-mail forms... */

.email_response_div {
  width:700px;
  margin-left:0px;
  margin-right:0px;
}

.email_response_required_fields {
  font-size:9px; 
  font-style:italic; 
  color:#444444; 
  padding-right:10px;
}

.email_response_form {
  width:95%;
  background-color:#FFFFFF;
  padding:5px;
  margin:5px;
  border:1px solid #DDDDDD;
}

.email_response_form tr td {
  padding:2px;
  padding-left:7px;
  padding-right:7px;
  margin:0px;
  font-size:11px;
}

.email_response_form tr th {
  text-align:center;
  padding:0px;
  margin:0px;
  padding-left:4px;
  font-size:12px;
  color:#FFFFFF;
  background-color:#660099;
}

.email_response_input {
  color:#000000;
  width:100%;
  font-size:11px;
  border:1px solid #660099;
}

.email_response_button {
  font-size:11px;
  color:#FFFFFF;
  background-color:#660099;
  border:1px solid #660099;
  margin:2px;
  margin-right:-4px;
  padding-left:15px;
  padding-right:15px;
}

.faq_title {
  text-align:left;
  font-weight:bold;
  background-color:transparent;
  padding-left:5px;
  padding-right:5px;
}

.faq_title:first-letter {
  color:#000000;  
}

.faq_more {
  display:block;
  font-size: 13px;
  font-weight: normal;
  line-height: 60%;
}

/* Additional stuff... */

.normal    { background-color:#FFFFFF; }
.alt       { background-color:#EEEEEE; }
.var       { background-color:#FFFFFF; }
.inv       { background-color:#FFFFFF; }

.capt {
  background-color:#FFFFFF;
  color:#333333;
}

.NoteStyle {
  color:#e7e7e7;
  color:rgba(221, 221, 221, 0.7);
  background-color:#FFFFFF;
  border:solid 1px #e7e7e7;
  border:solid 1px rgba(221, 221, 221, 0.7);
  font-size:10px;
  padding:4px;
}

.PopStyle {
  z-index:5020;
  top:0px;
  left:0px;
  position:absolute;
  visibility:hidden;
  width:200px;
}

.img_right {
  margin:0px;
  padding:0px;
  margin-right:0px;
  margin-bottom:-3px;
}

.img_center {
  margin:0px;
  padding:0px;
  margin-right:0px;
  margin-bottom:-3px;
}

/* Par styles... */

.par_normal {
  background-color:transparent;
  color:#000000;
  font-size:16px;
  padding:0px;
  margin:0px;
  margin-left:20px;
  margin-top:14px;
  line-height:130%;
}

/*.par_normal td {
  padding:0px;
  margin:0px;
} */

.par_title {
  color:#000000;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: bold;
  font-size:20px;
  font-family: Skia,Arial,Helvetica,Geneva,sans-serif;
}

.par_title:first-letter {color: #9900e8;}

.par_subtitle {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  font-size:16px;
}

.par_subtitle:first-letter {color: #9900e8;}

.par_normal p {
  color:#000000; 
  font-size:16px;
}

.par_block {
  background-color:#e7e7e7;
  background-color:rgba(221, 221, 221, 0.7);
  margin:0px;
  margin-top:10px;
}

.par_block td {
  padding:10px;
  padding-top:0px;
  margin:0px;
  margin-left:10px;
  margin-right:10px;
}

.par_block tr.title td {
  padding:0px;
  padding-left:10px;
}

.par_block .par_title {
  color:#000000;
  font-size:20px;
  font-weight:bold;
}

.par_block .par_subtitle {
  color:#000000;
  font-size:16px;
  font-style:normal;
  font-weight:normal;
}

.par_block p {
  color:#000000;
  font-size:16px;
}

div.icon {
  position:relative;
  float:right;
  width:20px;
  margin:0px;
  padding:0px;
  padding-right:5px;
  margin-top:-20px;
}

#tooltip {
  position: absolute;
  z-index: 5999;
  border: 1px solid #e7e7e7;
  border: 1px solid rgba(221, 221, 221, 0.7);
  background-color: #ffffff;
  padding: 4px;
  opacity: 0.85;
}

#tooltip h3, #tooltip div {
  margin:0;
  font-size:10px;
}

/* Search */
#search_form {
  white-space:nowrap;
}

#search_form input {
  width: 172px;
  margin: 0px;
  padding: 0px;
}
#search_form input[type=submit] {
  width: 16px;
  background-color: #e7e7e7;
  border: solid 1px #999999;
  padding: 1px;
}

#search_form {
  padding:0px;
  margin:0px;
}

.search_button {
  color:#000000;
  font-weight:normal;
  font-size:11px;
  background-color:#ffffff;
}

.search_amount, .search_none {
  text-align:right;
  width:560px;
  background-color:#EFEFEF;
  padding:2px;
  padding-right:5px;
  margin:0px;
  margin-top: 15px;
}

a.search_title, a:visited.search_title {
  font-size:13px;
  color: #9900e8;
  font-weight:bold;
  text-decoration:underline;
  line-height:30px;
  margin-top:20px;
}

.normal_row td { background-color:#EFEFEF; }
.alt_row    td { background-color:#F6F2F6; }

/* Flash popup - Yellow Note Flash movie... */

div.flash_popup_div {
  height:200px;
  width:200px;
  visibility:visible;
  position:absolute;
  top:25px;
  margin-left:425px;
  z-index:5010;
}

/* Optional diap-blockcolors for Newsletter plug-in, can be overrulled with config of plug-in */

.newsletter p.par_title {
  font-size:16px;
  margin-top:0px;
}

.newsletter td.diap { background-color:#EFEFEF; }

/* For Image Zoomer... */
img.zoom_img {
  border:1px solid white;
  cursor:pointer;
}

.thumbnailer img { margin:8px; }

.show_image_description {
  color:#000000;
  font-size: 16px;
  font-weight:bold;
  line-height:160%;
  font-family: Arial, Helvetica, sans-serif;
}

/* Settings for vertical accordion */

.accordion_vertical {
  margin:0px;
  padding:0px;
}

.borderstyle {
  padding:8px;
  padding-top:0px;
  margin-top:10px;
  border:2px solid #e7e7e7;
  border:2px solid rgba(221, 221, 221, 0.7);
}

.accordion_vertical a.head {
  width:100%;
  cursor:pointer;
  display:block;
  margin:0px;
  padding:0px;
  text-decoration: none;
}

.accordion_vertical a.head:hover { }
.accordion_vertical a.selected {}
.accordion_vertical a.current { }

.accordion_vertical ul {
  margin:0px;
  padding:0px;
}

.accordion_vertical li {
  width:100%;
  margin:0px;
  padding:0px;
  list-style:none outside none;
  display:inline;
}

.accordion_vertical li li a {
  margin:0px;
  padding:0px;
  text-decoration: none;
  display:block;
}

.accordion_vertical li li a:hover { }

.thumbnailer td {
  text-align:center;
  padding:5px;
  vertical-align:bottom;
}

.thumbnailer tr {
  text-align:left;
  vertical-align:bottom;
}

.thumbnailer img {
  border:0px solid transparent;
}

.thumbnailer_title {
  color:#000000; 
  font-size:13px; 
  padding:0px; 
  margin:0px; 
  margin-top:0px;
  font-style:italic;
  text-align:center;
}

.portfolio {
  display: table;
  width: 730px;
  -moz-box-shadow: -0px 6px 6px -4px #888888;
  -webkit-box-shadow: -0px 6px 6px -4px #888888;
  box-shadow: -0px 6px 6px -4px #888888;
  margin:0px;
  padding:0px;
}

.portfolio h1 {
  height: 25px;
  text-align:center;
  border-bottom: solid 1px #CCCCCC;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  font-size:15px;
  font-family: Skia, Arial, Helvetica, sans-serif;
  margin-top:14px;
  width: 640px;
}

.portfolio h1:first-letter {color: #9900e8;}


.portfolio h2 {
  margin:0px;
  padding:0px;
}
.portfolio div h2 a {
  text-align:center;
  color:#000000;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 15px;
  font-family: Skia, Arial, Helvetica, sans-serif;
}

.portfolio div h2 a:first-letter {color: #9900e8;}

.portfolio {
  font-size:17px;
  padding:5px;
}

.portfolio div {
  float:left;
  margin-top:20px;
  margin-bottom:20px;
}

.portfolio:first-child div {
  margin-top:0px;
}

.portfolio div a {
  text-align:center;
  font-size:13px;
  padding:3px;
  text-decoration:underline;
}

.portfolio div a.portfolio_more {
  padding:2px;
  font-size: 13px;
  text-align:left;
}

.portfolio_body { width:80%; margin-bottom:20px; }

.portfolio a:hover img {text-decoration: none; border-width: 0px;}


/* ------------------------- navpath / breadcrumbs ------------------------- */

.navpathHolder { margin:0 0 20px 0; }

.navpath {
  width: 100%;
  height: 15px;
  margin: 0px;
  padding: 0px;
  padding-bottom:6px;
  display: block;
  overflow: hidden;
  background-image:url(images/navpath_grad.gif);
  background-color:#FFFFFF;
  background-position:top left;
  background-repeat:repeat-x;
  border-bottom:1px solid #CCCCCC;
}

.navpath ul {
  margin: 0;
  padding: 0;
  padding-left:5px;
  height: 21px;
  display: block;
}

.navpath ul li {
  display: block;
  float: left;
  position: relative;
  height: 21px;
  overflow: hidden;
  line-height: 21px;
  margin: 0px 6px 0px 0;
  padding: 0px 10px 0px 0;
  font-size: .9167em;
  background: url(images/navpath_arrow.png) no-repeat 100% 0;
}

.navpath ul li div.chevronOverlay {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5002;
}

.navpath ul li span {
  display: block;
  overflow: hidden;
}

.navpath ul li a {
  display: block;
  position: relative;
  height: 21px;
  line-height: 21px;
  overflow: hidden;
  float: left;
}

.navpath ul li.first a {
  height: 16px !important;
  text-indent:-1000em;
  width:16px;
  padding: 0;
  margin-top: 2px;
  overflow: hidden;
  background:url(/p-httpd/_cms/toolbox/jquery/breadcrumb/Images/IconHome.gif) no-repeat 0 0;
}

.navpath ul li.first a:hover {
  background-position: 0 -16px;
}

.navpath ul li.last {
  background: none;
  margin-right: 0;
  padding-right: 0;
}

.chevronOverlay {
  display: none;
  background: url(images/navpath_arrow_overlay.png) no-repeat 100% 0;
  width: 20px;
  height: 20px;
}

/* Twitter XML viewer */

.twitter {
  width: 700px;
  padding-left: 50px;
}

.twitter_title {
  margin: 0px;
  padding: 5px;
  background-color:#FFFFFF;
  color:#000000;
  border: 1px solid #660099;
}

.twitter_date {
  width: 100px;
  margin:0px;
  padding: 5px;
  padding-bottom:2px;
  background-color:#E0CCFF;
  font-size:11px;
  text-align: center;
  border: 1px solid #660099;
}

.twitter .news_more {
  display: inline;
}

