/**
 * $Id: reset.css 2007-05-31 $
 *
 *      This file reset most of the browsers default property values
 *
 * @author Taylan Pince
 * @copyright Copyright (c) 2007, Trapeze, All rights reserved.
 * Last Updated by: Marcos Abreu - 2007-09-08
 *
 * Basic Groups:   
 *      Reset   |
 *
 */

/* @group Reset */

.rdf-content div, .rdf-content span, .rdf-content applet, .rdf-content object, .rdf-content iframe,
.rdf-content h1, .rdf-content h2, .rdf-content h3, .rdf-content h4, .rdf-content h5, .rdf-content h6, 
.rdf-content p, .rdf-content blockquote, .rdf-content pre,
.rdf-content a, .rdf-content abbr, .rdf-content acronym, .rdf-content address, .rdf-content big, .rdf-content cite, .rdf-content code,
.rdf-content del, .rdf-content dfn, .rdf-content font, .rdf-content img, 
.rdf-content ins, .rdf-content kbd, .rdf-content q, .rdf-content s, .rdf-content samp,
.rdf-content small, .rdf-content strike, .rdf-content sub, .rdf-content sup, .rdf-content tt, .rdf-content var,
.rdf-content dl, .rdf-content dt, .rdf-content dd, .rdf-content ol, .rdf-content ul, .rdf-content li,
.rdf-content fieldset, .rdf-content form, .rdf-content label, .rdf-content legend,
.rdf-content table, .rdf-content caption, .rdf-content tbody, .rdf-content tfoot, .rdf-content thead, .rdf-content tr, .rdf-content th, .rdf-content td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

.rdf-content a,
.rdf-content a img,
.rdf-content :focus {
    outline: 0;
}

.rdf-content a img,
.rdf-content :link img,
.rdf-content :visited img {
    border: 0;
}

.rdf-content {
    line-height: 1;
    background: transparent;
}

.rdf-content ol,
.rdf-content ul {
    list-style: none;
}

.rdf-content table {
    border-collapse: separate;
    border-spacing: 0;
}

.rdf-content caption, .rdf-content th, .rdf-content td {
    text-align: left;
    font-weight: normal;
}

.rdf-content blockquote:before,
.rdf-content blockquote:after,
.rdf-content q:before,
.rdf-content q:after {
    content: "";
}

.rdf-content blockquote,
.rdf-content q {
    quotes: "" "";
}

/* @end */

