/* 
html5doctor.com Reset Stylesheet
v1.4.1 
2010-03-01
Author: Richard Clark - http://richclarkdesign.com
*/

#TB html, #TB body, #TB div, #TB span, #TB object, #TB iframe,
#TB h1, #TB h2, #TB h3, #TB h4, #TB h5, #TB h6, #TB p, #TB blockquote, #TB pre,
#TB abbr, #TB address, #TB cite, #TB code,
#TB del, #TB dfn, #TB em, #TB img, #TB ins, #TB kbd, #TB q, #TB samp,
#TB small, #TB strong, #TB sub, #TB sup, #TB var,
#TB b, #TB i,
#TB dl, #TB dt, #TB dd, #TB ol, #TB ul, #TB li,
#TB fieldset, #TB form, #TB label, #TB legend,
#TB table, #TB caption, #TB tbody, #TB tfoot, #TB thead, #TB tr, #TB th, #TB td,
#TB article, #TB aside, #TB canvas, #TB details, #TB figcaption, #TB figure, 
#TB footer, #TB header, #TB hgroup, #TB menu, #TB nav, #TB section, #TB summary,
#TB time, #TB mark, #TB audio, #TB video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

#TB {
    line-height:1;
}

#TB :focus {
	outline: 1;
}

#TB article, #TB aside, #TB canvas, #TB details, #TB figcaption, #TB figure,
#TB footer, #TB header, #TB hgroup, #TB menu, #TB nav, #TB section, #TB summary { 
    display:block;
}

#TB nav ul {
    list-style:none;
}

#TB blockquote, #TB q {
    quotes:none;
}

#TB blockquote:before, #TB blockquote:after,
#TB q:before, #TB q:after {
    content:'';
    content:none;
}

#TB a {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

#TB ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

#TB mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

#TB del {
    text-decoration: line-through;
}

#TB abbr[title], #TB dfn[title] {
    border-bottom:1px dotted #000;
    cursor:help;
}

#TB table {
    border-collapse:collapse;
    border-spacing:0;
}

#TB hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

#TB input, #TB select {
    vertical-align:middle;
}
