@charset "utf-8";
/* CSS Document for Joomla styles 1.6.x / 1.7.x / 2.5 */

/* ====================================================================================
  RESET STYLES
  Browsers do have their owd default styles and therefore present styles differently. 
  This section removes the default styles of browsers as far as possible.

  Copyright (c) 2009, Yahoo! Inc. All rights reserved.
  Code licensed under the BSD License:
  http://developer.yahoo.net/yui/license.txt
  version: 2.8.0r4
  ================================================================================ */
body,div,dl,dt,dd,ul,ol,li,pre,code,form,fieldset,
legend,input,button,textarea,p,blockquote,th,td {
  margin:0;
  padding:0;
}

table {
  border-collapse:collapse;
  border-spacing:0;
}

fieldset,img {
  border:0;
}

address,caption,cite,code,dfn,em,th,var,optgroup {
  font-style:inherit;
  font-weight:inherit;
}

strong {
  font-style:inherit;
  font-weight:bold;
}

em {
  font-style:inherit;
  font-style:italic;
}

del,ins {
  text-decoration:none;
}

caption,th {
  text-align:left;
}


q:before,q:after {
  content:'';
}

abbr,acronym {
  border:0;
  font-variant:normal;
}

sup {
  vertical-align:baseline;
}

sub {
  vertical-align:baseline;
}

legend {
  color:#000;
}

input,button,textarea,select,optgroup,option {
  font-family:inherit;
  font-size:inherit;
  font-style:inherit;
  font-weight:inherit;
}


/* ====================================================================================
   Default Font Styles
   Browsers displays the same fonts differently. This section will force browsers to
   display the fonts in he same way as far as possible.

   Copyright (c) 2009, Yahoo! Inc. All rights reserved.
   Code licensed under the BSD License:
   http://developer.yahoo.net/yui/license.txt
   version: 2.8.0r4
  ================================================================================ */


select,input,button,textarea,button{
  font-size:99%;
  font-family: Verdana, Geneva, sans-serif;
}

table{
  font-size:inherit;
}

pre,code,kbd,samp,tt{
  font-family: monospace, "Courier New", Courier;
  line-height:100%;
}